source: doc/CHANGES @ 00540d4

1.2.8
Last change on this file since 00540d4 was 00540d4, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-07-04T17:25:22Z

Ready for BitlBee 1.2.8.

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