Changeset a70b7d7 for doc/CHANGES
- Timestamp:
- 2015-03-15T08:56:17Z (10 years ago)
- Branches:
- master
- Children:
- 61d21e5b
- Parents:
- 2dd23da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/CHANGES
r2dd23da ra70b7d7 1 1 This ChangeLog mostly lists changes relevant to users. A full log can be 2 found in the bzr commit logs, for example you can try: 3 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 2 found in the git commit logs, for example you can try: 3 4 https://github.com/bitlbee/bitlbee/commits/master 5 6 Version 3.4: 7 - Main repository migrated from bzr to git 8 - Some API/ABI changes. Recompiling third party plugins is required! 9 - Important bugfixes: 10 * Fix memory leak when calling word_wrap() on groupchat messages (dx) 11 * Fix segfault after a file transfer is complete (dx) 12 * Fix bug where NSS would refuse to work in forkdaemon mode (dx) 13 * Fix several bugs with UTF8 nicks (dx) 14 * Fix some nasty deadlocks that appared mostly with libpurple (dx) 15 - General changes: 16 * Add a 'pattern' parameter to the blist command, to filter it (tribut) 17 * Implemented /kick support, only supported by purple for now (jgeboski) 18 * Add a "special" state to show_users (mapped to the % prefix) (jgeboski) 19 * Improved support for cygwin, openbsd and darwin (jcopenha) 20 * Create temporary users instead of showing "Message from unknown 21 participant" (jgeboski) 22 - purple: 23 * Local contact lists for gadugadu and whatsapp (dx) 24 * Add topic and name_hint to groupchats (seirl) 25 * Support for 'input' requests (such as telegram auth codes) (seirl) 26 Note that telegram-purple itself is rather unstable ATM, it may crash. 27 - jabber: 28 * Handle compressed DNS responses in SRV lookup (jcopenha) 29 * Fix case sensitivity issues with JIDs (GRMrGecko, dx) 30 * Implement XEP-0203 style message timestamps (dx) 31 * Fix "Server claims your JID is X instead of Y" warnings (dx) 32 * Account-wide display_name setting, mostly for hipchat (dx) 33 - twitter: 34 * Filter channels. Search by keyword/hashtag or a list of users (jgeboski) 35 * Fix bug in "reply" command which removed the first quote character (dx) 36 * Add "rawreply" command, like reply but bitlbee won't add @mention (WillP) 37 * Add support for The United States of America (favorite/fav aliases) (dx) 38 * Default show_old_mentions to 0 (dx) 39 * Start stream from last tweet on connect/reconnect (roger) 40 - msn: 41 * Disabled module by default. The protocol we used (MSNP18) stopped working 42 last week. This is being worked on, but it's far from ready for release. 43 - And lots of small bugfixes, too many to list here. 44 45 Finished ... 20XX 5 46 6 47 Version 3.2.2:
Note: See TracChangeset
for help on using the changeset viewer.