Mercurial > pidgin.yaz
graph
-
On errors, don't pretend we did fetch something, pass NULL.Sun, 03 May 2009 06:38:16 +0000, by Paul Aurich
-
Avoid a g_markup_escape_text assertion failureSun, 03 May 2009 06:36:05 +0000, by Paul Aurich
-
merge of '76766330ad9c063ff4c96cf86c9ce12c0974edd6'Sat, 02 May 2009 23:35:19 +0000, by Paul Aurich
-
Remove most of the things that are now in 2.5.6 (I likely missed one or two)Sat, 02 May 2009 23:35:11 +0000, by Paul Aurich
-
Given the other changes I made, this is more appropriate (and vague).Sat, 02 May 2009 23:12:48 +0000, by Paul Aurich
-
Word wrap a little.Sat, 02 May 2009 23:02:11 +0000, by Elliott Sales de Andrade
-
Decrement the ADL/FQY count when we receive an error about a FQY for a userSat, 02 May 2009 23:01:32 +0000, by Elliott Sales de Andrade
-
Add an FQY error handler so we don't disconnect if something incorrect wasSat, 02 May 2009 22:31:13 +0000, by Elliott Sales de Andrade
-
merge of '3993504a85f5cbebaeace03466d79cda9803f240'Sat, 02 May 2009 21:13:02 +0000, by Paul Aurich
-
Enable/disable the buttons in the savedstatus dialog properly.Sat, 02 May 2009 20:58:57 +0000, by Sadrul Habib Chowdhury
-
Don't crash when a broken server sends us an occupant's presence with anSat, 02 May 2009 20:54:10 +0000, by Paul Aurich
-
When we download a buddy's vCard to update an avatar, also try to update the nickname.Sat, 02 May 2009 20:42:55 +0000, by Paul Aurich
-
merge of '9dd1c4c3db68a80dbf157a0c0bc0c723e42b7a6e'Sat, 02 May 2009 19:14:07 +0000, by Ka-Hing Cheung
-
Fixes a buffer overflow in the ZDI-08-054 reportSat, 02 May 2009 19:12:33 +0000, by Ka-Hing Cheung
-
Prevent a buggy XMPP-raw plugin from causing a NUL ptr deref - instead theSat, 02 May 2009 18:42:53 +0000, by Daniel Atallah
-
Use matching buffer lengths to avoid confusion.Sat, 02 May 2009 18:19:55 +0000, by Daniel Atallah
-
This is supposed to be a precision formatter.Sat, 02 May 2009 18:05:49 +0000, by Daniel Atallah
-
A little bit better (free memory and support receiving the nick in subscriptions) and Changelog.Sat, 02 May 2009 04:39:38 +0000, by Paul Aurich
-
Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.Sat, 02 May 2009 04:14:09 +0000, by Paul Aurich
-
Sadrul pointed me at g_markup_escape_text, thanks!Sat, 02 May 2009 04:02:53 +0000, by Paul Aurich
-
Escape all the values when appending them to the Entity Caps verification str.Sat, 02 May 2009 01:26:18 +0000, by Paul Aurich
-
Me fail English? That's unpossible!Fri, 01 May 2009 22:40:41 +0000, by Paul Aurich
-
merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f'Fri, 01 May 2009 21:36:29 +0000, by Peter Hjalmarsson
-
Don't crash when the caps cb is NULL and don't corrupt jabber_identitiesFri, 01 May 2009 18:59:31 +0000, by Paul Aurich
-
Fix a bad merge (*sigh*)Fri, 01 May 2009 18:57:44 +0000, by Paul Aurich
-
Use more efficient purple_find_buddies in bonjour.Fri, 01 May 2009 16:25:56 +0000, by Paul Aurich
-
merge of '04463c4228e4760066ef026178e08886db366915'Fri, 01 May 2009 16:09:50 +0000, by Paul Aurich
-
Make purple_find_buddies(account, NULL) O(# buddies in the account) and rewrite purple_ssi_parselist to take advantage of said efficiency.Fri, 01 May 2009 08:07:12 +0000, by hanzz
-
Add account-(created|destroying) signals.Fri, 01 May 2009 06:59:36 +0000, by Paul Aurich
-
Patch from Stefan Becker to plug a couple of memory leaks in libpurple/mime.cFri, 01 May 2009 16:00:35 +0000, by Stu Tomlinson
-
Check in updated po files so the daily po update doesn't have to work so hard.Thu, 30 Apr 2009 14:44:01 +0000, by John Bailey
-
I was tired of most of us complaining about these things but never actuallyThu, 30 Apr 2009 12:13:21 +0000, by John Bailey
-
Don't breaking if the user runs `/ping <user's server>` a bunch.Thu, 30 Apr 2009 04:59:11 +0000, by Paul Aurich
-
I gave this way too long to stop getting on my nerves.Thu, 30 Apr 2009 04:25:01 +0000, by Paul Aurich
-
Avoid crashing on some more atoi calls and ensure required parameters are !NULLThu, 30 Apr 2009 04:01:27 +0000, by Paul Aurich
-
Don't crash on malicious candidates missing attributesThu, 30 Apr 2009 03:40:50 +0000, by Paul Aurich
-
Fix a bad merge in 511953ddd75ccd866325fa6cf1e72dbb4fca3e82Thu, 30 Apr 2009 02:59:24 +0000, by Paul Aurich
-
Changelog VV, move an entry to correct section.Wed, 29 Apr 2009 17:50:14 +0000, by Sadrul Habib Chowdhury
-
Fetch and track capabilities for MUC members. Add a further constraint forWed, 29 Apr 2009 06:06:41 +0000, by Paul Aurich
-
tighter scoping++Wed, 29 Apr 2009 05:37:58 +0000, by Paul Aurich
-
merge of '2008f1bd77717e12b27397825b76c19de2fc7314'Wed, 29 Apr 2009 05:22:58 +0000, by Paul Aurich
-
merge of '26ac092613aaf9cdf75dc965213469a30135ab56'Wed, 29 Apr 2009 03:30:01 +0000, by Sadrul Habib Chowdhury
-
Skip iterating non-node children; thanks to Marcus for crashing me.Wed, 29 Apr 2009 05:21:42 +0000, by Paul Aurich
-
merge of 'ccb564416010a2752aa29c68143c9caf1aae054c'Wed, 29 Apr 2009 02:12:19 +0000, by Paul Aurich
-
Missed one (copying changes manually between computers is clearly an error-fulTue, 28 Apr 2009 23:35:32 +0000, by Paul Aurich
-
merge of '2448add898018349b64e4eb5550adb03644790db'Tue, 28 Apr 2009 23:03:57 +0000, by Paul Aurich
-
Build error/warning fixes. Still not tested because libxmpp.dll won't load.Tue, 28 Apr 2009 23:03:09 +0000, by Paul Aurich
-
Windows compilation complains (probably because it's 32-bit)Tue, 28 Apr 2009 22:20:01 +0000, by Paul Aurich
-
fixes one more potential leak of the same typeTue, 28 Apr 2009 22:25:49 +0000, by Ka-Hing Cheung
-
merge of '4a2d7c0b8570558cada900f60d7696231954c231'Tue, 28 Apr 2009 22:21:10 +0000, by Ka-Hing Cheung
-
Changelog 6b5084da. Refs #2002.Tue, 28 Apr 2009 21:15:30 +0000, by Paul Aurich
-
merge of '150aa7010128787a82ee3eb64eec7907e08235cc'Tue, 28 Apr 2009 21:08:21 +0000, by Paul Aurich
-
Changelog MSN, Yahoo, and the merged BOSH branchTue, 28 Apr 2009 21:07:05 +0000, by Paul Aurich
-
Add Tobias to COPYRIGHTTue, 28 Apr 2009 21:00:45 +0000, by Paul Aurich
-
merge of '8ddbfe5d6f5c2455497d11ccbfff769ed4e9fad4'Tue, 28 Apr 2009 19:08:06 +0000, by Paul Aurich
-
Fix merging.Tue, 28 Apr 2009 18:57:47 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)Tue, 28 Apr 2009 18:43:57 +0000, by Paul Aurich
-
Don't try to process PEP events if it's not <message type='event'/>Tue, 28 Apr 2009 01:04:14 +0000, by Paul Aurich
-
Distinguish name and participant in PurpleMedia APIMon, 27 Apr 2009 23:08:29 +0000, by Paul Aurich
-
Provide alternative find_by_jid that doesn't use g_hash_table_findMon, 27 Apr 2009 23:07:01 +0000, by Paul Aurich
-
merge of '2833fd1d337477c5b6efc4247a9e6127580414ea'Mon, 27 Apr 2009 17:01:11 +0000, by Paul Aurich
-
Use stock id in the ticker.Wed, 29 Apr 2009 03:28:20 +0000, by Sadrul Habib Chowdhury
-
New API to get the stock-id for a presence.Wed, 29 Apr 2009 03:19:43 +0000, by Sadrul Habib Chowdhury
-
Bring the conversation to front from a click on the ticker.Wed, 29 Apr 2009 02:27:55 +0000, by Sadrul Habib Chowdhury
-
fixes a potential leak on error caseTue, 28 Apr 2009 22:20:13 +0000, by Ka-Hing Cheung
-
merge of '2f41200aa97263f1f83de2795ab3195d52475b03'Tue, 28 Apr 2009 19:14:04 +0000, by Ka-Hing Cheung
-
Fix a crash when sending too large a message in yahoo.Tue, 28 Apr 2009 18:57:16 +0000, by Sadrul Habib Chowdhury
-
don't uninit accounts until savedstatus and status are uninited, this wasTue, 28 Apr 2009 19:10:04 +0000, by Ka-Hing Cheung
-
Adjust some idle handling code to fix "wedging" idle reporting into neverTue, 28 Apr 2009 15:47:36 +0000, by Paul Aurich
-
Update Finnish back to pretty much 100%, as there has been some time since last update. It also seems 2.6.0 wouldn't be that far away from tickets.Tue, 28 Apr 2009 13:33:02 +0000, by Timo Jyrinki
-
Chat's nick is normalized. So normalize before comparing with it.Tue, 28 Apr 2009 03:44:26 +0000, by Sadrul Habib Chowdhury
-
Fix a couple of runtime-warnings when disconnecting a yahoo account.Mon, 27 Apr 2009 17:49:36 +0000, by Sadrul Habib Chowdhury
-
Use a all the icons hbons had created for 'connecting' animation.Mon, 27 Apr 2009 17:34:57 +0000, by Sadrul Habib Chowdhury
-
Don't expose the parent class.Mon, 27 Apr 2009 17:29:26 +0000, by Sadrul Habib Chowdhury
-
Use stock-ids for connecting/typing animations in the statusbox.Mon, 27 Apr 2009 17:26:57 +0000, by Sadrul Habib Chowdhury
-
merge of '55577fa653435bea0213ccd380f914790714f8a1'Mon, 27 Apr 2009 16:25:57 +0000, by Sadrul Habib Chowdhury
-
correctly use some text marked by N_(), and mark one more string asMon, 27 Apr 2009 04:52:41 +0000, by Ka-Hing Cheung
-
disapproval of revision '0a225b2db14919b2e455f6938d28c885d6ca74e4'Wed, 29 Apr 2009 02:11:47 +0000, by Paul Aurich
-
Don't call jabber_parser_close_stream in jabber_close, it papers over a real issue.Mon, 27 Apr 2009 16:57:26 +0000, by Paul Aurich
-
Changelog that branch and fix period placement.Mon, 27 Apr 2009 06:26:28 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0a225b2db14919b2e455f6938d28c885d6ca74e4)Mon, 27 Apr 2009 06:14:25 +0000, by Paul Aurich
-
Initialize js->old_length to the value used as a default in presence.c.Mon, 27 Apr 2009 05:43:18 +0000, by Paul Aurich
-
Publish only 'new' xmlns of avatars and delete old.Mon, 27 Apr 2009 05:49:32 +0000, by Paul Aurich
-
Another annoying typoMon, 27 Apr 2009 02:38:52 +0000, by Paul Aurich
-
Use jabber_calculate_data_sha1sum in one more place.Sun, 26 Apr 2009 23:57:55 +0000, by Paul Aurich
-
Use purple_strequal and g_str_equalSun, 26 Apr 2009 23:24:45 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 7281ad5ba8e68debd285e06dafebd991e980f3da)Sun, 26 Apr 2009 23:06:56 +0000, by Paul Aurich
-
We probably shouldn't have to set the pixbuf and the stock-id, but anyway,Mon, 27 Apr 2009 04:50:44 +0000, by Elliott Sales de Andrade
-
merge of '09144f9b78a3f3256423cae57132a43098c065de'Sun, 26 Apr 2009 22:55:58 +0000, by Paul Aurich
-
I like icons in my statusbox.Sun, 26 Apr 2009 22:54:17 +0000, by Paul Aurich
-
Update stuff for darkrain42 and Maiku to reflect them as developers.Sun, 26 Apr 2009 22:40:41 +0000, by John Bailey
-
Changelog support for XMPP idle time (XEP-0256)Sun, 26 Apr 2009 21:38:20 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)Sun, 26 Apr 2009 18:23:09 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)Sun, 26 Apr 2009 20:51:21 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)Sun, 26 Apr 2009 18:27:30 +0000, by Marcus Lundblad
-
merge of '6bcd7cfc161122f058f5093da0fab2dceeec0cfa'Sun, 26 Apr 2009 17:01:05 +0000, by Paul Aurich
-
update German translationSun, 26 Apr 2009 10:13:27 +0000, by Jochen Kemnade
-
Add a new signal which is emitted (after the account is connected) if theSun, 26 Apr 2009 06:45:55 +0000, by Paul Aurich
-
Avoid dereferencing unitialized memory or leaking PidginThemeFontsSun, 26 Apr 2009 06:26:55 +0000, by Paul Aurich
-
Fix two warnings in the theme editor pluginSun, 26 Apr 2009 06:22:50 +0000, by Paul Aurich
-
Retrieve status message to display in Buddy List from PurplePresence.Sun, 26 Apr 2009 03:18:07 +0000, by Paul Aurich
-
Only look for and add custom smileys to incoming messages that are going toSun, 26 Apr 2009 02:27:08 +0000, by Paul Aurich
-
merge of 'ac3524a1092f2874db1b7f443cd91144bbd8a3a4'Sun, 26 Apr 2009 02:18:03 +0000, by Paul Aurich
-
Changelog the last few commits (and remove trailing whitespace)Sun, 26 Apr 2009 02:10:38 +0000, by Paul Aurich
-
xmlCtxtGetLastError may return NULL, especially with other misbehavingSun, 26 Apr 2009 01:42:34 +0000, by Paul Aurich
-
Add xmlnode and bonjour structured error handlers.Sun, 26 Apr 2009 00:30:02 +0000, by Paul Aurich
-
Feed a fake </stream:stream> to the XMPP parser to silence warnings.Sun, 26 Apr 2009 00:22:21 +0000, by Paul Aurich
-
Fix XMPP prpl->set_chat_topic with an empty string (or NULL)Sun, 26 Apr 2009 00:06:30 +0000, by Paul Aurich
-
s/cname/name/Sat, 25 Apr 2009 23:33:13 +0000, by Paul Aurich
-
There is no way to change the custom smiley storage directorySat, 25 Apr 2009 23:32:08 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 76c6ab76464455ef2db1b4037f1e13745bb1d510)Sat, 25 Apr 2009 23:26:47 +0000, by Paul Aurich
-
Fix doxygen warningsMon, 20 Apr 2009 00:12:23 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 1ae2b55502a0afd8f28918fc4726683c52e998e9)Mon, 20 Apr 2009 00:10:51 +0000, by Paul Aurich
-
merge of '18a763ca3d80ae60e586ade3456b8d59196a7b8f'Mon, 20 Apr 2009 00:05:54 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)Fri, 03 Apr 2009 02:42:38 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 81bb2e1582a2222b36e57c29ccb573dac27f2a44)Sat, 28 Mar 2009 18:59:23 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)Fri, 27 Mar 2009 07:52:26 +0000, by Paul Aurich
-
More documentation (mostly little changes)Thu, 12 Mar 2009 06:19:15 +0000, by Paul Aurich
-
Repluralize theseThu, 12 Mar 2009 06:01:56 +0000, by Paul Aurich
-
Exposing the GHashTable seems crazy to me. See #8644.Thu, 12 Mar 2009 05:56:04 +0000, by Paul Aurich
-
disapproval of revision '6ddba69dc6d0bac552c512dd4495b255463c1c5c'Mon, 20 Apr 2009 00:02:16 +0000, by Paul Aurich
-
Clean up the PurpleSmiley documentation.Thu, 12 Mar 2009 05:32:25 +0000, by Paul Aurich
-
Fix more `make docs` warningsThu, 12 Mar 2009 03:54:11 +0000, by Paul Aurich
-
Fixing warnings from `make docs` and stuffThu, 12 Mar 2009 03:52:54 +0000, by Paul Aurich
-
Don't debug print that we are connecting an account until we are reasonablyFri, 08 May 2009 00:42:23 +0000, by Etan Reisner
-
merge of '737d72b30ecbd822da19a923c20b8958a4d02728'Sat, 28 Mar 2009 02:26:21 +0000, by Etan Reisner
-
merge of '6b905c49eee1ae5e6722251efa90cfd92d1fd557'Wed, 25 Mar 2009 02:13:30 +0000, by Etan Reisner
-
merge of '9804728d8412930412ec4faaa29230268879586d'Fri, 20 Mar 2009 00:34:17 +0000, by Etan Reisner
-
merge of '6fa0af5f032b1afd95354c3d775785458390b3da'Wed, 11 Mar 2009 21:49:08 +0000, by Etan Reisner
-
propagate from branch 'im.pidgin.pidgin' (head 53303438f1a2d586d17f7efc61cba0bee2329a25)Sat, 18 Apr 2009 17:29:33 +0000, by Paul Aurich
-
Use purple_strequal and g_str_equalSat, 18 Apr 2009 18:17:16 +0000, by Paul Aurich
-
Fix Makefile.mingwSat, 18 Apr 2009 17:56:05 +0000, by Paul Aurich
-
Header file cleanupSat, 18 Apr 2009 17:54:24 +0000, by Paul Aurich
-
Add @since on purple_media_transmitter_existsSat, 18 Apr 2009 17:51:55 +0000, by Paul Aurich
-
merge of '510f4315d6f580dfe97834a04ae726edf736a9d6'Sat, 18 Apr 2009 17:50:52 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 53303438f1a2d586d17f7efc61cba0bee2329a25)Sat, 18 Apr 2009 17:43:55 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)Wed, 22 Apr 2009 07:55:03 +0000, by Marcus Lundblad
-
Hide the list of minidialogs.Sat, 25 Apr 2009 23:21:31 +0000, by Sadrul Habib Chowdhury
-
Don't hold onto what you have given up.Sat, 25 Apr 2009 22:42:16 +0000, by Sadrul Habib Chowdhury
-
Don't corrupt memory if nick can not be changed.Sat, 25 Apr 2009 22:18:51 +0000, by Sadrul Habib Chowdhury
-
Merging the changes in theme-foo, and the theme editor plugin.Sat, 25 Apr 2009 19:09:36 +0000, by Sadrul Habib Chowdhury
-
Use safe function.Thu, 23 Apr 2009 20:05:26 +0000, by Sadrul Habib Chowdhury
-
update German translationThu, 23 Apr 2009 17:08:32 +0000, by Jochen Kemnade
-
2009.04.23 - flos <lonicerae(at)gmail.com>Thu, 23 Apr 2009 15:20:23 +0000, by SHiNE CsyFeK
-
merge of '9a8c2abfdbcf669fd21ec24f4aa474ac55a2ecb9'Wed, 22 Apr 2009 18:39:41 +0000, by Marcus Lundblad
-
merge of '6a70c2c1325aeb644bff8476f94c5a25f83044fb'Wed, 22 Apr 2009 18:37:31 +0000, by Marcus Lundblad
-
Use stock-id in the conversation tab-labels and tab-menus.Thu, 23 Apr 2009 06:56:51 +0000, by Sadrul Habib Chowdhury
-
Reduce code duplication.Thu, 23 Apr 2009 05:30:36 +0000, by Sadrul Habib Chowdhury
-
Use stock-id in the status editor window too.Thu, 23 Apr 2009 05:08:06 +0000, by Sadrul Habib Chowdhury
-
Use stock id everywhere!Thu, 23 Apr 2009 03:55:35 +0000, by Sadrul Habib Chowdhury
-
Use stock id where possible.Thu, 23 Apr 2009 03:38:44 +0000, by Sadrul Habib Chowdhury
-
Reload settings after updating icon theme.Thu, 23 Apr 2009 02:42:50 +0000, by Sadrul Habib Chowdhury
-
Use stock-id where possible, instead of a pixbuf.Thu, 23 Apr 2009 02:31:03 +0000, by Sadrul Habib Chowdhury
-
Disable the 'Save' buttons since they don't do nothing yet, man.Thu, 23 Apr 2009 01:36:55 +0000, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head fe650fc58681996bf988489a65e10198e25c1fd3)Thu, 23 Apr 2009 00:34:18 +0000, by Sadrul Habib Chowdhury
-
Italicize nicks in the conversation history for folks leaving a chat.Wed, 22 Apr 2009 17:07:41 +0000, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)Wed, 22 Apr 2009 07:53:27 +0000, by Marcus Lundblad
-
Paul has been with us a while, and now he can't leave.Tue, 21 Apr 2009 22:17:18 +0000, by Ethan Blanton
-
Document this callback function. Prompted by a question in #pidginMon, 20 Apr 2009 06:56:25 +0000, by Mark Doliner
-
Delete the Start Menu shortcut when uninstalling. Fixes #8985Sun, 19 Apr 2009 15:35:28 +0000, by Daniel Atallah
-
Replace gtk_timeout_remove with g_source_remove.Sat, 18 Apr 2009 22:46:29 +0000, by Elliott Sales de Andrade
-
Oops, I must have been tired. I only replaced the first occurrence of theseSat, 18 Apr 2009 22:39:56 +0000, by Elliott Sales de Andrade
-
merge of '34995dad46199f27666dc85ca2bef4e49470eaf8'Sat, 18 Apr 2009 22:13:26 +0000, by Elliott Sales de Andrade
-
Patch from Zsombor Welker to expand the list of PurpleValue valid subtypes.Sat, 18 Apr 2009 14:03:16 +0000, by Ethan Blanton
-
Notify the user if an IRC /nick command fails, rather than trying fallbacks.Sat, 18 Apr 2009 03:08:12 +0000, by Ethan Blanton
-
Add the Tcl command purple::connection state (purple_connection_get_state).Sat, 18 Apr 2009 02:52:46 +0000, by Ethan Blanton
-
The alignment in this file is quite odd.Sat, 18 Apr 2009 22:11:10 +0000, by Elliott Sales de Andrade
-
Replace the deprecated GtkSignalFunc and GTK_SIGNAL_FUNC with GCallback andSat, 18 Apr 2009 21:45:41 +0000, by Elliott Sales de Andrade
-
Use g_object_ref/unref instead of the deprecated versions.Sat, 18 Apr 2009 07:31:32 +0000, by Elliott Sales de Andrade
-
Fix some more GTK_CHECK_* macros and a GtkType.Sat, 18 Apr 2009 07:00:20 +0000, by Elliott Sales de Andrade
-
Remove GTK_CHECK_* macros which were deprecated.Sat, 18 Apr 2009 05:53:42 +0000, by Elliott Sales de Andrade
-
Actually reject content unknown content types on Jingle session-initiate,Wed, 22 Apr 2009 18:37:23 +0000, by Marcus Lundblad
-
merge of '526c6b9002e19ef77ccf9723d0dd04a2d9287ec5'Fri, 17 Apr 2009 21:31:45 +0000, by Marcus Lundblad
-
merge of '580055bb22fea0076d3a90d9df9346abd1789bab'Fri, 17 Apr 2009 21:29:18 +0000, by Marcus Lundblad
-
Only pre-create a PurpleConversation (if there was none yet) if an incomingFri, 17 Apr 2009 21:29:11 +0000, by Marcus Lundblad
-
Constify the disco_type_mappings structSat, 18 Apr 2009 06:52:59 +0000, by Paul Aurich
-
Use defaults provided by the server where applicable and when availableSat, 18 Apr 2009 06:52:34 +0000, by Paul Aurich
-
Don't leak the GObject data and disable the Add/Register buttons when browsing.Sat, 18 Apr 2009 06:51:59 +0000, by Paul Aurich
-
Rename pdl->cats to pdl->services, since these aren't roomlist categoriesFri, 17 Apr 2009 16:34:03 +0000, by Paul Aurich
-
This is a little less...repetitiousFri, 17 Apr 2009 06:05:07 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 73f33f8afb4c118efe65d1481a4160f9c8cfb11a)Fri, 17 Apr 2009 05:24:45 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 58fbcc161c5eadf3f307cd460a6ce0a209d908df)Wed, 15 Apr 2009 23:32:18 +0000, by Paul Aurich
-
Do not call the non-destroy prpl-ops when the connection is gone.Wed, 15 Apr 2009 06:57:48 +0000, by Paul Aurich
-
Move the handling of chat rooms to jabber_disco_service_items_cb.Wed, 15 Apr 2009 04:38:28 +0000, by Paul Aurich
-
Handle expanding disco lists on the UI sideWed, 15 Apr 2009 02:51:48 +0000, by Paul Aurich
-
XMPP prpl depends on the core's setting in-progress-nessTue, 14 Apr 2009 08:39:39 +0000, by Paul Aurich
-
Discovered why that default assumption of PURPLE_DISCO_BROWSE was in there...Tue, 14 Apr 2009 08:29:25 +0000, by Paul Aurich
-
Iteratively expand the disco tree as prompted by the UI.Tue, 14 Apr 2009 06:54:44 +0000, by Paul Aurich
-
Remove most of the mappings, add in the ones necessary from our prpls, andMon, 13 Apr 2009 16:54:25 +0000, by Paul Aurich
-
Alphabetize jabber_disco_type_from_string comparisonsMon, 13 Apr 2009 16:38:11 +0000, by Paul Aurich
-
More minor cleanup (no functional changes other than not printing a log msg)Mon, 13 Apr 2009 16:35:13 +0000, by Paul Aurich
-
It helps to actually add functions when adding prototypes to a headerMon, 13 Apr 2009 06:10:26 +0000, by Paul Aurich
-
Various minor nitpicky changesMon, 13 Apr 2009 05:21:52 +0000, by Paul Aurich
-
Split the jabber_disco_info_do IQ callback from the IQ handler and use the IQ callback semantics.Mon, 13 Apr 2009 04:34:17 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)Mon, 13 Apr 2009 04:08:05 +0000, by Paul Aurich
-
Use per-PurpleDiscoList ops for canceling a disco and registering.Sat, 11 Apr 2009 21:46:12 +0000, by Paul Aurich
-
Fix merge (convert to IQ-handlers syntax)Sat, 11 Apr 2009 18:32:51 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0068cedd03804855a4ded8aeb153ccaffb8158bc)Sat, 11 Apr 2009 18:20:52 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 3c568b43fb4447b65a2b06e6767340edd7763c53)Thu, 09 Apr 2009 04:27:58 +0000, by Paul Aurich
-
Support BOSH when connecting via the register_account prpl.Sat, 18 Apr 2009 17:50:44 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head e7a572653bbe02d5d4ec2efc43c303629911993b)Sun, 12 Apr 2009 00:43:01 +0000, by Paul Aurich
-
Hide PurpleTxtResponse and use a more purple APISat, 11 Apr 2009 21:20:31 +0000, by Paul Aurich
-
First crack at Win32 TXT DNS query code and don't leak the PurpleTxtResponsesSat, 11 Apr 2009 20:31:19 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)Sat, 11 Apr 2009 04:39:48 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)Mon, 13 Apr 2009 13:33:47 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)Mon, 13 Apr 2009 13:36:00 +0000, by Marcus Lundblad
-
Show preview of only the supported sizes for each class of icons.Mon, 20 Apr 2009 06:34:00 +0000, by Sadrul Habib Chowdhury
-
Allow editing dialog icons.Mon, 20 Apr 2009 06:07:43 +0000, by Sadrul Habib Chowdhury
-
Add some more status emblems, and since the dialog is too long, use aMon, 20 Apr 2009 05:41:56 +0000, by Sadrul Habib Chowdhury
-
Make it possible to load non-status icons using a PidginStockIconTheme.Mon, 20 Apr 2009 03:20:15 +0000, by Sadrul Habib Chowdhury
-
We don't have huge status icons, and set only the icons changed from theSun, 19 Apr 2009 19:45:53 +0000, by Sadrul Habib Chowdhury
-
A status-icon theme editor.Sun, 19 Apr 2009 17:30:59 +0000, by Sadrul Habib Chowdhury
-
Mark the description of the properties for translation. Show theSat, 18 Apr 2009 23:27:38 +0000, by Sadrul Habib Chowdhury
-
Fix some assertion failures.Sat, 18 Apr 2009 23:21:56 +0000, by Sadrul Habib Chowdhury
-
Allow editing the theme when no theme is selected (the default).Sat, 18 Apr 2009 18:13:04 +0000, by Sadrul Habib Chowdhury
-
Allow unsetting the color for a PidginThemeFont.Sat, 18 Apr 2009 18:11:28 +0000, by Sadrul Habib Chowdhury
-
Theme editor plugin (of sorts) for buddylist themes.Fri, 17 Apr 2009 23:50:36 +0000, by Sadrul Habib Chowdhury
-
Do a null-check before gdk_color_free, and mark property-names forFri, 17 Apr 2009 23:49:40 +0000, by Sadrul Habib Chowdhury
-
Document some functions.Fri, 17 Apr 2009 19:34:00 +0000, by Sadrul Habib Chowdhury
-
Several changes:Fri, 17 Apr 2009 19:28:20 +0000, by Sadrul Habib Chowdhury
-
Some doxygen fixes.Fri, 17 Apr 2009 16:23:02 +0000, by Sadrul Habib Chowdhury
-
Use boxed-types for the color properties.Fri, 17 Apr 2009 16:21:21 +0000, by Sadrul Habib Chowdhury
-
German updateThu, 16 Apr 2009 14:30:45 +0000, by Bj«Órn Voigt
-
Remove a bug where host_ip was accessed after freeing it.Wed, 15 Apr 2009 15:46:31 +0000, by Sulabh Mahajan
-
Send XMPP keepalive pings to our server, not our bare JID.Wed, 15 Apr 2009 01:44:17 +0000, by Paul Aurich
-
merge of '8952794c1397b9cba4b98accf0639bb5499387d4'Sun, 12 Apr 2009 23:57:27 +0000, by Paul Aurich
-
Whoops, crashy-crashy.Sun, 12 Apr 2009 23:56:20 +0000, by Paul Aurich
-
merge of '79565c78f0c63b6c8f1b52e57e6e928780ce4f65'Sun, 12 Apr 2009 23:47:43 +0000, by Paul Aurich
-
Include the media API on win32 even though it isn't actually enabled.Sun, 12 Apr 2009 23:40:01 +0000, by Daniel Atallah
-
merge of '331dd310d018e9ecbd997e8af14ebcfc79277318'Sun, 12 Apr 2009 22:42:38 +0000, by Paul Aurich
-
Fix size constraints for vertical progressbars.Sun, 12 Apr 2009 21:32:35 +0000, by Sadrul Habib Chowdhury
-
Fix drawing for vertical progressbar.Sun, 12 Apr 2009 21:28:59 +0000, by Sadrul Habib Chowdhury
-
merge of '009cd1791a028ae463fba5c8a2ee1c60021efb61'Sun, 12 Apr 2009 21:11:00 +0000, by Sadrul Habib Chowdhury
-
Changelog the progressbar addition.Sun, 12 Apr 2009 21:10:03 +0000, by Sadrul Habib Chowdhury
-
Change how the progressbar is drawn.Sun, 12 Apr 2009 20:55:49 +0000, by Sadrul Habib Chowdhury
-
Indentation changes, initialization changes etc.Sun, 12 Apr 2009 18:58:27 +0000, by Sadrul Habib Chowdhury
-
Add a simple progress-bar in libgnt.Sun, 12 Apr 2009 18:10:03 +0000, by Saleem Abdulrasool
-
PidginBlistTheme now copies all its parameters instead of taking ownership.Sun, 12 Apr 2009 23:46:55 +0000, by Paul Aurich
-
Free priv->idle.Sun, 12 Apr 2009 22:34:07 +0000, by Paul Aurich
-
Free the DNS query data before purple_url_parse() to avoid leaking on failure.Sun, 12 Apr 2009 22:25:56 +0000, by Paul Aurich