summaryrefslogtreecommitdiff
path: root/MySpace/server_con.cpp
AgeCommit message (Collapse)Author
2008-07-14reorganised connection process, fixed occasional crash(no author)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@416 4f64403b-2f21-0410-a795-97e2b3489a10
2008-06-02store contacts properly on server side, so that status is reported(no author)
added code to store all old contacts to fix old server side contact lists updated version.h git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@409 4f64403b-2f21-0410-a795-97e2b3489a10
2008-04-28fix for dodgy client sending typing notifications with incorrect message type(no author)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@405 4f64403b-2f21-0410-a795-97e2b3489a10
2007-10-17fix get avatar logicsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@368 4f64403b-2f21-0410-a795-97e2b3489a10
2007-08-01fix - initially idle contacts stay offlinesje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@319 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-21show more info for unknown notification eventssje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@298 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-20increased typing notify timeoutsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@290 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-13added BlogSubscriptionComment notification, and unknown event notificationsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@280 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-11fix reaction to global status modessje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@276 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-11only send mir ver when contact status changes from offlinesje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@273 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-11added sounds for zapssje
added 'PictureComment' notification removed known notification types from mail message debug info git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@272 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-10use undocumented 'buddy message 200' (which official client ignores) for ↵sje
miranda & myspace plugin version info implement adding a 'sent message' so you can see when you send a zap git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@270 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-10implemented zapssje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@269 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-09fix for 'add permanently to list' functionssje
limit max message length 'correctly' (thx Jeff) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@262 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-08added profile comment and friend request notificationssje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@260 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-08added clickable single-instance popups for mail and blog comment notificationsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@259 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-07basic mail/blog comment notificationsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@257 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-07fix list parsing (strange status messages, etc)sje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@256 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-06implemented list parsing (think i got rid of all encoded chars)sje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@255 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-05error C2362: initialization of 'dflags' is skipped by 'goto free_and_exit'sje
remove parsing of '/3' for now (until lists implemented) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@254 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-04added idle supportsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@250 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-03better logic for avatar updates,sje
save images to temp folder git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@249 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-03don't strip links in <a> tagssje
get avatars! woohoo :) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-03only use first 10 chars of passwordsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@246 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-02deal with temp contacts bettersje
write userinfo data to db, and create 'ListeningTo' item git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@245 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-02automatically end contact typing when a message is received from a contactsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@242 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-02fix for nick formattingsje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@238 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-02encode/decode smileyssje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@237 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-01finally fixed packet reading codesje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@236 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-01fix 'unentitizing' formattingsje
unentitize nicks try to fix missed packets again (not fixed yet) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@235 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-01implemented status messagessje
added cool protol icons from Angeli-Ka (thankyou!) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@234 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-01use Angeli-Ka's proto icon (thx!)sje
save status messages to database git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@233 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-01format text, incoming & outgoingsje
updater support encrypt password in db git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@229 4f64403b-2f21-0410-a795-97e2b3489a10
2007-07-01another fix for packet reading :|sje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@226 4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-30get proper error codesje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@225 4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-30fix packet reading a bit (i think)sje
add login acks for login errors git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@224 4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-30implemented messaging! woohoo!sje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@223 4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-30download buddiessje
set status on server added away and invisible status git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@221 4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-29can add and remove contactssje
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@220 4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-28git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@219 ↵sje
4f64403b-2f21-0410-a795-97e2b3489a10
2007-06-27git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@217 ↵sje
4f64403b-2f21-0410-a795-97e2b3489a10