aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
* 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
* | twitter: implemented filter based group chatsjgeboski2015-01-25-7/+503
* | Fix whatsapp local contact listsdequis2015-01-25-13/+12
* | jabber: Account-wide display_name setting, for groupchatsdequis2015-01-25-1/+11
* | Add handle_is_self() prpl function to fix JID mismatch confusion bugsdequis2015-01-25-8/+28
* | Silence some oscar compilation warningsdequis2015-01-25-5/+6
|/
* Merging random other fixes/cleanups.Wilmer van der Gaast2015-01-17-40/+76
|\
| * Add jabber_normalize_ext() to fix case sensitivity issues with ext jidsdequis2015-01-16-16/+30
| * twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of castingdequis2015-01-16-11/+11
| * msn_ns_send_adl_1: Fix alloc_strlen coverity warningdequis2015-01-16-1/+1
| * Fix compiler warnings on Cygwin and Mac OS X.Jason Copenhaver2015-01-16-8/+12
| * twitter: start stream from last tweet on connect/reconnectroger2015-01-16-1/+13
| * bee-chat: create temporary users for unknown chat participantsjgeboski2015-01-16-3/+9
|/
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-25/+25
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-53/+53
* msn: configurable notification server host/portdequis2014-12-06-2/+10
* twitter: Use g_strcasecmp for screen_namedequis2014-11-24-4/+4
* Use glib functions for base64 decoding/encodingdequis2014-11-24-2/+17
* msn: add 'allow' role if contact has neither block nor allowdequis2014-11-17-0/+8
* msn_buddy_ask: only ask to add if contact is in pending listdequis2014-11-17-1/+1
* msn: Update ApplicationId again to one used by skypedequis2014-11-17-1/+1
* msn: update ABService ApplicationId to WLM 2012 to fix logindequis2014-11-12-1/+1
* Some more g_source_remove warning fixesdequis2014-10-27-0/+9
* Add support for XEP-0203: Delayed delivery (message timestamps)dequis2014-10-10-11/+22
* Handle not-authorized stream errors, avoid reconnectdequis2014-10-10-0/+5
* Remove MSNXMPP specific codedequis2014-10-10-23/+3
* RIP native win32 support (use cygwin instead)dequis2014-09-27-12/+0
* twitter: Add support for The United States of Americadequis2014-09-27-1/+3
* Default twitter's show_old_mentions to 0dequis2014-09-27-1/+1
* One small comment correction while "merging" stuff.Wilmer van der Gaast2014-09-21-1/+1
* Add limit param to split_command_parts(), fix twitter quotes bugdequis2014-07-24-2/+2
* Gadugadu local contact storage (ticket #917)dequis2014-07-24-0/+29
* Added jabber_compare_jid to fix JID comparison case sensitivityGRMrGecko2014-07-24-1/+24
* Allow use of "ac x set -del password" to use /oper to change the passwordWilmer van der Gaast2014-02-28-4/+12