aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
* msn/gw.c: ensure that the im_connection still exists in callbacksdequis2015-04-12-25/+35
* msn: rename all old 'handler' variables to 'md' for consistencydequis2015-04-11-64/+62
* msn: handle NOT command payload lengthdequis2015-04-11-0/+4
* msn: switch to long polling httpdequis2015-04-10-2/+9
* msn: handle NFY PUT (presence notifications), refactor a bitdequis2015-04-10-22/+109
* msn_set_away: fix strcmp check for idledequis2015-04-10-1/+1
* get_rfc822_header: allow headers at the end of a stringdequis2015-04-10-0/+6
* msn: implement the rest of the http gateway support, enable by defaultdequis2015-04-10-20/+106
* msn: add msn_queue_feed(), move read() out of msn_handler()dequis2015-04-10-21/+27
* msn: remove msn_linesplit, use g_strsplit_set insteaddequis2015-04-10-42/+10
* msn: start of the http gateway codedequis2015-04-10-1/+149
* msn: remove unsupported commands, OIMs and dead codedequis2015-04-10-308/+4
* msn: implement PUT /user to set status as onlinedequis2015-04-10-37/+42
* msn: removed switchboards, implemented SDG messagedequis2015-04-10-1012/+85
* msn: start update to msnp21dequis2015-04-10-11/+13
* msn: colorful debugdequis2015-04-10-2/+6
* msn: remove old/broken/unused msnftp stuff (requires distclean!)dequis2015-04-06-792/+0
* jabber: Fixed null deref when receiving <subject> from oneselfdequis2015-04-03-2/+2
* Fix a bunch of memory leaksdequis2015-03-22-21/+33
* purple: Fix null pointer dereference when logging out due to daemon modedequis2015-03-15-0/+4
* purple: prplcb_close_request() improvementsdequis2015-03-15-24/+53
* purple: handle purple_request_inputAntoine Pietri2015-03-13-1/+66
* twitter: fix _last_tweet setting, which broke during a mergedequis2015-03-13-1/+1
* purple: Implement 'close_request' to prevent segfaults after logoutdequis2015-03-11-1/+14
* msn: Update FindMembership payload to fix incorrect pending requestsdequis2015-03-10-1/+1
* Various user experience/error reporting improvementsdequis2015-03-10-0/+3
* twitter: Fix twitter_parse_id to accept 00 as a valid tweetdequis2015-03-10-7/+8
* Revert "purple: cleanup, remove one usage of static local_bee"dequis2015-03-03-2/+1
* purple: move PurpleAccount from proto_data in a struct purple_dataAntoine Pietri2015-03-02-47/+78
* fix imcb_buddy_msg signature to take a const messageAntoine Pietri2015-03-01-2/+2
* Disable msn by default :(dequis2015-02-28-3/+11
* Use https:// URL for Facebook OAuth2 now that there's a cert.Wilmer van der Gaast2015-02-24-1/+1
* Add --doc= configure option to disable helpfile generationdequis2015-02-23-3/+3
* coverity: Fix some (harmless?) use-after-free with g_slist_remove()dequis2015-02-22-9/+7
* twitter_parse_id function, with better error handling than sscanf()dequis2015-02-22-3/+16
* purple: cleanup, remove one usage of static local_beedequis2015-02-22-1/+2
* s5bytestream: fix segfault (cleanup before trying next streamhost)dequis2015-02-22-14/+27
* s5bytestream: refactor some copypasted code into functionsdequis2015-02-22-89/+47
* Remove a few stale functions from struct prpl.Wilmer van der Gaast2015-02-22-26/+0
* Reindent everything to K&R style with tabsIndent2015-02-20-13887/+14932
* Revert "Twitter format strings"dequis2015-02-20-52/+15
* Use glib's GChecksum for md5/sha1dequis2015-01-31-1/+3
* purple: Implement /kickdequis2015-01-30-0/+9
* irc_commands: implemented KICK supportjgeboski2015-01-29-0/+5
* irc-channel: implemented a special mode for show_usersjgeboski2015-01-28-0/+1
* Merge pull request #5 from seirl/purple_titleWilmer van der Gaast2015-01-26-0/+6
|\
| * purple: add NULL guard around topic and name hintAntoine Pietri2015-01-26-2/+5
| * purple: add topic and name_hint to groupchatsAntoine Pietri2015-01-25-0/+3
* | Twitter format stringsWilliam Pettersson2015-01-26-15/+52
* | twitter: Add raw reply supportWilliam Pettersson2015-01-26-0/+9