| Commit message (Expand) | Author | Age | Lines |
* | BitlBee 3.53.5 | dequis | 2017-01-08 | -1/+1 |
* | Merge debian stuff to prepare for 3.5 | dequis | 2017-01-08 | -722/+61 |
|\ |
|
| * | debian: Apparently NEWS.Debian needs to be called NEWS | dequis | 2017-01-08 | -0/+0 |
| * | debian: add NEWS.debian | dequis | 2017-01-08 | -0/+10 |
| * | debian: update changelog | dequis | 2017-01-02 | -0/+16 |
| * | debian: removed outdated stuff from README.debian | dequis | 2017-01-02 | -29/+1 |
| * | debian: remove some mentions of yahoo in control and copyright | dequis | 2017-01-02 | -7/+6 |
| * | debian: ignore the stdout of deluser, fixes postrm error exit code | dequis | 2017-01-02 | -1/+1 |
| * | debian: add preinst script for a smoother transition to systemd units | dequis | 2017-01-02 | -0/+20 |
| * | debian: drop support for /etc/default/bitlbee | dequis | 2017-01-02 | -683/+7 |
| * | systemd: Remove obsolete "After=syslog.target" | dequis | 2016-12-31 | -2/+0 |
* | | Prepare 3.5 release notes | dequis | 2017-01-08 | -2/+76 |
* | | blist: set width of nick column to 24 to avoid truncating them | dequis | 2017-01-07 | -1/+1 |
* | | purple: show self-messages in groupchat backlogs (before join) | dequis | 2017-01-03 | -3/+7 |
* | | oscar: fix checkdisallowed condition, which was breaking login. | dequis | 2017-01-03 | -1/+1 |
|/ |
|
* | Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths. | Jelmer Vernooij | 2016-12-31 | -20/+10 |
* | Per-account handle_unknown | dequis | 2016-12-27 | -9/+21 |
* | debian: Don't skip debhelper steps when upgrading | dequis | 2016-12-27 | -2/+2 |
* | Doc tweaks for chat list, and stop suggesting 'chat' is deprecated | dequis | 2016-12-27 | -4/+6 |
* | purple: fix -Werror=format-string in chat settings code | dequis | 2016-12-26 | -4/+2 |
* | purple: hack to keep the purple-line auth token in the config | dequis | 2016-12-26 | -1/+20 |
* | purple: add support for extra groupchat settings (helps with SIPE) | dequis | 2016-12-26 | -0/+93 |
* | jabber: Workaround for servers (like slack) that send echoes without id | dequis | 2016-12-26 | -4/+15 |
* | Change some asserts into g_return_if_fail() | dequis | 2016-12-26 | -11/+5 |
* | Fix some clang static analyzer warnings | dequis | 2016-12-26 | -6/+6 |
* | [debian] Drop dependncy on net-tools | Jochen Sprickerhof | 2016-12-26 | -8/+2 |
* | nick_strip: accept null irc parameter | dequis | 2016-12-25 | -1/+1 |
* | purple: Call imcb_buddy_nick_change() on a few whitelisted plugins | dequis | 2016-12-25 | -4/+40 |
* | purple: include purple plugins in the 'plugins' command list | dequis | 2016-12-25 | -1/+25 |
* | Refactor: Split plugin info stuff from load_plugin() into two functions | dequis | 2016-12-25 | -35/+53 |
* | Add 'plugins info' subcommand, only show plugin details there | dequis | 2016-12-25 | -17/+56 |
* | Misc documentation updates | dequis | 2016-12-25 | -15/+52 |
* | genhelp: Slightly improve error messages on xml parse error | dequis | 2016-12-25 | -1/+5 |
* | Remove "Cleaning up channel, bye!" message | dequis | 2016-12-25 | -4/+0 |
* | Add nick_lowercase and nick_underscores settings | dequis | 2016-12-25 | -17/+49 |
* | Fix some compiler warnings | dequis | 2016-11-28 | -12/+19 |
* | Include debug symbols in non-debug builds, disable stripping by default | dequis | 2016-11-28 | -3/+3 |
* | purple: Use roomlist_room_serialize, fixes joining jabber chats | dequis | 2016-11-28 | -3/+17 |
* | Expand each (media) URL only once. Twitter likes duplication. #1275. | Wilmer van der Gaast | 2016-11-27 | -3/+5 |
* | Heh, oops, some error in the Twitter module still mentioned XML. Fixed. | Wilmer van der Gaast | 2016-11-23 | -1/+1 |
* | Manual merge with wilmer's approach to handling missing protocols | dequis | 2016-11-21 | -111/+67 |
* | protocols/unknown: Fix format-security warning | dequis | 2016-11-19 | -1/+1 |
* | ...of course, i had to forget to add unknown.c | dequis | 2016-11-19 | -0/+75 |
* | Remove yahoo (the old protocol). Use funyahoo++ instead. | dequis | 2016-11-19 | -9021/+0 |
* | Improve handling of unknown protocols / missing plugins | dequis | 2016-11-19 | -12/+75 |
* | Improve support for protocols which don't require a password | dequis | 2016-11-13 | -3/+44 |
* | purple: fix file transfer memory management | dequis | 2016-11-13 | -11/+75 |
* | imcb_file_send_start: handle ft attempts from non-existing users | dequis | 2016-11-13 | -1/+1 |
* | word_wrap: truncate utf8 safely | dequis | 2016-11-12 | -3/+14 |
* | tests: don't require pam and ldap to test | dequis | 2016-11-12 | -1/+1 |