Changeset 537d9b9 for doc/CHANGES


Ignore:
Timestamp:
2016-11-20T08:40:36Z (8 years ago)
Author:
dequis <dx@…>
Children:
3f44e43
Parents:
ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge master up to commit '9f03c47' into parson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CHANGES

    rba52ac5 r537d9b9  
    33
    44https://github.com/bitlbee/bitlbee/commits/master
     5
     6Version 3.4.2:
     7- irc:
     8  * Self-messages (messages sent by yourself from other IM clients), given
     9    support by the IM protocols and your IRC client. See this for details:
     10    https://wiki.bitlbee.org/SelfMessages
     11  * IRCv3.1 support and part of 3.2: cap-3.2, sasl-3.2, multi-prefix,
     12    away-notify, extended-join, userhost-in-names
     13  * Send numeric errors when failing to join a channel, to not confuse clients
     14  * Channel autojoins should be more reliable now.
     15- jabber:
     16  * Carbons (XEP-0280), for self-message support. It's not widely supported
     17    by most public XMPP servers (easier if you host your own), but this will
     18    probably change in the next few years. Thanks kormat for the original patch.
     19  * Fix typing notifications between two bitlbee users or with gtalk users
     20  * Remove facebook XMPP code, point people at bitlbee-facebook.
     21  * Show groupchat kick/ban/leave reasons
     22  * SASL ANONYMOUS (XEP-0175), for "guest" logins, see "help set anonymous"
     23  * Hipchat: 'chat add hipchat "channel name"' now tries to guess the JID
     24- purple:
     25  * Fix problems remembering SSL certificates as trusted
     26  * Fix /join #channel, which joined a differently named channel
     27  * Fix crash when doing "chat with" with skypeweb
     28  * Fix html entities appearing in some protocols
     29  * Fix setting away states in jabber, which failed silently
     30  * Implement notify_message UI op, to be able to show some error messages.
     31- skype:
     32  * Show all messages as groupchats since we can't tell which ones are private.
     33  * This plugin is mostly-deprecated and mostly-broken but it's still useful
     34    for p2p-based groupchats, which aren't delivered over newer protocols.
     35    Everyone else should use the skypeweb purple plugin or msn instead.
     36- msn:
     37  * Minor tweaks. Faster login, better error reporting, fixed add/remove.
     38    Still MSNP21. Disregard that "Next release!" in the previous release.
     39- otr:
     40  * Don't use NOTICE for user messages (revmischa)
     41  * Fix crashes when using the jabber xmlconsole
     42  * A few minor fixes: color multiline messages, filter incoming color codes.
     43- Packaging:
     44  * Show ./configure args in bitlbee -V, config.h and Makefile.settings
     45  * Allow setting the plugin dir in bitlbee.conf, for NixOS (anderspapitto)
     46  * Improved cross compiler support (gamaral)
     47- Other important bugfixes:
     48  * Fix potential crashes when leaving temporary channels
     49  * Fix all sorts of crashing bugs when cancelling in-progress connections.
     50
     51Finished 19 Mar 2016
    552
    653Version 3.4.1:
Note: See TracChangeset for help on using the changeset viewer.