#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-06-27T19:53:33Z

Fri, 01 Oct 2010 21:39:31 GMT Sven Moritz Hallberg <pesco@…> [faa75c0e]
	* otr.c (modified)

	cosmetic: show smpq question in bold


Fri, 01 Oct 2010 21:36:44 GMT Sven Moritz Hallberg <pesco@…> [944d7a5]
	* otr.c (modified)

	libotr forgets to set trust when responding to smpq


Fri, 01 Oct 2010 20:38:16 GMT Sven Moritz Hallberg <pesco@…> [f26db4a8]
	* otr.c (modified)

	explicitly handle cheating by smp opponent


Fri, 01 Oct 2010 20:14:45 GMT Sven Moritz Hallberg <pesco@…> [7c91392]
	* otr.c (modified)

	give smp/smpq command handler a better name


Fri, 01 Oct 2010 19:25:48 GMT Sven Moritz Hallberg <pesco@…> [03e5fb7]
	* otr.c (modified)

	clarify copyright


Thu, 30 Sep 2010 06:30:07 GMT Wilmer van der Gaast <wilmer@…> [560129a]
	* nick.c (modified)

	Fix use of g_convert(), thanks to an anonymous person who opened
	#676.


Thu, 30 Sep 2010 06:02:01 GMT Wilmer van der Gaast <wilmer@…> [6ce2240]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* otr.c (modified)

	Merging some fixes from pesco. Adds support for the SMP flavour used ...


Thu, 30 Sep 2010 05:50:43 GMT Wilmer van der Gaast <wilmer@…> [858ea01]
	* Makefile (modified)
	* configure (modified)
	* otr.c (modified)
	* unix.c (modified)

	Allow building OTR support as a plugin. Fairly simple, let's hope I ...


Sun, 19 Sep 2010 20:12:12 GMT Sven Moritz Hallberg <pesco@…> [4752063]
	* otr.c (modified)

	bump copyright year to 2010 in the right place


Sun, 19 Sep 2010 20:04:32 GMT Sven Moritz Hallberg <pesco@…> [0e078a7]
	* otr.c (modified)

	complain when trying smp without an otr channel


Sun, 19 Sep 2010 19:16:43 GMT Sven Moritz Hallberg <pesco@…> [10d89be]
	* otr.c (modified)

	cosmetics


Sun, 19 Sep 2010 19:12:49 GMT Sven Moritz Hallberg <pesco@…> [9cc653c]
	* otr.c (modified)

	let 'otr smpq' only work for smp init, not reply


Sun, 19 Sep 2010 18:52:37 GMT Sven Moritz Hallberg <pesco@…> [2171044]
	* doc/user-guide/commands.xml (modified)

	help entry for 'otr smpq'


Sun, 19 Sep 2010 18:23:05 GMT Sven Moritz Hallberg <pesco@…> [99a01b9]
	* otr.c (modified)

	add 'otr smpq' command for q&a-style smp authentication


Sun, 19 Sep 2010 18:19:31 GMT Sven Moritz Hallberg <pesco@…> [51e9a1d]
	* irc.c (modified)

	call storage_save before freeing plugins, avoids segfault in otr.c


Sun, 19 Sep 2010 17:29:10 GMT Sven Moritz Hallberg <pesco@…> [76e2f62]
	* otr.c (modified)

	handle SMP1Q packets (smp init with question)


Wed, 01 Sep 2010 22:35:06 GMT Wilmer van der Gaast <wilmer@…> [2dcaf9a]
	* irc.h (modified)
	* otr.c (modified)
	* storage.c (modified)

	Load/save code. It'd be better if the OTR module would just save its ...


Wed, 01 Sep 2010 22:09:27 GMT Wilmer van der Gaast <wilmer@…> [934db064]
	* irc.h (modified)
	* irc_im.c (modified)
	* otr.c (modified)
	* otr.h (modified)
	* protocols/bee_user.c (modified)

	Do encryption and decryption. Somehow SMP and other things aren't ...


Tue, 31 Aug 2010 23:18:21 GMT Wilmer van der Gaast <wilmer@…> [0c85c08]
	* bitlbee.h (modified)
	* irc.c (modified)
	* irc.h (modified)
	* otr.c (modified)
	* otr.h (modified)
	* storage.c (modified)

	Pluginify this thing a little bit. Not so much in the dynamically ...


Tue, 31 Aug 2010 20:06:14 GMT Wilmer van der Gaast <wilmer@…> [f5c0d8e]
	* .bzrignore (modified)
	* Makefile (modified)
	* configure (modified)
	* doc/user-guide/commands.xml (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/message.c (modified)
	* protocols/jabber/si.c (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/purple/Makefile (modified)
	* protocols/twitter/Makefile (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* root_commands.c (modified)
	* utils/README (modified)
	* utils/centericq2bitlbee.sh (deleted)
	* utils/convert_gnomeicu.txt (deleted)
	* utils/convert_purple.py (added)
	* utils/create_nicksfile.pl (deleted)

	Merge mainline stuff.


Tue, 31 Aug 2010 20:05:36 GMT Wilmer van der Gaast <wilmer@…> [8358691]
	* bitlbee.h (modified)
	* commands.h (modified)
	* irc_commands.c (modified)
	* otr.c (modified)
	* otr.h (modified)
	* root_commands.c (modified)

	Added root_command_add() and use it to create the "otr" command.


Mon, 30 Aug 2010 22:02:46 GMT Wilmer van der Gaast <wilmer@…> [31dbb90a]
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/message.c (modified)

	Suppress subjects in Jabber conversations after showing them once.


Mon, 30 Aug 2010 20:12:34 GMT Wilmer van der Gaast <wilmer@…> [fda55fa]
	* irc_im.c (modified)

	Revert to the old control channel messages for fullname changes, the ...


Mon, 30 Aug 2010 19:58:33 GMT Wilmer van der Gaast <wilmer@…> [c55701e]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)

	Due to popular demand, now using mode=chat by default.


Mon, 30 Aug 2010 19:24:28 GMT Wilmer van der Gaast <wilmer@…> [df61c35a]
	* protocols/oscar/oscar.c (modified)

	Warn the user when his/her AIM/ICQ password seems to be too long. For ...


Fri, 27 Aug 2010 08:48:18 GMT Wilmer van der Gaast <wilmer@…> [b0a89cc]
	* .bzrignore (modified)
	* Makefile (modified)
	* configure (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)

	Use nifty gcc -MD feature to automatically track .h dependencies of ...


Wed, 25 Aug 2010 23:03:11 GMT Wilmer van der Gaast <wilmer@…> [ad2d8bc]
	* Makefile (modified)
	* irc.h (modified)
	* otr.c (modified)

	It compiles, including otr.c. Time to hook it up with the rest again.


Wed, 25 Aug 2010 21:37:57 GMT Wilmer van der Gaast <wilmer@…> [3f10fad]
	* doc/user-guide/commands.xml (modified)

	The "transfers" command was renamed to "transfer" but this wasn't ...


Wed, 25 Aug 2010 21:35:49 GMT Wilmer van der Gaast <wilmer@…> [3cd4016]
	* root_commands.c (modified)

	I guess the nick command was never deprecated clearly, so let's do ...


Wed, 25 Aug 2010 00:18:27 GMT Wilmer van der Gaast <wilmer@…> [a72af0d]
	* irc_commands.c (modified)
	* irc_send.c (modified)

	Fix /WHO on single nicks.


Mon, 23 Aug 2010 23:12:24 GMT Wilmer van der Gaast <wilmer@…> [be999a5]
	* bitlbee.h (modified)
	* configure (modified)
	* doc/README (modified)
	* doc/user-guide/commands.xml (modified)
	* irc.h (modified)
	* lib/misc.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)
	* log.c (modified)
	* log.h (modified)
	* otr.c (added)
	* otr.h (added)
	* protocols/jabber/jabber.c (modified)
	* protocols/msn/msn.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* query.c (modified)
	* root_commands.c (modified)
	* storage.c (modified)
	* unix.c (modified)

	First step in this merge. Mostly a bzr merge and then a cleanup of ...


Sun, 22 Aug 2010 08:07:48 GMT Wilmer van der Gaast <wilmer@…> [bd599b9]
	* protocols/jabber/si.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Fix two compiler warnings.


Mon, 23 Aug 2010 10:34:36 GMT Wilmer van der Gaast <wilmer@…> [1aa74f55]
	* irc.h (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)
	* protocols/jabber/message.c (modified)

	Process incoming XMPP groupchat invites in a saner way: Create a ...


Sun, 22 Aug 2010 13:31:53 GMT Wilmer van der Gaast <wilmer@…> [241f9f6]
	* protocols/yahoo/libyahoo2.c (modified)

	Better handling of yahoo add responses: libyahoo2 seems to (IMHO) ...


Sun, 22 Aug 2010 12:15:53 GMT Wilmer van der Gaast <wilmer@…> [1bb1e01]
	* protocols/jabber/si.c (modified)

	Fixed a misuse of xt_find_node() that could get into an infinite
	loop.


Sun, 22 Aug 2010 11:37:49 GMT Wilmer van der Gaast <wilmer@…> [f29f50e]
	* utils/README (modified)
	* utils/centericq2bitlbee.sh (deleted)
	* utils/convert_gnomeicu.txt (deleted)
	* utils/convert_purple.py (added)
	* utils/create_nicksfile.pl (deleted)

	Cleaning up utils directory, those scripts generate old-style files ...


Sun, 22 Aug 2010 08:07:48 GMT Wilmer van der Gaast <wilmer@…> [237eadd]
	* protocols/jabber/si.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Fix two compiler warnings.


Sat, 21 Aug 2010 22:39:22 GMT Wilmer van der Gaast <wilmer@…> [c00dd71]
	* protocols/yahoo/yahoo.c (modified)

	Pick up away info from Yahoo! too.


Sat, 21 Aug 2010 22:25:37 GMT Wilmer van der Gaast <wilmer@…> [0ebf919]
	* doc/user-guide/commands.xml (modified)
	* protocols/bee.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/oscar.c (modified)

	Pass "user is mobile" info coming from OSCAR up to BitlBee and show ...


Sat, 21 Aug 2010 19:48:41 GMT Wilmer van der Gaast <wilmer@…> [a758ec1]
	* irc.c (modified)

	Although the backward compatibility stuff for show_offline and ...


Sat, 21 Aug 2010 19:34:17 GMT Wilmer van der Gaast <wilmer@…> [180ab31]
	* doc/user-guide/misc.xml (modified)
	* irc.c (modified)
	* irc_channel.c (modified)
	* root_commands.c (modified)
	* set.h (modified)

	Added some neat whatsnew code that keeps track of the newest version ...


Sat, 21 Aug 2010 17:59:03 GMT Wilmer van der Gaast <wilmer@…> [5613af7]
	* root_commands.c (modified)

	Clearer error message when trying to read/write setting that don't ...


Sat, 21 Aug 2010 17:46:47 GMT Wilmer van der Gaast <wilmer@…> [4d4a7ed]
	* irc_send.c (modified)

	Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to ...


Thu, 19 Aug 2010 23:42:11 GMT Wilmer van der Gaast <wilmer@…> [bad41f56]
	* protocols/bee_user.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/purple/purple.c (modified)

	libpurple: Fix typing notifications (in and out). Closes #671.


Thu, 19 Aug 2010 12:21:22 GMT Wilmer van der Gaast <wilmer@…> [acd7959]
	* root_commands.c (modified)

	Forgot one NULL pointer check in the channel sensitivity code for the ...


Wed, 18 Aug 2010 10:01:10 GMT Wilmer van der Gaast <wilmer@…> [763a3ab]
	* debian/rules (modified)

	Pass the -Npackage flag the right way so bitlbee-libpurple doesn't ...


Tue, 17 Aug 2010 23:57:50 GMT Wilmer van der Gaast <wilmer@…> [57782e4]
	* debian/bitlbee-common.postinst (modified)
	* debian/changelog (modified)

	Alternative way for detecting upgrades: This should make sure that ...


Tue, 17 Aug 2010 23:34:25 GMT Wilmer van der Gaast <wilmer@…> [5b94e9e]
	* debian/bitlbee-common.init (moved)
	* debian/bitlbee-common.postinst (moved)
	* debian/bitlbee-common.postrm (moved)
	* debian/bitlbee-common.prerm (added)
	* debian/bitlbee.prerm (modified)
	* debian/changelog (modified)
	* debian/rules (modified)

	Move scripts, debconf and /etc stuff to bitlbee-common and really ...


Tue, 17 Aug 2010 10:39:21 GMT Wilmer van der Gaast <wilmer@…> [d20ea9f]
	* debian/rules (modified)

	Debian change: set BITLBEE_LIBPURPLE=0 to only build the native
	variant.


Sun, 15 Aug 2010 22:07:57 GMT Wilmer van der Gaast <wilmer@…> [762d96f]
	* lib/proxy.c (modified)

	If a connection fails, try the next address from the getaddrinfo() ...


Sat, 14 Aug 2010 10:57:17 GMT Wilmer van der Gaast <wilmer@…> [136c2bb]
	* sock.h (modified)

	Fix the libevent-specific compiler warning about closesocket().


Sat, 14 Aug 2010 10:55:20 GMT Wilmer van der Gaast <wilmer@…> [ac2717b]
	* doc/user-guide/commands.xml (modified)
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_im.c (modified)
	* root_commands.c (modified)

	blist should only show contacts that are (or would be if they were ...


Sat, 14 Aug 2010 10:21:44 GMT Wilmer van der Gaast <wilmer@…> [4ffd757]
	* irc_user.c (modified)
	* protocols/twitter/twitter.c (modified)

	Don't send a /QUIT for every Twitter contact when going offline, and ...


Wed, 11 Aug 2010 20:41:23 GMT Wilmer van der Gaast <wilmer@…> [2b02617]
	* protocols/twitter/twitter_lib.c (modified)

	strptime() on FreeBSD (and possibly other non-glibc platforms) %z is ...


Wed, 11 Aug 2010 08:53:58 GMT Wilmer van der Gaast <wilmer@…> [72176c1]
	* protocols/jabber/jabber.c (modified)

	Small bug in the previous change: NULL-initialize srv.


Tue, 10 Aug 2010 11:18:09 GMT Wilmer van der Gaast <wilmer@…> [ffdf2e7]
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* protocols/jabber/jabber.c (modified)

	When doing SRV lookups, return an array with all RRs instead of just ...


Mon, 09 Aug 2010 13:39:50 GMT Wilmer van der Gaast <wilmer@…> [f32c14c]
	* irc_send.c (modified)

	Oops. We're using channel mode +h (halfop) for a while already, but ...


Sun, 08 Aug 2010 13:42:57 GMT Wilmer van der Gaast <wilmer@…> [b890626]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Add a few more commands (including RT) and the ability to send ...


Sat, 07 Aug 2010 21:06:24 GMT Wilmer van der Gaast <wilmer@…> [203a2d2]
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Allow protocol modules to keep per-contact protocol-specific data. ...


Sat, 07 Aug 2010 19:39:01 GMT Wilmer van der Gaast <wilmer@…> [7b87539]
	* lib/misc.c (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Add commands to the Twitter module, starting with undo (which deletes ...


Sat, 07 Aug 2010 16:33:02 GMT Wilmer van der Gaast <wilmer@…> [daae10f]
	* Makefile (modified)
	* conf.c (modified)
	* configure (modified)
	* irc_commands.c (modified)
	* lib/Makefile (modified)
	* lib/md5.h (modified)
	* lib/oauth.c (modified)
	* lib/sha1.h (modified)
	* lib/xmltree.c (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/message.c (modified)
	* protocols/msn/Makefile (modified)
	* protocols/msn/msn.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/twitter/Makefile (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* unix.c (modified)

	OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen ...


Sat, 07 Aug 2010 14:55:18 GMT Wilmer van der Gaast <wilmer@…> [289bd2d]
	* lib/proxy.c (modified)

	Applied patch from wahjava (with some modifications) for bug #644. ...


Sat, 07 Aug 2010 13:08:46 GMT Wilmer van der Gaast <wilmer@…> [e193aeb]
	* protocols/twitter/twitter_lib.c (modified)

	Reconstruct incoming truncated retweets.


Fri, 06 Aug 2010 21:05:40 GMT Wilmer van der Gaast <wilmer@…> [bf2ebd8]
	* doc/CHANGES (modified)

	Alright, let's try a dev snapshot.


Thu, 05 Aug 2010 20:20:44 GMT Wilmer van der Gaast <wilmer@…> [f7d12f7]
	* debian/control (modified)
	* nick.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Some fixes for compiler warnings that only show up when compiling ...


Wed, 04 Aug 2010 20:48:47 GMT Wilmer van der Gaast <wilmer@…> [65a4a64]
	* root_commands.c (modified)

	To address bugs #77 and #661, add some code that should avoid ...


Wed, 04 Aug 2010 20:04:39 GMT Wilmer van der Gaast <wilmer@…> [23d6165]
	* irc_commands.c (modified)

	For bug #660, add a /LIST command.


Wed, 04 Aug 2010 19:45:18 GMT Wilmer van der Gaast <wilmer@…> [65016a6]
	* irc.c (modified)
	* irc.h (modified)
	* irc_channel.c (modified)

	Set channel mode +C for control channels.


Wed, 04 Aug 2010 19:30:46 GMT Wilmer van der Gaast <wilmer@…> [bce2014]
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/yahoo.c (modified)

	Try another way to silence int-pointer cast warnings in the Yahoo! ...


Mon, 02 Aug 2010 19:37:31 GMT Wilmer van der Gaast <wilmer@…> [3063f81]
	* Makefile (modified)
	* bitlbee.h (modified)

	Bump up the version number, and also copy bee.h to the public include ...


Fri, 30 Jul 2010 14:33:36 GMT Wilmer van der Gaast <wilmer@…> [8f984a0]
	* debian/rules (modified)

	Make the "chop off +b stuff from version number" more specific to ...


Fri, 30 Jul 2010 14:28:22 GMT Wilmer van der Gaast <wilmer@…> [8b61469]
	* protocols/nogaim.c (modified)

	Don't notify the UI about group changes if there wasn't, in fact, a ...


Thu, 29 Jul 2010 19:30:47 GMT Wilmer van der Gaast <wilmer@…> [b925666]
	* doc/README (modified)
	* irc.c (modified)

	Show a friendly warning message when running in inetd mode on the ...


Thu, 29 Jul 2010 19:17:57 GMT Wilmer van der Gaast <wilmer@…> [1521a85]
	* tests/check.c (modified)

	Make the unittests work *slightly* better with libevent. (Still won't ...


Thu, 29 Jul 2010 18:18:54 GMT Wilmer van der Gaast <wilmer@…> [f7ca587]
	* irc.c (modified)
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)
	* irc_user.c (modified)
	* root_commands.c (modified)

	Restore default_target setting, kill last_root_cmd variable and just ...


Thu, 29 Jul 2010 17:08:16 GMT Wilmer van der Gaast <wilmer@…> [2fe5eb9]
	* irc.h (modified)
	* irc_channel.c (modified)
	* irc_im.c (modified)

	Clean up references from irc_user structs to channels that are being ...


Thu, 29 Jul 2010 08:57:01 GMT Wilmer van der Gaast <wilmer@…> [b40e60d]
	* lib/misc.c (modified)
	* tests/check.c (modified)
	* tests/check_util.c (modified)

	Fixing http_encode(): BitlBee now calls setlocale() (for nickname ...


Thu, 29 Jul 2010 07:19:57 GMT Wilmer van der Gaast <wilmer@…> [3963fdd]
	* tests/Makefile (modified)
	* tests/check.c (modified)
	* tests/check_crypting.c (deleted)
	* tests/check_user.c (modified)

	"Fix up" unittests enough to at least compile. Never touched these ...


Wed, 28 Jul 2010 08:24:47 GMT Wilmer van der Gaast <wilmer@…> [3b3c50d9]
	* doc/user-guide/misc.xml (modified)
	* nick.c (modified)
	* protocols/account.c (modified)

	Allow including account tags in nicknames, and be a bit more clever ...


Tue, 27 Jul 2010 22:24:59 GMT Wilmer van der Gaast <wilmer@…> [13fa2db]
	* irc_commands.c (modified)

	Don't crash when trying to join a channel with an invalid name.


Tue, 27 Jul 2010 22:18:27 GMT Wilmer van der Gaast <wilmer@…> [4255320]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn_util.c (modified)

	MSN: Don't show any "special" messages when breaking down ...


Tue, 27 Jul 2010 22:04:19 GMT Wilmer van der Gaast <wilmer@…> [f6f5eee]
	* doc/HACKING (added)
	* doc/user-guide/misc.xml (modified)
	* irc.h (modified)
	* protocols/bee.h (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* set.h (modified)

	Source documentation update, including a short HACKING file.


Tue, 27 Jul 2010 17:45:16 GMT Wilmer van der Gaast <wilmer@…> [82ca986]
	* bitlbee.c (modified)
	* ipc.c (modified)
	* irc.c (modified)
	* unix.c (modified)

	Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).


Tue, 27 Jul 2010 10:27:47 GMT Wilmer van der Gaast <wilmer@…> [a7dbf45]
	* irc_commands.c (modified)

	Block CTCPs to channels instead of sending them as plain messages. ...


Mon, 26 Jul 2010 23:03:23 GMT Wilmer van der Gaast <wilmer@…> [3fa5a8c]
	* Makefile (modified)

	Install all new/moved header files in install-dev so bitlbee-skype ...


Sun, 25 Jul 2010 13:59:12 GMT Wilmer van der Gaast <wilmer@…> [c6bf805]
	* protocols/yahoo/libyahoo2.c (modified)

	Some NULL pointer checks for libyahoo2 - this code's currently ...


Sun, 25 Jul 2010 09:11:48 GMT Wilmer van der Gaast <wilmer@…> [51a3d12]
	* irc_im.c (modified)
	* irc_send.c (modified)

	Allow change nicknames when moving contacts between groups. Also ...


Sun, 25 Jul 2010 08:56:17 GMT Wilmer van der Gaast <wilmer@…> [5588edf5]
	* protocols/oscar/oscar.c (modified)

	Suppress GLib warning when trying to get a user's IP address while ...


Sun, 25 Jul 2010 08:54:25 GMT Wilmer van der Gaast <wilmer@…> [42acba1]
	* protocols/oscar/oscar.c (modified)

	Some support for changing group info on OSCAR.


Sat, 24 Jul 2010 23:26:33 GMT Wilmer van der Gaast <wilmer@…> [8b01217]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/msn_util.c (modified)

	MSN supports having people in multiple groups and BitlBee does not. ...


Sat, 24 Jul 2010 22:50:23 GMT Wilmer van der Gaast <wilmer@…> [f1f7b5e]
	* dcc.c (modified)
	* lib/ftutil.c (modified)
	* lib/ftutil.h (modified)
	* protocols/jabber/s5bytestream.c (modified)

	Take the local address from the IM/IRC connection when setting up a ...


Sat, 24 Jul 2010 21:16:18 GMT Wilmer van der Gaast <wilmer@…> [2945c6f]
	* Makefile (modified)
	* bitlbee.c (modified)
	* bitlbee.h (modified)
	* chat.c (deleted)
	* chat.h (deleted)
	* conf.c (modified)
	* conf.h (modified)
	* configure (modified)
	* crypting.c (deleted)
	* crypting.h (deleted)
	* dcc.c (added)
	* dcc.h (added)
	* 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)
	* doc/user-guide/help.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* help.c (modified)
	* help.h (modified)
	* ipc.c (modified)
	* ipc.h (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_channel.c (added)
	* irc_commands.c (modified)
	* irc_im.c (added)
	* irc_send.c (added)
	* irc_user.c (added)
	* irc_util.c (added)
	* lib/Makefile (modified)
	* lib/events.h (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)
	* lib/ftutil.c (added)
	* lib/ftutil.h (added)
	* lib/http_client.c (modified)
	* lib/misc.c (modified)
	* lib/misc.h (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)
	* nick.c (modified)
	* nick.h (modified)
	* protocols/Makefile (modified)
	* protocols/account.c (moved)
	* protocols/account.h (moved)
	* protocols/bee.c (added)
	* protocols/bee.h (added)
	* protocols/bee_chat.c (added)
	* protocols/bee_ft.c (added)
	* protocols/bee_user.c (added)
	* protocols/ft.h (added)
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/conference.c (modified)
	* protocols/jabber/io.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/presence.c (modified)
	* protocols/jabber/s5bytestream.c (added)
	* protocols/jabber/si.c (added)
	* protocols/msn/Makefile (modified)
	* protocols/msn/invitation.c (added)
	* protocols/msn/invitation.h (added)
	* 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 (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* protocols/yahoo/yahoo2.h (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* protocols/yahoo/yahoo2_types.h (modified)
	* protocols/yahoo/yahoo_fn.h (modified)
	* protocols/yahoo/yahoo_httplib.c (modified)
	* protocols/yahoo/yahoo_httplib.h (modified)
	* protocols/yahoo/yahoo_list.h (modified)
	* protocols/yahoo/yahoo_util.c (modified)
	* protocols/yahoo/yahoo_util.h (modified)
	* query.c (modified)
	* query.h (modified)
	* root_commands.c (modified)
	* set.c (modified)
	* set.h (modified)
	* storage.c (modified)
	* storage_text.c (deleted)
	* storage_xml.c (modified)
	* tests/Makefile (modified)
	* unix.c (modified)
	* user.c (deleted)
	* user.h (deleted)
	* win32.c (modified)

	Merge ui-fix (which includes killerbee (i.e. file transfers and ...


Sat, 24 Jul 2010 20:59:41 GMT Wilmer van der Gaast <wilmer@…> [593971d]
	* root_commands.c (modified)

	Warn when adding an account twice. People are doing this a lot ...


Sat, 24 Jul 2010 16:10:27 GMT Wilmer van der Gaast <wilmer@…> [0f28785]
	* doc/user-guide/commands.xml (modified)

	Account tag documentation update.


Sat, 24 Jul 2010 15:58:27 GMT Wilmer van der Gaast <wilmer@…> [e135cd09]
	* irc_channel.c (modified)
	* irc_im.c (modified)
	* protocols/account.c (modified)
	* storage_xml.c (modified)

	Use the account tag in a few places and store it in the XML file as ...


Sat, 24 Jul 2010 15:46:59 GMT Wilmer van der Gaast <wilmer@…> [40e6dac]
	* protocols/account.c (modified)
	* protocols/account.h (modified)
	* root_commands.c (modified)

	Adding account tags as a way to 100% uniquely identify an account. ...


Sat, 24 Jul 2010 14:19:44 GMT Wilmer van der Gaast <wilmer@…> [7989d40d]
	* protocols/oscar/oscar.c (modified)

	Fixing chat_join() for OSCAR to return a struct groupchat* right ...


Sat, 24 Jul 2010 14:06:22 GMT Wilmer van der Gaast <wilmer@…> [03f3828]
	* irc_im.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/oscar/oscar.c (modified)

	Adding protocol-specific chatroom settings. First one to use this: ...


Sat, 24 Jul 2010 13:29:48 GMT Wilmer van der Gaast <wilmer@…> [c8791f2]
	* protocols/yahoo/Makefile (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo.c (modified)
	* protocols/yahoo/yahoo2.h (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* protocols/yahoo/yahoo2_types.h (modified)
	* protocols/yahoo/yahoo_fn.h (modified)
	* protocols/yahoo/yahoo_httplib.c (modified)
	* protocols/yahoo/yahoo_httplib.h (modified)
	* protocols/yahoo/yahoo_list.h (modified)
	* protocols/yahoo/yahoo_util.c (modified)
	* protocols/yahoo/yahoo_util.h (modified)

	Merging libyahoo2 fixes. Now completely up-to-date with libyahoo2 svn ...


Sat, 24 Jul 2010 13:28:36 GMT Wilmer van der Gaast <wilmer@…> [c495217]
	* protocols/yahoo/yahoo.c (modified)

	Inverting allow_reconnect logic on login failures. Automatic ...