Changeset e17d0a4 for doc/CHANGES
- Timestamp:
- 2019-02-07T19:37:23Z (6 years ago)
- Branches:
- master
- Children:
- ff9f3e3
- Parents:
- e5d2c56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/CHANGES
re5d2c56 re17d0a4 3 3 4 4 https://github.com/bitlbee/bitlbee/commits/master 5 6 Version 3.6: 7 8 - irc/core: 9 * Add server-time IRCv3 capability (blastrock) 10 * Add PROXY command for haproxy/stunnel 11 * Large performance improvements for large contact lists 12 * Many UX/documentation improvements 13 * Added built-in crash handler that writes to /var/lib/bitlbee/crash.log 14 * Try to join long spaceless lines in paste_buffer without a newline. The 15 main use case for this is pasting long URLs and not breaking them 16 * Fix status message being set to null accidentally 17 * Fix handling utf8 nick renames when loading configs (MaskRay) 18 * Fix SSL's SNI with hostnames starting with a digit (CMB) 19 * Show correct nick when `rename -del` is used (arcnmx) 20 21 - twitter: 22 * Disable the stream setting by default. Filter streams still work. 23 * Update default character limit to 280 chars (qyliss) 24 * Fix quote tweet url display. 25 26 - jabber: 27 * Try to join anyway after "Already present in chat" 28 * Fix chat joins when ext_jid is provided for your own user. 29 Seen with Biboumi (a gateway from XMPP to IRC) 30 * Handle always_use_nicks more gracefully to reduce nick change noise 31 32 - otr: 33 * Don't block attempts to connect/smp/smpq to "offline" users 34 35 - Removed dead protocols: 36 * msn: Use the skypeweb purple plugin instead. 37 * skype (the dbus based thing): ditto. 38 * yahoo: It's so dead even the replacement protocol died. 39 * oscar: AIM is dead, for ICQ use the icyque purple plugin instead. 40 41 - For plugin devs: 42 * Add datadir to pkgconfig file and config.h (sm00th) 43 * Add "bitlbee-set-account-password" purple signal (for hangouts) 44 * Support libpurple 2.12.0's PURPLE_MESSAGE_REMOTE_SEND for groupchat 45 self-messages (for slack) 46 47 - Packaging/distro specific stuff: 48 * bitlbee@.service now sends stderr to syslog instead of the socket 49 * debian: only enable bitlbee.service, not bitlbee.socket too 50 * cygwin: portability fixes for plugins 51 * Support OpenSSL 1.1 built without backwards compat (cotequeiroz) 52 53 Finished XX Feb 200XX 5 54 6 55 Version 3.5.1:
Note: See TracChangeset
for help on using the changeset viewer.