source: doc/CHANGES @ f68fd5f

3.0.2
Last change on this file since f68fd5f was f68fd5f, checked in by Wilmer van der Gaast <wilmer@…>, at 2011-03-08T06:55:38Z

3.0.2. Because it's about time.

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