aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/purple.c
Commit message (Expand)AuthorAgeLines
* purple: enable debug during core initializationdequis2017-07-12-1/+3
* purple: show self-messages in groupchat backlogs (before join)dequis2017-01-03-3/+7
* purple: fix -Werror=format-string in chat settings codedequis2016-12-26-4/+2
* purple: hack to keep the purple-line auth token in the configdequis2016-12-26-1/+20
* purple: add support for extra groupchat settings (helps with SIPE)dequis2016-12-26-0/+93
* Change some asserts into g_return_if_fail()dequis2016-12-26-2/+2
* purple: Call imcb_buddy_nick_change() on a few whitelisted pluginsdequis2016-12-25-4/+36
* purple: include purple plugins in the 'plugins' command listdequis2016-12-25-0/+15
* purple: Use roomlist_room_serialize, fixes joining jabber chatsdequis2016-11-28-3/+17
* Improve support for protocols which don't require a passworddequis2016-11-13-0/+10
* purple: fix file transfer memory managementdequis2016-11-13-0/+6
* purple: hack to pass server parameter to jabber's input requestdequis2016-11-04-2/+22
* purple: fix icq login when the protocol name is "oscar"dequis2016-10-30-4/+17
* Turn purple_chatlist_free() into a imcb_chat_list_free()dequis2016-10-16-17/+2
* Rename bee_chat_list_finish() to imcb_chat_list_finish()dequis2016-10-16-1/+1
* purple: Fix handling of empty, immediate roomlist resultsdequis2016-10-08-4/+22
* purple: Fix another issue where /join results in two channelsdequis2016-09-25-1/+5
* purple: support setting chat room topics (#84)Eion Robb2016-09-24-0/+16
* purple: added room listing supportjgeboski2016-09-19-0/+128
* purple: Don't try to init module if it's already initializeddequis2016-07-25-0/+6
* purple: add $plugindir/purple to the plugin search pathdequis2016-06-12-0/+4
* purple: strdup the message instead of casting to char *dequis2016-05-25-3/+6
* 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