aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-24 23:16:18 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-24 23:16:18 +0200
commit2945c6ff5d1848f6d8e51a0d804a2d769e6894a7 (patch)
tree595788105189dab5270fe2b7dc4e9baffa487aed /doc/CHANGES
parentef14a83adbb9036c0006ad460c5e11882a3d7e13 (diff)
parent593971d9ff9f246cec5af5583f29e45fee62edfe (diff)
Merge ui-fix (which includes killerbee (i.e. file transfers and libpurple
support)). ui-fix rewrites the complete IRC core, fixing many things that were broken/hacky/limited so far. The list is too long to include here, but http://wiki.bitlbee.org/UiFix has a summary, as does doc/CHANGES and of course the full revision history.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 25db8a70..0ea6ebe0 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -3,6 +3,53 @@ found in the bzr commit logs, for example you can try:
http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
+Version 1.3dev:
+- Loads of new stuff, mostly ready for a new major release, but starting with
+ a dev snapshot. A few changes that were planned for a long time already:
+- Rewrote the IRC core, which brings:
+ * Support for multiple (control) channels, so you can have one channel per
+ buddy group, per IM account/protocol, or for example a &offline with all
+ offline contacts. See "help channels" for information on how to use this.
+ * You can also leave and rejoin all channels. Being in &bitlbee is no
+ longer required.
+ * Now you can start groupchats by just joining a new channel and inviting
+ contacts. (The "chat with" command still works as well.)
+ * You can change your nickname, whenever you want.
+ * Root commands:
+ + To hopefully resolve confusion about the "account set" syntax, the
+ ordering was changed slightly: "account set acc/setting value"
+ becomes "account acc set setting value". Obviously the same order
+ should now be used for other account subcommands.
+ + Shortcuts: Instead of "account list" you can say "acc li".
+ * /whois shows idle/login times of your contacts when available.
+ * paste_buffer (previously known as buddy_sendbuffer) now works for chats
+ as well.
+ * The nick_source setting was replaced with a nick_format setting, which
+ looks more or less like a format string, and lets you tweak how nicknames
+ for contacts are generated in more detail.
+ * A per-channel show_users setting lets you configure exactly which kinds
+ of contacts (online/away/offline) should show up in a channel and what
+ modes (none/voice/etc) they should have.
+ * If you connect (and identify) to a BitlBee server you're already
+ connected to, you can take over the existing session instead of starting
+ a new one.
+ * More correct validation of channel names: They can contain pretty much
+ any character, unlike nicknames.
+- Support for using libpurple instead of BitlBee's built-in IM protocol
+ modules. This can be enabled by passing --purple=1 to the configure script.
+ * This adds support for many more IM protocols to BitlBee.
+ * And new functionality to existing protocols.
+ * This is and will always be optional and using it on public servers is
+ *not* recommended. It should be pretty stable, but costs more RAM/etc.
+ * When using this variant, type "help purple" to get a list of supported
+ protocols.
+- Support for file transfers, in and out. /DCC SEND a file to a contact and
+ it becomes a file transfer, and incoming file transfers become /DCC SENDs
+ to you. Note that this is mostly useful when combined with libpurple, as
+ only the Jabber native protocol module currently supports file transfers.
+
+Finished ... 2010
+
Version 1.2.8:
- Now always using the AIM-style authentication method for OSCAR connections,
even when connecting to ICQ. This solves login issues some people were