aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/purple.c
Commit message (Expand)AuthorAgeLines
* purple: Also show 'title' and 'primary' messages for input requestsdequis2016-01-21-1/+12
* purple: Show self-messages for private messages onlydequis2015-12-27-24/+25
* purple: document original names of uiops next to themdequis2015-12-26-46/+46
* purple: fix crash when doing 'chat with' with skypewebdequis2015-12-06-1/+1
* purple: assume HTML for all protocols, fixes random <> for somedequis2015-12-01-3/+1
* purple: Implement PurpleNotifyUiOps.notify_messagedequis2015-12-01-1/+22
* purple: avoid warnings in the PURPLE_INPUT_* enum checksdequis2015-11-30-5/+2
* purple: fix a bunch of small leaksdequis2015-11-25-0/+11
* purple: fix /join #channel, which joined a different channeldequis2015-11-25-4/+12
* purple: Fix certificate cache dir after changing user dirdequis2015-10-25-0/+6
* socks4a proxy support (like socks4 with remote DNS)dequis2015-10-21-0/+7
* Rename mail notification related settings for consistencydequis2015-05-28-3/+3
* imcb_notify_email: change parameters to take a format stringdequis2015-05-28-3/+1
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-1/+10
* 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/+61
* purple: Implement 'close_request' to prevent segfaults after logoutdequis2015-03-11-1/+14
* 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-43/+58
* purple: cleanup, remove one usage of static local_beedequis2015-02-22-1/+2
* Reindent everything to K&R style with tabsIndent2015-02-20-695/+696
* purple: Implement /kickdequis2015-01-30-0/+9
* 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
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-2/+2
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Try to show the user_split info for a protocol in "help purple $PROTOCOL".Wilmer van der Gaast2012-01-30-0/+10
* Report mysterious unsupported libpurple options in "help purple $PROTOCOL".Wilmer van der Gaast2012-01-30-0/+2
* Read both alias and server_alias properties for libpurple contacts. TBH IWilmer van der Gaast2011-12-11-0/+2
* rename irc_usermsg to irc_rootmsg.unknown2011-10-03-1/+1
* Set the libpurple proxy server in a way that should work with olderWilmer van der Gaast2011-03-26-2/+1
* Fixed proxy support with libpurple.Wilmer van der Gaast2011-03-07-0/+22
* At least don't disable Twitter anymore for libpurple builds. libpurpleWilmer van der Gaast2010-12-07-0/+5
* Fetch Gadu-Gadu contact lists (libpurple-specific hardcoding hack). BugWilmer van der Gaast2010-11-21-0/+61
* libpurple insists on storing its own version of reality somewhere. I wasWilmer van der Gaast2010-09-06-9/+35
* libpurple: Fix typing notifications (in and out). Closes #671.Wilmer van der Gaast2010-08-20-11/+39
* libpurple: Add contacts to groups when requested. Still not dealing wellWilmer van der Gaast2010-07-18-1/+10
* Try to pass a group when removing a contact. No idea what will happen ifWilmer van der Gaast2010-07-17-6/+12
* libpurple: Read group information of contacts.Wilmer van der Gaast2010-07-17-22/+21
* libpurple: Handle incoming authorization requests.Wilmer van der Gaast2010-07-17-14/+44
* nick_gen() should also insert an underscore if the first character of a nickWilmer van der Gaast2010-07-17-6/+11
* When cleaning up queries, q->data is free()d. Even if it turns out to beWilmer van der Gaast2010-07-11-1/+1
* Show idle + login time info in /WHOIS (if available).Wilmer van der Gaast2010-06-07-0/+4
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-6/+11
* Read display names. Setting them is going to be an awesome hack.Wilmer van der Gaast2010-05-24-0/+22
* Support for named groupchats, although not very solid.Wilmer van der Gaast2010-05-22-8/+44
* Enable changing and viewing of block/allow lists.Wilmer van der Gaast2010-05-22-0/+75
* Return ui_info so jabber:iq:version responses will not say just libpurple.Wilmer van der Gaast2010-05-22-0/+15
* Added support for the info command.Wilmer van der Gaast2010-05-22-0/+62