aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* 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
* jabber: Workaround for servers (like slack) that send echoes without iddequis2016-12-26-4/+15
* Change some asserts into g_return_if_fail()dequis2016-12-26-11/+5
* Fix some clang static analyzer warningsdequis2016-12-26-6/+6
* [debian] Drop dependncy on net-toolsJochen Sprickerhof2016-12-26-8/+2
* nick_strip: accept null irc parameterdequis2016-12-25-1/+1
* purple: Call imcb_buddy_nick_change() on a few whitelisted pluginsdequis2016-12-25-4/+40
* purple: include purple plugins in the 'plugins' command listdequis2016-12-25-1/+25
* Refactor: Split plugin info stuff from load_plugin() into two functionsdequis2016-12-25-35/+53
* Add 'plugins info' subcommand, only show plugin details theredequis2016-12-25-17/+56
* Misc documentation updatesdequis2016-12-25-15/+52
* genhelp: Slightly improve error messages on xml parse errordequis2016-12-25-1/+5
* Remove "Cleaning up channel, bye!" messagedequis2016-12-25-4/+0
* Add nick_lowercase and nick_underscores settingsdequis2016-12-25-17/+49
* Fix some compiler warningsdequis2016-11-28-12/+19
* Include debug symbols in non-debug builds, disable stripping by defaultdequis2016-11-28-3/+3
* purple: Use roomlist_room_serialize, fixes joining jabber chatsdequis2016-11-28-3/+17
* Expand each (media) URL only once. Twitter likes duplication. #1275.Wilmer van der Gaast2016-11-27-3/+5
* Heh, oops, some error in the Twitter module still mentioned XML. Fixed.Wilmer van der Gaast2016-11-23-1/+1
* Manual merge with wilmer's approach to handling missing protocolsdequis2016-11-21-111/+67
* protocols/unknown: Fix format-security warningdequis2016-11-19-1/+1
* ...of course, i had to forget to add unknown.cdequis2016-11-19-0/+75
* Remove yahoo (the old protocol). Use funyahoo++ instead.dequis2016-11-19-9021/+0
* Improve handling of unknown protocols / missing pluginsdequis2016-11-19-12/+75
* Improve support for protocols which don't require a passworddequis2016-11-13-3/+44
* purple: fix file transfer memory managementdequis2016-11-13-11/+75
* imcb_file_send_start: handle ft attempts from non-existing usersdequis2016-11-13-1/+1
* word_wrap: truncate utf8 safelydequis2016-11-12-3/+14
* tests: don't require pam and ldap to testdequis2016-11-12-1/+1
* otr: word_wrap long system messages ("unencrypted message received")dequis2016-11-11-3/+8
* purple: hack to pass server parameter to jabber's input requestdequis2016-11-04-2/+23
* purple: fix icq login when the protocol name is "oscar"dequis2016-10-30-4/+17
* oscar: remove some dead codedequis2016-10-18-26/+2
* Support motd.txt files bigger than 2048 charsdequis2016-10-18-9/+7
* chat list: Fix alignment/truncation when utf8 characters are presentdequis2016-10-17-5/+30
* misc: Add str_pad_and_truncate() helper functiondequis2016-10-17-0/+27
* jabber: Implement chat list commanddequis2016-10-16-0/+78
* lib/sha1: Refactor sha1_hmac into a generic b_hmac functiondequis2016-10-16-15/+35
* Turn purple_chatlist_free() into a imcb_chat_list_free()dequis2016-10-16-17/+20
* Rename bee_chat_list_finish() to imcb_chat_list_finish()dequis2016-10-16-3/+10
* jabber: Don't pass a readonly empty string to imcb_chat_topic()dequis2016-10-12-1/+2
* purple: Fix handling of empty, immediate roomlist resultsdequis2016-10-08-10/+22
* twitter: fix quoted tweet expansion in extended tweetsdequis2016-10-02-5/+14
* ssl_openssl: Allow TLS versions newer than 1.0dequis2016-09-29-1/+2
* Fix crash when setting away in protocols with null away_states listdequis2016-09-28-0/+3
* purple: Fix another issue where /join results in two channelsdequis2016-09-25-1/+5
* twitter: don't count filter stream reply as valid pongsdequis2016-09-24-1/+4
* purple: support setting chat room topics (#84)Eion Robb2016-09-24-0/+16