#
# ChangeLog for protocols/purple
#
# Generated by Trac 1.2.3
# 2025-06-16T23:52:51Z

Sun, 21 Mar 2010 21:38:42 GMT Wilmer van der Gaast <wilmer@…> [437bd9b]
	* protocols/purple/purple.c (modified)

	Enough code to make an incoming transfer show up properly and accept ...


Fri, 12 Mar 2010 01:47:44 GMT Wilmer van der Gaast <wilmer@…> [7c5affca]
	* protocols/purple/purple.c (modified)

	Add some simple information about available settings to the online ...


Fri, 12 Mar 2010 01:05:21 GMT Wilmer van der Gaast <wilmer@…> [4dc6b8d]
	* protocols/purple/purple.c (modified)

	Added support for PURPLE_PREF_STRING_LIST style settings, this makes ...


Mon, 08 Mar 2010 01:21:08 GMT Wilmer van der Gaast <wilmer@…> [bab1c86]
	* protocols/purple/purple.c (modified)

	Mail notifications, partially from ...


Sun, 07 Mar 2010 23:08:40 GMT Wilmer van der Gaast <wilmer@…> [52cae01]
	* protocols/purple/purple.c (modified)

	Set the ACC_FLAG_*_MESSAGE flags correctly depending on the prpl.


Sun, 07 Mar 2010 22:35:00 GMT Wilmer van der Gaast <wilmer@…> [279607e]
	* protocols/purple/purple.c (modified)

	Fixed purple module to work with the new away interface.


Mon, 04 Jan 2010 12:16:18 GMT Wilmer van der Gaast <wilmer@…> [e08e53c]
	* configure (modified)
	* protocols/purple/Makefile (modified)

	Fixed build system: Run pkg-config at configure-time instead of just ...


Sat, 26 Dec 2009 15:14:52 GMT Wilmer van der Gaast <wilmer@…> [a19ea7a]
	* protocols/purple/purple.c (modified)

	Use purple_buddy_get_name, not purple_buddy_get_contact_alias. Makes ...


Sat, 28 Nov 2009 00:47:20 GMT Wilmer van der Gaast <wilmer@…> [3e7b640]
	* protocols/purple/purple.c (modified)

	Look up a buddy in the contact list on incoming msgs. This seems to ...


Thu, 26 Nov 2009 00:04:40 GMT Wilmer van der Gaast <wilmer@…> [487f555]
	* protocols/purple/purple.c (modified)

	Support for sending zomg-im-typing notifications.


Wed, 25 Nov 2009 00:45:27 GMT Wilmer van der Gaast <wilmer@…> [e5d8d21]
	* help.c (modified)
	* help.h (modified)
	* protocols/purple/purple.c (modified)

	Added in-memory help info, which I wanted to implement for ages ...


Wed, 25 Nov 2009 00:19:45 GMT Wilmer van der Gaast <wilmer@…> [0ac1a375]
	* protocols/purple/purple.c (modified)

	Added enough code to handle one class of queries (action-based), ...


Mon, 23 Nov 2009 23:38:31 GMT Wilmer van der Gaast <wilmer@…> [45a19e5]
	* protocols/purple/purple.c (modified)

	Oops, forgot to change one protocol name string pointer..


Mon, 23 Nov 2009 23:23:37 GMT Wilmer van der Gaast <wilmer@…> [cd741d8]
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/purple/purple.c (modified)

	Fixed compatibility with non-libpurple version: oscar is now ...


Mon, 23 Nov 2009 22:58:20 GMT Wilmer van der Gaast <wilmer@…> [b3117f2]
	* protocols/purple/purple.c (modified)

	Adding/removing contacts now works.


Wed, 14 Oct 2009 21:36:09 GMT Wilmer van der Gaast <wilmer@…> [6967d01]
	* protocols/purple/purple.c (modified)

	I think daemon mode and libpurple won't go together very well for now ...


Mon, 12 Oct 2009 22:37:28 GMT Wilmer van der Gaast <wilmer@…> [4524f66]
	* protocols/purple/purple.c (modified)

	Store real names in /whois.


Mon, 12 Oct 2009 22:19:41 GMT Wilmer van der Gaast <wilmer@…> [dd0d57b1]
	* protocols/purple/purple.c (modified)

	Oops, forgot to drop a printf() of all away states for debugging.


Mon, 12 Oct 2009 00:00:24 GMT Wilmer van der Gaast <wilmer@…> [ec5e57d]
	* protocols/purple/purple.c (modified)

	Support for setting away states. Somewhat hackish but this stuff is ...


Sun, 11 Oct 2009 21:08:26 GMT Wilmer van der Gaast <wilmer@…> [b74b287]
	* protocols/purple/purple.c (modified)
	* set.c (modified)
	* set.h (modified)

	Fixed account cleanup (use remove, not destroy) and now using user's ...


Sun, 11 Oct 2009 12:57:29 GMT Wilmer van der Gaast <wilmer@…> [0f7ee7e5]
	* protocols/purple/purple.c (modified)
	* set.c (modified)
	* set.h (modified)

	Copy all the string/bool/int account settings with their defaults to ...


Sun, 11 Oct 2009 12:22:23 GMT Wilmer van der Gaast <wilmer@…> [db4cd40]
	* protocols/purple/purple.c (modified)

	Some valgrind cleaning/type safety fixes.


Sun, 11 Oct 2009 11:26:09 GMT Wilmer van der Gaast <wilmer@…> [4f103ea]
	* protocols/purple/purple.c (modified)

	Added handing of away states/messages of contacts.


Sun, 11 Oct 2009 10:40:40 GMT Wilmer van der Gaast <wilmer@…> [4164e62]
	* protocols/purple/purple.c (modified)

	Fixing a few compiler warnings and cleaning up the last remains of ...


Sat, 10 Oct 2009 23:57:26 GMT Wilmer van der Gaast <wilmer@…> [c5c18c1]
	* lib/events.h (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)
	* protocols/purple/purple.c (modified)

	Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make ...


Sat, 10 Oct 2009 23:25:54 GMT Wilmer van der Gaast <wilmer@…> [e046390]
	* bitlbee.c (modified)
	* ipc.c (modified)
	* irc.c (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/jabber/io.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/msn/sb.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Make purple use BitlBee's event handling API. Since the APIs never ...


Wed, 07 Oct 2009 23:37:32 GMT Wilmer van der Gaast <wilmer@…> [0cbef26]
	* protocols/purple/purple.c (modified)

	Added some debugging stuff and handling (better said, ignoring) of ...


Tue, 06 Oct 2009 22:55:46 GMT Wilmer van der Gaast <wilmer@…> [389f7be]
	* protocols/purple/purple.c (modified)

	Support for sending messages.


Tue, 06 Oct 2009 22:26:01 GMT Wilmer van der Gaast <wilmer@…> [d250b2a]
	* protocols/purple/purple.c (modified)

	Receive messages.


Tue, 06 Oct 2009 21:49:42 GMT Wilmer van der Gaast <wilmer@…> [7da726b]
	* protocols/purple/purple.c (modified)

	Getting a contact list and online status now. Time to handle
	messages.


Mon, 05 Oct 2009 23:32:34 GMT Wilmer van der Gaast <wilmer@…> [860ba6a]
	* protocols/purple/purple.c (modified)

	Moved some stuff around, got something that logs in and reports ...


Sun, 04 Oct 2009 23:28:11 GMT Wilmer van der Gaast <wilmer@…> [796da03]
	* configure (modified)
	* protocols/nogaim.c (modified)
	* protocols/purple/Makefile (added)
	* protocols/purple/purple.c (added)

	Something that compiles and runs, but otherwise utterly useless. ...