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