source: doc/CHANGES @ 823de9d

Last change on this file since 823de9d was 823de9d, checked in by Sven Moritz Hallberg <pesco@…>, at 2009-03-12T19:10:06Z

commit updates by ashish shukla <wahjava@…>

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