log

age author description
Thu, 26 Apr 2007 00:26:44 +0000 Sean Egan merge of '1d4d484c73a0770b9f9616808d7d00a3de9d21f4'
Wed, 25 Apr 2007 14:01:28 +0000 Stu Tomlinson These files are no longer in the repository, remove them from EXTRA_DIST so
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Wed, 25 Apr 2007 18:40:34 +0000 Sean Egan fixes #280
Wed, 25 Apr 2007 16:03:24 +0000 Ethan Blanton /whowas for IRC. Thanks, achris.
Wed, 25 Apr 2007 13:42:00 +0000 Stu Tomlinson Update RPM spec file to reflect libpurple plugins are now installed in
Wed, 25 Apr 2007 13:23:30 +0000 Stu Tomlinson another s/Purple/Pidgin/ - how many years until we've found all of these?
Wed, 25 Apr 2007 12:10:34 +0000 Stu Tomlinson insert-image.png is still used on the formatting toolbar
Wed, 25 Apr 2007 10:11:12 +0000 Hylke Bons Update authors file.
Wed, 25 Apr 2007 09:49:43 +0000 Hylke Bons Forgot to update Makefile.am.
Wed, 25 Apr 2007 09:44:21 +0000 Hylke Bons Fix icon inconsistency and remove some unused icons.
Wed, 25 Apr 2007 09:35:14 +0000 Hylke Bons New tray connecting icon.
Wed, 25 Apr 2007 07:55:08 +0000 Hylke Bons Better plugin icon by Andreas Nilsson.
Wed, 25 Apr 2007 07:48:56 +0000 Sean Egan I noticed Rob's e-mail address got accidentally mis-sedded. Rob, let me know if you want something else put there.
Fri, 27 Apr 2007 12:56:59 +0000 Richard Nelson Forgot these...
Fri, 27 Apr 2007 01:51:20 +0000 Richard Nelson Initial workspace support. refs #51
Wed, 25 Apr 2007 06:26:58 +0000 Kevin Stange I have apparently nominated myself to make sure the smiley theme keeps working. I don't even use any of these smileys! Add the new icons from Hylke to Makefile.am.
Wed, 25 Apr 2007 05:55:40 +0000 Mark Doliner Sean proposed changing ICQ's "do not disturb" status from being
Wed, 25 Apr 2007 05:25:57 +0000 Richard Laager merge of '5a1b790556f2372c9cfc080af4a11e3c3d19b2ce'
Mon, 30 Apr 2007 04:34:04 +0000 Jeffrey Connelly Add escaping and unescaping functions (for /1 and /2).
Mon, 30 Apr 2007 04:30:00 +0000 Jeffrey Connelly Add note about Monotone.
Sat, 28 Apr 2007 22:38:16 +0000 Jeffrey Connelly Replace printf() in MySpaceIM prpl with purple_debug_info().
Sat, 28 Apr 2007 21:44:47 +0000 Jeffrey Connelly Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions).
Sat, 28 Apr 2007 21:19:40 +0000 Jeffrey Connelly Add MySpaceIM header file and reorganize functions.
Sat, 28 Apr 2007 20:46:31 +0000 Jeffrey Connelly Use g_convert for UTF-16LE conversion instead of converting manually.
Wed, 25 Apr 2007 06:16:29 +0000 Jeffrey Connelly Add Nathan Peterson to COPYRIGHT, for RC4 patch at https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1694487&group_id=235
Wed, 25 Apr 2007 04:12:40 +0000 Jeffrey Connelly Completely remove old RC4 code
Wed, 25 Apr 2007 03:54:22 +0000 Jeffrey Connelly Clean up old RC4 implementation.
Wed, 25 Apr 2007 03:46:17 +0000 Jeffrey Connelly Use Purple Cipher API for RC4.
Wed, 25 Apr 2007 03:42:32 +0000 Jeffrey Connelly Add rc4_get_key_size, to match purple_cipher_context_get_option(ctx, "key_len")