source: doc/CHANGES @ 385fbc4

Last change on this file since 385fbc4 was 2af3e23, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-10-02T06:56:33Z

Restore MSN password truncation code. MSN still can't handle passwords
longer than 16 chars and silently fails if you give >16chars.

  • Property mode set to 100644
File size: 44.9 KB
Line 
1This ChangeLog mostly lists changes relevant to users. A full log can be
2found in the bzr commit logs, for example you can try:
3
4http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
5
6Version
7- Important: This version drops backward compatibility with the file format
8  used for user settings in versions before 1.2. If you're upgrading from
9  very old BitlBee versions (like 1.0.x), you'll have to recreate your
10  BitlBee account - or use an 1.2.x BitlBee once to do the conversion.
11- Rewrote the IRC core, which brings:
12  * Support for multiple (control) channels, so you can have one channel per
13    buddy group, per IM account/protocol, or for example a &offline with all
14    offline contacts. See "help channels" for information on how to use this.
15  * You can also leave and rejoin all channels. Being in &bitlbee is no
16    longer required.
17  * Now you can start groupchats by just joining a new channel and inviting
18    contacts. (The "chat with" command still works as well.)
19  * You can change your nickname, whenever you want.
20  * Root commands:
21    + To hopefully resolve confusion about the "account set" syntax, the
22      ordering was changed slightly: "account set acc/setting value"
23      becomes "account acc set setting value". Obviously the same order
24      should now be used for other account subcommands.
25    + Shortcuts: Instead of "account list" you can say "acc li".
26  * /whois shows idle/login times of your contacts when available.
27  * paste_buffer (previously known as buddy_sendbuffer) now works for chats
28    as well.
29  * The nick_source setting was replaced with a nick_format setting, which
30    looks more or less like a format string, and lets you tweak how nicknames
31    for contacts are generated in more detail. It also tries to convert non-
32    ASCII characters (i.e. accents) properly.
33  * A per-channel show_users setting lets you configure exactly which kinds
34    of contacts (online/away/offline) should show up in a channel and what
35    modes (none/voice/etc) they should have. Like show_offline, but together
36    with other new features it can for example create an &offline channel
37    with just offline contacts.
38  * If you connect (and identify) to a BitlBee server you're already
39    connected to, you can take over the existing session instead of starting
40    a new one.
41  * More correct validation of channel names: They can contain pretty much
42    any character, unlike nicknames.
43- Support for using libpurple instead of BitlBee's built-in IM protocol
44  modules. This can be enabled by passing --purple=1 to the configure script.
45  * This adds support for many more IM protocols to BitlBee.
46  * And new functionality to existing protocols.
47  * This is and will always be optional and using it on public servers is
48    *not* recommended. It should be pretty stable, but costs more RAM/etc.
49  * Switching to libpurple should be pretty transparent. See "help purple"
50    for a list of supported protocols (works only in libpurple-enabled
51    binaries).
52- Rewritten MSN module, implementing MSNP15 instead of the old MSNP8:
53  * MSNP8 support from MSN was getting pretty unreliable. There were issues
54    with remembering display names and adding contacts/auth requests (or
55    even contacts silently getting blocked!). This upgrade should fix all
56    of that.
57  * Support for sending offline messages.
58  * Support for setting and reading status messages.
59- Support for file transfers, in and out. /DCC SEND a file to a contact and
60  it becomes a file transfer, and incoming file transfers become /DCC SENDs
61  to you. Note that this is mostly useful when combined with libpurple, as
62  only the Jabber native protocol module currently supports file transfers.
63- Updated Yahoo! module to be in sync again with libyahoo2. This mostly
64  fixes issues with authorization requests.
65- Show if a contact is mobile or not. See "help set mobile_is_away".
66- Easier handling of XMPP chatroom invitations.
67- The chatroom mode of the Twitter module is now enabled by default, since
68  this was by far the most popular. To disable it, see "help set mode".
69- Added some Twitter-specific commands that can only be used in the Twitter
70  window. Most important addition: Retweets. See "help set commands".
71- Removed some ancient account/nick migration scripts and added one for
72  easier switching from Pidgin and other libpurple-based clients to BitlBee.
73- Many bug fixes in both the core and IM modules, small feature enhancements
74  and other minor changes.
75
76Finished ...
77
78Version 1.2.8:
79- Now always using the AIM-style authentication method for OSCAR connections,
80  even when connecting to ICQ. This solves login issues some people were
81  having. (If you have problems, try changing the old_icq_auth setting.)
82- Twitter:
83  * Allow changing the Twitter API base URL so the module can also be used
84    for identi.ca or any other compatible network.
85  * Fetch the full list of Twitter contacts instead of slowly adding all
86    contacts as they post a message.
87  * Fixed message length counting.
88  * Allow following/unfollowing people using the usual add/remove commands.
89  * Better error reporting.
90- Added a user_agent setting to the Jabber module to get around artificial
91  client restrictions.
92- Allow nick changes (although only before register/identify).
93- Some more minor bugfixes/etc.
94
95Finished 4 Jul 2010
96
97Version 1.2.7:
98- Fixed problems with MSN Messenger authentication. ("Could not parse
99  Passport server response")
100- Fixed broken typing notifications when talking to GTalk contacts.
101- Fixed an issue with non-anonymous Jabber chatrooms polluting the nick
102  namespace, sometimes generating odd warning messages.
103- Restored ability to start groupchats on ICQ.
104- Added show_offline setting that will also show offline contacts in the
105  control channel.
106- OAuth support for Twitter: This means the module will keep working after
107  June (this also changes "via API" under your tweets into "via BitlBee").
108
109Finished 15 May 2010
110
111Version 1.2.6a:
112- Fixed a typo that renders the Twitter groupchat mode unusable. A last-
113  minute change that came a few minutes late.
114
115Finished 19 Apr 2010
116
117Version 1.2.6:
118- Native (very basic) support for Twitter, implemented by Geert Mulders.
119  Currently supported are posting tweets, reading the ones of people you
120  follow, and sending (not yet receiving!) direct messages.
121- Fixed format of status messages in /WHOIS to improve IRC client
122  compatibility.
123- Show timestamps of offline messages/channel backlogs.
124- Allow saving MSN display names locally since sometimes this stuff breaks
125  server-side. (Use the local_display_name per-account setting.)
126- Suppress empty "Headline:" messages for certain new XMPP broadcast
127  messages.
128- Better handling of XMPP contacts with multiple resources on-line. Default
129  behaviour now is to write to wherever the last message came from, or to
130  the bare JID (usually becomes a broadcast) if there wasn't any recent msg.
131- Added a switchboard_keepalives setting which should solve some issues with
132  talking to offline MSN contacts. (Although full support for offline
133  messages is not ready yet!)
134- The usual misc. bug fixes.
135
136Finished 19 Apr 2010
137
138Version 1.2.5:
139- Many bug fixes, including a fix for MSN login issues, Jabber login timing
140  issues, Yahoo! crashes at login time with huge contact lists,
141- Avoid linking in a static version of libresolv now that glibc has all
142  relevant functions available in the dynamic version.
143- Improved away state code and added the ability to set (non-away) status
144  messages using "set status" (also possible per account) and see them in
145  blist and /whois output.
146- Added a post-1.2 equivalent of encode/decode to quickly encrypt/decrypt
147  passwords in a way that BitlBee can read them.
148- Allow using the full name for generating nicknames, instead of just the
149  handle. This is especially useful when using the Facebook XMPP server.
150- Auto reconnect is now enabled by default since all protocols can properly
151  detect cases where auto reconnect should be avoided (i.e. concurrent
152  logins).
153- Changed the default resource_select setting which should reduce message
154  routing issues on Jabber (i.e. messages going someone's phone instead of
155  the main client).
156
157Finished 17 Mar 2010
158
159Version 1.2.4:
160- Most important change (and main reason for releasing now): Upgraded Yahoo!
161  module to a newer version to get it working again.
162- join_chat command replaced with the much better chat command:
163  * Similar to how account replaced login/slist/logout. Add a chatroom once,
164    then just /join it like any other room. Also automatic joining at login
165    time is now possible.
166  * Note that the old way of starting groupchats (/join #nickname) is now
167    also deprecated, use "chat with" instead.
168  * See "help chat" and "help chat add" for more information.
169- Rewrote bitlbee.conf parser to be less dumb.
170- Fixed compatibility (hopefully) with AIM mobile messages, certain kinds
171  of Google Talk chatrooms.
172- Fixed numerous stability/reliability bugs over the last year.
173
174Finished 17 Oct 2009
175
176Version 1.2.3:
177- Fixed one more flaw similar to the previous hijacking bug, caused by incon-
178  sistent handling of the USTATUS_IDENTIFIED state. All code touching these
179  variables was reviewed and should be correct now.
180
181Finished 7 Sep 2008
182
183Version 1.2.2:
184- Security bugfix: It was possible to hijack accounts (without gaining access
185  to the old account, it's simply an overwrite)
186- Some more stability improvements.
187- Fixed bug where people with non-lowercase nicks couldn't drop their account.
188- Easier upgrades of non-forking daemon mode servers (using the DEAF
189  command).
190- Can be cross-compiled for Win32 now! (No support for SSL yet though, which
191  makes it less useful for now.)
192- Exponential backoff on auto-reconnect.
193- Changing passwords gives less confusing feedback ("password is empty") now.
194
195Finished 26 Aug 2008
196
197Version 1.2.1:
198- Fixed proxy support.
199- Fixed stalling issues while connecting to Jabber when using the OpenSSL
200  module.
201- Fixed problem with GLib and ForkDaemon where processes didn't die when
202  the client disconnects.
203- Fixed handling of "set charset none". (Which pretty much breaks the account
204  completely in 1.2.)
205- You can now automatically identify yourself to BitlBee by setting a server
206  password in your IRC client.
207- Compatible with all crazy kinds of line endings that clients can send.
208- Changed root nicknames are now saved.
209- Added ClientInterface setting to bind() outgoing connections to a specific
210  network interface.
211- Support for receiving Jabber chatroom invitations.
212- Relaxed port restriction of the Jabber module: added ports 80 and 443.
213- Preserving case in Jabber resources of buddies, since these should
214  officially be treated as case sensitive.
215- Fully stripping spaces from AIM screennames, this didn't happen completely
216  which severly breaks the IRC protocol.
217- Removed all the yellow tape around daemon mode, it's pretty mature by now:
218  testing.bitlbee.org serves all (~30) SSL users from one daemon mode
219  process without any serious stability issues.
220- Fixed GLib <2.6 compatibility issue.
221- Misc. memory leak/crash fixes.
222
223Finished 24 Jun 2008
224
225Version 1.2:
226- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
227  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
228  will run in its own process. No more need to configure inetd, and still you
229  don't get the stability problems BitlBee unfortunately still has in ordinary
230  (one-process) daemon mode.
231- Added inter-process/connection communication. This made it possible to
232  implement some IRC operator features like WALLOPs, KILL, DIE, REHASH and
233  more.
234- Added hooks for using libevent instead of GLib for event handling. This
235  should improve scalability, although this won't really be useful yet because
236  the one-process daemon mode is not reliable enough.
237- BitlBee now makes the buddy quits when doing "account off" look like a
238  netsplit. Modern IRC clients show this in a different, more compact way.
239  (This can be disabled if your client doesn't support this.)
240- GLib 1.x compatibility was dropped. BitlBee now requires GLib 2.4 or newer.
241  This allows us to use more GLib features (like the XML parser). By now GLib
242  1.x is so old that supporting it really isn't necessary anymore.
243- Many, many, MANY little changes, improvements, fixes. Using non-blocking
244  I/O as much as possible, replaced the Gaim (0.59, IOW heavily outdated)
245  API, fixed lots of little bugs (including bugs that affected daemon mode
246  stability). See the bzr logs for more information.
247- One of the user-visible changes from the API change: You can finally see
248  all away states/messages properly.
249- Added units tests. Test coverage is very minimal for now.
250- Better charset handling: Everything is just converted from/to UTF-8 right
251  in the IRC core, and charset mismatches are detected (if possible) and the
252  user is asked to resolve this before continuing. Also, UTF-8 is the default
253  setting now, since that's how the world seems to work these days.
254- One can now keep hashed passwords in bitlbee.conf instead of the cleartext
255  version.
256- Most important change: New file format for user data (accounts, nicks and
257  settings). Migration to the new format should happen transparently,
258  BitlBee will read the old files and once you quit/save it will save in the
259  new format. It is recommended to delete the old files (BitlBee doesn't do
260  this automatically, it will just ignore them) since they won't be used
261  anymore (and since the old file format is a security risk). Some advantages
262  of this file format switch:
263  * Safer format, since the identify-password is now salted before generating
264    a checksum. This way one can't use MD5 reverse lookup databases to crack
265    passwords. Also, the IM-account passwords are encrypted using RC4 instead
266    of the simple obfuscation scheme which BitlBee used so far.
267  * Easier to extend than the previous format (at least the .nicks format was
268    horribly limited).
269  * Nicknames for buddies are now saved per-account instead of per-protocol.
270    So far having one buddy on multiple accounts of the same protocol was a
271    problem because the nicks generated for the two "instances" of this buddy
272    were very unpredictable.
273    NOTE: This also means that "account del" removes not just the account,
274    BUT ALSO ALL NICKNAMES! If you're changing IM accounts and don't want to
275    lose the nicknames, you can now use "account set" to change the username
276    and password for the existing connection.
277  * Per-account settings (see the new "account set" command).
278- A brand new Jabber module. Besides the major code cleanup, it also has
279  has these new features:
280  * Pretty complete XMPP support: RFC3920, RFC3921 plus a number of XEPs
281    including XEP45, XEP73 and XEP85. (See http://www.xmpp.org/ for what all
282    these things mean exactly.) Privacy lists are not supported for obvious
283    reasons.
284  * This complete support also includes TLS and SASL support and SRV record
285    lookup. This means that specifying a server tag for connections should
286    (almost) never be necessary anymore, BitlBee can find the server and can
287    automatically convert plaintext connections to TLS-encrypted ones.
288  * XEP45: Jabber chatroom support!
289  * XEP85 means typing notifications. The older XEP22 (still used by some
290    clients including Gaim <2.0) is not supported.
291  * Better handling of buddies who have more than one resource on-line. As
292    long as one resource is on-line (and visible), BitlBee will show this.
293    (The previous module didn't keep track of resources and sent an offline
294    event as soon as any resource disappears.)
295  * You can now set your resource priority.
296  * The info command now gives away state/message information for all
297    resources available for that buddy. (Of course this only works if the
298    buddy is in your contact list.)
299  * An XML console (add xmlconsole to your contact list or see "help set
300    xmlconsole" if you want it permanently).
301- The Yahoo! module now says it supports YMSG protocol version 12, which will
302  hopefully keep the Yahoo module working after 2008-04-02 (when Yahoo! is
303  dropping support for version 6.x of their client).
304- MSN switchboard handling changes. Hopefully less messages will get lost now,
305  although things are still not perfect.
306
307Finished 17 Mar 2008
308
309Version 1.0.4:
310- Removed sethostent(), which causes problems for many people, especially on
311  *BSD. This is basically the reason for this release.
312- "allow" command actually displays the allow list, not the block list.
313- Yahoo away state/msg fix.
314- Don't display "Gender: Male" by default if nothing's filled in (OSCAR
315  "info" command)
316- Fixed account cleanup (possible infinite loop) in irc_free().
317- Fixed configdir error message to not always display the compile-time
318  setting.
319
320Finished 20 Aug 2007
321
322Version 1.0.3:
323- Fixed ugliness in block/allow list commands (still not perfect though, the
324  list is empty or not up-to-date for most protocols).
325- OSCAR module doesn't send the ICQ web-aware flag anymore, which seems to
326  get rid of a lot of ICQ spam.
327- added show_got_added(), BitlBee asks you, after authorizing someone, if you
328  want to add him/her to your list too.
329- add -tmp, mainly convenient if you want to talk to people who are not in
330  your list.
331- Fixed ISON command, should work better with irssi now.
332- Fixed compilation with tcc.
333- Fixed xinetd-file.
334- Misc. (crash)bug fixes, including one in the root command parsing that
335  caused mysterious error messages sometimes.
336
337Finished 24 Jun 2006 (Happy 4th birthday, BitlBee!)
338
339Version 1.0.2:
340- Pieces of code cleanup, fixes for possible problems in error checking.
341- Fixed an auto-reconnect cleanup problem that caused crashes in daemon mode.
342- /AWAY in daemon mode now doesn't set the away state for every connection
343  anymore.
344- Fixed a crash-bug on empty help subjects.
345- Jabber now correctly sets the current away state when connecting.
346- Added Invisible and Hidden to the away state alias list, invisible mode
347  should be pretty usable now.
348- Fixed handling of iconv(): It's now done for everything that goes between
349  BitlBee and the IRC client, instead of doing it (almost) every time
350  something goes to or come from the IM-modules. Should've thought about
351  that before. :-)
352- When cleaning up MSN switchboards with unsent msgs, it now also says which
353  contact those messages were meant for.
354- You can now use the block and allow commands to see your current block/
355  allow list.
356
357Finished 1 Apr 2006
358
359Version 1.0.1:
360- Support for AIM groupchats.
361- Improved typing notification support for at least AIM.
362- BitlBee sends a 005 reply when logging in, this informs modern IRC clients
363  of some of BitlBee's capabilities. This might also solve problems some
364  people were having with the new control channel name.
365- MSN switchboards are now properly reset when talking to a person who is
366  offline. This fixes problems with messages to MSN people that sometimes
367  didn't arrive.
368- Fixed one of the problems that made BitlBee show online Jabber people as
369  offline.
370- Fixed problems with commas in MSN passwords.
371- Added some consts for read-only data, which should make the BitlBee per-
372  process memory footprint a bit smaller.
373- Other bits of code cleanup.
374
375Finished 14 Jan 2006
376
377Version 1.0:
378- Removed some crashy debugging code.
379- QUIT command now works before logging in. (Mainly an RFC-compliancy fix.)
380- Hopefully slightly clearer handling of buddy add requests.
381- set buddy_sendbuffer_delay now also supports milisecond precision.
382- Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC.
383- Reviewed the xinetd file and installation instructions.
384- HTML stripping is configurable again.
385- Quit messages (at least on crashes) should appear again.
386- Cleaned up some unnecessary code in the Jabber module, and implemented
387  handlers for headline messages (which allows you to use RSS-to-Jabber
388  gateways).
389- Lowered the line splitting limit a bit to fix data loss issues.
390- The $proto($handle) format used for messages specific to one IM-connection
391  now only include the ($handle) part when there's more than one $proto-
392  connection.
393- Fix for a crash-bug on broken Jabber/SSL connections.
394- Incoming typing notifications now also come in as CTCP TYPING messages, for
395  better consistency. Don't forget to update your scripts!
396- AIM typing notifications are supported now.
397- Jabber module only accepts ports 5220-5229 now, to prevent people from
398  abusing it as a port scanner. We aren't aware of any Jabber server that
399  runs on other ports than those. If you are, please warn us.
400- Send flood protection can't be enabled anymore. It was disabled by default
401  for a good reason for some time already, but some package maintainers
402  turned it back on while it's way too unreliable and trigger-happy to be
403  used.
404- Removed TODO file, the current to-do list is always in the on-line bug
405  tracking system.
406- Fixed a potential DoS bug in input handling.
407
408Finished 4 Dec 2005
409
410Version 0.99:
411- Fixed memory initialization bug in OSCAR module that caused crashes on
412  closing the connection.
413- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
414  some situations.
415- Outgoing MSN typing notifications are now understood correctly by the
416  orignal MS Mac/Windows clients (again).
417- Added "account add $protocol" to the documentation, got rid of a lot
418  of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
419- Small changes to help.xsl to fix small flaws in the help.txt formatting.
420- Messaging yourself now doesn't make irssi or mIRC crash anymore.
421
422Finished 3 Nov 2005
423
424Version 0.93:
425- &quot; is now correctly converted to " instead of '.
426- Code cleanup in OSCAR module.
427- Some changes for better RFC-compliancy.
428- It's now possible to specify an alternate Jabber server.
429- bitlbee_save() now also checks the return value of fclose(), which might
430  solve more problems with lost account data.
431- Fixed a file descriptor leak in bitlbee.c.
432- Signedness fixes (mainly to keep GCC4 happy).
433- Away messages are now sent correctly to most ICQ clients.
434- BitlBee knows now which connection sends HTML, so it will strip HTML
435  automatically, "set html strip" is no longer necessary. Also, outgoing HTML
436  is escaped correctly.
437- info-command works for AIM-connections too now.
438- /notices to users will be sent as auto-away replies.
439- Messages about a connection now also mention a handle, for people who have
440  multiple accounts in use of the same protocol.
441- Examples are back in help.txt.
442
443Finished 31 Oct 2005
444
445Version 0.92:
446- Fixed some formatting issues with the help.txt XSL-sheet.
447- Moved the polling of the IRC connections to glib instead of a separate
448  select().
449- Added ctags generation to the Makefiles.
450- Sending a CTCP TYPING message to a user in your buddy list now sends a
451  typing notification to that person, if the protocol supports it. You
452  probably want to write/use a script for your IRC client to do this.
453- A dash is no longer considered a lowercase underscore in nicknames.
454- CTCP's to buddies no longer alter their private/non-private state.
455- Clean shutdown (with saving settings) on SIGTERM.
456- Fixed a crash on connecting to unreachable Jabber/SSL servers.
457- On ICQ, offline messages are now requested after receiving the buddy
458  list. This should get rid of the "Message from unknown OSCAR handle"
459  messages on login.
460- The linked list of buddies/nicks is now always sorted, which makes the
461  blist output a bit more useful.
462- Fixed a crash on renaming NickServ. (There's no reason to do this, but
463  still crashing isn't really how BitlBee should tell you that. ;-)
464- Now the message about the "new" ICQ server-side buddy lists is only
465  displayed when the server-side list is still empty.
466- The Yahoo! markup language stripper is now less likely to strip things
467  that shouldn't be stripped.
468- Working around a shortcoming in the Yahoo! cleanup code that didn't
469  cause any serious problems in previous versions, but got pretty nasty
470  (100% CPU time usage) now with everything in the glib main loop.
471- Fixed a bug in http_encode that might have caused buffer overflows
472  (although not likely to be exploitable) when trying to encode strings
473  with non-ASCII characters.
474- Fixed AIM screenname handling on ICQ connections.
475- When blocking someone, the MSN module now closes the conversation you're
476  having with him/her (if any) so he/she can't continue talking to you
477  (for as long as the conversation lasts).
478- Away messages are only sent when messaging someone outside the control
479  channel. (And now also when the user is offline instead of just away.)
480- Moved charset conversion in serv_buddy_rename() to the right place so
481  bogus changes are always detected now.
482- iso8859-1 is now the default charset because -15 caused some problems
483  and because -1 is enough for most people anyway.
484- Fixed crashes on attempting to add a buddy (or do other things) on
485  connections that are still initializing.
486- Added support for server-side notifies using the WATCH command.
487- IRC_MAX_ARGS is dead, at least for IRC commands.
488- Fixed a bug that made BitlBee crash on failing fresh MSN switchboard
489  connections.
490- Fixed an invisibility bug in the MSN code that handled transfers to
491  other servers in the middle of a session.
492- Newline stripping added to prevent newline-in-friendlyname attacks.
493  (Which allowed remote people to make BitlBee send raw custom IRC lines.)
494
495Finished 23 Feb 2005
496
497Version 0.91:
498- Full support for ICQ server-side contact lists!
499  NOTE: BitlBee now ignores your client-side contact list. If you want to
500        import your ICQ contact list, use the import_buddies command.
501- Added the import_buddies command for upgrading purposes.
502- Added support for OpenSSL.
503- Fixed one major problem with the daemon mode by getting rid of the global
504  IRC structure.
505- Documentation fixes. help.txt is now generated from XML. Also updated the
506  installation manual.
507- Made the quickstart up-to-date. (By Elizabeth Krumbach)
508- Some bitlbeed additions. (By Marcus Dennis)
509- info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply
510  for ICQ. (By Frank Thieme)
511- Support for Jabber over SSL.
512- nick_get() appends a _ on duplicates instead of chopping off the last
513  character.
514- Got rid of an unused piece of code that caused crashes.
515  (oscar.c:gaim_parse_clientauto)
516- When splitting long messages into 450-char chunks, BitlBee now tries not
517  to cut off in the middle of a line.
518- Added a warning when the user specifies an unknown OSCAR server.
519- Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again.
520- Improved strip_html(), now less likely to strip non-HTML things.
521- An invalid account-command will now display an error message.
522- Fixed a bug that caused crashes when /CTCP'ing a groupchat channel.
523- Hopefully better Unicode/non-ASCII support for ICQ.
524- Fixed MSN connection crash on non-ASCII characters in screenname.
525- Added some missing charset conversion calls. (serv_got_crap,
526  serv_buddy_rename)
527- "account off" without extra arguments now logs off all connections.
528- Fixed a crash-bug on disconnecting Yahoo! connections before they're fully
529  connected.
530- Fixed a bug in helpfile handling which sometimes caused crashes in daemon
531  mode.
532- block and allow commands work with just a nick as an argument again.
533- Working around a crash on some probably invalid Yahoo! packets.
534- Fixed a possible double free() on shutdown in irc_free().
535- Talking to ICQ people on AIM and vice versa and talking to people with
536  @mac.com accounts now possible.
537- Low ASCII chars are now stripped from away-messages so the Jabber module
538  won't barf on BitchX and lame-script away messages anymore.
539
540Finished 25 Sep 2004
541
542Version 0.90a:
543- Fixed the Yahoo! authentication code.
544
545Finished 28 Jun 2004
546
547Version 0.90:
548- A complete rewrite of the MSN module. This gives BitlBee the following
549  new features/improvements:
550  * You can now start groupchats with MSN people without having to send them
551    a bogus message first.
552  * People who are in your MSN block/allow list, but not in your contact
553    list, shouldn't show up in your BitlBee buddy lists anymore.
554  * Passport authentication shouldn't lock up the whole program for a couple
555    of seconds anymore. Additionally, it should also work behind proxies now.
556  * Better recognition of incoming file transfers; they're now recognized
557    when coming from non-English MS Messenger clients too.
558  * Fixed a problem with MSN passwords with non-alphanumeric characters.
559  * Mail notification support (also for Yahoo!)...
560  * Parsing of maintenance messages (ie "Server is going down in x minutes").
561  * Hopefully more stability.
562- Changes in the OSCAR module:
563  * Better reading of ICQ-away-states.
564  * Lots of cleanups.
565- Yahoo! module:
566  * Fixed authentication on 64-bit machines. (Patch from Matt Rogers)
567  * Better stripping of markup tags.
568- Lots of cleanup in all IM-modules.
569- Added support for using libnss instead of libgnutls.
570- Reverse hostname lookups work on IPv6 sockets too now. (And don't crash
571  the program anymore.)
572- Fixed a little problem with identifying right after registering a nick.
573- Restored complete proxy support and added a proxy setting to the conffile.
574- BitlBee can now tell you when people in your buddy list change their
575  "friendly name".
576- Instead of an account number, you can also specify the protocol name or
577  (part of) the username as an account identification with commands like
578  "account on", "add", etc.
579- BitlBee remembers what connection a question (i.e. authorization request)
580  belongs to and cleans it up when the connection goes down; this fixes
581  (one of) the last known crash bugs.
582- Plus some other changes in question management. (The query_order setting
583  is one of them. The default behaviour changed a bit, for more information
584  please read "help set query_order".)
585- Also fixed a memory management bug in the question code which caused some
586  crashes.
587- Optimized some nick handling functions and added a hash of all the users
588  to speed up user_find() a bit (especially good for people with large
589  buddy and notify lists).
590- Lots of changes for the Win32 port (see http://jelmer.vernstok.nl/).
591- Added the drop-command.
592- Fixed small problem with versions of sed which don't support the +
593  "operator" (the BSD version, for example, even though the operator is
594  documented properly in the re_format manpage...).
595- Added the default_target setting.
596- Added a CenterICQ2BitlBee conversion script.
597- Put back the evaluator for "set charset" (which got lost somewhere between
598  0.84 and 0.85), so an incorrect charset will be rejected again.
599- ISON now (A) gives one single reply and (B) also replies when none of the
600  persons asked for are on-line.
601- Using GConv instead of iconv now.
602- Incoming messages larger than 450 characters are now split into parts
603  before sending them to the user.
604- Fixed a bug in irc_exec() which could crash the program when some commands
605  were called with too little arguments.
606- Fixed a dumb NULL pointer dereference in the JOIN command.
607- Added rate limiting to bitlbeed. (Against server hammering)
608- Added handling of CTCP PINGs (yet another self-ping used by some IRC
609  clients...)
610- Added bitlbee_tab_completion.pl.
611- Removed the vCard handling code from Jabber because it's (A) not used and
612  (B) had a possible format string vulnerability.
613- Got rid of strcpy() in account.c. (Thanks to NETRIC for reporting these two
614  problems.)
615- ISO8859-15 is now the default charset.
616
617Finished 21 May 2004
618
619Version 0.85a:
620- Fixed an authentication problem with logging into some MSN accounts.
621- Removed a non-critical warning message from the ICQ servers when logging
622  in with an empty contact list.
623- Fixed reading the [defaults] section of bitlbee.conf.
624- The last newline in outgoing messages when using the buddy_sendbuffer is
625  now removed correctly.
626- Yahoo! colour/font tag stripping now actually works.
627- Fixed compilation on *BSD and some Linux architectures.
628
629Finished 24 Mar 2004
630
631Version 0.85:
632- Users can specify alternate configuration files/directories at runtime
633  now.
634- Rename now doesn't choke on name changes with only case changes anymore.
635- Imported the daemon patch into the main source tree. The daemon mode is
636  still experimental, this just eases maintenance. This daemon patch brings
637  a lot of features, including (as the name says) a real daemon mode and
638  also buffering of the data sent to the user, and flood protection.
639- Strips font and colour codes from Yahoo! messages.
640- Support for groupchats on Yahoo!
641- Fixed removing Yahoo! buddies from a different group than "Buddies".
642- Jabber presence packets with error messages are interpreted correctly now.
643  (They used to be parsed as a signin.)
644- bitlbee_save() checks return values from fprintf() and writes to tempfiles
645  first to make sure no old files get lost when there's a write error.
646- ICQ buddies are added all at once instead of once at a time. This should
647  solve problems with huge buddy lists.
648- Made the client pinging timings configurable. (Without requiring
649  recompilation)
650- MSN and Yahoo flag the connection as "wants_to_die" when they're logged
651  off because of a concurrent login. This means reconnection will be disabled
652  on concurrent logins.
653- BitlBee can now buffer the messages sent to someone before they're actually
654  sent, and wait for a specified number of seconds for more lines to be added
655  to the buffer before the message will really be sent.
656- Renamed the reconnect_delay setting to auto_reconnect_delay.
657- Unknown settings aren't saved anymore.
658
659Finished 13 Mar 2004
660
661Version 0.84:
662- Removed the libsoup dependency.
663- Fixed AuthMode=Registered: It will now restore your accounts when
664  identifying.
665- Fixed Yahoo! support.
666- Fixed a little memory leak in user.c.
667- Fixed a security bug in unused code in proxy.c, only people who use
668  the HTTP proxy support and an untrusted proxy might need this. We
669  haven't done an emergency release for this fix because proxy support
670  is disabled by default.
671- Fixed some memory leaks in IM-code.
672
673Finished 13 Feb 2004
674
675Version 0.83:
676- Fixed a crash bug on connecting to unsupported accounts.
677- Fixed a problem with connecting to MSN accounts with empty buddy
678  lists.
679- Fixed another inifite-loop bug in nick_get() and added a piece
680  of code which detects the infinite loop and asks the user to send
681  a bug report.
682- Fixed iconv-Solaris linking issues.
683- Fixed all the problems with spaces in AIM screennames now, we hope.
684- Fixed a buffer overflow in the nick handling code. Buffers are
685  overflowed with static data (nulls), so we don't think it's exploitable.
686- Added server-client pinging, useful for remote servers.
687- Added the hostname setting.
688- Some bitlbeed changes.
689- Added a little part to the on-line quickstart about the settings and
690  other help topics, this hopefully answers a lot of FAQ's.
691- Fixed the signal handler to re-raise the signal after the handler quits.
692  This makes sure the default handler is called after our handler sends
693  the user a bye-message, so core dumps are created and the parent will
694  get more useful information back from wait().
695- Added support for ICQ URL messages.
696- Fixed strip_html() behaviour on unknown &entities;.
697- Fixed a possible problem with Yahoo!
698- Fixed a problem with logging into more than one MSN account at once.
699
700Finished 31 Dec 2003
701
702Version 0.82:
703- Fixed a little bug in nick.c which could cause a complete hang for
704  some tricky buddylists. (Thanks to Geert Hauwaerts for helping with
705  fixing this bug)
706- Fixed MSN support. (Lots of thanks to Wouter Paesen!)
707- Removed the old login/logout commands.
708- Added the qlist command.
709- Fixed a buffer overflow in the nick checking code. (Thanks to Jon
710  Åslund for pointing us at this problem)
711- Adds the add_private and add_channel options for set handle_unknown.
712- Some documentation updates.
713- Added two small utilities to encode/decode BitlCrypted files.
714
715Finished 31 Oct 2003
716
717Version 0.81a:
718- This version just fixes some small things we should've fixed before
719  releasing 0.81:
720- Fixed a small bug in the auto-reconnect cleanup code.
721- Fixed the Makefile: Now it doesn't just overwrite your etc files when
722  installing.
723- Fixed the Makefile: $prefix/etc/bitlbee/ is the default etcdir now.
724- Disabling MSN by default, now that it doesn't work. It'll be back on
725  as soon as we get the module working again.
726
727Finished 16 Oct 2003
728
729Version 0.81:
730- Added a configuration file.
731- Added support for the PASS command to restrict access to the daemon to
732  only the people who know this password.
733- Only allowing registered people to use the daemon is possible too.
734- In case you, at some time, need to check the currently running BitlBee
735  version, just CTCP-VERSION someone in the channel.
736- Added the auto_connect setting for people who don't want the program
737  to connect to IM-networks automatically.
738- Extended the blist command.
739- Applied the auto-reconnect patch from G-Lite.
740- Applied the iconv patch from Yuri Pimenov.
741- Imported the MSN-friendlyname patch from Wouter Paesen.
742- Away-message aliasing code now just parses the beginning of the string,
743  not the whole string. This allows you to have a more descriptive away
744  message like "Busy - Fixing bugs in BitlBee" and all the IM connections
745  will have a busy-like away-state.
746- Added some information about away states to the help system.
747- MSN file transfers aren't silently ignored anymore.
748- Integrated the Yahoo protocol fix from Cerulean Studios (Trillian).
749  (Thanks to Tony Perrie!)
750- Made all protocol plugins optional. (Patch from Andrej Kacian/Ticho)
751
752Finished 15 Oct 2003
753
754Version 0.80:
755- Fixed a very stupid bug in the MSN away-state reading.
756- nick_cmp() now actually works, RFC-compliant.
757- Fixed and cleaned up the away-state handling, there were some very
758  weird things in the original Gaim code base which broke this completely
759  all the time.
760- The daemon prevents you from using root/NickServ as your nick now,
761  previous versions crashed on that.
762- At last ... GROUP CHAT SUPPORT! :-D
763- People who are *not* away get mode +v in #bitlbee now, so you can see
764  in /names who's away and who's not.
765- Crashing BitlBee by using the NICKSERV command without any arguments
766  is impossible now.
767- Added some notes about Darwin/OSX portability.
768- Separated connections from accounts. This means restoring a lost
769  connection can be done using a simple "account on <number>" command.
770  See "help account" for more information.
771  *** For now this won't cause problems when upgrading because the login
772  command still exists (as an alias for "account add"). This alias will
773  not stay forever, though.
774- irc_process() now makes sure it reads the whole available buffer before
775  executing the commands. Previous versions were very bad at handling
776  long floods from non-floodprotected clients. The code is still not
777  perfect, but good enough for local links.
778- Allow/Deny questions from msn.c now also mention your own screenname.
779  This is useful for people who run two (or even more) MSN accounts in
780  one BitlBee.
781- Fixed a little bug in the helpfile-changed-check code.
782- A little trick in "make install" makes sure the help function in running
783  sessions doesn't break while upgrading.
784- Added a nifty (and editable) MOTD.
785- Added IRIX to the compatibility list.
786- Added support for Cygwin.
787- Better HTML-stripping, it also handles &entities; correctly now.
788- Fixed some problems to make it compile on Solaris.
789- Added support for messages from Miranda/Mac ICQ. (Code port from Gaim 0.59)
790- Fixed the crash problem when removing yahoo buddies.
791- Added the handle_unknown setting.
792- Did some editing on a few docs.
793- Added a FAQ.
794- Added the daemon-patch by Maurits Dijkstra which adds stand-alone daemon
795  support to BitlBee.
796- Jabber now doesn't barf on high ASCII characters in away messages anymore.
797  (Thanks to Christian Häggström <chm@c00.info>)
798
799Finished 24 Jun 2003
800
801Version 0.74a:
802- The music-festivals-are-bad-for-your-mind release.
803- This one actually contains the fix for the bug 0.74 claimed to have.
804
805Finished 11 Jun 2003
806
807Version 0.74:
808- Fixed a security leak, where using a / in the nickname causes the saved
809  settings and account information to be stored in undesirable places.
810
811Finished 10 Jun 2003
812
813Version 0.73:
814- Fixed the unable-to-remove-icq-users (actually users from any *local*
815  contact list) bug.
816- Fixed away bug in aim protocol.
817- Fixed the 'statistics' under the blist command output.
818- Removed the commands from the XML documentation because they're 'on-line'
819  already.
820- Added some signal handling; ignoring SIGPIPE should als get rid of some
821  crashes (for some weird reason this has to be done). Also, crashes because
822  of things like segfaults are a bit more verbose now. ;-)
823- Changed the select() timeout in main(), this might improve some latencies.
824  (At leasts it speeds up signing on (especially for ICQ) a lot!)
825- Made the own-QUIT messages more compliant, probably.
826- Fixed some memory-bugs, thanks to valgrind.
827- irc_write() now checks the write() return value, and tries to send the rest
828  of the string, if it could not write it completely the first time.
829- Hostname lookups also work on NetBSD now.
830  (Thanks to David.Edmondson*sun*com (hi spambot))
831- At last, a new protocol. Welcome to ... YAHOO!
832- Documentation and code cleanup. Somehow the helpfile documented register
833  and identify twice, now that's what I call over-documenting.. :-/
834- Added the rename command to the helpfile, somehow I forgot that one.
835- Been a bit pedantic about compiler warnings. They're all dead now.
836- Fixed a small Makefile problem which gave an error when a clean tree was
837  "made distclean"
838- Fixed a (possible) memory leak in nogaim.c:proto_away()
839- Fixed the way proto_away() calls proto_away_alias_find(), now it gives
840  the *whole* list of away states
841- proto_away() doesn't give a NULL message anymore because AIM didn't like
842  that
843- Got rid of the last goto in my code (without ruining the code)
844- Created a more samba-like compiling process (without the complete command
845  lines, just a simple echo)
846- "help set ops" works now too, without quoting the "set ops"
847- Trying to log in with a protocol without a prpl (ICQ and TOC, for example)
848  made previous versions crash
849
850Finished 13 Apr 2003
851
852Version 0.72:
853- Updated the documentation.
854- Improved the MSN friendlyname code. (Although it doesn't seem to be perfect
855  yet..)
856- info-command added to get more information about ICQ users.
857- blist-command added to get a complete buddy list.
858- Fixed a bug which broke the AIM code when adding a screenname with a space
859  in it.
860- Added the NS alias for the NICKSERV command (Tony Vroon).
861- Fixed the USERHOST command implementation (Tony Vroon).
862- /me from IM-networks is now converted to a CTCP ACTION correctly.
863- Added an utils/ directory with some misc toys and handy things.
864- Added a /notice to the on_typing event. Don't use it though, the /notice
865  flood will just be a big annoyance. ;-)
866- Some people like root and themself to be ops, some don't. Now it's
867  configurable. (set ops)
868- Now the umode stuff actually works. Next step: Use those modes... (How?)
869
870Finished 19 Dec 2002
871
872Version 0.71:
873- Fixed the help command output layout (alignment)
874- Added a sample xinetd file
875- Cleaned up, 0.70 released with a build-stamp and DEADJOE file (oops)..
876- Messages can be sent like '<user>, <message>' in the control channel now,
877  instead of just '<user>: <message>'
878- Added a debug setting boolean: Set it to true for some debugging crap
879  which used to be on by default..
880- Changed the /whois reply: In the server section you now see the
881  connection this user belongs to.
882- Added some root/permission checks.
883- configure script works correctly when the terminating / is forgotten for
884  a directory.
885- Fixed format string bug in protocols/oscar/meta.c (Hmm, what's the use of
886  that file?)
887- Added '#include "crypting.h"' to commands.c to get rid of stupid warnings
888- Fixed crash-bug (SIGSEGV when adding an @-less contact to MSN/Jabber)
889- Added to_char setting
890- Fixed bug in set.c: It ignored the new value returned by the evaluator
891  :-(
892- Removed protocol tag from 'hostname' in user hostmask because this info
893  is in /whois' server section now
894- Added the GPL. Somehow 0.7 released without a COPYING file.. :-/
895- Enhanced the root_command() parser, you can 'quote' "arguments" now so
896  arguments can be strings with spaces
897- Debugging versions have True as the default value for set debug
898- NICKSERV is now an alternative for PRIVMSG root. This does not affect
899  functionality of current NICKSERV commands, but does allow people to just
900  do identify <pass> in channel.
901- NICKSERV REGISTER now doesn't try to log you in (to check if the user
902  exists) but checks for the existence of the user-configuration files.
903- NICKSERV SET password now works (as does set password in channel). This
904  makes changing your password possible.
905- NICKSERV password now stored in irc_t.
906- ./configure now only bugs you about possible problems with strip if it's
907  actually going to strip (wooohoooo! _sexy_ :)
908- Fixed a load of warnings in oscar.c, irc.c, nick.c and set.c
909- Split up root_command() into a version which eats raw strings and one
910  which eats split strings
911- New help system: Help available for most (all?) commands, all read from
912  an external help-file.
913- Changed the maximum message length in irc_usermsg() from IRC_MAX_LINE to
914  1024 (for loooong help messages..).
915- Only allow user to set supported umodes.
916- Fixed a memory leak in crypting.c (Thanks to Erik Hensema.)
917- Added a send_handler callback to user_t. Needed for the following entry:
918- Added the NickServ user as a root-clone.
919- Disabled tcpd by default because it's just a PITA for a lot of systems
920  and because you can use /usr/sbin/tcpd as well.
921- The root user can be renamed now.
922
923Finished 16 Sep 2002
Note: See TracBrowser for help on using the repository browser.