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