source: doc/CHANGES @ e2a5be7

Last change on this file since e2a5be7 was e2a5be7, checked in by dequis <dx@…>, at 2017-01-08T20:26:31Z

Prepare 3.5 release notes

  • Property mode set to 100644
File size: 59.7 KB
RevLine 
[fb4e9a3f]1This ChangeLog mostly lists changes relevant to users. A full log can be
[a70b7d7]2found in the git commit logs, for example you can try:
[fb4e9a3f]3
[a70b7d7]4https://github.com/bitlbee/bitlbee/commits/master
5
[e2a5be7]6Version 3.5:
7
8- ui:
9  * "chat list": shows a list of existing server-side chatrooms. With some
10    protocols, this is often the only way to add new channels.
11    See 'help chat list' for details. (jgeboski)
12  * "plugins": lists the installed plugins and their versions (jgeboski)
13  * Add 'nick_lowercase' and 'nick_underscores' settings.
14  * "handle_unknown" can be set per-account, not just globally
15
16- jabber:
17  * Add "always_use_nicks" channel setting, for non-anonymous MUCs (trac #415)
18    See 'help set always_use_nicks' for possible side effects.
19  * Properly handle rejected file transfers
20  * Don't send parts in a chat if someone is still connected from other devices
21  * hipchat: support personal oauth tokens (manually generated ones)
22
23- twitter:
24  * Hide muted tweets / no-retweets, add mute/unmute commands (Flexo)
25  * Show full version of extended tweets (with slightly more than 140 chars)
26
27- purple:
28  * Support setting chat room topics (EionRobb)
29  * Support for extra groupchat settings. Shows an error if any required
30    ones are missing. Look for purple_ prefixed settings in "chan #... set"
31  * SIPE: persistent chats can be joined now, thanks to the "chat list" command
32    and the above ("purple_uri" channel setting)
33  * Fix a file transfer crash bug (Mainly affected telegram)
34  * Honor protocol flag to not require a password (used in hangouts, telegram)
35  * Set the contacts' nicks to the %full_name for a few whitelisted protocols
36    (hangouts, funyahoo, icq, line)
37  * LINE: added a hack to save its auth token, to avoid re-auth every time
38  * Show self-messages in groupchat backlogs (before join)
39
40- yahoo:
41  * Removed because they killed their old protocol on a two month notice.
42    Use EionRobb's funyahoo purple plugin, or better yet, don't use yahoo.
43
44- Stuff for enterprise deployments (all done by Sevas)
45  * Locked down accounts, useful when pregenerating user config files. An
46    account that is marked with the locked="true" attribute can't be removed
47    and its username/password can't be changed.
48  * Locked down settings. Same as above, but for individual account settings.
49  * AllowAccountAdd setting in bitlbee.conf, to disable adding new accounts.
50  * PAM and LDAP authentication backends (not compiled by default)
51
52- For packagers:
53  * Enabled debug symbols in non-debug builds, disabled stripping by default.
54    This is closer to the default behavior of autotools, and --debug=1 is mostly
55    to set the DEBUG macro and disable optimization.
56
57- For plugin devs:
58  * Plugins should now include an "init_plugin_info" function which will be used
59    for ABI version checking in the future. It's optional for now, but will be
60    enforced later. See the commit log of d28fe1c for details. (jgeboski)
61
62Finished ... 200XX
63
[55259c4]64Version 3.4.2:
65- irc:
66  * Self-messages (messages sent by yourself from other IM clients), given
67    support by the IM protocols and your IRC client. See this for details:
68    https://wiki.bitlbee.org/SelfMessages
69  * IRCv3.1 support and part of 3.2: cap-3.2, sasl-3.2, multi-prefix,
70    away-notify, extended-join, userhost-in-names
71  * Send numeric errors when failing to join a channel, to not confuse clients
72  * Channel autojoins should be more reliable now.
73- jabber:
74  * Carbons (XEP-0280), for self-message support. It's not widely supported
75    by most public XMPP servers (easier if you host your own), but this will
76    probably change in the next few years. Thanks kormat for the original patch.
77  * Fix typing notifications between two bitlbee users or with gtalk users
78  * Remove facebook XMPP code, point people at bitlbee-facebook.
79  * Show groupchat kick/ban/leave reasons
80  * SASL ANONYMOUS (XEP-0175), for "guest" logins, see "help set anonymous"
81  * Hipchat: 'chat add hipchat "channel name"' now tries to guess the JID
82- purple:
83  * Fix problems remembering SSL certificates as trusted
84  * Fix /join #channel, which joined a differently named channel
85  * Fix crash when doing "chat with" with skypeweb
86  * Fix html entities appearing in some protocols
87  * Fix setting away states in jabber, which failed silently
88  * Implement notify_message UI op, to be able to show some error messages.
89- skype:
90  * Show all messages as groupchats since we can't tell which ones are private.
91  * This plugin is mostly-deprecated and mostly-broken but it's still useful
92    for p2p-based groupchats, which aren't delivered over newer protocols.
93    Everyone else should use the skypeweb purple plugin or msn instead.
94- msn:
95  * Minor tweaks. Faster login, better error reporting, fixed add/remove.
96    Still MSNP21. Disregard that "Next release!" in the previous release.
97- otr:
98  * Don't use NOTICE for user messages (revmischa)
99  * Fix crashes when using the jabber xmlconsole
100  * A few minor fixes: color multiline messages, filter incoming color codes.
101- Packaging:
102  * Show ./configure args in bitlbee -V, config.h and Makefile.settings
103  * Allow setting the plugin dir in bitlbee.conf, for NixOS (anderspapitto)
104  * Improved cross compiler support (gamaral)
105- Other important bugfixes:
106  * Fix potential crashes when leaving temporary channels
107  * Fix all sorts of crashing bugs when cancelling in-progress connections.
108
[d701547]109Finished 19 Mar 2016
[55259c4]110
[9613dec]111Version 3.4.1:
112- msn:
113  * Upgraded protocol to MSNP21, works again (dx)
114  * Contact list management, groupchats and skype username logins won't work.
115    Next release!
116- jabber:
117  * Add "hipchat" protocol, for smoother login. Takes the same username as
118    the official client. Note that unlike the 'hip-cat' branch, this doesn't
[2f99f23]119    preload channels. https://wiki.bitlbee.org/HowtoHipchat for details (dx)
[9613dec]120  * Fixed a bug when receiving topics set by people who left the channel (dx)
121  * Create fake users instead of showing "unknown participant" errors (dx)
122  * Gmail mail notifications support (Artem Savkov)
123  * Lowering xmpp presence priority on away (Artem Savkov)
124- twitter:
[2f99f23]125  * Show quoted tweets/RTs with comment inline (wilmer)
[9613dec]126  * Added "url" command, can be used to quote tweets (wilmer)
127  * Make replies to self work (wilmer)
128- Building documentation is now done with a python script (both 2.x/3.x work)
129  Asciidoc/xsltproc/xmlto are no longer build dependencies (dx)
130
[2f99f23]131Finished 16 Jun 2015
[9613dec]132
[a70b7d7]133Version 3.4:
[61d21e5b]134- First release pretty much fully prepared by dx instead of Wilmer. Just look
135  at the tightly structured changelog!
[a70b7d7]136- Main repository migrated from bzr to git
137- Some API/ABI changes. Recompiling third party plugins is required!
138- Important bugfixes:
139  * Fix memory leak when calling word_wrap() on groupchat messages (dx)
140  * Fix segfault after a file transfer is complete (dx)
141  * Fix bug where NSS would refuse to work in forkdaemon mode (dx)
142  * Fix several bugs with UTF8 nicks (dx)
143  * Fix some nasty deadlocks that appared mostly with libpurple (dx)
144- General changes:
145  * Add a 'pattern' parameter to the blist command, to filter it (tribut)
146  * Implemented /kick support, only supported by purple for now (jgeboski)
147  * Add a "special" state to show_users (mapped to the % prefix) (jgeboski)
148  * Improved support for cygwin, openbsd and darwin (jcopenha)
149  * Create temporary users instead of showing "Message from unknown
150    participant" (jgeboski)
151- purple:
152  * Local contact lists for gadugadu and whatsapp (dx)
153  * Add topic and name_hint to groupchats (seirl)
154  * Support for 'input' requests (such as telegram auth codes) (seirl)
155    Note that telegram-purple itself is rather unstable ATM, it may crash.
156- jabber:
157  * Handle compressed DNS responses in SRV lookup (jcopenha)
158  * Fix case sensitivity issues with JIDs (GRMrGecko, dx)
159  * Implement XEP-0203 style message timestamps (dx)
160  * Fix "Server claims your JID is X instead of Y" warnings (dx)
161  * Account-wide display_name setting, mostly for hipchat (dx)
162- twitter:
163  * Filter channels. Search by keyword/hashtag or a list of users (jgeboski)
164  * Fix bug in "reply" command which removed the first quote character (dx)
165  * Add "rawreply" command, like reply but bitlbee won't add @mention (WillP)
166  * Add support for The United States of America (favorite/fav aliases) (dx)
167  * Default show_old_mentions to 0 (dx)
168  * Start stream from last tweet on connect/reconnect (roger)
169- msn:
170  * Disabled module by default. The protocol we used (MSNP18) stopped working
171    last week. This is being worked on, but it's far from ready for release.
172- And lots of small bugfixes, too many to list here.
173
[61d21e5b]174Finished 25 Mar 2015
[fb4e9a3f]175
[6f6b6c7]176Version 3.2.2:
177- The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
178- Rejecting buddy requests in jabber won't accept them. Sorry for that.
179- Purple builds can now enable built in protocols when configuring, by
180  passing a parameter such as --jabber=1 to configure
181- You can now use /oper to change passwords with "ac x set -del password"
182- Complex unicode characters (non-BMP) now display correctly in twitter.
183- A few init / build script / pkg-config fixes. Added "install-systemd"
184  make target.
185
186Finished 5 Jul 2014
187
[08224f5]188Version 3.2.1:
189- Most important change: http_client updated to use HTTP/1.1, now required
190  by Twitter.
191- fill_by setting can now be used to fill a channel contacts *not* in a
192  certain group/on a certain account/etc. See "help set fill_by"
193- Added utf8_nicks setting which lets you use non-ASCII nicknames for your
194  contacts. Might not work with all IRC clients, use at your own risk!
195- Lots of bugfixes.
196
197Finished 27 Nov 2013
198
[a906b77]199Version 3.2:
200- By far the most important change, a thorough update to the Twitter
201  module:
202  * Now using Twitter API 1.1,
203  * which means it's now using JSON instead of XML,
204  * which means access to the streaming API (Twitter only, other Twitter
205    API services don't seem to have it). No more 60-second polls, #twitter
206    looks even more like real IRC now!
207  * Also, the streaming API means nice things like receiving DMs.
208  * show_ids, already enabled by default for a while, now uses hexa-
209    decimal numbers, which means a 256-entry backlog instead of just 100.
210  * Added a mode=strict setting which requires everything to be a command.
211    The "post" command should then be used to post a Tweet.
212- Jabber module bugfix that fixes connection issues with at least Google
213  Talk but reportedly some other servers (OpenFire?) as well.
214- SSL modules improved a little bit. GnuTLS module now supports SNI and
215  session caching. Shouldn't change much, but hopefully reduces latency
216  and bandwidth usage a little bit. 
217- A bunch of other fixes/improvements here and there.
218
[106f19c]219Finished 6 Jan 2013
[a906b77]220
[13df515]221Version 3.0.6:
222- Updated MSN module to speak MSNP18:
223  * Biggest change is that this brings MPOP support (you can sign in to
224    one account from multiple locations).
225  * Restored support for *sending* offline messages.
226  * Some support for federated (i.e. Yahoo!) contacts. (Only messages
227    might work, you won't see them online.)
228- Twitter:
229  * Work-around for stalls that are still happening sometimes.
230  * Added "favourite" command.
231  * "show_ids" enabled by default.
232- Handle see-other-host Jabber messages which should fix support for
233  MSN-XMPP.
234- Misc. fixes and improvements.
235
236Finished 14 Oct 2012
237
[00d6760]238Version 3.0.5:
239- SSL certificate verification (edit your bitlbee.conf to enable it).
240  Works only with GnuTLS!
241- OAuth2 support in Jabber module (works with Google Talk, Facebook and
242  MSN Messenger).
243- Support for ad-hoc Jabber groupchats. Just create a channel and start
244  inviting people, similar to how this works on other IM networks. Works
245  fine with GTalk, depends on a conference server being set up on other
246  networks.
247- Allow old-style Jabber login (non-SASL), this solves problems with some
248  old/buggy Jabber servers. (acc jabber set sasl off)
249- Use HTTPS for OAuth1 authentication traffic.
250- Awareness of Twitter's t.co URL lengt^Wshortening when checking message
251  length.
252- Fixed identi.ca OAuth support. OAuth will now always be used for both
253  Twitter and identi.ca accounts.
254- Fix nick_format=%full_name with libpurple.
255- Instead of "protocol(handle)", use the account tags introduced in 3.0
256  when root wants to refer to an account (in log messages, queries, etc.)
257- Many small bugfixes, improvements, etc.
258
[c59f594]259Finished 18 Feb 2012
[00d6760]260
[df98ee8]261Version 3.0.4:
262- Merged Skype support. This used to be a separate plugin, and it still is,
263  but by including it with BitlBee by default it will be easier to keep it
264  in sync with changes to BitlBee.
265- Fixed a file descriptor leak bug that may have caused strange behaviour
266  in BitlBee sessions running for a long time.
267- Now fetches Twitter mentions as well if the "fetch_mentions" account
268  setting is enabled.
269- With t.co now all over Twitter, show the original (but truncated) URL
270  between <brackets>.
271- Fixed MSN Messenger login issues ("timeout" while fetching buddy list).
272- Another (related) GnuTLS compatibility fix (now 2.13+?).
273
274Finished 4 Dec 2011 (Exactly 6 years since 1.0!)
275
[52a735e]276Version 3.0.3:
277- Fixed Twitter compatibility. (The API call used to get the following list
278  was deprecated.)
279- Twitter: Enable the show_ids setting to assign a two-digit short ID to
280  recent tweets to use for retweets and replies (so you can RT/reply to more
281  than just a person's last message).
282- Some other Twitter fixes/improvements.
283- "otr reconnect" command and some other fixes.
284- GnuTLS 2.12 compatibility fix.
285- Include "FLOOD=0/9999" in the 005/ISUPPORT line at login to hint the IRC
286  client that rate limiting is not required. (Next step: Get IRC clients to
287  parse it.)
288- Other stuff too small to mention.
289
290Finished 12 Jun 2011
291
[f68fd5f]292Version 3.0.2:
293- Fixed MSN login issues with @msn.com accounts.
294- /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN
295  contacts. More may come later, ideas are welcome.
296- By default, leave Twitter turned on for libpurple builds.
297- Allow using /OPER to identify/register as well. (Password security hack.)
298- Fixed proxy support with libpurple.
299- Some minor changes/fixes.
300
301Finished 7 Mar 2011
302
[bdedc14]303Version 3.0.1:
304- Fixed some bugs that were found only after releasing 3.0, including
305  Jabber contacts never going offline, MSN login issues, compilation
306  issues on some non-Linux systems, a fairly big memory leak in the MSN
307  SOAP code, etc...
308- Better handling of multiple control channels and set private=false.
309- Using login.icq.com for ICQ logins again since AOL sold ICQ so it
310  doesn't live on the AIM servers anymore.
311- Fixed ability to join password-protected Jabber rooms.
312- Time out if logging into an account takes too long.
313- Fixed NSS SSL module.
314- Support for server-side Gadu-Gadu contact lists (via libpurple, there's
315  still no native gg support).
[b11b781]316- Allow omitting password when using "account add", the password can be
317  entered using /OPER to prevent echoing to screen and logs.
[bdedc14]318
[b11b781]319Finished 24 Nov 2010
[bdedc14]320
321Version 3.0:
[ecae65f]322- Important: This version drops backward compatibility with the file format
323  used for user settings in versions before 1.2. If you're upgrading from
324  very old BitlBee versions (like 1.0.x), you'll have to recreate your
325  BitlBee account - or use an 1.2.x BitlBee once to do the conversion.
[262bc7e]326- Rewrote the IRC core, which brings:
327  * Support for multiple (control) channels, so you can have one channel per
328    buddy group, per IM account/protocol, or for example a &offline with all
329    offline contacts. See "help channels" for information on how to use this.
330  * You can also leave and rejoin all channels. Being in &bitlbee is no
331    longer required.
332  * Now you can start groupchats by just joining a new channel and inviting
333    contacts. (The "chat with" command still works as well.)
334  * You can change your nickname, whenever you want.
335  * Root commands:
336    + To hopefully resolve confusion about the "account set" syntax, the
337      ordering was changed slightly: "account set acc/setting value"
338      becomes "account acc set setting value". Obviously the same order
339      should now be used for other account subcommands.
340    + Shortcuts: Instead of "account list" you can say "acc li".
341  * /whois shows idle/login times of your contacts when available.
342  * paste_buffer (previously known as buddy_sendbuffer) now works for chats
343    as well.
344  * The nick_source setting was replaced with a nick_format setting, which
345    looks more or less like a format string, and lets you tweak how nicknames
[bf2ebd8]346    for contacts are generated in more detail. It also tries to convert non-
347    ASCII characters (i.e. accents) properly.
[262bc7e]348  * A per-channel show_users setting lets you configure exactly which kinds
349    of contacts (online/away/offline) should show up in a channel and what
[bf2ebd8]350    modes (none/voice/etc) they should have. Like show_offline, but together
351    with other new features it can for example create an &offline channel
352    with just offline contacts.
[262bc7e]353  * If you connect (and identify) to a BitlBee server you're already
354    connected to, you can take over the existing session instead of starting
355    a new one.
356  * More correct validation of channel names: They can contain pretty much
357    any character, unlike nicknames.
358- Support for using libpurple instead of BitlBee's built-in IM protocol
359  modules. This can be enabled by passing --purple=1 to the configure script.
360  * This adds support for many more IM protocols to BitlBee.
361  * And new functionality to existing protocols.
362  * This is and will always be optional and using it on public servers is
363    *not* recommended. It should be pretty stable, but costs more RAM/etc.
[bf2ebd8]364  * Switching to libpurple should be pretty transparent. See "help purple"
365    for a list of supported protocols (works only in libpurple-enabled
366    binaries).
[327af51]367- Rewritten MSN module, implementing MSNP15 instead of the old MSNP8:
368  * MSNP8 support from MSN was getting pretty unreliable. There were issues
[2af3e23]369    with remembering display names and adding contacts/auth requests (or
370    even contacts silently getting blocked!). This upgrade should fix all
371    of that.
[327af51]372  * Support for sending offline messages.
373  * Support for setting and reading status messages.
[7c5a3be5]374- Integrated the bitlbee-otr branch in a mostly non-intrusive way. Since
375  this is not end-to-end it should *not* be enabled on public servers.
376  Distro packagers are requested to offer OTR as a separately installable
377  plugin. (Compile with --otr=plugin) Please do not enable it by default as
378  there is no easy way to disable OTR once the plugin is loaded/built in.
[262bc7e]379- Support for file transfers, in and out. /DCC SEND a file to a contact and
380  it becomes a file transfer, and incoming file transfers become /DCC SENDs
381  to you. Note that this is mostly useful when combined with libpurple, as
382  only the Jabber native protocol module currently supports file transfers.
[bf2ebd8]383- Updated Yahoo! module to be in sync again with libyahoo2. This mostly
384  fixes issues with authorization requests.
[ecae65f]385- Show if a contact is mobile or not. See "help set mobile_is_away".
386- Easier handling of XMPP chatroom invitations.
387- The chatroom mode of the Twitter module is now enabled by default, since
388  this was by far the most popular. To disable it, see "help set mode".
389- Added some Twitter-specific commands that can only be used in the Twitter
390  window. Most important addition: Retweets. See "help set commands".
391- Removed some ancient account/nick migration scripts and added one for
392  easier switching from Pidgin and other libpurple-based clients to BitlBee.
393- Many bug fixes in both the core and IM modules, small feature enhancements
394  and other minor changes.
[262bc7e]395
[7c5a3be5]396Finished 22 Oct 2010
[262bc7e]397
[00540d4]398Version 1.2.8:
399- Now always using the AIM-style authentication method for OSCAR connections,
400  even when connecting to ICQ. This solves login issues some people were
401  having. (If you have problems, try changing the old_icq_auth setting.)
402- Twitter:
403  * Allow changing the Twitter API base URL so the module can also be used
404    for identi.ca or any other compatible network.
405  * Fetch the full list of Twitter contacts instead of slowly adding all
406    contacts as they post a message.
407  * Fixed message length counting.
408  * Allow following/unfollowing people using the usual add/remove commands.
409  * Better error reporting.
410- Added a user_agent setting to the Jabber module to get around artificial
411  client restrictions.
412- Allow nick changes (although only before register/identify).
413- Some more minor bugfixes/etc.
414
415Finished 4 Jul 2010
416
[df1ae622]417Version 1.2.7:
418- Fixed problems with MSN Messenger authentication. ("Could not parse
419  Passport server response")
420- Fixed broken typing notifications when talking to GTalk contacts.
421- Fixed an issue with non-anonymous Jabber chatrooms polluting the nick
422  namespace, sometimes generating odd warning messages.
423- Restored ability to start groupchats on ICQ.
424- Added show_offline setting that will also show offline contacts in the
425  control channel.
426- OAuth support for Twitter: This means the module will keep working after
427  June (this also changes "via API" under your tweets into "via BitlBee").
428
429Finished 15 May 2010
430
[db57e7c]431Version 1.2.6a:
432- Fixed a typo that renders the Twitter groupchat mode unusable. A last-
433  minute change that came a few minutes late.
434
435Finished 19 Apr 2010
436
[c0417e8]437Version 1.2.6:
[b6190ca]438- Native (very basic) support for Twitter, implemented by Geert Mulders.
439  Currently supported are posting tweets, reading the ones of people you
440  follow, and sending (not yet receiving!) direct messages.
[c0417e8]441- Fixed format of status messages in /WHOIS to improve IRC client
442  compatibility.
443- Show timestamps of offline messages/channel backlogs.
444- Allow saving MSN display names locally since sometimes this stuff breaks
445  server-side. (Use the local_display_name per-account setting.)
446- Suppress empty "Headline:" messages for certain new XMPP broadcast
447  messages.
448- Better handling of XMPP contacts with multiple resources on-line. Default
449  behaviour now is to write to wherever the last message came from, or to
450  the bare JID (usually becomes a broadcast) if there wasn't any recent msg.
[f4bcc22]451- Added a switchboard_keepalives setting which should solve some issues with
452  talking to offline MSN contacts. (Although full support for offline
453  messages is not ready yet!)
[c0417e8]454- The usual misc. bug fixes.
455
[f4bcc22]456Finished 19 Apr 2010
[c0417e8]457
[7e2b593]458Version 1.2.5:
459- Many bug fixes, including a fix for MSN login issues, Jabber login timing
460  issues, Yahoo! crashes at login time with huge contact lists,
461- Avoid linking in a static version of libresolv now that glibc has all
462  relevant functions available in the dynamic version.
463- Improved away state code and added the ability to set (non-away) status
[a1ac227]464  messages using "set status" (also possible per account) and see them in
465  blist and /whois output.
[7e2b593]466- Added a post-1.2 equivalent of encode/decode to quickly encrypt/decrypt
467  passwords in a way that BitlBee can read them.
468- Allow using the full name for generating nicknames, instead of just the
469  handle. This is especially useful when using the Facebook XMPP server.
470- Auto reconnect is now enabled by default since all protocols can properly
471  detect cases where auto reconnect should be avoided (i.e. concurrent
472  logins).
[f9928cb]473- Changed the default resource_select setting which should reduce message
474  routing issues on Jabber (i.e. messages going someone's phone instead of
475  the main client).
[7e2b593]476
[c0417e8]477Finished 17 Mar 2010
[a1ac227]478
[3650088]479Version 1.2.4:
480- Most important change (and main reason for releasing now): Upgraded Yahoo!
481  module to a newer version to get it working again.
482- join_chat command replaced with the much better chat command:
483  * Similar to how account replaced login/slist/logout. Add a chatroom once,
484    then just /join it like any other room. Also automatic joining at login
485    time is now possible.
486  * Note that the old way of starting groupchats (/join #nickname) is now
487    also deprecated, use "chat with" instead.
488  * See "help chat" and "help chat add" for more information.
489- Rewrote bitlbee.conf parser to be less dumb.
490- Fixed compatibility (hopefully) with AIM mobile messages, certain kinds
491  of Google Talk chatrooms.
492- Fixed numerous stability/reliability bugs over the last year.
493
494Finished 17 Oct 2009
495
[ba3a8a5]496Version 1.2.3:
497- Fixed one more flaw similar to the previous hijacking bug, caused by incon-
498  sistent handling of the USTATUS_IDENTIFIED state. All code touching these
499  variables was reviewed and should be correct now.
500
501Finished 7 Sep 2008
502
[b9e2539]503Version 1.2.2:
504- Security bugfix: It was possible to hijack accounts (without gaining access
505  to the old account, it's simply an overwrite)
506- Some more stability improvements.
507- Fixed bug where people with non-lowercase nicks couldn't drop their account.
508- Easier upgrades of non-forking daemon mode servers (using the DEAF
509  command).
510- Can be cross-compiled for Win32 now! (No support for SSL yet though, which
511  makes it less useful for now.)
512- Exponential backoff on auto-reconnect.
513- Changing passwords gives less confusing feedback ("password is empty") now.
514
515Finished 26 Aug 2008
516
[bfe7caa]517Version 1.2.1:
518- Fixed proxy support.
519- Fixed stalling issues while connecting to Jabber when using the OpenSSL
520  module.
521- Fixed problem with GLib and ForkDaemon where processes didn't die when
522  the client disconnects.
523- Fixed handling of "set charset none". (Which pretty much breaks the account
524  completely in 1.2.)
[5ecf96b]525- You can now automatically identify yourself to BitlBee by setting a server
526  password in your IRC client.
527- Compatible with all crazy kinds of line endings that clients can send.
[fb4e9a3f]528- Changed root nicknames are now saved.
529- Added ClientInterface setting to bind() outgoing connections to a specific
530  network interface.
531- Support for receiving Jabber chatroom invitations.
532- Relaxed port restriction of the Jabber module: added ports 80 and 443.
533- Preserving case in Jabber resources of buddies, since these should
534  officially be treated as case sensitive.
535- Fully stripping spaces from AIM screennames, this didn't happen completely
[e88fe7da]536  which severely breaks the IRC protocol.
[fb4e9a3f]537- Removed all the yellow tape around daemon mode, it's pretty mature by now:
538  testing.bitlbee.org serves all (~30) SSL users from one daemon mode
539  process without any serious stability issues.
540- Fixed GLib <2.6 compatibility issue.
541- Misc. memory leak/crash fixes.
[bfe7caa]542
[d048ffc]543Finished 24 Jun 2008
[bfe7caa]544
[8c2008e]545Version 1.2:
[a5ac9f9]546- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
547  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
548  will run in its own process. No more need to configure inetd, and still you
549  don't get the stability problems BitlBee unfortunately still has in ordinary
550  (one-process) daemon mode.
551- Added inter-process/connection communication. This made it possible to
552  implement some IRC operator features like WALLOPs, KILL, DIE, REHASH and
553  more.
554- Added hooks for using libevent instead of GLib for event handling. This
555  should improve scalability, although this won't really be useful yet because
556  the one-process daemon mode is not reliable enough.
557- BitlBee now makes the buddy quits when doing "account off" look like a
558  netsplit. Modern IRC clients show this in a different, more compact way.
[7df5a08]559  (This can be disabled if your client doesn't support this.)
[670204f]560- GLib 1.x compatibility was dropped. BitlBee now requires GLib 2.4 or newer.
561  This allows us to use more GLib features (like the XML parser). By now GLib
562  1.x is so old that supporting it really isn't necessary anymore.
[a5ac9f9]563- Many, many, MANY little changes, improvements, fixes. Using non-blocking
[d07c3a8]564  I/O as much as possible, replaced the Gaim (0.59, IOW heavily outdated)
565  API, fixed lots of little bugs (including bugs that affected daemon mode
566  stability). See the bzr logs for more information.
567- One of the user-visible changes from the API change: You can finally see
568  all away states/messages properly.
569- Added units tests. Test coverage is very minimal for now.
570- Better charset handling: Everything is just converted from/to UTF-8 right
571  in the IRC core, and charset mismatches are detected (if possible) and the
572  user is asked to resolve this before continuing. Also, UTF-8 is the default
573  setting now, since that's how the world seems to work these days.
[ec0355f]574- One can now keep hashed passwords in bitlbee.conf instead of the cleartext
575  version.
[9829ae0]576- Most important change: New file format for user data (accounts, nicks and
577  settings). Migration to the new format should happen transparently,
578  BitlBee will read the old files and once you quit/save it will save in the
579  new format. It is recommended to delete the old files (BitlBee doesn't do
580  this automatically, it will just ignore them) since they won't be used
581  anymore (and since the old file format is a security risk). Some advantages
582  of this file format switch:
583  * Safer format, since the identify-password is now salted before generating
584    a checksum. This way one can't use MD5 reverse lookup databases to crack
585    passwords. Also, the IM-account passwords are encrypted using RC4 instead
586    of the simple obfuscation scheme which BitlBee used so far.
587  * Easier to extend than the previous format (at least the .nicks format was
588    horribly limited).
589  * Nicknames for buddies are now saved per-account instead of per-protocol.
590    So far having one buddy on multiple accounts of the same protocol was a
591    problem because the nicks generated for the two "instances" of this buddy
592    were very unpredictable.
593    NOTE: This also means that "account del" removes not just the account,
594    BUT ALSO ALL NICKNAMES! If you're changing IM accounts and don't want to
595    lose the nicknames, you can now use "account set" to change the username
596    and password for the existing connection.
597  * Per-account settings (see the new "account set" command).
[c7d0f41]598- A brand new Jabber module. Besides the major code cleanup, it also has
599  has these new features:
600  * Pretty complete XMPP support: RFC3920, RFC3921 plus a number of XEPs
[7df5a08]601    including XEP45, XEP73 and XEP85. (See http://www.xmpp.org/ for what all
602    these things mean exactly.) Privacy lists are not supported for obvious
[c7d0f41]603    reasons.
604  * This complete support also includes TLS and SASL support and SRV record
605    lookup. This means that specifying a server tag for connections should
606    (almost) never be necessary anymore, BitlBee can find the server and can
607    automatically convert plaintext connections to TLS-encrypted ones.
[7df5a08]608  * XEP45: Jabber chatroom support!
[c7d0f41]609  * XEP85 means typing notifications. The older XEP22 (still used by some
610    clients including Gaim <2.0) is not supported.
611  * Better handling of buddies who have more than one resource on-line. As
612    long as one resource is on-line (and visible), BitlBee will show this.
613    (The previous module didn't keep track of resources and sent an offline
614    event as soon as any resource disappears.)
615  * You can now set your resource priority.
616  * The info command now gives away state/message information for all
617    resources available for that buddy. (Of course this only works if the
618    buddy is in your contact list.)
[221a273]619  * An XML console (add xmlconsole to your contact list or see "help set
620    xmlconsole" if you want it permanently).
[d07c3a8]621- The Yahoo! module now says it supports YMSG protocol version 12, which will
622  hopefully keep the Yahoo module working after 2008-04-02 (when Yahoo! is
623  dropping support for version 6.x of their client).
624- MSN switchboard handling changes. Hopefully less messages will get lost now,
625  although things are still not perfect.
[9829ae0]626
[6612cc9]627Finished 17 Mar 2008
[8c2008e]628
629Version 1.0.4:
630- Removed sethostent(), which causes problems for many people, especially on
631  *BSD. This is basically the reason for this release.
632- "allow" command actually displays the allow list, not the block list.
633- Yahoo away state/msg fix.
634- Don't display "Gender: Male" by default if nothing's filled in (OSCAR
635  "info" command)
636- Fixed account cleanup (possible infinite loop) in irc_free().
637- Fixed configdir error message to not always display the compile-time
638  setting.
639
640Finished 20 Aug 2007
641
[670204f]642Version 1.0.3:
643- Fixed ugliness in block/allow list commands (still not perfect though, the
644  list is empty or not up-to-date for most protocols).
645- OSCAR module doesn't send the ICQ web-aware flag anymore, which seems to
646  get rid of a lot of ICQ spam.
647- added show_got_added(), BitlBee asks you, after authorizing someone, if you
648  want to add him/her to your list too.
649- add -tmp, mainly convenient if you want to talk to people who are not in
650  your list.
651- Fixed ISON command, should work better with irssi now.
652- Fixed compilation with tcc.
653- Fixed xinetd-file.
654- Misc. (crash)bug fixes, including one in the root command parsing that
655  caused mysterious error messages sometimes.
656
657Finished 24 Jun 2006 (Happy 4th birthday, BitlBee!)
658
659Version 1.0.2:
660- Pieces of code cleanup, fixes for possible problems in error checking.
661- Fixed an auto-reconnect cleanup problem that caused crashes in daemon mode.
662- /AWAY in daemon mode now doesn't set the away state for every connection
663  anymore.
664- Fixed a crash-bug on empty help subjects.
665- Jabber now correctly sets the current away state when connecting.
666- Added Invisible and Hidden to the away state alias list, invisible mode
667  should be pretty usable now.
668- Fixed handling of iconv(): It's now done for everything that goes between
669  BitlBee and the IRC client, instead of doing it (almost) every time
670  something goes to or come from the IM-modules. Should've thought about
671  that before. :-)
672- When cleaning up MSN switchboards with unsent msgs, it now also says which
673  contact those messages were meant for.
674- You can now use the block and allow commands to see your current block/
675  allow list.
676
677Finished 1 Apr 2006
678
679Version 1.0.1:
680- Support for AIM groupchats.
681- Improved typing notification support for at least AIM.
682- BitlBee sends a 005 reply when logging in, this informs modern IRC clients
683  of some of BitlBee's capabilities. This might also solve problems some
684  people were having with the new control channel name.
685- MSN switchboards are now properly reset when talking to a person who is
686  offline. This fixes problems with messages to MSN people that sometimes
687  didn't arrive.
688- Fixed one of the problems that made BitlBee show online Jabber people as
689  offline.
690- Fixed problems with commas in MSN passwords.
691- Added some consts for read-only data, which should make the BitlBee per-
692  process memory footprint a bit smaller.
693- Other bits of code cleanup.
694
695Finished 14 Jan 2006
696
[2095c57]697Version 1.0:
698- Removed some crashy debugging code.
[21d09ac]699- QUIT command now works before logging in. (Mainly an RFC-compliancy fix.)
[ef6c6a7]700- Hopefully slightly clearer handling of buddy add requests.
[834ff44]701- set buddy_sendbuffer_delay now also supports milisecond precision.
[e3a0e7e]702- Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC.
[0b2e843]703- Reviewed the xinetd file and installation instructions.
704- HTML stripping is configurable again.
705- Quit messages (at least on crashes) should appear again.
[43e3368]706- Cleaned up some unnecessary code in the Jabber module, and implemented
707  handlers for headline messages (which allows you to use RSS-to-Jabber
708  gateways).
[ef53ba8]709- Lowered the line splitting limit a bit to fix data loss issues.
710- The $proto($handle) format used for messages specific to one IM-connection
711  now only include the ($handle) part when there's more than one $proto-
712  connection.
713- Fix for a crash-bug on broken Jabber/SSL connections.
[a40a2c2]714- Incoming typing notifications now also come in as CTCP TYPING messages, for
715  better consistency. Don't forget to update your scripts!
716- AIM typing notifications are supported now.
[027d2eb]717- Jabber module only accepts ports 5220-5229 now, to prevent people from
718  abusing it as a port scanner. We aren't aware of any Jabber server that
719  runs on other ports than those. If you are, please warn us.
[40657a3]720- Send flood protection can't be enabled anymore. It was disabled by default
721  for a good reason for some time already, but some package maintainers
722  turned it back on while it's way too unreliable and trigger-happy to be
723  used.
724- Removed TODO file, the current to-do list is always in the on-line bug
725  tracking system.
726- Fixed a potential DoS bug in input handling.
[2095c57]727
[40657a3]728Finished 4 Dec 2005
[2095c57]729
[b7d3cc34]730Version 0.99:
731- Fixed memory initialization bug in OSCAR module that caused crashes on
732  closing the connection.
733- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
734  some situations.
735- Outgoing MSN typing notifications are now understood correctly by the
[e88fe7da]736  original MS Mac/Windows clients (again).
[b7d3cc34]737- Added "account add $protocol" to the documentation, got rid of a lot
738  of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
739- Small changes to help.xsl to fix small flaws in the help.txt formatting.
740- Messaging yourself now doesn't make irssi or mIRC crash anymore.
741
742Finished 3 Nov 2005
743
744Version 0.93:
745- &quot; is now correctly converted to " instead of '.
746- Code cleanup in OSCAR module.
747- Some changes for better RFC-compliancy.
748- It's now possible to specify an alternate Jabber server.
749- bitlbee_save() now also checks the return value of fclose(), which might
750  solve more problems with lost account data.
751- Fixed a file descriptor leak in bitlbee.c.
752- Signedness fixes (mainly to keep GCC4 happy).
753- Away messages are now sent correctly to most ICQ clients.
754- BitlBee knows now which connection sends HTML, so it will strip HTML
755  automatically, "set html strip" is no longer necessary. Also, outgoing HTML
756  is escaped correctly.
757- info-command works for AIM-connections too now.
758- /notices to users will be sent as auto-away replies.
759- Messages about a connection now also mention a handle, for people who have
760  multiple accounts in use of the same protocol.
761- Examples are back in help.txt.
762
763Finished 31 Oct 2005
764
765Version 0.92:
766- Fixed some formatting issues with the help.txt XSL-sheet.
767- Moved the polling of the IRC connections to glib instead of a separate
768  select().
769- Added ctags generation to the Makefiles.
770- Sending a CTCP TYPING message to a user in your buddy list now sends a
771  typing notification to that person, if the protocol supports it. You
772  probably want to write/use a script for your IRC client to do this.
773- A dash is no longer considered a lowercase underscore in nicknames.
774- CTCP's to buddies no longer alter their private/non-private state.
775- Clean shutdown (with saving settings) on SIGTERM.
776- Fixed a crash on connecting to unreachable Jabber/SSL servers.
777- On ICQ, offline messages are now requested after receiving the buddy
778  list. This should get rid of the "Message from unknown OSCAR handle"
779  messages on login.
780- The linked list of buddies/nicks is now always sorted, which makes the
781  blist output a bit more useful.
782- Fixed a crash on renaming NickServ. (There's no reason to do this, but
783  still crashing isn't really how BitlBee should tell you that. ;-)
784- Now the message about the "new" ICQ server-side buddy lists is only
785  displayed when the server-side list is still empty.
786- The Yahoo! markup language stripper is now less likely to strip things
787  that shouldn't be stripped.
788- Working around a shortcoming in the Yahoo! cleanup code that didn't
789  cause any serious problems in previous versions, but got pretty nasty
790  (100% CPU time usage) now with everything in the glib main loop.
791- Fixed a bug in http_encode that might have caused buffer overflows
792  (although not likely to be exploitable) when trying to encode strings
793  with non-ASCII characters.
794- Fixed AIM screenname handling on ICQ connections.
795- When blocking someone, the MSN module now closes the conversation you're
796  having with him/her (if any) so he/she can't continue talking to you
797  (for as long as the conversation lasts).
798- Away messages are only sent when messaging someone outside the control
799  channel. (And now also when the user is offline instead of just away.)
800- Moved charset conversion in serv_buddy_rename() to the right place so
801  bogus changes are always detected now.
802- iso8859-1 is now the default charset because -15 caused some problems
803  and because -1 is enough for most people anyway.
804- Fixed crashes on attempting to add a buddy (or do other things) on
805  connections that are still initializing.
806- Added support for server-side notifies using the WATCH command.
807- IRC_MAX_ARGS is dead, at least for IRC commands.
808- Fixed a bug that made BitlBee crash on failing fresh MSN switchboard
809  connections.
810- Fixed an invisibility bug in the MSN code that handled transfers to
811  other servers in the middle of a session.
812- Newline stripping added to prevent newline-in-friendlyname attacks.
813  (Which allowed remote people to make BitlBee send raw custom IRC lines.)
814
815Finished 23 Feb 2005
816
817Version 0.91:
818- Full support for ICQ server-side contact lists!
819  NOTE: BitlBee now ignores your client-side contact list. If you want to
820        import your ICQ contact list, use the import_buddies command.
821- Added the import_buddies command for upgrading purposes.
822- Added support for OpenSSL.
823- Fixed one major problem with the daemon mode by getting rid of the global
824  IRC structure.
825- Documentation fixes. help.txt is now generated from XML. Also updated the
826  installation manual.
827- Made the quickstart up-to-date. (By Elizabeth Krumbach)
828- Some bitlbeed additions. (By Marcus Dennis)
829- info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply
830  for ICQ. (By Frank Thieme)
831- Support for Jabber over SSL.
832- nick_get() appends a _ on duplicates instead of chopping off the last
833  character.
834- Got rid of an unused piece of code that caused crashes.
835  (oscar.c:gaim_parse_clientauto)
836- When splitting long messages into 450-char chunks, BitlBee now tries not
837  to cut off in the middle of a line.
838- Added a warning when the user specifies an unknown OSCAR server.
839- Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again.
840- Improved strip_html(), now less likely to strip non-HTML things.
841- An invalid account-command will now display an error message.
842- Fixed a bug that caused crashes when /CTCP'ing a groupchat channel.
843- Hopefully better Unicode/non-ASCII support for ICQ.
844- Fixed MSN connection crash on non-ASCII characters in screenname.
845- Added some missing charset conversion calls. (serv_got_crap,
846  serv_buddy_rename)
847- "account off" without extra arguments now logs off all connections.
848- Fixed a crash-bug on disconnecting Yahoo! connections before they're fully
849  connected.
850- Fixed a bug in helpfile handling which sometimes caused crashes in daemon
851  mode.
852- block and allow commands work with just a nick as an argument again.
853- Working around a crash on some probably invalid Yahoo! packets.
854- Fixed a possible double free() on shutdown in irc_free().
855- Talking to ICQ people on AIM and vice versa and talking to people with
856  @mac.com accounts now possible.
857- Low ASCII chars are now stripped from away-messages so the Jabber module
858  won't barf on BitchX and lame-script away messages anymore.
859
860Finished 25 Sep 2004
861
862Version 0.90a:
863- Fixed the Yahoo! authentication code.
864
865Finished 28 Jun 2004
866
867Version 0.90:
868- A complete rewrite of the MSN module. This gives BitlBee the following
869  new features/improvements:
870  * You can now start groupchats with MSN people without having to send them
871    a bogus message first.
872  * People who are in your MSN block/allow list, but not in your contact
873    list, shouldn't show up in your BitlBee buddy lists anymore.
874  * Passport authentication shouldn't lock up the whole program for a couple
875    of seconds anymore. Additionally, it should also work behind proxies now.
876  * Better recognition of incoming file transfers; they're now recognized
877    when coming from non-English MS Messenger clients too.
878  * Fixed a problem with MSN passwords with non-alphanumeric characters.
879  * Mail notification support (also for Yahoo!)...
880  * Parsing of maintenance messages (ie "Server is going down in x minutes").
881  * Hopefully more stability.
882- Changes in the OSCAR module:
883  * Better reading of ICQ-away-states.
884  * Lots of cleanups.
885- Yahoo! module:
886  * Fixed authentication on 64-bit machines. (Patch from Matt Rogers)
887  * Better stripping of markup tags.
888- Lots of cleanup in all IM-modules.
889- Added support for using libnss instead of libgnutls.
890- Reverse hostname lookups work on IPv6 sockets too now. (And don't crash
891  the program anymore.)
892- Fixed a little problem with identifying right after registering a nick.
893- Restored complete proxy support and added a proxy setting to the conffile.
894- BitlBee can now tell you when people in your buddy list change their
895  "friendly name".
896- Instead of an account number, you can also specify the protocol name or
897  (part of) the username as an account identification with commands like
898  "account on", "add", etc.
899- BitlBee remembers what connection a question (i.e. authorization request)
900  belongs to and cleans it up when the connection goes down; this fixes
901  (one of) the last known crash bugs.
902- Plus some other changes in question management. (The query_order setting
903  is one of them. The default behaviour changed a bit, for more information
904  please read "help set query_order".)
905- Also fixed a memory management bug in the question code which caused some
906  crashes.
907- Optimized some nick handling functions and added a hash of all the users
908  to speed up user_find() a bit (especially good for people with large
909  buddy and notify lists).
910- Lots of changes for the Win32 port (see http://jelmer.vernstok.nl/).
911- Added the drop-command.
912- Fixed small problem with versions of sed which don't support the +
913  "operator" (the BSD version, for example, even though the operator is
914  documented properly in the re_format manpage...).
915- Added the default_target setting.
916- Added a CenterICQ2BitlBee conversion script.
917- Put back the evaluator for "set charset" (which got lost somewhere between
918  0.84 and 0.85), so an incorrect charset will be rejected again.
919- ISON now (A) gives one single reply and (B) also replies when none of the
920  persons asked for are on-line.
921- Using GConv instead of iconv now.
922- Incoming messages larger than 450 characters are now split into parts
923  before sending them to the user.
924- Fixed a bug in irc_exec() which could crash the program when some commands
925  were called with too little arguments.
926- Fixed a dumb NULL pointer dereference in the JOIN command.
927- Added rate limiting to bitlbeed. (Against server hammering)
928- Added handling of CTCP PINGs (yet another self-ping used by some IRC
929  clients...)
930- Added bitlbee_tab_completion.pl.
931- Removed the vCard handling code from Jabber because it's (A) not used and
932  (B) had a possible format string vulnerability.
933- Got rid of strcpy() in account.c. (Thanks to NETRIC for reporting these two
934  problems.)
935- ISO8859-15 is now the default charset.
936
937Finished 21 May 2004
938
939Version 0.85a:
940- Fixed an authentication problem with logging into some MSN accounts.
941- Removed a non-critical warning message from the ICQ servers when logging
942  in with an empty contact list.
943- Fixed reading the [defaults] section of bitlbee.conf.
944- The last newline in outgoing messages when using the buddy_sendbuffer is
945  now removed correctly.
946- Yahoo! colour/font tag stripping now actually works.
947- Fixed compilation on *BSD and some Linux architectures.
948
949Finished 24 Mar 2004
950
951Version 0.85:
952- Users can specify alternate configuration files/directories at runtime
953  now.
954- Rename now doesn't choke on name changes with only case changes anymore.
955- Imported the daemon patch into the main source tree. The daemon mode is
956  still experimental, this just eases maintenance. This daemon patch brings
957  a lot of features, including (as the name says) a real daemon mode and
958  also buffering of the data sent to the user, and flood protection.
959- Strips font and colour codes from Yahoo! messages.
960- Support for groupchats on Yahoo!
961- Fixed removing Yahoo! buddies from a different group than "Buddies".
962- Jabber presence packets with error messages are interpreted correctly now.
963  (They used to be parsed as a signin.)
964- bitlbee_save() checks return values from fprintf() and writes to tempfiles
965  first to make sure no old files get lost when there's a write error.
966- ICQ buddies are added all at once instead of once at a time. This should
967  solve problems with huge buddy lists.
968- Made the client pinging timings configurable. (Without requiring
969  recompilation)
970- MSN and Yahoo flag the connection as "wants_to_die" when they're logged
971  off because of a concurrent login. This means reconnection will be disabled
972  on concurrent logins.
973- BitlBee can now buffer the messages sent to someone before they're actually
974  sent, and wait for a specified number of seconds for more lines to be added
975  to the buffer before the message will really be sent.
976- Renamed the reconnect_delay setting to auto_reconnect_delay.
977- Unknown settings aren't saved anymore.
978
979Finished 13 Mar 2004
980
981Version 0.84:
982- Removed the libsoup dependency.
983- Fixed AuthMode=Registered: It will now restore your accounts when
984  identifying.
985- Fixed Yahoo! support.
986- Fixed a little memory leak in user.c.
987- Fixed a security bug in unused code in proxy.c, only people who use
988  the HTTP proxy support and an untrusted proxy might need this. We
989  haven't done an emergency release for this fix because proxy support
990  is disabled by default.
991- Fixed some memory leaks in IM-code.
992
993Finished 13 Feb 2004
994
995Version 0.83:
996- Fixed a crash bug on connecting to unsupported accounts.
997- Fixed a problem with connecting to MSN accounts with empty buddy
998  lists.
999- Fixed another inifite-loop bug in nick_get() and added a piece
1000  of code which detects the infinite loop and asks the user to send
1001  a bug report.
1002- Fixed iconv-Solaris linking issues.
1003- Fixed all the problems with spaces in AIM screennames now, we hope.
1004- Fixed a buffer overflow in the nick handling code. Buffers are
1005  overflowed with static data (nulls), so we don't think it's exploitable.
1006- Added server-client pinging, useful for remote servers.
1007- Added the hostname setting.
1008- Some bitlbeed changes.
1009- Added a little part to the on-line quickstart about the settings and
1010  other help topics, this hopefully answers a lot of FAQ's.
1011- Fixed the signal handler to re-raise the signal after the handler quits.
1012  This makes sure the default handler is called after our handler sends
1013  the user a bye-message, so core dumps are created and the parent will
1014  get more useful information back from wait().
1015- Added support for ICQ URL messages.
1016- Fixed strip_html() behaviour on unknown &entities;.
1017- Fixed a possible problem with Yahoo!
1018- Fixed a problem with logging into more than one MSN account at once.
1019
1020Finished 31 Dec 2003
1021
1022Version 0.82:
1023- Fixed a little bug in nick.c which could cause a complete hang for
1024  some tricky buddylists. (Thanks to Geert Hauwaerts for helping with
1025  fixing this bug)
1026- Fixed MSN support. (Lots of thanks to Wouter Paesen!)
1027- Removed the old login/logout commands.
1028- Added the qlist command.
1029- Fixed a buffer overflow in the nick checking code. (Thanks to Jon
[69982f8]1030  Åslund for pointing us at this problem)
[b7d3cc34]1031- Adds the add_private and add_channel options for set handle_unknown.
1032- Some documentation updates.
1033- Added two small utilities to encode/decode BitlCrypted files.
1034
1035Finished 31 Oct 2003
1036
1037Version 0.81a:
1038- This version just fixes some small things we should've fixed before
1039  releasing 0.81:
1040- Fixed a small bug in the auto-reconnect cleanup code.
1041- Fixed the Makefile: Now it doesn't just overwrite your etc files when
1042  installing.
1043- Fixed the Makefile: $prefix/etc/bitlbee/ is the default etcdir now.
1044- Disabling MSN by default, now that it doesn't work. It'll be back on
1045  as soon as we get the module working again.
1046
1047Finished 16 Oct 2003
1048
1049Version 0.81:
1050- Added a configuration file.
1051- Added support for the PASS command to restrict access to the daemon to
1052  only the people who know this password.
1053- Only allowing registered people to use the daemon is possible too.
1054- In case you, at some time, need to check the currently running BitlBee
1055  version, just CTCP-VERSION someone in the channel.
1056- Added the auto_connect setting for people who don't want the program
1057  to connect to IM-networks automatically.
1058- Extended the blist command.
1059- Applied the auto-reconnect patch from G-Lite.
1060- Applied the iconv patch from Yuri Pimenov.
1061- Imported the MSN-friendlyname patch from Wouter Paesen.
1062- Away-message aliasing code now just parses the beginning of the string,
1063  not the whole string. This allows you to have a more descriptive away
1064  message like "Busy - Fixing bugs in BitlBee" and all the IM connections
1065  will have a busy-like away-state.
1066- Added some information about away states to the help system.
1067- MSN file transfers aren't silently ignored anymore.
1068- Integrated the Yahoo protocol fix from Cerulean Studios (Trillian).
1069  (Thanks to Tony Perrie!)
1070- Made all protocol plugins optional. (Patch from Andrej Kacian/Ticho)
1071
1072Finished 15 Oct 2003
1073
1074Version 0.80:
1075- Fixed a very stupid bug in the MSN away-state reading.
1076- nick_cmp() now actually works, RFC-compliant.
1077- Fixed and cleaned up the away-state handling, there were some very
1078  weird things in the original Gaim code base which broke this completely
1079  all the time.
1080- The daemon prevents you from using root/NickServ as your nick now,
1081  previous versions crashed on that.
1082- At last ... GROUP CHAT SUPPORT! :-D
1083- People who are *not* away get mode +v in #bitlbee now, so you can see
1084  in /names who's away and who's not.
1085- Crashing BitlBee by using the NICKSERV command without any arguments
1086  is impossible now.
1087- Added some notes about Darwin/OSX portability.
1088- Separated connections from accounts. This means restoring a lost
1089  connection can be done using a simple "account on <number>" command.
1090  See "help account" for more information.
1091  *** For now this won't cause problems when upgrading because the login
1092  command still exists (as an alias for "account add"). This alias will
1093  not stay forever, though.
1094- irc_process() now makes sure it reads the whole available buffer before
1095  executing the commands. Previous versions were very bad at handling
1096  long floods from non-floodprotected clients. The code is still not
1097  perfect, but good enough for local links.
1098- Allow/Deny questions from msn.c now also mention your own screenname.
1099  This is useful for people who run two (or even more) MSN accounts in
1100  one BitlBee.
1101- Fixed a little bug in the helpfile-changed-check code.
1102- A little trick in "make install" makes sure the help function in running
1103  sessions doesn't break while upgrading.
1104- Added a nifty (and editable) MOTD.
1105- Added IRIX to the compatibility list.
1106- Added support for Cygwin.
1107- Better HTML-stripping, it also handles &entities; correctly now.
1108- Fixed some problems to make it compile on Solaris.
1109- Added support for messages from Miranda/Mac ICQ. (Code port from Gaim 0.59)
1110- Fixed the crash problem when removing yahoo buddies.
1111- Added the handle_unknown setting.
1112- Did some editing on a few docs.
1113- Added a FAQ.
1114- Added the daemon-patch by Maurits Dijkstra which adds stand-alone daemon
1115  support to BitlBee.
1116- Jabber now doesn't barf on high ASCII characters in away messages anymore.
[69982f8]1117  (Thanks to Christian Häggström <chm@c00.info>)
[b7d3cc34]1118
1119Finished 24 Jun 2003
1120
1121Version 0.74a:
1122- The music-festivals-are-bad-for-your-mind release.
1123- This one actually contains the fix for the bug 0.74 claimed to have.
1124
1125Finished 11 Jun 2003
1126
1127Version 0.74:
1128- Fixed a security leak, where using a / in the nickname causes the saved
1129  settings and account information to be stored in undesirable places.
1130
1131Finished 10 Jun 2003
1132
1133Version 0.73:
1134- Fixed the unable-to-remove-icq-users (actually users from any *local*
1135  contact list) bug.
1136- Fixed away bug in aim protocol.
1137- Fixed the 'statistics' under the blist command output.
1138- Removed the commands from the XML documentation because they're 'on-line'
1139  already.
1140- Added some signal handling; ignoring SIGPIPE should als get rid of some
1141  crashes (for some weird reason this has to be done). Also, crashes because
1142  of things like segfaults are a bit more verbose now. ;-)
1143- Changed the select() timeout in main(), this might improve some latencies.
1144  (At leasts it speeds up signing on (especially for ICQ) a lot!)
1145- Made the own-QUIT messages more compliant, probably.
1146- Fixed some memory-bugs, thanks to valgrind.
1147- irc_write() now checks the write() return value, and tries to send the rest
1148  of the string, if it could not write it completely the first time.
1149- Hostname lookups also work on NetBSD now.
1150  (Thanks to David.Edmondson*sun*com (hi spambot))
1151- At last, a new protocol. Welcome to ... YAHOO!
1152- Documentation and code cleanup. Somehow the helpfile documented register
1153  and identify twice, now that's what I call over-documenting.. :-/
1154- Added the rename command to the helpfile, somehow I forgot that one.
1155- Been a bit pedantic about compiler warnings. They're all dead now.
1156- Fixed a small Makefile problem which gave an error when a clean tree was
1157  "made distclean"
1158- Fixed a (possible) memory leak in nogaim.c:proto_away()
1159- Fixed the way proto_away() calls proto_away_alias_find(), now it gives
1160  the *whole* list of away states
1161- proto_away() doesn't give a NULL message anymore because AIM didn't like
1162  that
1163- Got rid of the last goto in my code (without ruining the code)
1164- Created a more samba-like compiling process (without the complete command
1165  lines, just a simple echo)
1166- "help set ops" works now too, without quoting the "set ops"
1167- Trying to log in with a protocol without a prpl (ICQ and TOC, for example)
1168  made previous versions crash
1169
1170Finished 13 Apr 2003
1171
1172Version 0.72:
1173- Updated the documentation.
1174- Improved the MSN friendlyname code. (Although it doesn't seem to be perfect
1175  yet..)
1176- info-command added to get more information about ICQ users.
1177- blist-command added to get a complete buddy list.
1178- Fixed a bug which broke the AIM code when adding a screenname with a space
1179  in it.
1180- Added the NS alias for the NICKSERV command (Tony Vroon).
1181- Fixed the USERHOST command implementation (Tony Vroon).
1182- /me from IM-networks is now converted to a CTCP ACTION correctly.
1183- Added an utils/ directory with some misc toys and handy things.
1184- Added a /notice to the on_typing event. Don't use it though, the /notice
1185  flood will just be a big annoyance. ;-)
1186- Some people like root and themself to be ops, some don't. Now it's
1187  configurable. (set ops)
1188- Now the umode stuff actually works. Next step: Use those modes... (How?)
1189
1190Finished 19 Dec 2002
1191
1192Version 0.71:
1193- Fixed the help command output layout (alignment)
1194- Added a sample xinetd file
1195- Cleaned up, 0.70 released with a build-stamp and DEADJOE file (oops)..
1196- Messages can be sent like '<user>, <message>' in the control channel now,
1197  instead of just '<user>: <message>'
1198- Added a debug setting boolean: Set it to true for some debugging crap
1199  which used to be on by default..
1200- Changed the /whois reply: In the server section you now see the
1201  connection this user belongs to.
1202- Added some root/permission checks.
1203- configure script works correctly when the terminating / is forgotten for
1204  a directory.
1205- Fixed format string bug in protocols/oscar/meta.c (Hmm, what's the use of
1206  that file?)
1207- Added '#include "crypting.h"' to commands.c to get rid of stupid warnings
1208- Fixed crash-bug (SIGSEGV when adding an @-less contact to MSN/Jabber)
1209- Added to_char setting
1210- Fixed bug in set.c: It ignored the new value returned by the evaluator
1211  :-(
1212- Removed protocol tag from 'hostname' in user hostmask because this info
1213  is in /whois' server section now
1214- Added the GPL. Somehow 0.7 released without a COPYING file.. :-/
1215- Enhanced the root_command() parser, you can 'quote' "arguments" now so
1216  arguments can be strings with spaces
1217- Debugging versions have True as the default value for set debug
1218- NICKSERV is now an alternative for PRIVMSG root. This does not affect
1219  functionality of current NICKSERV commands, but does allow people to just
1220  do identify <pass> in channel.
1221- NICKSERV REGISTER now doesn't try to log you in (to check if the user
1222  exists) but checks for the existence of the user-configuration files.
1223- NICKSERV SET password now works (as does set password in channel). This
1224  makes changing your password possible.
1225- NICKSERV password now stored in irc_t.
1226- ./configure now only bugs you about possible problems with strip if it's
1227  actually going to strip (wooohoooo! _sexy_ :)
1228- Fixed a load of warnings in oscar.c, irc.c, nick.c and set.c
1229- Split up root_command() into a version which eats raw strings and one
1230  which eats split strings
1231- New help system: Help available for most (all?) commands, all read from
1232  an external help-file.
1233- Changed the maximum message length in irc_usermsg() from IRC_MAX_LINE to
1234  1024 (for loooong help messages..).
1235- Only allow user to set supported umodes.
1236- Fixed a memory leak in crypting.c (Thanks to Erik Hensema.)
1237- Added a send_handler callback to user_t. Needed for the following entry:
1238- Added the NickServ user as a root-clone.
1239- Disabled tcpd by default because it's just a PITA for a lot of systems
1240  and because you can use /usr/sbin/tcpd as well.
1241- The root user can be renamed now.
1242
1243Finished 16 Sep 2002
Note: See TracBrowser for help on using the repository browser.