Mercurial > pidgin.yaz
graph
-
Whitespace changes.Wed, 06 Jun 2007 01:50:17 +0000, by Richard Laager
-
In purple_conv_chat_clear_users(), use g_list_prepend() instead ofWed, 06 Jun 2007 01:40:46 +0000, by Richard Laager
-
A while ago, "Paranoid" emailed devel@p.i, having noticed that purple_ssl_close() closes the ssl fd twice. I meant to commit this fix sooner, but here it is.Wed, 06 Jun 2007 02:09:38 +0000, by Daniel Atallah
-
merge of '4e6fe382a57a07a096f3fb69d0431a41a07711d1'Wed, 06 Jun 2007 00:58:02 +0000, by Sean Egan
-
merge of '8364b50c7693c2d765b0e1f162f25a06a2bfe492'Wed, 06 Jun 2007 00:58:00 +0000, by Sean Egan
-
merge of '66b807e7cdc8af7b38c5d2ace89e880714497545'Wed, 06 Jun 2007 00:57:46 +0000, by Sean Egan
-
I laughedWed, 06 Jun 2007 00:24:30 +0000, by Stu Tomlinson
-
merge of '05620209858e59abe9cb0c598c87b4698047f012'Wed, 06 Jun 2007 00:18:05 +0000, by Sean Egan
-
Changelog Bonjour support for Windows.Wed, 06 Jun 2007 00:01:54 +0000, by Daniel Atallah
-
Add the bonjour prpl to the win32 uninstaller.Tue, 05 Jun 2007 22:38:14 +0000, by Daniel Atallah
-
Cleanup win32 of bonjour stuff - fix to only use glib to allocate and free memory to avoid confusion later.Tue, 05 Jun 2007 22:27:07 +0000, by Daniel Atallah
-
Improve bonjour buddy TXT record parsing.Tue, 05 Jun 2007 22:23:10 +0000, by Daniel Atallah
-
merge of '80f65d9d59e0da8c62c56e2afe1f41f1059c8215'Tue, 05 Jun 2007 22:13:23 +0000, by Daniel Atallah
-
merge of '23b5f2825727da3309ef5ffae7a0ea85ac4ae05b'Tue, 05 Jun 2007 21:46:27 +0000, by Daniel Atallah
-
Clean up Bonjour service publishing and improve XEP-0174 compliance.Tue, 05 Jun 2007 22:13:10 +0000, by Daniel Atallah
-
Improve error handling while connecting to a bonjour buddy.Tue, 05 Jun 2007 21:32:28 +0000, by Daniel Atallah
-
merge of '0fb2447e14be4a1e56a03c563e347a49bdc8ba07'Tue, 05 Jun 2007 19:18:47 +0000, by Daniel Atallah
-
Don't force Bonjour buddies to have firstname, lastname and status TXT records - they are optional. Also, minor cleanup and use glib to allocate memory instead of the crt.Tue, 05 Jun 2007 13:59:55 +0000, by Daniel Atallah
-
Build bonjour on the mingw build by default.Tue, 05 Jun 2007 04:07:52 +0000, by Daniel Atallah
-
More minor changes related to bonjour on win32.Tue, 05 Jun 2007 04:02:22 +0000, by Daniel Atallah
-
This is a patch from Chris Davies to make Bonjour work on Windows using the Apple Bonjour framework. It turns out that the actual DNS-SD library is (3 clause) BSD licensed, so we can use it.Tue, 05 Jun 2007 03:38:22 +0000, by Daniel Atallah
-
Fix rounding of buddy icons, it looks like when MSN Messenger converts jpgsTue, 05 Jun 2007 20:05:29 +0000, by Stu Tomlinson
-
Don't set the headline box's size request on resizing the window, as this mayWed, 06 Jun 2007 00:17:06 +0000, by Sean Egan
-
Where did ekse come from?Tue, 05 Jun 2007 12:48:22 +0000, by Richard Laager
-
Fixed recognition of the extension of certain JPG files. The 4th character may be anything between e0 and ef; the first 3 should be sufficient for a magic number, though a more 'complete' solution would verify that (e0 <= data[3] <= ef). Also, added recognition of TIF files (magic number: MM or II). Refs #725, which gave examples of several JPGs with (data[3] == e1).Tue, 05 Jun 2007 12:04:09 +0000, by Evan Schoenberg
-
disapproval of revision '36931658d931938ff03fe52b66e6707c76fae1f6'Wed, 06 Jun 2007 00:29:22 +0000, by Sean Egan
-
Using "C" for foreground Color seems better than having Font and Color withTue, 05 Jun 2007 07:06:09 +0000, by Kevin Stange
-
Add Nathan Peterson, for RC4 code in cipher.c.Tue, 05 Jun 2007 03:13:02 +0000, by Jeffrey Connelly
-
Make the Conversation->More menu work for Chats. The chat needs to be onMon, 04 Jun 2007 16:18:34 +0000, by Stu Tomlinson
-
FIX: The help_window pointer wasn't being set to null properly in the destroy callback.Tue, 12 Jun 2007 13:54:04 +0000, by Eric Polino
-
Added the ability to change the key bindings on the active window.Tue, 12 Jun 2007 13:52:33 +0000, by Eric Polino
-
Mostly whitespace changes.Fri, 08 Jun 2007 05:43:29 +0000, by Sadrul Habib Chowdhury
-
Moved rebinding functionality into GntBindable.Fri, 08 Jun 2007 04:14:56 +0000, by Eric Polino
-
FIX: Rebinding would crash when one would try to bind without grabbing a new key comb.Thu, 07 Jun 2007 21:58:04 +0000, by Eric Polino
-
Changed the rebinding window to use a GntTextView instead of a GntLabel to display the new key combinationThu, 07 Jun 2007 21:55:04 +0000, by Eric Polino
-
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3Wed, 06 Jun 2007 15:50:21 +0000, by Eric Polino
-
The rebinding of keys now removes the old binding and puts the new on in place. So only the new binding works and the old one is gone.Wed, 06 Jun 2007 00:30:20 +0000, by Eric Polino
-
Made rebind_info a static member with default values.Wed, 06 Jun 2007 00:06:48 +0000, by Eric Polino
-
Refactored common code from help_for_widget and help_for_wm.Tue, 05 Jun 2007 23:35:26 +0000, by Eric Polino
-
Alt-\ allows to rebind keys to the wmTue, 05 Jun 2007 19:59:14 +0000, by Eric Polino
-
Fixed a few names that weren't formatted properly.Tue, 05 Jun 2007 19:37:32 +0000, by Eric Polino
-
propagate from branch 'im.pidgin.pidgin' (head b5c55520ae8ff7186733fd82db23a6e4452976cc)Mon, 04 Jun 2007 15:12:50 +0000, by Eric Polino
-
Clean up the idle checking callback slightly.Mon, 04 Jun 2007 14:31:08 +0000, by Daniel Atallah
-
merge of '17044aa63b0858da0a71332e152b5f3440fa5107'Mon, 04 Jun 2007 14:09:08 +0000, by Nathan Walp
-
don't show your own alias (half the time) when in a chatroom where no oneMon, 04 Jun 2007 13:35:26 +0000, by Nathan Walp
-
Christopher Layne tells me that a null in a Yahoo packet where weMon, 04 Jun 2007 06:57:25 +0000, by Mark Doliner
-
merge of 'a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4'Mon, 04 Jun 2007 06:15:43 +0000, by Mark Doliner
-
In purple_markup_html_to_xhtml:Mon, 04 Jun 2007 05:54:48 +0000, by Richard Laager
-
Remove needless string duplication.Mon, 04 Jun 2007 05:52:11 +0000, by Richard Laager
-
merge of 'a0ccd8708935303973ab94ba534dabdc72002039'Mon, 04 Jun 2007 05:56:46 +0000, by Mark Doliner
-
libpurple should not use glib eventloop stuff directly, since we have ourMon, 04 Jun 2007 04:50:02 +0000, by Richard Laager
-
Fix http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240589Mon, 04 Jun 2007 05:56:16 +0000, by Mark Doliner
-
Get rid of a compile warningMon, 04 Jun 2007 04:58:44 +0000, by Mark Doliner
-
merge of '1d87bfa8d0fa4d714b78ae468166c29a21606b37'Mon, 04 Jun 2007 04:34:28 +0000, by Richard Laager
-
300 milliseconds apparently works on win32 for the SILC scheduler, let'sMon, 04 Jun 2007 02:46:05 +0000, by Stu Tomlinson
-
merge of '3e0ab997f4454324e4f09c199b6cbfe58d468122'Mon, 04 Jun 2007 02:25:17 +0000, by Mark Doliner
-
Changing this timer to run every 50 milliseconds instead of every 5Mon, 04 Jun 2007 02:22:50 +0000, by Mark Doliner
-
Add some mnemonics to the new/modify account dialog. These are also takenMon, 04 Jun 2007 02:16:28 +0000, by Stu Tomlinson
-
Tie the proxy mnemonic to the proxy type selector, taken from an opensolarisMon, 04 Jun 2007 02:06:10 +0000, by Stu Tomlinson
-
merge of '1b4ebe4d8d8e94e998ce72e03c6bad7473803e28'Mon, 04 Jun 2007 01:46:18 +0000, by Stu Tomlinson
-
Add the mnemonics I really meant to add before I got distracted by Add ChatMon, 04 Jun 2007 01:44:22 +0000, by Stu Tomlinson
-
Rework the Trillian log reader code to make it easier to understand.Mon, 04 Jun 2007 04:33:28 +0000, by Richard Laager
-
merge of 'be9e03b2c65a8c0da6ba02fdfd489bc5ec8af57b'Mon, 04 Jun 2007 01:41:23 +0000, by Richard Laager
-
merge of '2e9a9919a68f5a230c81bceb9f0c95eb5e169420'Mon, 04 Jun 2007 01:32:47 +0000, by Stu Tomlinson
-
merge of '4ced433906d17bb2758a2b010ce264314d17fe04'Mon, 04 Jun 2007 01:30:37 +0000, by Stu Tomlinson
-
Add mnemonics to labels in Add Buddy and Add Chat dialogs, and put AccountMon, 04 Jun 2007 01:30:13 +0000, by Stu Tomlinson
-
About's item type has to be "<StockItem>"Mon, 04 Jun 2007 21:10:44 +0000, by Gabriel Schulhof
-
Add stock icon to about menu.Sun, 03 Jun 2007 21:10:12 +0000, by Gabriel Schulhof
-
Avoid a strlen().Mon, 04 Jun 2007 01:02:35 +0000, by Richard Laager
-
Remove an extraneous link++.Mon, 04 Jun 2007 01:02:02 +0000, by Richard Laager
-
Using g_strstr_len(x, strlen(x), ...) is dumb.Mon, 04 Jun 2007 00:55:19 +0000, by Richard Laager
-
Correct some useless code to do what it was supposed to do. This wasMon, 04 Jun 2007 00:54:16 +0000, by Richard Laager
-
Remove some useless code, pointed out by o_sukhodolsky.Mon, 04 Jun 2007 00:38:12 +0000, by Richard Laager
-
Kill a C99 struct initialization.Sun, 03 Jun 2007 22:29:07 +0000, by Richard Laager
-
merge of '4ced433906d17bb2758a2b010ce264314d17fe04'Sun, 03 Jun 2007 21:43:49 +0000, by Mark Doliner
-
Maintain global poitners to the clipboard selection text, with the aim ofSun, 03 Jun 2007 19:15:42 +0000, by Sean Egan
-
:( seems I didn't completely fix the half-height buddies thingSun, 03 Jun 2007 18:56:55 +0000, by Stu Tomlinson
-
ChangeLog a few thingsSun, 03 Jun 2007 18:32:12 +0000, by Stu Tomlinson
-
merge of '899692e88db07d660e3185da95f9e887d6e07ce5'Sun, 03 Jun 2007 18:27:38 +0000, by Stu Tomlinson
-
We use a timeout in our blist selection changed callback to prevent buddySun, 03 Jun 2007 18:22:15 +0000, by Stu Tomlinson
-
Add some notes about why Yahoo! web messenger login doesn't workSun, 03 Jun 2007 21:42:54 +0000, by Mark Doliner
-
Better error messages for Yahoo! login failuresSun, 03 Jun 2007 21:19:00 +0000, by Mark Doliner
-
Only check for EAGAIN if send returns -1, not when it returns 0Sun, 03 Jun 2007 19:04:22 +0000, by Mark Doliner
-
Two small changes to the release notification plugin:Sun, 03 Jun 2007 18:36:54 +0000, by Mark Doliner
-
Add QuLogic to the COPYRIGHT file.Sun, 03 Jun 2007 05:16:00 +0000, by Richard Laager
-
Compiler be quiet! Fixes this compile warning:Sun, 03 Jun 2007 01:05:59 +0000, by Stu Tomlinson
-
We also need to reverse the last protocol's smiley list instead of onlySat, 02 Jun 2007 19:05:28 +0000, by Stu Tomlinson
-
Reverse the smiley list only after reading the whole list of smileys in.Sat, 02 Jun 2007 18:46:34 +0000, by Stu Tomlinson
-
Improve parsing user info for MSN, Fixes #690Sat, 02 Jun 2007 17:38:22 +0000, by Stu Tomlinson
-
Handle problems initiating or joining a switchboard session more gracefully.Sat, 02 Jun 2007 16:37:22 +0000, by Stu Tomlinson
-
Fix a crash sending an IM in null protocol to a buddy who you don't have aSat, 02 Jun 2007 16:09:28 +0000, by Stu Tomlinson
-
null does not need to be in EXTRA_DIST because it is in DIST_SUBDIRSSat, 02 Jun 2007 16:08:56 +0000, by Stu Tomlinson
-
Fix a crash when trying to use XMPP console with no XMPP accounts connectedSat, 02 Jun 2007 16:06:59 +0000, by Stu Tomlinson
-
Fix problems with MSN when you use a wrong password.Sat, 02 Jun 2007 14:57:17 +0000, by Stu Tomlinson
-
Fix for the protocol type being off by one in modify account dialogSat, 02 Jun 2007 14:26:43 +0000, by Stu Tomlinson
-
"truncate-multiline" property for GtkEntry was added in Gtk 2.10Sat, 02 Jun 2007 14:25:19 +0000, by Stu Tomlinson
-
purple_conv_chat_cb_find should be case sensitive in finding users to makeSat, 02 Jun 2007 14:06:33 +0000, by Stu Tomlinson
-
disapproval of revision '2ad8703a579d72666763a6ba6e150ed8d68357e9'Wed, 06 Jun 2007 00:57:17 +0000, by Sean Egan
-
Fix a compile error and kill a bucket full of compile warningsSat, 02 Jun 2007 13:05:31 +0000, by Stu Tomlinson
-
Aaaaaaaah!Sun, 03 Jun 2007 09:40:38 +0000, by Gabriel Schulhof
-
Weirdness ...Sun, 03 Jun 2007 09:18:09 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)Sat, 02 Jun 2007 07:33:10 +0000, by Gabriel Schulhof
-
Eliminate some type punning warnings in proxy.c. This was inspired by aSat, 02 Jun 2007 06:26:24 +0000, by Richard Laager
-
Now fix warnings from null_to_empty()'s constness.Sat, 02 Jun 2007 06:19:50 +0000, by Richard Laager
-
The DBus bindings have a lot of warnings about calling g_free() on aSat, 02 Jun 2007 06:00:35 +0000, by Richard Laager
-
A patch from o_sukhodolsky to fix a couple warnings like this:Sat, 02 Jun 2007 04:39:53 +0000, by Richard Laager
-
A patch from QuLogic to fix a bug with a zero timestamp for unidle noticesSat, 02 Jun 2007 04:36:43 +0000, by Richard Laager
-
disapproval of revision '882bec7b9240768133433a448e9ff4e31e130832'Sat, 02 Jun 2007 04:34:56 +0000, by Richard Laager
-
A patch from QuLogic to fix a bug with a zero timestamp for unidle noticesSat, 02 Jun 2007 03:46:40 +0000, by Richard Laager
-
merge of 'a84459ea45867e3dae6ae81f29e4291b3d550190'Sat, 02 Jun 2007 07:31:01 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)Fri, 01 Jun 2007 21:28:35 +0000, by Gabriel Schulhof
-
- Wrote GnuTLS get_peer_certificates functionSat, 02 Jun 2007 06:33:48 +0000, by William Ehlhardt
-
- Exposed the _Certificate struct definition in certificate.hSat, 02 Jun 2007 05:56:15 +0000, by William Ehlhardt
-
- Fixed a commentSat, 02 Jun 2007 04:35:44 +0000, by William Ehlhardt
-
- GnuTLS uses glib memory mgmtSat, 02 Jun 2007 00:14:38 +0000, by William Ehlhardt
-
- Added certificate.[ch] and got them integrated into the buildFri, 01 Jun 2007 23:54:46 +0000, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)Fri, 01 Jun 2007 23:53:05 +0000, by William Ehlhardt
-
Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 1488Fri, 01 Jun 2007 14:30:44 +0000, by Daniel Atallah
-
disapproval of revision '71ed79a95ae8fc95aafeebbea64a8adcf4db8bfd'Thu, 12 Jul 2007 02:45:23 +0000, by Andreas Monitzer
-
merge of '56282c0e590e48f68f48934e6d0fe5bb4ecd518b'Wed, 11 Jul 2007 15:59:09 +0000, by Andreas Monitzer
-
disapproval of revision 'c9ca4d2dd194ca90f6c34468efd8ad100e7a65b1'Wed, 11 Jul 2007 15:57:14 +0000, by Andreas Monitzer
-
merge of '007f0633f939c4b61b75da8298db7ffd31dcb105'Wed, 11 Jul 2007 15:59:08 +0000, by Andreas Monitzer
-
Fixed a bug that prevented multi-stage ad-hoc commands.Wed, 11 Jul 2007 02:36:42 +0000, by Andreas Monitzer
-
XEP-0004 says that if no field type is specified, text-single should be assumed.Wed, 11 Jul 2007 01:22:24 +0000, by Andreas Monitzer
-
Fixed some memory leaks.Wed, 11 Jul 2007 00:32:39 +0000, by Andreas Monitzer
-
Fixed bug that caused incorrect stream negotiation, which ejabberd and openfire tolerate, but gtalk does not.Wed, 11 Jul 2007 00:17:11 +0000, by Andreas Monitzer
-
disapproval of revision '417a908e6df613a5d005b70eb687e8f7b31d69b3'Thu, 12 Jul 2007 02:45:41 +0000, by Andreas Monitzer
-
disapproval of revision '748fc054c9c8f73bfef7b348ecf35093fd478d81'Wed, 11 Jul 2007 15:57:20 +0000, by Andreas Monitzer
-
Fixed a memory leak.Tue, 10 Jul 2007 12:07:56 +0000, by Andreas Monitzer
-
Allowing img tags in XHTML messages (for MSN-style custom emoticons and other features).Tue, 10 Jul 2007 12:06:41 +0000, by Andreas Monitzer
-
Added an option to require SSL or TLS when connecting to an XMPP server.Sun, 08 Jul 2007 22:52:48 +0000, by Andreas Monitzer
-
When converting HTML to XHTML and plain text on message send, links in the HTML are converted to 'text' <'url'> in plain text instead of just 'text'.Sun, 08 Jul 2007 20:43:53 +0000, by Andreas Monitzer
-
Fixed a bug in the XMPP parser involving event handlers that replace the xmlnode packet. This caused double frees in this situation. The replacing function must free the xmlnode, since multiple event handlers could do this, and the intermediate xml trees would leak otherwise.Tue, 03 Jul 2007 23:51:26 +0000, by Andreas Monitzer
-
Fixed copy/paste error.Tue, 03 Jul 2007 15:50:24 +0000, by Andreas Monitzer
-
Now preserving the node on the (empty) disco#items replies. This is required for apps to add items on the correct nodes using signals.Tue, 03 Jul 2007 15:34:34 +0000, by Andreas Monitzer
-
Fixed a bug in xmlnode_copy, it didn't preserve the namespace in the copy.Tue, 03 Jul 2007 15:33:39 +0000, by Andreas Monitzer
-
Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.Tue, 03 Jul 2007 13:37:25 +0000, by Andreas Monitzer
-
Switched buzz namespace and tag name to be libpurple-specific and use a more professionally-sounding name ('attention' instead of 'buzz').Tue, 03 Jul 2007 11:04:50 +0000, by Andreas Monitzer
-
disapproval of revision '217714a0fa711773c0d419f8cd82297ffc339507'Fri, 29 Jun 2007 21:44:42 +0000, by Andreas Monitzer
-
Removed buzz support.Thu, 28 Jun 2007 13:22:13 +0000, by Andreas Monitzer
-
Fixed a few bugs in the caps implementation, it should work properly now.Wed, 27 Jun 2007 03:56:30 +0000, by Andreas Monitzer
-
Added buzz support using a private extension. Maybe I should write a XEP about that.Wed, 27 Jun 2007 03:23:52 +0000, by Andreas Monitzer
-
Now all ad-hoc commands have to be sent through jabber_adhoc_execute to be properly executed (including the form steps). This cleans up the code a bit, and avoids DOS attacks by flooding the client with malicious ad-hoc command forms that were not requested.Mon, 25 Jun 2007 20:07:31 +0000, by Andreas Monitzer
-
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).Sat, 23 Jun 2007 02:57:21 +0000, by Andreas Monitzer
-
Simplified registration callback per request of Sean.Fri, 22 Jun 2007 11:52:50 +0000, by Andreas Monitzer
-
Implemented a callback for a successful registration, supplying the username and password to the application when available, in the way explained by Sean.Fri, 22 Jun 2007 00:05:35 +0000, by Andreas Monitzer
-
Introduced an additional connection stage to the jabber connection progress in order to be able to tell in the application, whether SSL/TLS is enabled, so it can display a lock icon next to the connection.Wed, 20 Jun 2007 10:18:52 +0000, by Andreas Monitzer
-
Forgot to implement XEP-0203 for presence packets, too.Wed, 20 Jun 2007 00:25:37 +0000, by Andreas Monitzer
-
Implemented XEP-0203: Delayed DeliveryWed, 20 Jun 2007 00:22:16 +0000, by Andreas Monitzer
-
Fixed a leak: The XML parser was never cleaned up on disconnect.Wed, 20 Jun 2007 00:13:02 +0000, by Andreas Monitzer
-
Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't support this XEP.Tue, 19 Jun 2007 23:54:52 +0000, by Andreas Monitzer
-
Implemented logging in/out of gateways, as explained in XEP-0100.Tue, 19 Jun 2007 23:34:16 +0000, by Andreas Monitzer
-
Exposed the user search function, so that directory searches can be performed directly when the jid is known.Tue, 19 Jun 2007 16:10:36 +0000, by Andreas Monitzer
-
Added the ability to register gateways, re-using most of the account registration code for this.Tue, 19 Jun 2007 14:50:22 +0000, by Andreas Monitzer
-
Implemented XEP-0050: Ad-Hoc Commands. Note that this XEP requires sending an initial command to the peer, which is not implemented in libpurple itself (since this requires a discovery browser or equivalent).Tue, 19 Jun 2007 02:53:24 +0000, by Andreas Monitzer
-
User Nickname now sets the buddy's server_alias, which means that no UI changes are required for supporting this XEP. Also forgot to add usernick.[hc].Mon, 18 Jun 2007 15:05:39 +0000, by Andreas Monitzer
-
Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.Mon, 18 Jun 2007 14:45:17 +0000, by Andreas Monitzer
-
Removed some C99-codeMon, 18 Jun 2007 13:54:26 +0000, by Andreas Monitzer
-
fixed a bug in the status change tracking codeMon, 18 Jun 2007 12:48:16 +0000, by Andreas Monitzer
-
Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.Mon, 18 Jun 2007 12:37:29 +0000, by Andreas Monitzer
-
Removed one padding field from PurplePluginProtocolInfo to stay source compatible.Mon, 18 Jun 2007 03:25:22 +0000, by Andreas Monitzer
-
Fixed weird bug that caused not supplying the account when searching for users.Mon, 18 Jun 2007 03:14:45 +0000, by Andreas Monitzer
-
Fixed embarrassing typos. Maybe I shouldn't code while half asleep.Mon, 18 Jun 2007 02:57:22 +0000, by Andreas Monitzer
-
Forgot to initialize the user tuneMon, 18 Jun 2007 02:46:44 +0000, by Andreas Monitzer
-
svn revision 728 of Psi fixes the avatar namespace issue, so I can remove this workaround.Mon, 18 Jun 2007 02:19:17 +0000, by Andreas Monitzer
-
Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.Mon, 18 Jun 2007 01:55:54 +0000, by Andreas Monitzer
-
Removed a stale includeMon, 18 Jun 2007 00:56:00 +0000, by Andreas Monitzer
-
Fixed a bug that resulted in not being able to receive any messages.Sun, 17 Jun 2007 21:04:15 +0000, by Andreas Monitzer
-
Implemented user tune, currently untested.Sun, 17 Jun 2007 20:31:01 +0000, by Andreas Monitzer
-
Fixed a minor mistake which could leave the usermood to be parsed incompletely.Sun, 17 Jun 2007 19:38:24 +0000, by Andreas Monitzer
-
Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one.Sun, 17 Jun 2007 04:05:28 +0000, by Andreas Monitzer
-
Implemented receiving other people's avatars via XEP-0084. Note that this code now includes a workaround for a non-spec incompatibility for the current ejabberd PEP implementation, and doesn't use the correct namespace due to Psi using the wrong one (outdated?). Works fine though, and the vcard-based approach is retained.Sun, 17 Jun 2007 03:51:19 +0000, by Andreas Monitzer
-
Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next.Sun, 17 Jun 2007 01:16:55 +0000, by Andreas Monitzer
-
Fixed usermood memory management and removed publishing empty <text/>s.Fri, 15 Jun 2007 21:09:22 +0000, by Andreas Monitzer
-
Minor syntactic sugar.Fri, 15 Jun 2007 11:00:46 +0000, by Andreas Monitzer
-
Implemented setting the User Mood. Currently untested since it requires the fields request API, which isn't implemented in Adium yet.Fri, 15 Jun 2007 07:44:05 +0000, by Andreas Monitzer
-
PEP publishing features are now only announced in disco#info when PEP is supported by the server.Fri, 15 Jun 2007 07:13:41 +0000, by Andreas Monitzer
-
Implemented a mood menu action (non-functional right now for some reason)Wed, 13 Jun 2007 16:03:11 +0000, by Andreas Monitzer
-
Removed the huge enum for the user mood states, since it's now passed as localized strings anywaysTue, 12 Jun 2007 23:43:06 +0000, by Andreas Monitzer
-
Fixed a few small mistakes I discovered while testing user mood in Adium.Tue, 12 Jun 2007 03:19:42 +0000, by Andreas Monitzer
-
Fixed whitespace to match the coding convention used in libpurpleTue, 12 Jun 2007 01:25:46 +0000, by Andreas Monitzer
-
Some more code style changesTue, 12 Jun 2007 00:37:50 +0000, by Andreas Monitzer
-
Fixed naming to adhere to the libpurple conventionTue, 12 Jun 2007 00:28:06 +0000, by Andreas Monitzer
-
forgot to add usermood.[hc]Tue, 12 Jun 2007 00:00:53 +0000, by Andreas Monitzer
-
implemented user mood, still missing the front end interfaceMon, 11 Jun 2007 23:33:39 +0000, by Andreas Monitzer
-
Implemented <required/> for x-data forms, simplified malloc/sprintf, message type headline is not a requirement for incoming PEP messages (it is just recommended to avoid offline message storage).Sun, 10 Jun 2007 12:22:39 +0000, by Andreas Monitzer
-
Implemented adding callbacks for PEP events. Moved the feature list to be application-global instead of per-connection (makes more sense).Wed, 06 Jun 2007 02:07:53 +0000, by Andreas Monitzer
-
Implemented publishing eventsWed, 06 Jun 2007 01:37:28 +0000, by Andreas Monitzer
-
Small fix for capsWed, 06 Jun 2007 01:23:18 +0000, by Andreas Monitzer
-
Added the ability to define extensions to capsWed, 06 Jun 2007 01:19:49 +0000, by Andreas Monitzer
-
applied patch for supporting XEP-0199: XMPP PingWed, 06 Jun 2007 00:04:29 +0000, by Andreas Monitzer
-
added preliminary frame for pep-supportWed, 06 Jun 2007 00:01:15 +0000, by Andreas Monitzer
-
New API name change, per request of Sean.Tue, 05 Jun 2007 16:31:20 +0000, by Andreas Monitzer
-
Fixed binary compatibilityTue, 05 Jun 2007 15:33:36 +0000, by Andreas Monitzer
-
Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP.Tue, 05 Jun 2007 15:18:30 +0000, by Andreas Monitzer
-
Set up .mtnignore to ignore the svn directories.Sun, 03 Jun 2007 23:28:04 +0000, by Andreas Monitzer
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'Fri, 01 Jun 2007 04:22:16 +0000, by Sean Egan
-
merge of '27642feec9fb0de47fa600a01c447c8030505350'Fri, 01 Jun 2007 04:20:37 +0000, by Sean Egan
-
Add insert.pngFri, 01 Jun 2007 03:21:28 +0000, by Sean Egan
-
merge of '1f2acb75f934f19f04262b06c2907dece2731ed2'Fri, 01 Jun 2007 03:20:38 +0000, by Sean Egan
-
Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).Fri, 01 Jun 2007 01:36:16 +0000, by Daniel Atallah
-
Link pidgin against gthread again (I only just removed it a few days ago and now it is needed again).Fri, 01 Jun 2007 01:20:32 +0000, by Daniel Atallah
-
disapproval of revision '1f2acb75f934f19f04262b06c2907dece2731ed2'Wed, 06 Jun 2007 00:30:15 +0000, by Sean Egan
-
Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoeFri, 01 Jun 2007 03:20:34 +0000, by Sean Egan
-
merge of '65a2625990bbafe0f7d435e23be894ec9a7dc189'Fri, 01 Jun 2007 00:50:19 +0000, by Sean Egan
-
merge of 'a07c6d482eb3c45f4ce691c86eb09a2a79786cd9'Thu, 31 May 2007 20:24:27 +0000, by Sean Egan
-
merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'Thu, 31 May 2007 18:28:09 +0000, by Sean Egan
-
disapproval of revision '3ac5981b26be545a8c546e09b6689c2359fad1bb'Thu, 31 May 2007 18:28:05 +0000, by Sean Egan
-
Make sure of we _hide and _draw, it works.Mon, 04 Jun 2007 05:05:42 +0000, by Sadrul Habib Chowdhury
-
Changed a malloc use to g_new0Mon, 04 Jun 2007 03:08:59 +0000, by Eric Polino
-
Fixed some curlies for functionsMon, 04 Jun 2007 03:00:09 +0000, by Eric Polino
-
Created a new window that will be used for key-rebinding. Right now it doesn't rebind the keys, but that can be added soon. A bit of esthetical work remains.Mon, 04 Jun 2007 02:49:22 +0000, by Eric Polino
-
1. Cleaned up a bit of dirty formatting in the _register_action lines in _class_initWed, 30 May 2007 23:38:22 +0000, by Eric Polino
-
Cleaned up some comment garbageMon, 21 May 2007 20:14:15 +0000, by Eric Polino
-
Added myself to COPYRIGHTMon, 21 May 2007 16:53:04 +0000, by Eric Polino
-
Changed a comment block from // to /* */Mon, 21 May 2007 16:36:10 +0000, by Eric Polino
-
Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.Mon, 21 May 2007 14:50:01 +0000, by Eric Polino
-
New function purple_blist_node_get_type.Thu, 31 May 2007 08:12:19 +0000, by Sadrul Habib Chowdhury
-
merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'Thu, 31 May 2007 05:11:46 +0000, by Sadrul Habib Chowdhury
-
If there's no account at startup, sohw the 'New Account' dialog too.Wed, 30 May 2007 06:23:06 +0000, by Sadrul Habib Chowdhury
-
merge of '072dda917fc312048b89471565db49dbffa435f2'Wed, 30 May 2007 02:00:31 +0000, by Sadrul Habib Chowdhury
-
merge of '0a38e9dc34b72b02921967bb5ac7d827ed8638b1'Wed, 30 May 2007 01:41:53 +0000, by Sadrul Habib Chowdhury
-
Do not send typing notification if you are typing a /-command.Tue, 29 May 2007 21:48:43 +0000, by Sadrul Habib Chowdhury
-
Fix libgnt compilation on BSD and solaris. This references #516.Mon, 28 May 2007 00:21:27 +0000, by Sadrul Habib Chowdhury
-
Add new function purple_xfer_get_remote_user.Sun, 27 May 2007 21:35:47 +0000, by Sadrul Habib Chowdhury
-
Make sure if some plugin used pidgin_protocol_option_menu_new, they continueSun, 27 May 2007 18:31:40 +0000, by Sadrul Habib Chowdhury
-
merge of '15c67573c5441bdd943fcf07e496016c58492c19'Sun, 27 May 2007 17:45:43 +0000, by Sadrul Habib Chowdhury
-
merge of '5161434de87f4642ea96466bde679769f874d68b'Sun, 27 May 2007 02:11:53 +0000, by Sadrul Habib Chowdhury
-
merge of '73e35014c64a318321f84ca240fbc590a80e4bec'Sat, 26 May 2007 23:57:42 +0000, by Sadrul Habib Chowdhury
-
merge of '2438302de25c5f5131f0c555507a057550b51c0f'Sat, 26 May 2007 18:45:34 +0000, by Sadrul Habib Chowdhury
-
Remove the confusing 'OK' button from the auth dialog.Sat, 26 May 2007 08:23:15 +0000, by Sadrul Habib Chowdhury
-
Show information about the user requesting authorization.Sat, 26 May 2007 08:08:04 +0000, by Sadrul Habib Chowdhury
-
Fix #1284. "Pressing Ctrl+C while editing a buddy list alias shouldn't "Join a chat""Fri, 25 May 2007 22:45:43 +0000, by Sadrul Habib Chowdhury
-
merge of '371fb91ec4fdb33fa482efe55111fe58d8758c3b'Fri, 25 May 2007 22:06:53 +0000, by Sadrul Habib Chowdhury
-
Allow formatted text in the pounce dialog. Also, use the same code toFri, 25 May 2007 22:04:18 +0000, by Sadrul Habib Chowdhury
-
Fix the last merge.Fri, 25 May 2007 20:05:01 +0000, by Sadrul Habib Chowdhury
-
merge of '2f10c41a04555ebc895ec5168c3c2996c738cbd9'Fri, 25 May 2007 19:51:22 +0000, by Sadrul Habib Chowdhury
-
Forgot to remove spaces from before ;sSat, 26 May 2007 13:48:41 +0000, by Gabriel Schulhof
-
Coding style.Sat, 26 May 2007 13:37:54 +0000, by Gabriel Schulhof
-
Minor changeSat, 26 May 2007 10:20:54 +0000, by Gabriel Schulhof
-
Minor fixSat, 26 May 2007 10:19:27 +0000, by Gabriel Schulhof
-
Close smiley dialog on GDK_Escape or button 1 press.Sat, 26 May 2007 10:03:55 +0000, by Gabriel Schulhof
-
merge of '03ea20ce538dad585a5a2d40778f242a1fd85a4b'Thu, 31 May 2007 00:40:46 +0000, by William Ehlhardt
-
merge of 'b30d119437548516a2f7b28d4172f8fcd6238d10'Thu, 31 May 2007 00:40:36 +0000, by William Ehlhardt
-
merge of '4538f6c33c0f8ed2d8e1f9124fb52bce0d676e63'Thu, 31 May 2007 00:40:23 +0000, by William Ehlhardt
-
merge of '4b282994660451b15a8a393ef032d32e9bf00d2e'Thu, 31 May 2007 00:40:09 +0000, by William Ehlhardt
-
- Added a description of preference grouping to the Prefs API codeWed, 30 May 2007 23:39:44 +0000, by William Ehlhardt
-
- Add documentation for the internal CipherContext structWed, 30 May 2007 03:55:56 +0000, by William Ehlhardt
-
disapproval of revision 'b0f6005b1330af13bce0bcb189a2c887036b5ea3'Thu, 31 May 2007 00:37:10 +0000, by William Ehlhardt
-
CosmeticsTue, 29 May 2007 21:51:53 +0000, by William Ehlhardt
-
disapproval of revision 'e16819f96b34e350f6991bf0fab3d4fd7d0f91e7'Thu, 31 May 2007 00:37:50 +0000, by William Ehlhardt
-
- Fixed the lack of callbacknessTue, 29 May 2007 21:11:08 +0000, by William Ehlhardt
-
disapproval of revision '0c0e615a3bd08e34aba58d7249e23c3738c87341'Thu, 31 May 2007 00:38:18 +0000, by William Ehlhardt
-
- Eliminate some warningsTue, 29 May 2007 21:00:08 +0000, by William Ehlhardt
-
disapproval of revision '38e35430b0f7a8b7d764fca702732e7f1c652d02'Thu, 31 May 2007 00:39:01 +0000, by William Ehlhardt
-
- Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection wasTue, 29 May 2007 20:50:06 +0000, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 5c2d6effc264261827fe521b1ae841611b61dde6)Tue, 29 May 2007 16:20:39 +0000, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 667956be4f81c42d9061470e5111d09a1516db33)Sun, 27 May 2007 23:56:14 +0000, by William Ehlhardt
-
Don't save conversation window size to prefs if the window is maximized. Fixes #920Fri, 01 Jun 2007 00:49:26 +0000, by Sean Egan
-
Maintain aspect ratio on global icon selector. Fixes #454Thu, 31 May 2007 20:22:43 +0000, by Sean Egan
-
Fix default custom fontFri, 01 Jun 2007 04:21:55 +0000, by Sean Egan
-
ChangeLog the custom font preferenceThu, 31 May 2007 03:02:13 +0000, by Sean Egan
-
Reluctantly, I've added a preference for overriding the GTK+ default theme in GtkIMHtml widgets. There is support for this feature in the GNOME HIG and in other GTK+ (including GNOME) applications. This fixes #494. This is a GTK+ 2.4-only feature. I don't update the fonts in existing gtkimhtml's yet, only in new ones. Someone else may want to take care of thatThu, 31 May 2007 03:00:35 +0000, by Sean Egan
-
Show the Invisible icon (the same one in the statusbox for buddies that are broadcasting an invisible status to you. This should fix #740, but I'm not positiveThu, 31 May 2007 00:57:53 +0000, by Sean Egan
-
Only auto-expand buddies when the mouse is hovering over the middle third of the buddy. This prevents un-intended expanding of buddies when you're only trying to re-order. Fixes #608Thu, 31 May 2007 00:47:24 +0000, by Sean Egan
-
merge of '906d9e8b2315b314b956961566ef8062cd963241'Wed, 30 May 2007 22:25:46 +0000, by Daniel Atallah
-
Figured out how to keep reflecting current smiley theme after remove.Sat, 02 Jun 2007 07:30:43 +0000, by Gabriel Schulhof
-
Need help reflecting selected smiley theme after removeFri, 01 Jun 2007 21:22:46 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 906d9e8b2315b314b956961566ef8062cd963241)Wed, 30 May 2007 21:05:04 +0000, by Gabriel Schulhof
-
Fix pidgin mingw build not to link to unneeded libraries.Wed, 30 May 2007 14:56:36 +0000, by Daniel Atallah
-
Fix win32 emoticon makefiles.Wed, 30 May 2007 14:25:20 +0000, by Daniel Atallah
-
Credit tfujiwaraWed, 30 May 2007 14:00:07 +0000, by Richard Laager
-
fixes #1319Wed, 30 May 2007 21:02:15 +0000, by Luke Ross
-
fixes #1295Wed, 30 May 2007 21:00:37 +0000, by Martin Srebotnjak
-
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley themeWed, 30 May 2007 09:02:05 +0000, by Richard Laager
-
Add config.cache to .mtn-ignore.Wed, 30 May 2007 08:43:34 +0000, by Richard Laager
-
Credit o_sukhodolsky.Wed, 30 May 2007 07:04:54 +0000, by Richard Laager
-
A change from o_sukhodolsky:Wed, 30 May 2007 06:34:04 +0000, by Richard Laager
-
A change from o_sukhodolsky:Wed, 30 May 2007 06:25:46 +0000, by Richard Laager
-
Another change from o_sukhodolsky:Wed, 30 May 2007 06:20:47 +0000, by Richard Laager
-
Yet another change from o_sukhodolsky:Wed, 30 May 2007 06:12:30 +0000, by Richard Laager
-
merge of '5628b597c447ec593feebd627ec56ad5304a2533'Wed, 30 May 2007 05:35:59 +0000, by Richard Laager
-
merge of '158f2188a42dc47993ef8c4456fb084051cd485e'Wed, 30 May 2007 04:37:55 +0000, by William Ehlhardt
-
fixing jabber ft is probably worth changeloggingWed, 30 May 2007 04:02:50 +0000, by Nathan Walp
-
Another change from o_sukhodolskyWed, 30 May 2007 05:32:49 +0000, by Richard Laager
-
applied changes from b0f6005b1330af13bce0bcb189a2c887036b5ea3Wed, 30 May 2007 03:57:31 +0000, by William Ehlhardt
-
Patch from Amir Szekely to make the installer start up faster and use NSIS' built-in Windows version checking. Fixes #1289 (Thanks, Amir)Wed, 30 May 2007 03:17:56 +0000, by Daniel Atallah
-
merge of '632209b9e639ccf967e69fa29e4d7b8b8036d515'Wed, 30 May 2007 03:02:21 +0000, by Nathan Walp
-
merge of '3fd5ee085dbef9f02f50f39b8e982ffbb3ea05b5'Wed, 30 May 2007 02:27:03 +0000, by Richard Laager
-
merge of '147124060f5119dfa16b7eef6a622a9075b85f77'Wed, 30 May 2007 02:15:12 +0000, by Stu Tomlinson
-
merge of '416bcb7701d6018a64d105d7728c5ed19a264dfe'Wed, 30 May 2007 02:08:37 +0000, by Stu Tomlinson
-
Another change from o_sukhodolsky.Wed, 30 May 2007 02:26:30 +0000, by Richard Laager
-
Part of a patch from o_sukhodolsky.Wed, 30 May 2007 02:11:24 +0000, by Richard Laager
-
Fix a small memory leak and eliminate a double-free.Wed, 30 May 2007 02:01:38 +0000, by Richard Laager
-
We don't need to translate nullprpl.Wed, 30 May 2007 01:43:57 +0000, by Richard Laager
-
ChangeLog cleanupsWed, 30 May 2007 01:37:15 +0000, by Richard Laager
-
Minor changes:Wed, 30 May 2007 01:36:30 +0000, by Richard Laager
-
this patch adds nullprpl, a mock protocol plugin, to the libpurple/protocolsWed, 30 May 2007 01:21:36 +0000, by Ryan Barrett
-
fix socks5 from over-reading the headers, and throwing away data (fixes jabber file receiving)Wed, 30 May 2007 03:01:02 +0000, by Nathan Walp
-
Updated comment.Tue, 29 May 2007 22:44:59 +0000, by Gabriel Schulhof
-
Fixed smiley theme chooser label.Tue, 29 May 2007 22:39:05 +0000, by Gabriel Schulhof
-
merge of 'd25352d4d47369224b6a555d8008b07f6a930ce4'Tue, 29 May 2007 22:21:35 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 61738e60f23bfd0eec3701fb8c7c28f263bc04ed)Tue, 29 May 2007 20:46:02 +0000, by Gabriel Schulhof
-
Credit for the ICQ authorization re-request fixTue, 29 May 2007 18:03:01 +0000, by Mark Doliner
-
Clean up some other ssi-related things. This commit and my last oneTue, 29 May 2007 10:25:05 +0000, by Mark Doliner
-
Cleanup and simplification of some tlvlist stuff in the oscar protocol.Tue, 29 May 2007 09:51:51 +0000, by Mark Doliner
-
merge of '3d155cfe6d5da449233ba5c19a6f5fea1a33467d'Tue, 29 May 2007 05:40:45 +0000, by Richard Laager
-
merge of '4af1e220d3ae855eec7a057ef1e41b586abb8f5f'Tue, 29 May 2007 04:56:30 +0000, by Sean Egan
-
merge of '4751c73009c45ab1f2514522886dc9d36f66c7fb'Tue, 29 May 2007 04:43:56 +0000, by Nathan Walp
-
if there are multiple resources available, ask the user which resource toTue, 29 May 2007 04:32:19 +0000, by Nathan Walp
-
skip some unneeded queries that we don't particularly need or wantMon, 28 May 2007 21:38:36 +0000, by Nathan Walp
-
don't do unneeded workMon, 28 May 2007 21:37:06 +0000, by Nathan Walp
-
whitespaceMon, 28 May 2007 20:54:51 +0000, by Nathan Walp
-
(20:36:49) nosnilmot: we need to do something about 'Download Purple: http://pidgin.im/'Wed, 30 May 2007 02:07:58 +0000, by Stu Tomlinson
-
Using GTK+-2.8 functions - inadmissible.Tue, 29 May 2007 22:21:02 +0000, by Gabriel Schulhof
-
Don't remove all themes when re-probing.Tue, 29 May 2007 20:42:21 +0000, by Gabriel Schulhof
-
Buttons to add and remove smiley themes.Mon, 28 May 2007 23:33:30 +0000, by Gabriel Schulhof
-
Change Offline icon in buddy list back to opaque. I found it too hard to discern it from idle otherwiseMon, 28 May 2007 19:56:40 +0000, by Sean Egan
-
disapproval of revision '1fd9445b933f2f5ff2724778f9d18e47282745cd'Fri, 15 Jun 2007 02:01:30 +0000, by Stu Tomlinson
-
Menu restructure. Kept allow_shrink for now. I want to see what people think of it.Mon, 28 May 2007 19:51:44 +0000, by Sean Egan
-
Fixes #1208Mon, 28 May 2007 19:31:23 +0000, by Sean Egan
-
Fixes #464Mon, 28 May 2007 19:08:05 +0000, by Sean Egan
-
fixes #1316Mon, 28 May 2007 18:25:43 +0000, by Sean Egan
-
Patch #1323 from lithium:Tue, 29 May 2007 05:40:22 +0000, by Richard Laager
-
This performs mIRC formatting code stripping for the room list, asMon, 28 May 2007 17:52:04 +0000, by Ethan Blanton
-
- add cyrus-sasl-plain & cyrus-sasl-md5 to RequiresMon, 28 May 2007 03:18:02 +0000, by Stu Tomlinson
-
Fix for gtk < 2.4Sun, 27 May 2007 13:37:00 +0000, by Stu Tomlinson
-
Fix for gtk < 2.4Sun, 27 May 2007 13:26:34 +0000, by Stu Tomlinson
-
Handle new accounts with no buddies better - finish login when the firstSun, 27 May 2007 12:39:24 +0000, by Stu Tomlinson
-
Only change the size when the imhtmltoolbar button has been activated,Sun, 27 May 2007 01:41:02 +0000, by Kevin Stange
-
Changelog last changeSun, 27 May 2007 00:15:41 +0000, by Richard Nelson
-
Finch autoreconnecting (largely copy/paste from pidgin)Sat, 26 May 2007 23:41:42 +0000, by Richard Nelson
-
Closes #348 'Conversation -> Add (for Chats) should move focus to the alias field.'Sat, 26 May 2007 18:03:09 +0000, by Sean Egan
-
A conditional in purple_remote was missing a trailing colon.Sat, 26 May 2007 16:05:47 +0000, by Ethan Blanton
-
propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)Fri, 25 May 2007 22:34:16 +0000, by William Ehlhardt
-
Don't include unistd.h if HAVE_UNISTD_H isn't defined.Fri, 25 May 2007 20:06:37 +0000, by Daniel Atallah
-
Create .def files for easy msvc import library creation.Fri, 25 May 2007 19:23:36 +0000, by Daniel Atallah
-
- Made a big mess of stuff in the GnuTLS pluging to look at cert authFri, 25 May 2007 22:26:27 +0000, by William Ehlhardt
-
- Add purple_base16_encode_chunked, which is handy for key fingerprints.Fri, 25 May 2007 20:52:31 +0000, by William Ehlhardt
-
Undo/Redo in GtkImHtml from GtkSourceView. This may not be adaquate enough for us.Fri, 25 May 2007 21:53:49 +0000, by Sean Egan
-
Casting things to gpointer isn't useful, unless they were previously const.Fri, 25 May 2007 19:05:47 +0000, by Richard Laager
-
Add a missing bracket.Fri, 25 May 2007 18:51:41 +0000, by Richard Laager
-
merge of '63c69ee29386e7f15e24deaf98c667102057dd4b'Fri, 25 May 2007 18:50:03 +0000, by Richard Laager
-
merge of '07bd3af1a492ac68c753a507124c46c586499941'Fri, 25 May 2007 18:31:16 +0000, by Richard Laager
-
merge of '1493925db036ee98f0fdb0209bff9f97ffd913f1'Fri, 25 May 2007 18:29:35 +0000, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.aop_menu' (head 24d32faecffc36ede5a0abf75df4c6db4f3eb5b7)Fri, 25 May 2007 18:19:28 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b2b0435d92302ced9beab7521249fd500aa6221b)Tue, 22 May 2007 21:23:34 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f90aaf35063dc4fa1bd8b79d8e570348bfee2d6f)Mon, 21 May 2007 21:00:20 +0000, by Gabriel Schulhof
-
merge of '73fe0aadf00e90ae634f0fbe253a634ce3f60b74'Fri, 25 May 2007 18:27:41 +0000, by Sadrul Habib Chowdhury
-
Get rid of a run-time dbus warning due to an unregistered storedimg.Fri, 25 May 2007 17:42:51 +0000, by Sadrul Habib Chowdhury
-
merge of 'cf129dbe4ceb5310e5b46c37f5fb2b3edefdd5f0'Fri, 25 May 2007 17:18:18 +0000, by Sadrul Habib Chowdhury
-
Remove code duplication when creating im/chat panes.Fri, 25 May 2007 07:54:43 +0000, by Sadrul Habib Chowdhury
-
merge of '68a7c85152f55e4b824422958bca00f79f48cd2f'Fri, 25 May 2007 05:29:20 +0000, by Sadrul Habib Chowdhury
-
Remove code duplication for prpl-icon creation.Fri, 25 May 2007 03:32:46 +0000, by Sadrul Habib Chowdhury
-
merge of '4e1b2a820428bb70308bc4a0b4ac886b230c9184'Fri, 25 May 2007 03:23:26 +0000, by Sadrul Habib Chowdhury
-
merge of '1c63ff450cd444f6f7b3d9caa86407fca3584491'Fri, 25 May 2007 02:22:13 +0000, by Sadrul Habib Chowdhury
-
merge of '27508136086ee6dc49a8fe0cb403e09f119ed485'Fri, 25 May 2007 01:19:12 +0000, by Sadrul Habib Chowdhury
-
Add padding, get rid of compile warnings.Fri, 25 May 2007 01:17:33 +0000, by Sadrul Habib Chowdhury
-
Use purple_conversation_extended_menu to add items in the conversationFri, 25 May 2007 00:36:20 +0000, by Sadrul Habib Chowdhury
-
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'Fri, 25 May 2007 00:15:33 +0000, by Sadrul Habib Chowdhury
-
Remove outdated TODO from README.Mon, 18 Jun 2007 02:34:10 +0000, by Jeffrey Connelly
-
Add two boolean options to account dialog, to allow displaying ofThu, 14 Jun 2007 19:48:48 +0000, by Jeffrey Connelly
-
Update several outdated TODO comments.Thu, 14 Jun 2007 19:28:25 +0000, by Jeffrey Connelly
-
Update for 0.7.Thu, 14 Jun 2007 19:04:05 +0000, by Jeffrey Connelly
-
Fix crash when re-logging in.Thu, 14 Jun 2007 18:59:41 +0000, by Jeffrey Connelly
-
Add new file, CHANGES, describing high-level changes to msimprpl.Thu, 14 Jun 2007 18:56:47 +0000, by Jeffrey Connelly
-
msim_msg_get_integer() - if could not find element, return 0.Thu, 14 Jun 2007 08:21:36 +0000, by Jeffrey Connelly
-
Change to use const gchar * where appropriate.Thu, 14 Jun 2007 08:18:59 +0000, by Jeffrey Connelly
-
Implement msim_get_info() for users on the user's buddy list.Thu, 14 Jun 2007 06:06:56 +0000, by Jeffrey Connelly
-
Add msim_offline_message() for offline message status. Always return TRUE,Thu, 14 Jun 2007 01:53:58 +0000, by Jeffrey Connelly
-
Reorganize the tooltip text, to show more useful information.Thu, 14 Jun 2007 01:33:49 +0000, by Jeffrey Connelly
-
Show buddy information in tooltip text, and the display name for status text.Thu, 14 Jun 2007 00:23:06 +0000, by Jeffrey Connelly
-
Remove user_lookup_cache from MsimSession in header file.Wed, 13 Jun 2007 23:43:13 +0000, by Jeffrey Connelly
-
Remove user_lookup_cache, and display placeholders for status and tooltip text.Wed, 13 Jun 2007 23:40:12 +0000, by Jeffrey Connelly
-
Make msim_remove_buddy() functional. It now sends the delbuddy, persist,Wed, 13 Jun 2007 22:57:54 +0000, by Jeffrey Connelly
-
Bug fixes in MsimMessage:Wed, 13 Jun 2007 22:44:26 +0000, by Jeffrey Connelly
-
Remove msim_get_own_uid{,_cb}() - it is not needed, since the loginWed, 13 Jun 2007 21:25:40 +0000, by Jeffrey Connelly
-
Several small changes to work towards a working msim_remove_buddy():Wed, 13 Jun 2007 21:21:48 +0000, by Jeffrey Connelly
-
Send typing notifications (tested).Tue, 12 Jun 2007 03:40:38 +0000, by Jeffrey Connelly
-
Add TODO in order to fix msim_tooltip_text.Mon, 11 Jun 2007 06:17:16 +0000, by Jeffrey Connelly
-
Add msim_uid2username_from_blist() to lookup a username by userid, byThu, 07 Jun 2007 04:56:01 +0000, by Jeffrey Connelly
-
Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.Wed, 06 Jun 2007 04:38:03 +0000, by Jeffrey Connelly
-
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.Wed, 06 Jun 2007 02:49:35 +0000, by Jeffrey Connelly
-
Change msim_send_im() to use msim_postprocess_outgoing(), eliminating theTue, 05 Jun 2007 05:06:04 +0000, by Jeffrey Connelly
-
Add, but do not use, two new functions to postprocess outgoing messagesTue, 05 Jun 2007 04:41:16 +0000, by Jeffrey Connelly
-
Add untested implementation of msim_incoming_action().Tue, 05 Jun 2007 03:20:59 +0000, by Jeffrey Connelly
-
Transition msim_incoming_im() to the callbackless infrastructure. RemoveTue, 05 Jun 2007 02:42:46 +0000, by Jeffrey Connelly
-
Add message preprocessing in msim_preprocess_incoming(), to resolveTue, 05 Jun 2007 02:36:17 +0000, by Jeffrey Connelly
-
msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() andMon, 04 Jun 2007 04:06:58 +0000, by Jeffrey Connelly
-
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.Mon, 04 Jun 2007 03:55:35 +0000, by Jeffrey Connelly
-
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and removeMon, 04 Jun 2007 03:49:11 +0000, by Jeffrey Connelly
-
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),Mon, 04 Jun 2007 03:30:55 +0000, by Jeffrey Connelly
-
Add msim_msg_insert_before(), needed since some elements must be in a certain order.Mon, 04 Jun 2007 03:07:42 +0000, by Jeffrey Connelly
-
Remove 'flags' from send_im_cb_struct - it was never needed.Mon, 04 Jun 2007 02:31:02 +0000, by Jeffrey Connelly
-
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.Mon, 04 Jun 2007 02:19:51 +0000, by Jeffrey Connelly
-
Change msim_msg_debug_string() to msim_msg_dump(), which prints the stringMon, 04 Jun 2007 01:59:20 +0000, by Jeffrey Connelly
-
Change MsimSession.sesskey to an integer (used to be a string), now thatSun, 03 Jun 2007 05:50:11 +0000, by Jeffrey Connelly
-
Add (incomplete) msim_remove_buddy().Sun, 03 Jun 2007 04:50:35 +0000, by Jeffrey Connelly
-
Add GCC sentinal attribute to msim_send().Sun, 03 Jun 2007 04:40:15 +0000, by Jeffrey Connelly
-
Add missing argument to debug string.Sun, 03 Jun 2007 04:35:03 +0000, by Jeffrey Connelly
-
Add incomplete msim_add_buddy() implementation.Sun, 03 Jun 2007 02:14:03 +0000, by Jeffrey Connelly
-
In debug messages about unknown message element types, display character in addition to numeric code.Sun, 03 Jun 2007 01:55:50 +0000, by Jeffrey Connelly
-
Previously, the return value of the processing function and msim_process() toldSun, 03 Jun 2007 01:28:59 +0000, by Jeffrey Connelly
-
Add, but do not use, incomplete functions for using typing notifications.Sat, 02 Jun 2007 21:46:22 +0000, by Jeffrey Connelly
-
Show online buddies on buddy list as online.Sat, 02 Jun 2007 20:57:11 +0000, by Jeffrey Connelly
-
Add delete buddy.Sat, 02 Jun 2007 04:55:07 +0000, by Jeffrey Connelly
-
Update version to 0.6.Sat, 02 Jun 2007 04:46:51 +0000, by Jeffrey Connelly
-
Use symbolic constants for persist messages.Sat, 02 Jun 2007 04:45:59 +0000, by Jeffrey Connelly
-
Cosmetic improvement to MsimMessage debug output.Sat, 02 Jun 2007 03:26:06 +0000, by Jeffrey Connelly
-
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incomingSat, 02 Jun 2007 02:43:43 +0000, by Jeffrey Connelly
-
Fix double-free crash when sending messages (typo). Works again.Fri, 01 Jun 2007 06:20:23 +0000, by Jeffrey Connelly
-
(Plugin partially functional) Fix msim_msg_get() search.Fri, 01 Jun 2007 06:17:54 +0000, by Jeffrey Connelly
-
Trivial fixes to clean up MsimMessage.Fri, 01 Jun 2007 06:11:40 +0000, by Jeffrey Connelly
-
Use MsimMessage for receiving messages everywhere, instead of GHashTable.Fri, 01 Jun 2007 06:09:32 +0000, by Jeffrey Connelly
-
Move msim_send() to message.h, since it is implemented in message.c.Fri, 01 Jun 2007 05:52:25 +0000, by Jeffrey Connelly
-
msim_msg_get_element() -> msim_msg_get(), now in header file.Fri, 01 Jun 2007 05:48:27 +0000, by Jeffrey Connelly
-
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).Fri, 01 Jun 2007 05:44:50 +0000, by Jeffrey Connelly
-
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.Fri, 01 Jun 2007 05:28:46 +0000, by Jeffrey Connelly
-
Parenthesize 5 * 1024, in case the macro expansion occurs within a complexFri, 01 Jun 2007 05:10:01 +0000, by Jeffrey Connelly
-
Change msim_msg_get_element to msim_msg_get.Fri, 01 Jun 2007 05:07:25 +0000, by Jeffrey Connelly
-
Fix msim_parse() to correctly parse into an MsimMessage *.Fri, 01 Jun 2007 04:55:42 +0000, by Jeffrey Connelly
-
merge of '8bb110590d07631c51fb0be00d16deee9b1ec0d9'Fri, 01 Jun 2007 04:47:54 +0000, by Jeffrey Connelly
-
merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'Fri, 01 Jun 2007 04:09:41 +0000, by Jeffrey Connelly
-
Remove duplicate RC4 from cipher.c (third try; still getting used to MTN)Fri, 01 Jun 2007 04:08:21 +0000, by Jeffrey Connelly
-
(Plugin loads, but cannot do anything useful)Fri, 01 Jun 2007 04:47:25 +0000, by Jeffrey Connelly
-
disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'Fri, 01 Jun 2007 04:08:45 +0000, by Jeffrey Connelly
-
Remove erroroneous duplicate RC4 implementation.Fri, 01 Jun 2007 02:10:37 +0000, by Jeffrey Connelly
-
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.Thu, 31 May 2007 06:09:46 +0000, by Jeffrey Connelly
-
merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2'Thu, 31 May 2007 03:06:46 +0000, by Jeffrey Connelly
-
Add MsimMessage implementation (sending only).Thu, 31 May 2007 02:29:50 +0000, by Jeffrey Connelly
-
merge of '1f2b180ddf79376f0e3e803ced552148335c08b4'Thu, 31 May 2007 02:17:23 +0000, by Jeffrey Connelly
-
explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589'Wed, 30 May 2007 02:56:25 +0000, by Jeffrey Connelly
-
merge of '6525314558c2dea73ad89f89cd7772b645cc8b40'Fri, 25 May 2007 18:38:22 +0000, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589)Fri, 25 May 2007 17:56:39 +0000, by William Ehlhardt
-
Bump to 2.0.2devel. TODO: Decide if this should be 2.1.0Fri, 25 May 2007 17:53:58 +0000, by Sean Egan
-
message.c: In function 'jabber_message_send_im':Fri, 25 May 2007 18:29:26 +0000, by Richard Laager
-
Update a comment: We don't check idle status every 5 seconds any more.Fri, 25 May 2007 16:17:50 +0000, by Richard Laager
-
merge of '1217588be214ebbe1dd9559e386d8a8e6f9cfc03'Fri, 25 May 2007 04:03:19 +0000, by Etan Reisner
-
NEWSinationFri, 25 May 2007 03:57:26 +0000, by Nathan Walp
-
merge of '7c29037a04f1949b8226b412c8437956511cac2c'Fri, 25 May 2007 03:48:55 +0000, by Nathan Walp
-
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'Fri, 25 May 2007 03:43:49 +0000, by Nathan Walp
-
- Document some weird-looking logic in the GnuTLS plugin.Fri, 25 May 2007 05:22:25 +0000, by William Ehlhardt
-
Add note on use of purple_ssl_input_addFri, 25 May 2007 04:34:43 +0000, by William Ehlhardt
-
NEWS what little I did for this release.Fri, 25 May 2007 03:58:52 +0000, by Etan Reisner
-
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'Fri, 25 May 2007 03:06:57 +0000, by Stu Tomlinson
-
NEWS.0.1Fri, 25 May 2007 02:58:30 +0000, by Stu Tomlinson
-
NEWS!Fri, 25 May 2007 02:49:46 +0000, by Luke Schierer
-
Start the release processFri, 25 May 2007 02:44:05 +0000, by Sean Egan
-
fixes #1265Fri, 25 May 2007 02:40:42 +0000, by Maur«¿cio Collares
-
fixes #1228Fri, 25 May 2007 02:33:30 +0000, by Bj«Órn Voigt
-
proper creditFri, 25 May 2007 02:32:40 +0000, by Luke Schierer
-
merge of '98adfa78dbac6ceee05caeb096498a3fecf7fd55'Fri, 25 May 2007 02:10:06 +0000, by Stu Tomlinson
-
Update the translator name for zh_HK (name taken from zh_HK.po)Fri, 25 May 2007 02:08:56 +0000, by Stu Tomlinson
-
It's valid for different types to be compared. In that case, use existing positions.Fri, 25 May 2007 02:06:06 +0000, by Richard Nelson
-
- Silence unnecessary errors from gtk-update-icon-cacheFri, 25 May 2007 00:55:40 +0000, by Stu Tomlinson
-
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'Fri, 25 May 2007 00:49:12 +0000, by Stu Tomlinson
-
merge of 'a4ba04d007c334f8f7304c5d953d6ac8084e970e'Thu, 24 May 2007 23:37:34 +0000, by Ethan Blanton
-
Convert newlines to ' ' when receiving XHTML from JabberThu, 24 May 2007 23:14:06 +0000, by Sean Egan
-
This should be betterThu, 24 May 2007 22:39:22 +0000, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head a1c04042b2aa9af25eb7fd9dd61735303e6d11a0)Thu, 24 May 2007 21:47:02 +0000, by William Ehlhardt
-
- Completed SslConnection fields docsThu, 24 May 2007 21:45:27 +0000, by William Ehlhardt
-
More documentingThu, 24 May 2007 06:44:57 +0000, by William Ehlhardt
-
Partial documentation on SslConnection structThu, 24 May 2007 04:56:45 +0000, by William Ehlhardt
-
Clarify documentationThu, 24 May 2007 04:43:39 +0000, by William Ehlhardt
-
Documented the SslOps structureThu, 24 May 2007 04:04:36 +0000, by William Ehlhardt
-
merge of '82aa02e0b2bd8284accf4fd32088facc9e4d033d'Thu, 24 May 2007 21:47:33 +0000, by Sadrul Habib Chowdhury
-
merge of '64ee7c914990b77a9dc5a39b4cd32209d3b75f7c'Thu, 24 May 2007 20:49:50 +0000, by Luke Schierer
-
fixes #1242Thu, 24 May 2007 20:48:43 +0000, by Amanpreet Singh Alam
-
Restore the protocol specific URL handlers in purple-url-handler for thoseFri, 25 May 2007 00:46:16 +0000, by Stu Tomlinson
-
Fixes #1261Thu, 24 May 2007 20:27:10 +0000, by Daniel Atallah
-
merge of 'ccfb422853c34c69e2172bffd83d4c62bacca89c'Thu, 24 May 2007 19:47:51 +0000, by Richard Laager
-
merge of '90b477e6a3033c1714b2edc257b23c40c97b145e'Thu, 24 May 2007 19:03:37 +0000, by William Ehlhardt
-
Stop the typing icon timer before switching conversations so the typingThu, 24 May 2007 18:40:51 +0000, by Stu Tomlinson
-
Un-break the API so the next release doesn't have to be 3.0.0 :)Thu, 24 May 2007 11:38:43 +0000, by Stu Tomlinson
-
Only write out the HTML comment on win32, to avoid the risk of confusingThu, 24 May 2007 11:12:15 +0000, by Stu Tomlinson
-
Use utility functions to get user info. Closes #964.Thu, 24 May 2007 21:15:16 +0000, by Sadrul Habib Chowdhury