Changeset 55259c4
- Timestamp:
- 2016-03-13T02:22:27Z (9 years ago)
- Branches:
- master
- Children:
- 14f912d
- Parents:
- b1d9c06
- git-author:
- dequis <dx@…> (21-01-16 07:14:20)
- git-committer:
- dequis <dx@…> (13-03-16 02:22:27)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
rb1d9c06 r55259c4 36 36 37 37 #define PACKAGE "BitlBee" 38 #define BITLBEE_VERSION "3.4. 1"38 #define BITLBEE_VERSION "3.4.2" 39 39 #define VERSION BITLBEE_VERSION 40 40 #define BITLBEE_VER(a, b, c) (((a) << 16) + ((b) << 8) + (c)) 41 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 4, 1)41 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 4, 2) 42 42 43 43 #define MAX_STRING 511 -
doc/CHANGES
rb1d9c06 r55259c4 3 3 4 4 https://github.com/bitlbee/bitlbee/commits/master 5 6 Version 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 51 Finished ... 200XX 5 52 6 53 Version 3.4.1: -
doc/user-guide/misc.xml
rb1d9c06 r55259c4 445 445 </sect1> 446 446 447 <sect1 id="whatsnew030402"> 448 <title>New stuff in BitlBee 3.4.2</title> 449 450 <simplelist> 451 <member><emphasis>irc:</emphasis> Self-messages (messages sent by yourself from other IM clients), see <emphasis>help set self_messages</emphasis>. IRCv3.1 support and part of 3.2. Many important groupchat related bugfixes.</member> 452 <member><emphasis>jabber:</emphasis> Carbons, see <emphasis>help set carbons</emphasis>. Removed facebook XMPP, use bitlbee-facebook instead. SASL ANONYMOUS login, see <emphasis>help set anonymous</emphasis>.</member> 453 <member><emphasis>hipchat:</emphasis> Channels can now be added with <emphasis>chat add hipchat "channel name"</emphasis> which tries to guess the channel JID.</member> 454 <member><emphasis>skype:</emphasis> Show all messages as groupchats since we can't tell which ones are private. This plugin is mostly-deprecated and mostly-broken, use the skypeweb purple plugin or msn instead.</member> 455 <member><emphasis>purple:</emphasis> Fix problems remembering SSL certificates as trusted. Groupchat related fixes. Better error reporting. Fixed setting jabber away states.</member> 456 </simplelist> 457 458 <para> 459 And lots of bugfixes / stability improvements. See the full changelog for details! 460 </para> 461 462 </sect1> 463 447 464 </chapter>
Note: See TracChangeset
for help on using the changeset viewer.