#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-04-27T22:15:53Z

Fri, 02 Dec 2011 10:32:54 GMT Wilmer van der Gaast <wilmer@…> [bd31661]
	* lib/http_client.c (modified)
	* lib/xmltree.c (modified)
	* protocols/msn/soap.c (modified)

	Somewhat improve debug logging of HTTP/SOAP stuff.


Mon, 28 Nov 2011 08:42:10 GMT Wilmer van der Gaast <wilmer@…> [191ac9d]
	* Makefile (modified)

	Merging typo fix for Skype config installation.


Mon, 28 Nov 2011 08:34:46 GMT Wilmer van der Gaast <wilmer@…> [ddcff199]
	* otr.c (modified)

	Merge from pesco.


Sat, 26 Nov 2011 18:41:24 GMT Wilmer van der Gaast <wilmer@…> [c77406a]
	* protocols/msn/ns.c (modified)

	MSN: No clue if the OUT command can specify other reasons, but if so, ...


Sat, 26 Nov 2011 00:41:45 GMT unknown <pesco@…> [c7b94ef]
	* otr.c (modified)

	make sure we avoid file traversal in otr load/save functions (#853)


Fri, 25 Nov 2011 12:16:05 GMT Wilmer van der Gaast <wilmer@…> [3bd2f17]
	* protocols/msn/soap.c (modified)

	msn_soap_debug_print may get called with NULL pointers. Pay
	attention.


Fri, 25 Nov 2011 07:46:44 GMT Wilmer van der Gaast <wilmer@…> [693ff09]
	* configure (modified)

	Removing duplicate twitter=1 line. Bug #804.


Thu, 24 Nov 2011 13:11:32 GMT Miklos Vajna <vmiklos@…> [e4fc493]
	* Makefile (modified)

	Fix Skype typo: the in-tree config has a .dist suffix


Thu, 24 Nov 2011 08:18:04 GMT Wilmer van der Gaast <wilmer@…> [90fc864]
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Hopefully this fixed #838. Patch from Artem Savkov, thanks! The ...


Thu, 24 Nov 2011 07:38:22 GMT Wilmer van der Gaast <wilmer@…> [c945ee3]
	* protocols/skype/skyped.conf.dist (added)

	Merge from vmiklos.


Wed, 23 Nov 2011 16:27:59 GMT Miklos Vajna <vmiklos@…> [d45b181]
	* protocols/skype/skyped.conf.dist (added)

	Add missing 'skype/skyped.conf.dist'


Mon, 14 Nov 2011 11:08:22 GMT Wilmer van der Gaast <wilmer@…> [5dd725d]
	* doc/user-guide/help.xsl (modified)

	Document command shortening in another place.


Mon, 14 Nov 2011 10:43:03 GMT Wilmer van der Gaast <wilmer@…> [80acb6d]
	* lib/http_client.c (modified)
	* lib/ssl_client.h (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_nss.c (modified)
	* lib/ssl_openssl.c (modified)

	GnuTLS now also needs ssl_pending() implemented. Bug #860.


Sun, 13 Nov 2011 01:41:42 GMT Wilmer van der Gaast <wilmer@…> [03a8f8e]
	* lib/http_client.c (modified)

	Cleanup of http_client fix. Use g_strdup_printf and completely avoid ...


Sat, 12 Nov 2011 15:49:52 GMT Wilmer van der Gaast <wilmer@…> [dff732d]
	* lib/http_client.c (modified)
	* protocols/msn/soap.h (modified)

	Undoing old workaround for MSN troubles and added more proper fix. ...


Thu, 10 Nov 2011 03:38:40 GMT Wilmer van der Gaast <wilmer@…> [dac74bd]
	* protocols/msn/soap.h (modified)

	Workaround/Fix for MSN login troubles, many thanks to necropresto. ...


Wed, 09 Nov 2011 00:07:22 GMT Wilmer van der Gaast <wilmer@…> [ff1616b]
	* protocols/msn/soap.c (modified)

	Fixed bug in msn_soap_debug_print() failing to print HTTP headers of ...


Sun, 30 Oct 2011 11:33:49 GMT Wilmer van der Gaast <wilmer@…> [de26f3c]
	* protocols/jabber/s5bytestream.c (modified)

	Killed careless use of strcpy(). Luckily these are only a risk on ...


Fri, 21 Oct 2011 03:59:14 GMT Wilmer van der Gaast <wilmer@…> [e6b41b1]
	* lib/xmltree.c (modified)

	Strip illegal characters in generated XML streams so Jabber servers ...


Fri, 21 Oct 2011 03:00:54 GMT Wilmer van der Gaast <wilmer@…> [3864c08]
	* ipc.c (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)
	* nick.c (modified)
	* otr.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/purple/purple.c (modified)
	* query.c (modified)
	* root_commands.c (modified)
	* storage_xml.c (modified)

	Big merge from pesco, closing some OTR issues: #759, #824, #839,
	#830.


Thu, 20 Oct 2011 03:28:29 GMT Wilmer van der Gaast <wilmer@…> [6a45181]
	* protocols/oscar/oscar.c (modified)

	Clearer error msg when trying to add an existing OSCAR contact. Bug
	#828.


Thu, 20 Oct 2011 03:18:23 GMT Wilmer van der Gaast <wilmer@…> [4c225f0]
	* configure (modified)
	* ipc.c (modified)

	Drop the on-disk IPC socket by default. Nothing uses it. If one ...


Thu, 20 Oct 2011 02:59:57 GMT Wilmer van der Gaast <wilmer@…> [32bea82]
	* protocols/twitter/twitter_lib.c (modified)

	changeset:devel,814 was silly and incomplete. This should fix that. ...


Thu, 20 Oct 2011 02:56:36 GMT Wilmer van der Gaast <wilmer@…> [c148701]
	* doc/user-guide/misc.xml (modified)

	Fixed "chan set" typos in help. (Bug #842)


Tue, 18 Oct 2011 03:58:14 GMT Wilmer van der Gaast <wilmer@…> [733f607]
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Stupid work-around for bug #838. The troublesome condition is known, ...


Mon, 17 Oct 2011 13:28:37 GMT Wilmer van der Gaast <wilmer@…> [9fc017d]
	* Makefile (modified)

	Switch order of linker arguments for building otr.so which should fix ...


Fri, 14 Oct 2011 17:47:17 GMT Wilmer van der Gaast <wilmer@…> [6cdaabb]
	* doc/user-guide/quickstart.xml (modified)

	Added missing </para> tag to quickstart. Patch from ...


Mon, 03 Oct 2011 15:48:01 GMT unknown <pesco@…> [aea22cd]
	* otr.c (modified)

	otr: only skip coloring of leading /me if the message will go to a ...


Mon, 03 Oct 2011 15:18:00 GMT unknown <pesco@…> [409c2de]
	* otr.c (modified)

	send user-specific otr messages generated by us as notices from that
	user


Mon, 03 Oct 2011 14:56:58 GMT unknown <pesco@…> [e67e513]
	* ipc.c (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)
	* nick.c (modified)
	* otr.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/purple/purple.c (modified)
	* query.c (modified)
	* root_commands.c (modified)
	* storage_xml.c (modified)

	rename irc_usermsg to irc_rootmsg.
	add new irc_usermsg, ...


Sat, 01 Oct 2011 14:57:48 GMT unknown <pesco@…> [3231485]
	* otr.c (modified)

	make libotr messages associated with a user appear from that nick


Sat, 01 Oct 2011 14:55:24 GMT unknown <pesco@…> [fb11647a]
	* irc.h (modified)
	* irc_im.c (modified)

	factor making a message appear from a specific nick out of ...


Fri, 30 Sep 2011 04:32:32 GMT unknown <pesco@…> [da44b08]
	* otr.c (modified)

	don't put color code before leading /me when coloring otr messages


Wed, 21 Sep 2011 20:09:18 GMT unknown <pesco@…> [f03a498]
	* otr.c (modified)

	nix html-escaping in otr plugin


Sat, 27 Aug 2011 10:30:48 GMT Wilmer van der Gaast <wilmer@…> [ff18fc1]
	* protocols/skype/skype.c (modified)

	Fix #820, make Skype mod compile on NetBSD.

	(I haven't personally ...


Sat, 27 Aug 2011 10:18:45 GMT Wilmer van der Gaast <wilmer@…> [0fff0b2]
	* protocols/twitter/twitter_lib.c (modified)

	Just reconstruct all retweets instead of just the ones marked as ...


Fri, 26 Aug 2011 20:16:17 GMT Wilmer van der Gaast <wilmer@…> [429a9b1]
	* protocols/twitter/twitter_lib.c (modified)

	Since t.co is all over Twitter now, start parsing and showing entity ...


Thu, 25 Aug 2011 18:08:07 GMT Wilmer van der Gaast <wilmer@…> [2322a9f]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Merging Twitter-mentions patch from meh. Bug #663.


Wed, 17 Aug 2011 22:28:10 GMT Wilmer van der Gaast <wilmer@…> [4804b2f]
	* doc/user-guide/quickstart.xml (modified)

	Quickstart update from pleia2.


Wed, 17 Aug 2011 22:22:56 GMT Wilmer van der Gaast <wilmer@…> [fd1ca44]
	* doc/user-guide/commands.xml (modified)

	Document the new #id behaviour. It's not required, but good to have ...


Wed, 17 Aug 2011 22:21:47 GMT Wilmer van der Gaast <wilmer@…> [aa2f575]
	* protocols/twitter/twitter.c (modified)

	Better cleanup of status IDs in Twitter commands. Stop using that ...


Wed, 17 Aug 2011 21:58:21 GMT Wilmer van der Gaast <wilmer@…> [5f1e78d]
	* protocols/twitter/twitter.c (modified)

	To reduce ambiguity, allow using a # to specify Tweet ID's when doing ...


Wed, 03 Aug 2011 21:45:49 GMT Jasper Spaans <j@…> [d6b6906]
	* protocols/twitter/twitter.c (modified)

	Make it easier to retweet by id.
	Currently, typing "rt 24" would ...


Sun, 31 Jul 2011 22:59:42 GMT Wilmer van der Gaast <wilmer@…> [3d952b5]
	* Makefile (modified)
	* otr.c (modified)

	Merging OTR fixes from pesco. Fixes #690 and possibly others.


Sun, 24 Jul 2011 12:51:00 GMT Wilmer van der Gaast <wilmer@…> [c8b8c83]
	* Makefile (modified)
	* configure (modified)
	* protocols/skype/.bzrignore (added)
	* protocols/skype/.mailmap (added)
	* protocols/skype/HACKING (added)
	* protocols/skype/Makefile (added)
	* protocols/skype/NEWS (added)
	* protocols/skype/README (added)
	* protocols/skype/asciidoc.conf (added)
	* protocols/skype/client.sh (added)
	* protocols/skype/skype.c (added)
	* protocols/skype/skyped.cnf (added)
	* protocols/skype/skyped.py (added)
	* protocols/skype/skyped.txt (added)
	* protocols/skype/t/Makefile (added)
	* protocols/skype/t/bitlbee.conf (added)
	* protocols/skype/t/irssi/livetest-irssi.sh (added)
	* protocols/skype/t/irssi/skype-call.test (added)
	* protocols/skype/t/irssi/skype-info.test (added)
	* protocols/skype/t/irssi/skype-login.test (added)
	* protocols/skype/t/irssi/skype-msg.test (added)
	* protocols/skype/t/irssi/trigger.pl (added)
	* protocols/skype/t/livetest-bitlbee.sh (added)

	Merging Skype plugin. Many thanks to Miklos Vajna for all his work on ...


Sun, 24 Jul 2011 12:50:21 GMT Wilmer van der Gaast <wilmer@…> [17f6079]
	* configure (modified)

	Small changes to --skype= flag behaviour in configure script.


Tue, 12 Jul 2011 08:04:12 GMT Wilmer van der Gaast <wilmer@…> [a010498]
	* lib/proxy.c (modified)

	Fixed dumb file descriptor leak.


Sun, 03 Jul 2011 14:15:25 GMT unknown <vmiklos@…> [b518cdc]
	* protocols/skype/config.mak.in (deleted)
	* protocols/skype/configure.ac (deleted)

	Drop no longer necessary autofoo from skype plugin dir


Sun, 03 Jul 2011 14:15:13 GMT unknown <vmiklos@…> [5155570]
	* Makefile (modified)
	* protocols/skype/Makefile (modified)

	Install skyped documentation if skype is enabled


Sun, 03 Jul 2011 14:14:54 GMT unknown <vmiklos@…> [b5a5938]
	* Makefile (modified)
	* protocols/skype/skyped.conf.dist.in (deleted)

	Install skyped if skype is enabled


Sat, 02 Jul 2011 16:34:42 GMT Wilmer van der Gaast <wilmer@…> [f5da476]
	* lib/misc.c (modified)

	Fixed use of g_iconv() in do_iconv(). This was done wrong for ages ...


Wed, 29 Jun 2011 23:30:33 GMT Miklos Vajna <vmiklos@…> [004f494]
	* protocols/skype/.bzrignore (moved)

	skype: .gitignore -> .bzrignore


Wed, 29 Jun 2011 23:29:01 GMT Miklos Vajna <vmiklos@…> [66911fc]
	* configure (modified)

	configure: --skype=plugin -> --skype=1


Wed, 29 Jun 2011 23:25:02 GMT Miklos Vajna <vmiklos@…> [2ff0f37]
	* protocols/skype/skyped.py (modified)

	skyped: user configuration should have priority


Wed, 29 Jun 2011 01:59:46 GMT Sven Moritz Hallberg <pesco@…> [f1cf01c]
	* otr.c (modified)

	report trust state in gone_secure/still_secure messages


Wed, 29 Jun 2011 01:35:18 GMT Sven Moritz Hallberg <pesco@…> [1082395]
	* otr.c (modified)

	treat OTR plaintext as HTML (setting otr_does_html)


Wed, 29 Jun 2011 00:40:31 GMT Sven Moritz Hallberg <pesco@…> [9a57b1f]
	* otr.c (modified)

	bump copyright year


Sat, 25 Jun 2011 22:31:01 GMT Sven Moritz Hallberg <pesco@…> [1dc00fe]
	* otr.c (modified)

	make otr status changes visible again


Sat, 25 Jun 2011 22:28:26 GMT Sven Moritz Hallberg <pesco@…> [a0c6fc5]
	* Makefile (modified)
	* otr.c (modified)

	fix possible segfault(s) when changing otr status


Fri, 24 Jun 2011 04:13:36 GMT Elizabeth Krumbach <lyz@…> [0c42c65]
	* doc/user-guide/quickstart.xml (modified)

	Add notes about multi-channel support and tags to quickstart.


Fri, 24 Jun 2011 04:04:22 GMT Elizabeth Krumbach <lyz@…> [d4a0a0a]
	* doc/user-guide/quickstart.xml (modified)

	Merge rename with add and remove in quickstart


Thu, 16 Jun 2011 21:59:06 GMT unknown <vmiklos@…> [bf8ee39]
	* protocols/skype/skype.c (modified)
	* protocols/skype/skyped.py (modified)

	Merge IPv6 and groupchat fixes from hrubi.


Wed, 15 Jun 2011 12:47:16 GMT Jan Hruban <hrubi13@…> [05d964c]
	* protocols/skype/skyped.py (modified)

	Bind to IPv6 address when -H is in IPv6 format


Wed, 15 Jun 2011 12:18:49 GMT Jan Hruban <hrubi13@…> [bd11422]
	* protocols/skype/skype.c (modified)

	Free skype groupchats on logout


Wed, 15 Jun 2011 12:18:16 GMT Jan Hruban <hrubi13@…> [c573f1b]
	* protocols/skype/skype.c (modified)

	Don't create new channel when skype groupchat turns from DIALOG to ...


Wed, 15 Jun 2011 12:13:58 GMT Jan Hruban <hrubi13@…> [17dd2ed]
	* protocols/skype/skype.c (modified)

	Fix crash on inviting people to skype groupchats


Tue, 14 Jun 2011 21:41:59 GMT Wilmer van der Gaast <wilmer@…> [9e7a566]
	* debian/changelog (modified)

	Preparing Debian upload.


Sun, 12 Jun 2011 11:53:20 GMT Wilmer van der Gaast <wilmer@…> [52a735e]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)

	3.0.3, hopefully ready. Time to roll the tarballs.


Sat, 11 Jun 2011 23:59:00 GMT Wilmer van der Gaast <wilmer@…> [7ceb6b2]
	* protocols/twitter/twitter.c (modified)

	Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format ...


Sat, 11 Jun 2011 23:22:23 GMT Wilmer van der Gaast <wilmer@…> [14df98f]
	* irc_commands.c (modified)

	Aaaaaargh! Who thought it'd be a good idea to make 8-bit integers ...


Sat, 11 Jun 2011 17:59:39 GMT Wilmer van der Gaast <wilmer@…> [4bc66ae]
	* protocols/twitter/twitter.c (modified)

	Oops. prefix shouldn't be just "ca" for identi.ca.


Sat, 11 Jun 2011 17:50:26 GMT Wilmer van der Gaast <wilmer@…> [c0f33f1]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Change the default base_url to something that works. Change the ...


Sat, 11 Jun 2011 17:11:08 GMT Wilmer van der Gaast <wilmer@…> [de923d5]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	Use /friends/ids and /users/lookup instead of /statuses/friends to ...


Sat, 11 Jun 2011 16:09:50 GMT Wilmer van der Gaast <wilmer@…> [5f74987]
	* irc_im.c (modified)

	Crash-bug (NULL-ptr deref) fix in channel part routine.


Sat, 11 Jun 2011 11:28:01 GMT Wilmer van der Gaast <wilmer@…> [5983eca]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Re-indent Twitter code. It just lacks *any* kind of consistency. ...


Thu, 09 Jun 2011 08:19:32 GMT Wilmer van der Gaast <wilmer@…> [27ad50b]
	* protocols/twitter/twitter.c (modified)

	Dirty workaround: Don't download the contact list for now as Twitter ...


Thu, 12 May 2011 08:28:59 GMT Wilmer van der Gaast <wilmer@…> [2370ec2]
	* Makefile (modified)

	Merge from pesco (bugfix for #751).


Sun, 01 May 2011 17:12:37 GMT Sven Moritz Hallberg <pesco@…> [b194fe7]

	mergeback


Sun, 01 May 2011 17:07:24 GMT Sven Moritz Hallberg <pesco@…> [2ffc41e]
	* Makefile (modified)

	honor LDFLAGS in otr.so make rule


Sun, 01 May 2011 16:32:11 GMT Wilmer van der Gaast <wilmer@…> [983bb66]
	* doc/user-guide/commands.xml (modified)
	* otr.c (modified)

	Merging "otr reconnect", bug #740.


Sun, 01 May 2011 16:22:35 GMT Sven Moritz Hallberg <pesco@…> [69ef042]
	* doc/user-guide/commands.xml (modified)
	* otr.c (modified)

	add otr reconnect command


Sun, 01 May 2011 14:57:30 GMT Wilmer van der Gaast <wilmer@…> [6963230]
	* irc_im.c (modified)

	Improved channel cleanup. Should fix a crash bug when leaving ...


Sun, 01 May 2011 14:08:02 GMT Wilmer van der Gaast <wilmer@…> [d1d1b88]
	* doc/bitlbee.xinetd (modified)
	* init/bitlbee@.service.in (modified)

	Add -I to command line in xinetd/systemd example files instead of ...


Fri, 22 Apr 2011 19:31:36 GMT Wilmer van der Gaast <wilmer@…> [a658f10]
	* debian/rules (modified)

	Actually, let's also drop the -0.


Fri, 22 Apr 2011 15:55:21 GMT Wilmer van der Gaast <wilmer@…> [ff139f0]
	* debian/rules (modified)

	Don't put an epoch in the Debian "spoofed" version number. Debian's ...


Mon, 18 Apr 2011 14:14:28 GMT Wilmer van der Gaast <wilmer@…> [2423c93]
	* lib/http_client.c (modified)
	* lib/oauth.c (modified)

	Send Connection: close headers so webservers won't try keepalive ...


Mon, 18 Apr 2011 14:14:08 GMT Wilmer van der Gaast <wilmer@…> [6eca2eb]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Try to show better Twitter error messages. Sadly this doesn't always ...


Mon, 18 Apr 2011 14:04:50 GMT Wilmer van der Gaast <wilmer@…> [6cc36ef]
	* doc/user-guide/commands.xml (modified)

	show_ids documentation.


Mon, 18 Apr 2011 13:47:36 GMT Wilmer van der Gaast <wilmer@…> [d43d55a]
	* lib/ssl_gnutls.c (modified)

	Fix GnuTLS >2.12 or so compatibility.
	Bug #779 and ...


Tue, 12 Apr 2011 00:16:35 GMT Miklos Vajna <vmiklos@…> [370899f]
	* Makefile (modified)
	* configure (modified)

	Add build system support for building the skype plugin


Tue, 12 Apr 2011 00:10:57 GMT Miklos Vajna <vmiklos@…> [43b1cd7]
	* protocols/skype/.gitignore (added)
	* protocols/skype/.mailmap (added)
	* protocols/skype/HACKING (added)
	* protocols/skype/Makefile (added)
	* protocols/skype/NEWS (added)
	* protocols/skype/README (added)
	* protocols/skype/asciidoc.conf (added)
	* protocols/skype/client.sh (added)
	* protocols/skype/config.mak.in (added)
	* protocols/skype/configure.ac (added)
	* protocols/skype/skype.c (added)
	* protocols/skype/skyped.cnf (added)
	* protocols/skype/skyped.conf.dist.in (added)
	* protocols/skype/skyped.py (added)
	* protocols/skype/skyped.txt (added)
	* protocols/skype/t/Makefile (added)
	* protocols/skype/t/bitlbee.conf (added)
	* protocols/skype/t/irssi/livetest-irssi.sh (added)
	* protocols/skype/t/irssi/skype-call.test (added)
	* protocols/skype/t/irssi/skype-info.test (added)
	* protocols/skype/t/irssi/skype-login.test (added)
	* protocols/skype/t/irssi/skype-msg.test (added)
	* protocols/skype/t/irssi/trigger.pl (added)
	* protocols/skype/t/livetest-bitlbee.sh (added)

	Merge bitlbee-skype into bitlbee


Mon, 11 Apr 2011 23:32:02 GMT Miklos Vajna <vmiklos@…> [9c97a03]
	* skype/images (deleted)

	drop images symlink, images are embedded recently


Mon, 11 Apr 2011 23:26:09 GMT Miklos Vajna <vmiklos@…> [d5a66f8]
	* skype/skyped.py (modified)

	add back optional gobject support

	on windows socket/threading is ...


Thu, 31 Mar 2011 10:28:17 GMT Wilmer van der Gaast <wilmer@…> [6220254]
	* protocols/twitter/twitter.c (modified)

	Check td->log everywhere before using it..


Tue, 29 Mar 2011 22:47:00 GMT Wilmer van der Gaast <wilmer@…> [15bc063]
	* protocols/twitter/twitter.c (modified)

	Also use the short IDs for a new reply command. Couldn't think of a ...


Tue, 29 Mar 2011 20:57:54 GMT Wilmer van der Gaast <wilmer@…> [4f50ea5]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)

	Allow using the new 2-digit id's for retweets.


Mon, 28 Mar 2011 23:28:46 GMT Wilmer van der Gaast <wilmer@…> [ce81acd]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	For #721, add the numbers in front of tweets if show_ids is enabled. ...


Sun, 27 Mar 2011 22:13:09 GMT Wilmer van der Gaast <wilmer@…> [f01bc6f]
	* irc_send.c (modified)

	Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. ...


Sun, 27 Mar 2011 14:09:55 GMT Wilmer van der Gaast <wilmer@…> [ce617f0]
	* lib/oauth.c (modified)
	* protocols/twitter/twitter.c (modified)

	Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem ...


Sat, 26 Mar 2011 12:02:38 GMT Wilmer van der Gaast <wilmer@…> [ff94563]
	* protocols/purple/purple.c (modified)

	Set the libpurple proxy server in a way that should work with older ...