#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-06-16T15:22:03Z

Mon, 07 Jun 2010 15:39:53 GMT Wilmer van der Gaast <wilmer@…> [c5aefa4]
	* irc.c (modified)
	* irc.h (modified)
	* irc_channel.c (modified)

	Restore "ops" command completely, and set user op status *just* ...


Mon, 07 Jun 2010 15:21:21 GMT Wilmer van der Gaast <wilmer@…> [0e8b3e8]
	* irc.c (modified)
	* irc_im.c (modified)
	* protocols/nogaim.c (modified)

	Changing away_devoice will change current voice statuses in all
	channels.


Mon, 07 Jun 2010 15:11:09 GMT Wilmer van der Gaast <wilmer@…> [56699f0]
	* irc_send.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Show idle + login time info in /WHOIS (if available).


Mon, 07 Jun 2010 14:31:07 GMT Wilmer van der Gaast <wilmer@…> [4aa0f6b]
	* Makefile (modified)
	* bitlbee.c (modified)
	* bitlbee.h (modified)
	* configure (modified)
	* dcc.c (modified)
	* debian/bitlbee-common.config (moved)
	* debian/bitlbee-common.docs (added)
	* debian/bitlbee-common.examples (added)
	* debian/bitlbee-common.templates (moved)
	* debian/bitlbee.init (modified)
	* debian/bitlbee.postinst (moved)
	* debian/bitlbee.postrm (moved)
	* debian/bitlbee.prerm (moved)
	* debian/changelog (modified)
	* debian/compat (added)
	* debian/conffiles (deleted)
	* debian/control (modified)
	* debian/patches/bitlbee.conf.diff (modified)
	* debian/po/POTFILES.in (modified)
	* debian/rules (modified)
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)
	* help.c (modified)
	* help.h (modified)
	* ipc.c (modified)
	* irc.c (modified)
	* lib/Makefile (modified)
	* lib/events.h (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)
	* lib/http_client.c (modified)
	* lib/proxy.c (modified)
	* lib/ssl_bogus.c (modified)
	* lib/ssl_client.h (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_nss.c (modified)
	* lib/ssl_openssl.c (modified)
	* lib/ssl_sspi.c (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/io.c (modified)
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/msn/Makefile (modified)
	* protocols/msn/invitation.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/oscar/auth.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/purple/Makefile (added)
	* protocols/purple/ft-direct.c (added)
	* protocols/purple/ft.c (added)
	* protocols/purple/purple.c (added)
	* protocols/twitter/Makefile (modified)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/yahoo.c (modified)
	* set.c (modified)
	* set.h (modified)
	* tests/Makefile (modified)
	* unix.c (modified)

	Merging killerbee stuff, bringing all the bleeding-edge stuff
	together.


Mon, 07 Jun 2010 00:58:07 GMT Wilmer van der Gaast <wilmer@…> [0d9d53e]
	* irc.c (modified)
	* protocols/bee.c (modified)

	Fixed "set password" and "set auto_reconnect_delay".


Mon, 07 Jun 2010 00:44:45 GMT Wilmer van der Gaast <wilmer@…> [36562b0]
	* irc.h (modified)
	* irc_channel.c (modified)
	* root_commands.c (modified)

	Added "channel list" command and the ability to use only part of the ...


Sun, 06 Jun 2010 23:47:46 GMT Wilmer van der Gaast <wilmer@…> [92cb8c4]
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* irc_commands.c (modified)
	* root_commands.c (modified)

	Complete (hopefully) fix for nickname changes: Add flags to the ...


Sun, 06 Jun 2010 01:30:45 GMT Wilmer van der Gaast <wilmer@…> [16834a5]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* root_commands.c (modified)

	Set handle_unknown to add_channel by default.


Sun, 06 Jun 2010 01:24:13 GMT Wilmer van der Gaast <wilmer@…> [88eaf4b]
	* irc.c (modified)
	* set.c (modified)
	* set.h (modified)

	buddy_sendbuffer should be renamed, since it has to work for users ...


Sun, 06 Jun 2010 01:11:13 GMT Wilmer van der Gaast <wilmer@…> [1f0224c]
	* irc.h (modified)
	* irc_send.c (modified)
	* irc_user.c (modified)

	Send one /QUIT instead of one or more /PARTs for a user that is being ...


Sun, 06 Jun 2010 00:33:33 GMT Wilmer van der Gaast <wilmer@…> [18da20b]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_commands.c (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)
	* irc_user.c (modified)

	Added /part msgs, and the ability to silently remove users from ...


Sat, 05 Jun 2010 23:26:07 GMT Wilmer van der Gaast <wilmer@…> [1fdb0a4]
	* bitlbee.h (modified)
	* debian/changelog (modified)
	* debian/control (modified)
	* doc/CHANGES (modified)
	* doc/bitlbee.8 (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/quickstart.xml (modified)
	* irc_commands.c (modified)
	* lib/misc.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/msn/passport.c (modified)
	* protocols/oscar/auth.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_http.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Merging mainline.


Sat, 05 Jun 2010 23:21:02 GMT Wilmer van der Gaast <wilmer@…> [b308cf9]
	* Makefile (modified)
	* bitlbee.c (modified)
	* bitlbee.h (modified)
	* conf.c (modified)
	* configure (modified)
	* dcc.c (modified)
	* debian/bitlbee-common.config (moved)
	* debian/bitlbee-common.docs (added)
	* debian/bitlbee-common.examples (added)
	* debian/bitlbee-common.templates (moved)
	* debian/bitlbee.init (modified)
	* debian/bitlbee.postinst (moved)
	* debian/bitlbee.postrm (moved)
	* debian/bitlbee.prerm (moved)
	* debian/changelog (modified)
	* debian/compat (added)
	* debian/conffiles (deleted)
	* debian/control (modified)
	* debian/patches/bitlbee.conf.diff (modified)
	* debian/po/POTFILES.in (modified)
	* debian/rules (modified)
	* doc/CHANGES (modified)
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)
	* doc/user-guide/commands.xml (modified)
	* help.c (modified)
	* help.h (modified)
	* ipc.c (modified)
	* irc.c (modified)
	* irc_commands.c (modified)
	* lib/Makefile (modified)
	* lib/events.h (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)
	* lib/http_client.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/oauth.c (added)
	* lib/oauth.h (added)
	* lib/proxy.c (modified)
	* lib/ssl_bogus.c (modified)
	* lib/ssl_client.h (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_nss.c (modified)
	* lib/ssl_openssl.c (modified)
	* lib/ssl_sspi.c (modified)
	* lib/url.c (modified)
	* lib/url.h (modified)
	* lib/xmltree.c (modified)
	* log.c (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/conference.c (modified)
	* protocols/jabber/io.c (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/message.c (modified)
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/msn/Makefile (modified)
	* protocols/msn/invitation.c (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/purple/Makefile (added)
	* protocols/purple/ft-direct.c (added)
	* protocols/purple/ft.c (added)
	* protocols/purple/purple.c (added)
	* protocols/twitter/Makefile (added)
	* protocols/twitter/twitter.c (added)
	* protocols/twitter/twitter.h (added)
	* protocols/twitter/twitter_http.c (added)
	* protocols/twitter/twitter_http.h (added)
	* protocols/twitter/twitter_lib.c (added)
	* protocols/twitter/twitter_lib.h (added)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/yahoo.c (modified)
	* set.c (modified)
	* set.h (modified)
	* storage_xml.c (modified)
	* tests/Makefile (modified)
	* unix.c (modified)

	Merging libpurple branch into killerbee. It's fairly usable already, ...


Sat, 05 Jun 2010 23:16:52 GMT Wilmer van der Gaast <wilmer@…> [c1a8a16]
	* root_commands.c (modified)

	Restored the "chat with" command, let's keep it around at least for ...


Sat, 05 Jun 2010 22:32:36 GMT Wilmer van der Gaast <wilmer@…> [5a75d15]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_commands.c (modified)
	* irc_im.c (modified)
	* root_commands.c (modified)

	Chatroom improvements. Merged chatroom stub into normal chatroom ...


Sat, 05 Jun 2010 18:26:17 GMT Wilmer van der Gaast <wilmer@…> [f5d87ea]
	* protocols/jabber/iq.c (modified)

	Pick up group changes in the middle of a Jabber session, now that we ...


Sat, 05 Jun 2010 17:43:38 GMT Wilmer van der Gaast <wilmer@…> [e774815]
	* debian/control (modified)
	* debian/po/POTFILES.in (modified)

	Updated short descriptions and fixed po-debconf files.


Sat, 05 Jun 2010 17:35:39 GMT Wilmer van der Gaast <wilmer@…> [4772500]
	* debian/control (modified)
	* debian/rules (modified)

	Put in the necessary hacks to make version number spoofing work
	again.


Sat, 05 Jun 2010 16:39:58 GMT Wilmer van der Gaast <wilmer@…> [4c03881]
	* debian/bitlbee-common.config (moved)
	* debian/bitlbee-common.templates (moved)
	* debian/bitlbee.init (modified)
	* debian/bitlbee.postinst (moved)
	* debian/bitlbee.postrm (moved)
	* debian/bitlbee.prerm (moved)
	* debian/control (modified)
	* debian/rules (modified)

	Remaining fixes: All looks good now, apt and dpkg seem to do the ...


Sat, 05 Jun 2010 14:47:54 GMT Wilmer van der Gaast <wilmer@…> [095a5f0]
	* debian/bitlbee-common.docs (added)
	* debian/bitlbee-common.examples (added)
	* debian/changelog (modified)
	* debian/compat (added)
	* debian/conffiles (deleted)
	* debian/control (modified)
	* debian/patches/bitlbee.conf.diff (modified)
	* debian/rules (modified)

	Redid debian/rules using debhelper, with good results. This creates ...


Sat, 05 Jun 2010 10:32:02 GMT Wilmer van der Gaast <wilmer@…> [04dc563]
	* configure (modified)

	A few more configure script tweaks: Don't enable libpurple by default ...


Sat, 05 Jun 2010 01:07:04 GMT Wilmer van der Gaast <wilmer@…> [cf1a979]
	* irc_channel.c (modified)

	Bug fixes, control channel behaviour is mostly okay again.


Sat, 05 Jun 2010 01:06:26 GMT Wilmer van der Gaast <wilmer@…> [c133d4b8]
	* root_commands.c (modified)

	Added "channel set" command, mostly so I can test all that stuff. ...


Sat, 05 Jun 2010 00:35:17 GMT Wilmer van der Gaast <wilmer@…> [7e83e8e4]
	* irc_im.c (modified)
	* protocols/bee.h (modified)
	* protocols/nogaim.c (modified)

	Inform the UI about group changes. This is important if the user has ...


Sat, 05 Jun 2010 00:20:12 GMT Wilmer van der Gaast <wilmer@…> [2b8473c]
	* irc_channel.c (modified)

	Put the control channel settings into user-changeable settings.


Thu, 03 Jun 2010 22:17:11 GMT Wilmer van der Gaast <wilmer@…> [4469e7e]
	* irc_commands.c (modified)
	* irc_im.c (modified)

	Support for the /topic command.


Wed, 02 Jun 2010 08:47:18 GMT Wilmer van der Gaast <wilmer@…> [3dc6d86]
	* protocols/oscar/auth.c (modified)
	* protocols/oscar/oscar.c (modified)

	Disable old-style ICQ authentication. It looks like AOL or whoever is ...


Sun, 30 May 2010 10:16:37 GMT Wilmer van der Gaast <wilmer@…> [ba3233c]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Merge from Geert: Added ability to follow/unfollow Twitter people. ...


Sat, 29 May 2010 12:40:17 GMT Geert Mulders <g.c.w.m.mulders@…> [7d53efb]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Added functionality to add and remove friendships.


Tue, 25 May 2010 22:41:52 GMT Wilmer van der Gaast <wilmer@…> [4af3050]
	* Makefile (modified)
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)

	install-* targets should also work now. Let's see how this works out ...


Tue, 25 May 2010 22:26:54 GMT Wilmer van der Gaast <wilmer@…> [f60079b]
	* Makefile (modified)
	* bitlbee.h (modified)
	* configure (modified)
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/purple/Makefile (modified)
	* protocols/twitter/Makefile (modified)
	* protocols/yahoo/Makefile (modified)
	* tests/Makefile (modified)

	Allow one to run the configure script from a different directory and ...


Tue, 25 May 2010 22:07:06 GMT Wilmer van der Gaast <wilmer@…> [51a799e]
	* Makefile (modified)
	* configure (modified)
	* crypting.c (deleted)
	* crypting.h (deleted)
	* irc.c (modified)
	* protocols/jabber/si.c (modified)
	* root_commands.c (modified)
	* storage.c (modified)
	* storage_text.c (deleted)
	* win32.c (modified)

	Merging killerbee. (The non-libpurple stuff currently doesn't
	compile.)


Tue, 25 May 2010 22:04:55 GMT Wilmer van der Gaast <wilmer@…> [d25ebea]
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/msn/invitation.c (modified)

	GAIM_INPUT_* were renamed, at last.


Mon, 24 May 2010 21:24:53 GMT Wilmer van der Gaast <wilmer@…> [f85e9d6]
	* protocols/purple/purple.c (modified)

	Read display names. Setting them is going to be an awesome hack.


Sun, 23 May 2010 14:52:41 GMT Wilmer van der Gaast <wilmer@…> [3d93aed]
	* protocols/twitter/twitter_lib.c (modified)

	Restructure Twitter error parser a bit, it fed a NULL pointer to the ...


Sun, 23 May 2010 14:31:30 GMT Wilmer van der Gaast <wilmer@…> [228fc18]
	* irc_commands.c (modified)

	Allow nick changes. (Based on patch from zibri) This mostly closes
	#6!


Sun, 23 May 2010 14:14:16 GMT Wilmer van der Gaast <wilmer@…> [186bd04]
	* protocols/jabber/iq.c (modified)

	Don't whine on "incomplete" incoming IQ-set packets either, those ...


Sun, 23 May 2010 13:49:54 GMT Wilmer van der Gaast <wilmer@…> [a7b9ec7]
	* protocols/twitter/twitter_lib.c (modified)

	Improved error reporting (get textual HTTP error message and error ...


Sun, 23 May 2010 12:50:51 GMT Wilmer van der Gaast <wilmer@…> [bb5ce4d1]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_http.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Added base_url settting to Twitter module so other services using the ...


Sat, 22 May 2010 23:44:00 GMT Wilmer van der Gaast <wilmer@…> [f9110b4]
	* doc/user-guide/commands.xml (modified)

	Fixed documented default for ignore_auth_requests setting.


Sat, 22 May 2010 15:00:36 GMT Wilmer van der Gaast <wilmer@…> [c01bbd1]
	* protocols/twitter/twitter.c (modified)

	Use HTTPS for the browser part of Twitter OAuth login.


Sat, 22 May 2010 13:46:25 GMT Wilmer van der Gaast <wilmer@…> [c3caa46]
	* protocols/purple/purple.c (modified)

	Support for named groupchats, although not very solid.


Sat, 22 May 2010 12:21:27 GMT Wilmer van der Gaast <wilmer@…> [05a8932]
	* protocols/purple/purple.c (modified)

	Enable changing and viewing of block/allow lists.


Sat, 22 May 2010 01:05:58 GMT Wilmer van der Gaast <wilmer@…> [dca8eff]
	* protocols/purple/purple.c (modified)

	Return ui_info so jabber:iq:version responses will not say just ...


Sat, 22 May 2010 00:58:59 GMT Wilmer van der Gaast <wilmer@…> [e77c264]
	* protocols/purple/purple.c (modified)

	Added support for the info command.


Fri, 21 May 2010 23:26:21 GMT Wilmer van der Gaast <wilmer@…> [2c5fabc]
	* protocols/purple/purple.c (modified)

	Sigh. Enable debugging only if the BITLBEE_DEBUG variable is set.


Fri, 21 May 2010 00:09:29 GMT Wilmer van der Gaast <wilmer@…> [75c3ff7]
	* protocols/purple/ft.c (modified)
	* protocols/purple/purple.c (modified)

	Fixed sending with proper filenames by creating a temporary directory ...


Wed, 19 May 2010 20:01:33 GMT Wilmer van der Gaast <wilmer@…> [907afe1]
	* debian/control (modified)
	* doc/bitlbee.8 (modified)
	* doc/user-guide/quickstart.xml (modified)

	Minor doc update.


Wed, 19 May 2010 19:46:43 GMT Wilmer van der Gaast <wilmer@…> [0b3ffb1]
	* lib/misc.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Setting the HTML flag on a connection has a nasty side effect of ...


Wed, 19 May 2010 00:57:58 GMT Wilmer van der Gaast <wilmer@…> [e7dc02a]
	* protocols/purple/ft.c (modified)

	Similar hacky code to send files. This indirect sending stuff sucks ...


Tue, 18 May 2010 00:42:02 GMT Wilmer van der Gaast <wilmer@…> [31fc06fb]
	* protocols/purple/purple.c (modified)

	Suppress auto-reconnect when required (auth errors and concurrent ...


Tue, 18 May 2010 00:08:17 GMT Wilmer van der Gaast <wilmer@…> [c96c72f]
	* protocols/purple/ft.c (modified)
	* protocols/purple/purple.c (modified)

	Little cleanup. Less compiler warnings, and removing tempfile at the ...


Mon, 17 May 2010 23:38:39 GMT Wilmer van der Gaast <wilmer@…> [5d1b3a95]
	* protocols/purple/purple.c (modified)

	purple_conv_chat_invite_user() is libpurple >= 2.6.0, so use ...


Mon, 17 May 2010 23:23:20 GMT Wilmer van der Gaast <wilmer@…> [8822d23]
	* protocols/purple/ft.c (modified)

	This receives files but is very fragile if anything unusual happens ...


Mon, 17 May 2010 20:30:45 GMT Wilmer van der Gaast <wilmer@…> [553767c]
	* protocols/purple/ft-direct.c (added)
	* protocols/purple/ft.c (modified)

	Move direct ft stuff to an unused file: This gets too hairy and too ...


Mon, 17 May 2010 00:14:14 GMT Wilmer van der Gaast <wilmer@…> [2309152]
	* protocols/purple/Makefile (modified)
	* protocols/purple/ft.c (added)
	* protocols/purple/purple.c (modified)

	Split off the file transfer stuff into a separate file. What a mess.


Sun, 16 May 2010 09:50:57 GMT Wilmer van der Gaast <wilmer@…> [2334048]
	* protocols/oscar/oscar.c (modified)

	Oi, don't leak that precious memory!


Sun, 16 May 2010 09:46:27 GMT Wilmer van der Gaast <wilmer@…> [d4bc2d9]
	* protocols/oscar/oscar.c (modified)

	Handle AIM_CAPS_ICQRTF messages (sometimes sent by certain mobile ...


Sat, 15 May 2010 23:28:16 GMT Wilmer van der Gaast <wilmer@…> [ec86b22]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* lib/Makefile (modified)
	* lib/misc.c (modified)
	* lib/oauth.c (added)
	* lib/oauth.h (added)
	* lib/url.c (modified)
	* lib/url.h (modified)
	* lib/xmltree.c (modified)
	* protocols/jabber/conference.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_http.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Mainline merge. (Probably mostly irrelevant for this branch, oh
	well.)


Sat, 15 May 2010 15:32:43 GMT Wilmer van der Gaast <wilmer@…> [6be46b3]
	* debian/changelog (modified)
	* debian/rules (modified)

	Debian update for 1.2.7.


Sat, 15 May 2010 11:53:09 GMT Wilmer van der Gaast <wilmer@…> [df1ae622]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)

	1.2.7 changelog. Have to release soon, now that 1.2.6a is mostly ...


Sat, 15 May 2010 00:20:33 GMT Wilmer van der Gaast <wilmer@…> [f8ec890]
	* protocols/msn/passport.c (modified)

	Passport 3.0 authentication turns out to be slightly different from ...


Fri, 14 May 2010 00:09:29 GMT Wilmer van der Gaast <wilmer@…> [6e6b3d7]
	* protocols/yahoo/yahoo.c (modified)

	Add a warning when the user included a domain part in his/her Yahoo! ...


Thu, 13 May 2010 23:34:38 GMT Wilmer van der Gaast <wilmer@…> [7b71feb]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_commands.c (modified)
	* root_commands.c (modified)

	Just enough code to join named chatrooms again. This UI is *not* ...


Thu, 03 Jun 2010 00:20:53 GMT Wilmer van der Gaast <wilmer@…> [ad404ab]
	* irc_im.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)
	* protocols/bee_user.c (modified)
	* protocols/nogaim.c (modified)
	* root_commands.c (modified)

	Restore add_* handle_unknown settings.


Tue, 01 Jun 2010 21:51:27 GMT Wilmer van der Gaast <wilmer@…> [704dd38]
	* bitlbee.h (modified)
	* debian/changelog (modified)
	* debian/control (modified)
	* debian/rules (modified)
	* doc/CHANGES (modified)
	* doc/bitlbee.8 (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/quickstart.xml (modified)
	* lib/misc.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/msn/passport.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_http.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)
	* protocols/yahoo/yahoo.c (modified)

	Merging head.


Thu, 13 May 2010 23:05:07 GMT Wilmer van der Gaast <wilmer@…> [ca0981a]
	* configure (modified)

	As long as this is a separate branch, enabling purple by default's ...


Thu, 13 May 2010 22:05:13 GMT Wilmer van der Gaast <wilmer@…> [3429b58]
	* lib/xmltree.c (modified)
	* protocols/jabber/conference.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/oscar/oscar.c (modified)

	Mainline merge.


Thu, 13 May 2010 00:30:36 GMT Wilmer van der Gaast <wilmer@…> [58f5ef7]
	* protocols/jabber/conference.c (modified)

	Use ?, not &&.


Thu, 13 May 2010 00:22:28 GMT Wilmer van der Gaast <wilmer@…> [6fd4d46]
	* root_commands.c (modified)

	Restore "account del".


Thu, 13 May 2010 00:19:33 GMT Wilmer van der Gaast <wilmer@…> [3663bb3]
	* protocols/nogaim.c (modified)

	Restore query cleanup on IM disconnects.


Tue, 11 May 2010 23:27:11 GMT Wilmer van der Gaast <wilmer@…> [3742fb6]
	* lib/xmltree.c (modified)

	Implement some kind of ignorant awareness of XML namespaces: Enough ...


Tue, 11 May 2010 21:33:37 GMT Wilmer van der Gaast <wilmer@…> [f8cb76d]
	* protocols/msn/sb.c (modified)

	Stop those "Many switchboard failures" messages. No point in showing ...


Mon, 10 May 2010 23:35:58 GMT Wilmer van der Gaast <wilmer@…> [e73a501]
	* protocols/jabber/conference.c (modified)

	Fixed a long-standing bug where non-anonymous Jabber chatrooms could ...


Mon, 10 May 2010 09:05:26 GMT Wilmer van der Gaast <wilmer@…> [4c17d19]
	* irc_channel.c (modified)

	Fixed irc_channel_name_ok(): One-character channel names are okay, ...


Sun, 09 May 2010 23:23:34 GMT Wilmer van der Gaast <wilmer@…> [d8acfd3]
	* protocols/purple/purple.c (modified)

	Purple lists mix up key and value; key == what the user sees, *value* ...


Sun, 09 May 2010 22:08:30 GMT Wilmer van der Gaast <wilmer@…> [a067771]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_im.c (modified)

	Per-account channels also exist now.


Sun, 09 May 2010 21:56:39 GMT Wilmer van der Gaast <wilmer@…> [4e608d6]
	* protocols/nogaim.c (modified)

	Pick up group changes coming in during a session. Reflecting them in ...


Sun, 09 May 2010 21:52:17 GMT Wilmer van der Gaast <wilmer@…> [13c1a9f]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_im.c (modified)

	/join &groupname and all people in that group will be in that
	channel.


Sun, 09 May 2010 21:39:31 GMT Wilmer van der Gaast <wilmer@…> [3130e70]
	* protocols/bee_user.c (modified)

	Do not free bu->group anymore, it's no longer a string!


Sun, 09 May 2010 18:05:55 GMT Wilmer van der Gaast <wilmer@…> [7aadd71]
	* protocols/bee.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/nogaim.c (modified)

	Keep track of contact groups in a slightly more efficient way.


Sun, 09 May 2010 17:20:51 GMT Wilmer van der Gaast <wilmer@…> [9ac3ed1]
	* irc.h (modified)
	* irc_channel.c (modified)

	First bits for different channel types.


Sun, 09 May 2010 16:06:19 GMT Wilmer van der Gaast <wilmer@…> [7ee07c3]
	* protocols/oscar/oscar.c (modified)

	It looks like AIM mem requests (implemented as damn_you() and ...


Sun, 09 May 2010 13:21:24 GMT Wilmer van der Gaast <wilmer@…> [dcd16c5]
	* protocols/jabber/iq.c (modified)

	Read group information from Jabber contact lists. The code was ...


Sun, 09 May 2010 13:04:45 GMT Wilmer van der Gaast <wilmer@…> [5a673f3]
	* protocols/oscar/oscar.c (modified)

	Pick up buddy group information from OSCAR server-side contact list.


Sun, 09 May 2010 12:05:50 GMT Wilmer van der Gaast <wilmer@…> [47fae0f]
	* irc_channel.c (modified)
	* irc_commands.c (modified)

	No. Run the part handler from the IRC /PART command, not from ...


Sun, 09 May 2010 11:26:57 GMT Wilmer van der Gaast <wilmer@…> [e5abfd4]
	* protocols/msn/sb.c (modified)
	* protocols/oscar/oscar.c (modified)

	Safety check for yesterday's fixes: Double-check that a groupchat ...


Sun, 09 May 2010 09:48:56 GMT Wilmer van der Gaast <wilmer@…> [bd5eee3]
	* doc/user-guide/commands.xml (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Merging mainline, mostly for chatroom fixes I implemented there.


Sun, 09 May 2010 00:40:54 GMT Wilmer van der Gaast <wilmer@…> [75610c3]
	* protocols/oscar/oscar.c (modified)

	Fixed up OSCAR to work with the new way of setting up groupchats.


Sun, 09 May 2010 00:40:03 GMT Wilmer van der Gaast <wilmer@…> [5a599a1]
	* protocols/oscar/oscar.c (modified)

	Room names on OSCAR can't start with digits, this broke the "chat ...


Sun, 09 May 2010 00:28:38 GMT Wilmer van der Gaast <wilmer@…> [36577aa]
	* protocols/msn/msn.c (modified)
	* protocols/msn/sb.c (modified)

	Create the struct groupchat early on in msn_chat_with() so the new ...


Sat, 08 May 2010 23:54:37 GMT Wilmer van der Gaast <wilmer@…> [eb37735]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_im.c (modified)

	This is how you now start groupchats: /join #channel, /invite people.


Sat, 08 May 2010 23:50:12 GMT Wilmer van der Gaast <wilmer@…> [aa7ce1b]
	* protocols/yahoo/yahoo.c (modified)

	Yahoo! seems to echo conference room invitations now, huh? No idea ...


Sat, 08 May 2010 21:52:25 GMT Wilmer van der Gaast <wilmer@…> [66b9e36a]
	* irc.h (modified)
	* irc_commands.c (modified)
	* irc_im.c (modified)

	Restored /invite for groupchats.


Sat, 08 May 2010 14:58:32 GMT Wilmer van der Gaast <wilmer@…> [e685657]
	* protocols/jabber/conference.c (modified)

	Fixed buggy jabber_chat_by_jid() after GSList change.


Sat, 08 May 2010 14:48:38 GMT Wilmer van der Gaast <wilmer@…> [eaaa986]
	* irc.c (modified)
	* irc_commands.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)
	* protocols/jabber/presence.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Misc. cleanup. Also updated the Yahoo! module to deal with struct ...


Sat, 08 May 2010 14:19:12 GMT Wilmer van der Gaast <wilmer@…> [4a9fd5f]
	* irc_commands.c (modified)

	Fixed *facepalm* memory management/scoping bug in /AWAY command.


Sat, 08 May 2010 14:12:32 GMT Wilmer van der Gaast <wilmer@…> [fd45e1d1]
	* irc.c (modified)
	* irc.h (modified)
	* irc_im.c (modified)

	Always show normal contacts in &bitlbee, not just the first channel ...


Sat, 08 May 2010 13:21:36 GMT Wilmer van der Gaast <wilmer@…> [b0364dc]
	* irc_channel.c (modified)

	Also allow addressing people inside the control channel using a
	comma.


Sat, 08 May 2010 13:11:09 GMT Wilmer van der Gaast <wilmer@…> [9e27f18]
	* irc_im.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)

	Support for receiving chatroom topics. Since I didn't restore named ...