Mercurial > pidgin
graph
-
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)2009-02-12, by Marcus Lundblad
-
Avoid crashing when showing the tooltip of an offline buddy, oops :)2009-02-07, by Marcus Lundblad
-
Remove some unused variables2009-02-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)2009-02-06, by Marcus Lundblad
-
Always show the top resource first in the tooltip2009-02-06, by Marcus Lundblad
-
merge of '971ab963635fdaf00d7a3a11affd22666eef29fa'2009-02-06, by Marcus Lundblad
-
merge of 'be2cd9a5fc757e3ed024c6c2df60547fc162587e'2009-02-04, by Marcus Lundblad
-
Show statuses per resource before other info the jabber prpl adds to the tooltip2009-02-06, by Marcus Lundblad
-
Only show idle time for idle resources in tooltip text when there is more than2009-02-03, by Marcus Lundblad
-
Drop the "got %d seconds idle from presence\n" debug line now that this is2009-02-02, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 3224dd8677b28d02b866cce510941fbf67e0fcb7)2009-02-02, by Paul Aurich
-
In the state notify plugin, don't print out a status change if we get an update2009-02-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f3cf3ba10ebc911a27833496dcc4d4dca3de66c5)2009-02-01, by Marcus Lundblad
-
Patch from Paul Aurich to fix reporting idle when reconnecting only when we're2009-02-01, by Marcus Lundblad
-
Set idle time on JabberStream when logging in2009-01-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)2009-01-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)2009-01-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)2009-01-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)2009-01-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)2009-01-04, by Marcus Lundblad
-
explicit merge of 'f29c90f0da72e27c601fd8c4e1aff2a250a52473'2009-03-07, by Paul Aurich
-
Don't fallback (under any conditions) from old-style SSL to other connections2009-02-17, by Paul Aurich
-
Allow the user to specify their own BOSH url in the Connect Server option2009-02-17, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head be64dc9cd9d255a5a6a0f790f5fc505091313e6d)2009-02-17, by Paul Aurich
-
Initial presence is sent once the roster is retrieved (in the iq cb).2009-02-10, by Paul Aurich
-
Send initial presence before declaring us connected (I like this a little better)2009-02-10, by Paul Aurich
-
Wait until receiving the roster to tell the core we're logged in2009-02-10, by Paul Aurich
-
Fix advertised capabilities (caps, chatstates, entity time)2009-02-10, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)2009-02-05, by Paul Aurich
-
Store PurpleBOSHConnection* instead of void* userdata2009-01-22, by Paul Aurich
-
Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.2009-01-21, by Paul Aurich
-
The BOSH User Agent should include the client name (and optionally version),2009-01-20, by Paul Aurich
-
BOSH: Fix an off-by-one g_memdup that was missing the null terminator.2009-01-19, by Paul Aurich
-
BOSH: Another g_return_if_fail that is backward2009-01-19, by Paul Aurich
-
BOSH: Reset the HTTP parsing vars when we've handled a response2009-01-19, by Paul Aurich
-
BOSH: Fix the HTTP Post to include the actual payload.2009-01-19, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-18, by Paul Aurich
-
Remove a "suggested parenthes around assignment" warning2009-02-10, by Paul Aurich
-
These checks are redundant; id is guaranteed to be something above2009-02-10, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 23720684a7671144bc56d1b20b6a1a0a22862d73)2009-02-10, by Paul Aurich
-
Format the time as "localtimeformat [+-]HHMM". Iterative development is fun.2009-02-09, by Paul Aurich
-
Fix the timezone parsing (again) and display the timezone in the info dialog2009-02-09, by Paul Aurich
-
Report the correct UTC time (thanks for noticing this, Marcus).2009-02-08, by Paul Aurich
-
Request time information from a resource if we don't have caps for it2009-02-08, by Paul Aurich
-
Reduce the debug log spam from the ping code and fix a logic error.2009-02-08, by Paul Aurich
-
Actually display the buddy's local time.2009-02-08, by Paul Aurich
-
Retrieve and display buddy's local time in Get Info dialog2009-02-08, by Paul Aurich
-
merge of '1f6758f8bdba42d2eeca66535d11e7de12d9e715'2009-02-08, by Paul Aurich
-
merge of '528b6f92c03b496c915051174c5b85fc46260287'2009-02-08, by Paul Aurich
-
disapproval of revision '5224382f81d105bd5d72ac3e55cc95b894bb824e'2009-02-08, by Paul Aurich
-
Avoid assertion failures on NULL 'from' attributes2009-02-08, by Paul Aurich
-
Pass IQ handlers type, from, id, and the child node2009-02-08, by Paul Aurich
-
Track the sub-node name in addition to the namespace for handlers.2009-02-08, by Paul Aurich
-
Track the node name in addition to the namespace for handlers (try #2)2009-02-08, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 8d4081da0c186c04dc75d736d688bf4f20e52676)2009-02-08, by Paul Aurich
-
This is shorter and easier to read.2009-02-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)2009-02-05, by Paul Aurich
-
Alphabetize the XMPP IQ handlers (yes, I'm that anal-retentive)2009-02-03, by Paul Aurich
-
Fix the implementation of XEP-0202 (Entity Time) (thanks again to Marcus)2009-02-03, by Paul Aurich
-
Make the XMPP keepalive use jabber_ping_jid instead of building it itself.2009-02-03, by Paul Aurich
-
Jabber IQ handlers should handle non-query child nodes2009-02-03, by Paul Aurich
-
Marcus' eagle eyes noticed 'xmpp:urn:time', which is bogus.2009-02-03, by Paul Aurich
-
merge of '7dc734d96688ae822246be79196106858b5e6670'2009-02-25, by Peter Hjalmarsson
-
Clarify that the displaying-email-notification signal only fires for2009-03-01, by Etan Reisner
-
prep versions for additional development2009-03-02, by Ethan Blanton
-
ChangeLog += 2;2009-06-20, by John Bailey
-
*** Plucked rev b932d4f94f9c771877b6a8a6a1d7dd3ea9c08005 (qulogic@pidgin.im):2009-06-20, by Ka-Hing Cheung
-
ChangeLog++2009-06-20, by Paul Aurich
-
Backport the buddy list error for ICQ/AIM, since the servers seem to be having2009-06-20, by Paul Aurich
-
NEWSing and fixing the dates in the relevant files I could remember.2009-06-19, by John Bailey
-
Backport and apply Mark's changes in c586c7c63e038d187f56cc31c55b1e09dec584d2.2009-06-19, by John Bailey
-
*** Plucked rev cdbf018a5ef98397e81d541269550d9c6fded457 (sulabh@soc.pidgin.im):2009-06-19, by John Bailey
-
*** Plucked rev 3f699c081b38f9d19632fcee1c23cbc96fce3092 (sulabh@soc.pidgin.im):2009-06-19, by John Bailey
-
Manually apply revision 5c5977a6ed3591121ef82ff587586850b9dcd176 here. This2009-06-19, by John Bailey
-
Ugly hack to get around needing a minor bump to make this authentication code2009-06-19, by John Bailey
-
*** Plucked rev 074c5aedf9bbc512331f0d3130f076190b290676 (rekkanoryo@pidgin.im):2009-06-19, by John Bailey
-
*** Plucked rev c1ede5faf776dc1cc966dabb42c1ef0dbaea31db (rekkanoryo@pidgin.im):2009-06-19, by John Bailey
-
Backport the parts of b859960a4a19f57f20db0536c1815a6d79e08e36 that apply to2009-06-19, by John Bailey
-
Backport a conjunction of the portions of revisions2009-06-19, by John Bailey
-
*** Plucked rev d0e53002eb30c6dbf9735ca50784d42141dfc96a (sulabh@soc.pidgin.im):2009-06-19, by John Bailey
-
Prepping for a possible 2.5.7 release.2009-06-19, by John Bailey
-
po/ChangeLog update2009-05-19, by Ethan Blanton
-
We're a bit slow, bump release dates2009-05-19, by Ethan Blanton
-
NEWS! Maybe it'll push someone to get this release out...2009-05-19, by Elliott Sales de Andrade
-
Fix changelog dates for the release today.2009-05-18, by Daniel Atallah
-
NEWS for 2.5.6 - lets actually get it out the door today.2009-05-18, by Daniel Atallah
-
Hello! I am still trapped here!2009-05-16, by Ka-Hing Cheung
-
Let's get this out today2009-05-15, by Ka-Hing Cheung
-
merge of '65a7d608054498ee4f5752fe003c5e19dd47758d'2009-05-14, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)2009-05-14, by Daniel Atallah
-
Fix compilation from 49f94bb2009-05-14, by Paul Aurich
-
*** Plucked rev ecd9624a (sadrul@pidgin.im):2009-05-13, by Sadrul Habib Chowdhury
-
*** Plucked rev 2c9a1153 (khc@pidgin.im):2009-05-11, by Paul Aurich
-
*** Plucked rev f9080d0b (khc@pidgin.im):2009-05-10, by Paul Aurich
-
Fix the crash/leaks in statusbox2009-05-06, by Paul Aurich
-
*** Plucked rev ad057b75 (khc@pidgin.im):2009-05-04, by Paul Aurich
-
Darnit, one more MSN fix:2009-05-04, by Elliott Sales de Andrade
-
merge of 'c2b098e0aaf7e6fffec72b3130cb4c851c7a64c1'2009-05-04, by Elliott Sales de Andrade
-
More MSN fixes to go along with f0df27a299120baecf9ea88a9fb24ffe1dbe72fd:2009-05-02, by Elliott Sales de Andrade
-
*** Plucked rev fade006b (malu@pidgin.im):2009-05-02, by Paul Aurich
-
*** Plucked rev b786784e (datallah@pidgin.im):2009-05-02, by Paul Aurich
-
*** Plucked rev 9dd1c4c3 (khc@pidgin.im):2009-05-02, by Paul Aurich
-
*** Plucked rev 3993504a (darkrain42@pidgin.im):2009-05-02, by Paul Aurich
-
applied changes from 8567515a55af9b920b1ff380fe95c5f9c138f4ec2009-05-01, by Stu Tomlinson
-
German update for 2.5.6:2009-04-30, by Björn Voigt
-
Obligatory 'whoops' commit for 2.5.62009-04-30, by Sadrul Habib Chowdhury
-
Unmark for translation.2009-04-30, by Sadrul Habib Chowdhury
-
*** Plucked rev 143e16e9 (sadrul@pidgin.im):2009-04-30, by Sadrul Habib Chowdhury
-
Backport 7829ec76bdb008583f8da54e238c2265a1140db2 (#8706 - Corruption in PurpleCircBuffer)2009-04-30, by Daniel Atallah
-
Backport 96cf043274a971d5a2b9e01ef85fb60ca2a4bcd1 (#8747 - Crash when a prpl has no protocol options.)2009-04-30, by Daniel Atallah
-
Backport ab47b66449b213d6fbfc728cc1e8c161bed87755 (#8782 - Fix persistent Bonjour buddies.)2009-04-30, by Daniel Atallah
-
Backport 1ae2b55502a0afd8f28918fc4726683c52e998e9 (#8985 - Remove Start Menu shortcut when unistalling)2009-04-30, by Daniel Atallah
-
*** Plucked rev 4831edb9 (darkrain42@pidgin.im):2009-04-29, by Paul Aurich
-
*** Plucked rev d34a1589 (darkrain42@pidgin.im):2009-04-29, by Paul Aurich
-
*** Plucked rev 079a5ca1 (paul@darkrain42.org):2009-04-29, by Sadrul Habib Chowdhury
-
Update the version in configure.2009-04-29, by Sadrul Habib Chowdhury
-
We don't have purple_strequal yet in the past.2009-04-29, by Sadrul Habib Chowdhury
-
Pluck the MSN bug fixes.2009-04-29, by Sadrul Habib Chowdhury
-
*** Plucked rev 0257ab6e (wabz@pidgin.im):2009-04-29, by Sadrul Habib Chowdhury
-
ChangeLog typo2009-04-29, by Ethan Blanton
-
merge of '0d0a22730c3a0782d275ea2ad549bf3d93c70700'2009-04-29, by Ethan Blanton
-
merge of '175f0b579cc408c333dd4a10fa92ff9b56108ed9'2009-04-28, by Ethan Blanton
-
purple_core_get_version requires core.h2009-04-28, by Ethan Blanton
-
applied changes from a336cc1fd3a1ce815f97303b8d5ae8988f8cbd5b2009-04-28, by Ethan Blanton
-
applied changes from 70fa4cc384b7643ab1f296bdc2399bc208542a202009-04-28, by Ethan Blanton
-
ChangeLog for 434568710239bbdbddea66060d293a3d124825b22009-04-29, by Ethan Blanton
-
Alternate, API-safe fix for #8774 (crash on exit)2009-04-29, by Ethan Blanton
-
disapproval of revision '2f2d084c77a5b905a47b7b28508172451a2bb82f'2009-04-29, by Ethan Blanton
-
applied changes from 8c5b1d77b08657a2e236e8efe9bc2920f763911e2009-04-28, by Ethan Blanton
-
applied changes from 6572a403c4d945662240548bd49dd8b8a47f6fc82009-04-28, by Ethan Blanton
-
applied changes from 6b5084da4501a491dab88006847c4e99fd4ce0442009-04-28, by Ethan Blanton
-
applied changes from aa7ce93329f5ccbe74640a92b6656ae402d8eea82009-04-28, by Ethan Blanton
-
Hand-pluck of 68cb5581c551eabb57bcdf437642ee9e6786bc642009-04-28, by Ethan Blanton
-
applied changes from 68cb5581c551eabb57bcdf437642ee9e6786bc642009-04-28, by Ethan Blanton
-
applied changes from 4b0e16d96a9ee2554770c4400445bee7ceb49d9a2009-04-28, by Ethan Blanton
-
applied changes from 0d220fdade88a561785e674e66d01a2a34bd4b1c2009-04-28, by Ethan Blanton
-
applied changes from 0064869870b3507952491598f4d4b8d4a99fbc6b2009-04-28, by Ethan Blanton
-
applied changes from 20269e8849976ad6a0996f79ccbc0a12a311484f2009-04-28, by Ethan Blanton
-
I forgot about g_strlcpy in b14728379c16e92457492a7a4fc9a6b616e3fbe4.2009-05-03, by Daniel Atallah
-
Make sure we call atoi on a NUL-terminated string. It isn't safe to call on2009-05-02, by Daniel Atallah
-
Prevent a NUL ptr deref caused by a malformed session_id.2009-05-02, by Daniel Atallah
-
Prevent a NUL ptr deref when the passport is malformed.2009-05-02, by Daniel Atallah
-
Make sure that the chat room name is NUL-terminated when it is truncated or2009-05-02, by Daniel Atallah
-
Update versions for 2.5.5.2009-03-02, by Ethan Blanton
-
NEWS and all that sort of thing...2009-03-02, by Elliott Sales de Andrade
-
Another updated Russian translation (it's already in po/ChangeLog). Fixes #84952009-03-02, by John Bailey
-
NEWS'ing!2009-03-01, by John Bailey
-
merge of '73c00fbbe95951b367f8bf73b5154cd5a158529b'2009-03-01, by Ethan Blanton
-
adding a missing file2009-03-01, by Ka-Hing Cheung
-
These debug messages need newlines.2009-02-28, by Elliott Sales de Andrade
-
Some day, I will learn to alphabetize.2009-02-28, by Paul Aurich
-
Add Khmer translation from Khoem Sokhem.2009-02-28, by Paul Aurich
-
Add other languages committed by translators to the ChangeLog and run2009-02-27, by Paul Aurich
-
I want to have a nickname, too!2009-02-27, by Paul Aurich
-
merge of '25555f057b156444048f1b2fafeeaf056ac0be9c'2009-02-27, by Paul Aurich
-
Generalize the FQY command so it can be used by different callbacks based2009-02-27, by Elliott Sales de Andrade
-
Chinese (Hong Kong) and Chinese (Traditional) translation updates.2009-02-27, by Paul Aurich
-
Afrikaans, Danish, Norwegian Bokmål, Punjabi, and Portuguese (Brazilian)2009-02-27, by Paul Aurich
-
We just freed slpcall, so don't set slpcall->timer to 0. And return2009-02-26, by Mark Doliner
-
This should fix a sporadic crash? The behavior before was clearly wrong--2009-02-26, by Mark Doliner
-
Credit Math2Gold for revision 0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8.2009-02-26, by Richard Laager
-
Shaun Lindsay at Meebo tracked down a bug where this function reads2009-02-26, by Mark Doliner
-
merge of '7dc734d96688ae822246be79196106858b5e6670'2009-02-25, by Paul Aurich
-
Add a second chain of SSL certificates now necessary for OSCAR SSL2009-02-25, by Paul Aurich
-
merge of '21e96c2781026be159ef9d16095e34151c421fbc'2009-02-25, by Evan Schoenberg
-
Updated swedish translation2009-02-25, by Peter Hjalmarsson
-
merge of '834ff898e490cfa48f763bee4c57477814139384'2009-02-25, by Paul Aurich
-
List getstatus and getstatusmessage in the purple-remote help output.2009-02-25, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2c4a5ddc5d50dcd6e82192d1f90614217624a126)2009-02-25, by Paul Aurich
-
another update for 2.5.52009-02-25, by Jochen Kemnade
-
Updated Catalan translation.2009-02-25, by Josep Puigdemont
-
propagate from branch 'im.pidgin.pidgin' (head f840352699c2a48d528c12e447b52af0a4137355)2009-02-25, by SHiNE CsyFeK
-
merge of '0255e37442effe291a919a71184e1266f5e9480f'2009-02-25, by SHiNE CsyFeK
-
2009.02.25 - flos <lonicerae(at)gmail.com>2009-02-25, by SHiNE CsyFeK
-
2009.02.24 - flos <lonicerae(at)gmail.com>2009-02-24, by SHiNE CsyFeK
-
hu.po: Hungarian translation updated for 2.5.52009-02-25, by Kelemen Gábor
-
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)2009-02-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 5aca19ea8964e864e3374ac4fd3c1c81cd23a426)2009-02-24, by SHiNE CsyFeK
-
2009.02.24 - flos <lonicerae(at)gmail.com>2009-02-24, by SHiNE CsyFeK
-
2009.02.21 - flos <lonicerae(at)gmail.com>2009-02-24, by SHiNE CsyFeK
-
2009.02.21 - flos <lonicerae(at)gmail.com>2009-02-20, by SHiNE CsyFeK
-
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>2009-02-09, by SHiNE CsyFeK
-
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>2009-02-09, by SHiNE CsyFeK
-
Sätt client type on MSN.2009-02-10, by Marcus Lundblad
-
Changed "type" to "client_type" for the hash value specifying client type2009-02-10, by Marcus Lundblad
-
Set a value "type" in the ui_info hash table2009-02-09, by Marcus Lundblad
-
applied changes from 30c025a5facc491ee082435ffe5d2ccfec6196782009-02-25, by Evan Schoenberg
-
Update Lithuanian translation2009-02-24, by Laurynas Biveinis
-
Evan's original change to the Direct IM autoreplies is on im.pidgin.pidgin,2009-02-23, by Paul Aurich
-
Two of the 2.5.5 translations introduced the old name in comments and a2009-02-23, by Paul Aurich
-
German update for 2.5.52009-02-23, by Björn Voigt
-
Update french translation.2009-02-23, by Éric Boumaour
-
Bengali and Norwegian Bokmål translations updated. Fixes #8118, #8172. These2009-02-22, by John Bailey
-
I forgot how to alphabetize.2009-02-22, by John Bailey
-
Russian, Slovak, and Serbian translations updated. Fixes #8486, #8488, #8489.2009-02-22, by John Bailey
-
kugel in #pidgin noticed that glib-object.h is included twice here.2009-02-22, by John Bailey
-
Danish translation updated. Fixes #8485.2009-02-22, by John Bailey
-
Czech, Norwegian Nynorsk, and Slovenian translations updated.2009-02-22, by John Bailey
-
Use _set_default_priority on gnutls versions lacking _priority_set_direct.2009-03-01, by Ethan Blanton
-
patch from Martin von Gagern that uses a new gnutls option to enable better2009-02-21, by Ka-Hing Cheung
-
Better support running many Bonjour clients on the same machine by allowing a2009-02-21, by Daniel Atallah
-
Fix typo (s/recipt/receipt/) that rob-to86 noticed in the ChangeLog2009-02-19, by Paul Aurich
-
merge of '3cf23371e3e019d9e8de26e38bab170c5ed4aca1'2009-02-19, by Etan Reisner
-
I thought I did this already, but anyway, a patch from Dimmuxx to stop the2009-02-19, by Daniel Lj
-
merge of '4c705f4c1149e001f86ed88ffc64ccb5acbc8261'2009-02-19, by Elliott Sales de Andrade
-
updated German translation2009-02-18, by Jochen Kemnade
-
Set an error if you're unable to connect to the contact server, or are not2009-02-19, by Elliott Sales de Andrade
-
Fix some more mis-identified plugins, like 3b3526a0...2009-02-18, by Elliott Sales de Andrade
-
merge of '2f4f593dae7afcbb03bfccfe5db4d44697ec87ef'2009-02-18, by Paul Aurich
-
Document the PURPLE_MAJOR_VERSION, PURPLE_MINOR_VERSION, and2009-02-18, by Etan Reisner
-
Sprinkle some @copydoc directives around to shut up some doxygen whining.2009-02-18, by Etan Reisner
-
s/pidgindialogs_about/pidgin_dialogs_about/ to fix compiling also add some2009-02-18, by Etan Reisner
-
merge of '3b3526a039e213263905cee2579a5c7e8a99e4a7'2009-02-18, by Etan Reisner
-
merge of '021b2e6a0a1a494338bfc1491b59acee849ec048'2009-02-18, by Etan Reisner
-
merge of 'afc2bc7354c9b7ddb6cb80de073d5ae620fe94a5'2009-02-12, by Etan Reisner
-
Fix compilation errors and warnings for pidgininc (as noticed by albertz in #pidgin).2009-02-18, by Paul Aurich
-
albertz noticed the XMPP Console was identifying itself as interval. Hooray2009-02-18, by Paul Aurich
-
Implement support for resolving DNS via the SOCKS4 proxy in use.2009-02-17, by Daniel Atallah
-
A few type fixes.2009-02-17, by Daniel Atallah
-
Use asynchronous DNS lookups for SOCKS4.2009-02-17, by Daniel Atallah
-
Buddies on both the Allow and Block list are now automatically removed from2009-02-17, by Elliott Sales de Andrade
-
Don't set an attribute prefix on the node, and remove an unnecessary call2009-02-17, by Elliott Sales de Andrade
-
Add some MSN items to the changelog.2009-02-16, by John Bailey
-
merge of '4021ee6bbfa81bd2fda8e2760cb4ae05d5c30083'2009-02-15, by Elliott Sales de Andrade
-
merge of '2c17cc8e7650eb9c9637576a402e905e45eb4f81'2009-02-15, by John Bailey
-
Reorganize the ChangeLog a bit.2009-02-15, by John Bailey
-
Credit Kosta Arvanitis for his patches. Refs #8148, #8150, #8233.2009-02-15, by John Bailey
-
Prevent tooltips from lingering while scrolling in the buddy list window.2009-02-15, by Kosta Arvanitis
-
Close the tooltip window on a keypress event. Fixes #8150.2009-02-15, by Kosta Arvanitis
-
Adjust tooltips to offset their position by half the cursor size. This will2009-02-15, by Kosta Arvanitis
-
Don't send a 'to' attribute on an outgoing stanza if we didn't receive one.2009-02-15, by Paul Aurich
-
This is a combination of patches from darkrain42 and Marcus Sundberg to fix2009-02-15, by John Bailey
-
Add mcepl and djedelsky to COPYRIGHT for their patches. Refs #8419, #7084, #7595.2009-02-15, by John Bailey
-
Fix a warning I caught about using %d for a gsize.2009-02-15, by John Bailey
-
Grab only the "short" hostname on systems (like Fedora/RedHat, but others too)2009-02-15, by mcepl
-
Fix recipt of ICQ messages from the mobile client "Slick." Fixes #7084, #7595.2009-02-15, by david jedelsky
-
Convert from ISO-8859-1 to UTF-8 if no charset is supplied. This should fix2009-02-15, by Elliott Sales de Andrade
-
Set a NULL statusline and CurrentMedia if the UBX returns an empty payload,2009-02-15, by Elliott Sales de Andrade
-
Send "Segoe UI" if no font is determined from the UI's HTML.2009-02-15, by Elliott Sales de Andrade
-
Save and use the CacheKey for ABCH SOAP requests.2009-02-15, by Elliott Sales de Andrade
-
Add a missed g_slist_free.2009-02-15, by Elliott Sales de Andrade
-
Comment out this extra string until we need it (if ever).2009-02-15, by Elliott Sales de Andrade
-
This casting is no longer necessary.2009-02-15, by Elliott Sales de Andrade
-
Use a stock size that we are sure exists (which ends up making the icon a pixel2009-02-15, by Daniel Atallah
-
Use g_direct_hash/equal instead of g_int_hash/equal for the hash table that2009-02-15, by Elliott Sales de Andrade
-
I was hoping this wouldn't be necessary, but it seems that the possibility2009-02-15, by Elliott Sales de Andrade
-
Jason's been a big help here, and I think this is fixed now.2009-02-15, by Elliott Sales de Andrade
-
Some tweaks to the About dialog:2009-02-14, by John Bailey
-
Add a note that we should use hash tables for the permit and deny lists.2009-02-12, by Mark Doliner
-
I'm pretty sure this is what we meant here.2009-02-12, by Etan Reisner
-
Let XS do the argument checking/erroring for us for the components argument to2009-02-12, by Etan Reisner
-
I like this message better.2009-02-11, by Etan Reisner
-
Credit the author of the menu responsivness patch. References #83522009-02-10, by Daniel Atallah
-
merge of '2026210de0785811e4681fcc9e988fb8d00601ef'2009-02-10, by Paul Aurich
-
This small optimization has been sitting in my tree for a long time.2009-02-10, by Daniel Atallah
-
Fix from "oopepe" to make menus more reliably responsive.2009-02-10, by Daniel Atallah
-
Set this timer to 0 when we return FALSE2009-02-10, by Mark Doliner
-
Change two more uses of purple_utf8_strcasecmp to g_str_equal2009-02-10, by Mark Doliner
-
It's wrong, unnecessary, and expensive to use purple_utf8_strcasecmp() here.2009-02-10, by Mark Doliner
-
Avoid canceling this timer twice2009-02-09, by Mark Doliner
-
Fix a double-free segfault in the adhoc commands2009-02-10, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 32e078dbbf6d15a1c0a2916f1d590ea45f3c364d)2009-02-08, by SHiNE CsyFeK
-
A JID can have no node (the part before the @), but a chat must have one,2009-02-08, by Elliott Sales de Andrade
-
merge of '1256de56bf55d28698fb946db0dc7fc965f4713b'2009-02-08, by Elliott Sales de Andrade
-
disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'2009-02-08, by Elliott Sales de Andrade
-
The jabber_register_parse function was looking for the <x> node as a2009-02-07, by Elliott Sales de Andrade
-
resolved shortcut conflict in German (fixes http://developer.pidgin.im/ticket/8354)2009-02-06, by Björn Voigt
-
Fix a null ptr deref/double free. Fixes #8336.2009-02-06, by Daniel Atallah
-
merge of '0bfcaf78ec07efb71812fff2c8b738b4532aac7f'2009-02-05, by Elliott Sales de Andrade
-
In jabber_iq_parse, xmlnode_get_child is called for a few special cases,2009-02-05, by Elliott Sales de Andrade
-
Fix some warnings in some sometimes-commented-out debug messages.2009-02-05, by Elliott Sales de Andrade
-
Use a JabberStream variable instead of a setting for the initial hash2009-02-14, by Paul Aurich
-
Always publish a <photo/> element, even if we have an empty buddy icon.2009-02-14, by Paul Aurich
-
I had the distinct pleasure of throwing invalid garbage at this code; it2009-02-14, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)2009-02-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)2009-02-05, by Paul Aurich
-
Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.2009-02-04, by Sadrul Habib Chowdhury
-
Need some refining for vt100 too, apparently. Fixes #8335.2009-02-04, by Sadrul Habib Chowdhury
-
Wait to set the account online until after we've fetched our buddy list.2009-02-04, by Mark Doliner
-
After parsing the message text for HTML formatting, don't try to send it if2009-02-04, by Elliott Sales de Andrade
-
Break the ICQ changes into their own section. Make an existing ICQ entry more2009-02-04, by John Bailey
-
Patch to properly publish status messages for statuses other than Available.2009-02-04, by Daniel Lj
-
Mark the string "Mongolian" as translatable2009-02-03, by Mark Doliner
-
There's no reason for these to not be const is there? This doesn't2009-02-03, by Mark Doliner
-
Fix this compile warning:2009-02-03, by Mark Doliner
-
For some reason, all these statuses were set to saveable=FALSE. With the2009-02-03, by Elliott Sales de Andrade
-
merge of '373dcef37042813bc15485de75725e625a149bf6'2009-02-03, by Daniel Atallah
-
*** Plucked rev 8e8959be (sadrul@pidgin.im):2009-02-03, by Sadrul Habib Chowdhury
-
Change our ICQ client ID such that we identify ourselves to the ICQ servers as2009-02-02, by John Bailey
-
Work around the buggy Aspell dictionary installers by cleaning up after them.2009-02-03, by Daniel Atallah
-
conn->current_request can be NULL here.2009-02-02, by Daniel Atallah
-
merge of 'a9849c98b16073a1bf0fbb87a998f0970e0dc810'2009-02-01, by Elliott Sales de Andrade
-
Plug a memory leak in SILC, thanks to Luke Petre.2009-02-01, by luke
-
Remove the "Flash window when chat messages are received" pref from the winprefs2009-01-30, by Daniel Atallah
-
My lousy typo just consumed 20 minutes of my life. 'metadata', not 'metdata'.2009-01-30, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head dbdaecf659b7d74cd50fad7c3d9bb621d9e8220e)2009-01-30, by Paul Aurich
-
Fix 3 different race conditions in the win32 network management functionality.2009-01-30, by Daniel Atallah
-
Setup message handlers on the MSN Notification server so that messages from2009-02-01, by Elliott Sales de Andrade
-
Make message handlers more generic and able to work when used by the2009-02-01, by Elliott Sales de Andrade
-
Move some MSN message handlers from switchboard to general msg.c.2009-02-01, by Elliott Sales de Andrade
-
Remove warning in contact.c.2009-02-01, by Elliott Sales de Andrade
-
I incorrectly assumed that the FindMembership and ABFindAll SOAP requests2009-02-01, by Elliott Sales de Andrade
-
The MSN AddressBook can contain contacts with global isMessengerUser=false,2009-01-31, by Elliott Sales de Andrade
-
Update the Address Book when we recieve a new friendly name for a buddy.2009-01-30, by Elliott Sales de Andrade
-
Move the check for whether to update the server alias out of nln_cmd and2009-01-30, by Elliott Sales de Andrade
-
Fix a bug where the thumbnail buddy icon in the Accounts dialog would2009-01-29, by Mark Doliner
-
Minor formatting and comments2009-01-29, by Mark Doliner
-
Remove the rest of the status node code2009-01-29, by Mark Doliner
-
merge of '679b95c6b80b4045e5c2ded165e64f4fca5f1ed8'2009-01-29, by Elliott Sales de Andrade
-
merge of '2ba63306963eb1bfddbb853da79bd2d2e829af2d'2009-01-29, by Elliott Sales de Andrade
-
Don't crash on Windows when removing an alias for an MSN buddy.2009-01-29, by Elliott Sales de Andrade
-
Patch to fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda,2009-01-29, by Daniel Lj
-
Fix setting custom colorpairs containing 'default', thanks to jieryn on2009-01-29, by Sadrul Habib Chowdhury
-
I merged Paul Aurich (darkrain42)'s branch cpw.darkrain42.oscar.ssl branch2009-01-28, by Mark Doliner
-
Use 'bos.oscar.aol.com' as the common name for the initial BOS connection.2009-01-28, by Paul Aurich
-
Shuffle a few comments around to make it look like I did something2009-01-27, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 586bc4a7e754d6b26a95c0d69dd5f2967c7a98a1)2009-01-27, by Mark Doliner
-
Missed a file in previous commit. Avoids a double-free.2009-01-27, by Elliott Sales de Andrade
-
merge of '6922052516b4de648838827a2c1806840619d49a'2009-01-27, by Elliott Sales de Andrade
-
Re-combine large (multi-part) messages on MSN since we seem to say that we2009-01-27, by Elliott Sales de Andrade
-
Add special handling to the Python D-Bus parsing code for the *_get_data2009-01-27, by Elliott Sales de Andrade
-
Fix a crash on exit with a patch from im.pidgin.next.minor.2009-01-27, by Elliott Sales de Andrade
-
A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessary2009-01-27, by Daniel Atallah
-
merge of '65e9577af05ac04edbde89c6216d06a7b828029a'2009-01-26, by Richard Laager
-
In the course of looking at purple-url-handler to compose a response to a2009-01-26, by Richard Laager
-
merge of 'a2f94e06ea53c95077731e0833699222e6050fd0'2009-01-25, by Elliott Sales de Andrade
-
Fix a discrepancy between the About box and the other authors lists.2009-01-25, by Richard Laager
-
Add SEE ALSO references between pidgin(1) and finch(1) and make a few other2009-01-25, by Richard Laager
-
Mention purple-remote in the pidgin man page, as suggested by Rogier Wolff.2009-01-25, by Richard Laager
-
Display rather than log the error when another instance is running.2009-01-24, by Richard Laager
-
pidgin.h is a public header file. Therefore, we should continue to provide2009-01-24, by Richard Laager
-
Two minor cleanups to the message about the invisible character in pidgin.h.2009-01-24, by Richard Laager
-
GTK+ 2.16.0 will set the invisible character to a nice bullet instead of2009-01-24, by Mark Doliner
-
Slightly improve this debug error message2009-01-24, by Mark Doliner
-
minimal one line patch2009-01-23, by Timo Jyrinki
-
This happens anytime you IM an offline user, and is totally not an error2009-01-22, by Mark Doliner
-
Attribute Yann Kerherve for the XMPP SASL parser changes. Refs #8206, #8207.2009-01-21, by Daniel Atallah
-
Two patches from Yann Kerherve submitted to pidgin-devl. This fixes XMPP2009-01-21, by Evan Schoenberg
-
Whitespace changes2009-01-26, by Paul Aurich
-
Support both XEP-0084 namespaces for fetching our own avatars at login2009-01-26, by Paul Aurich
-
Support XEP-0084 (User Avatar) v1.1 alongside v0.122009-01-26, by Paul Aurich
-
Send presence updates from jabber_set_info, not jabber_set_buddy_icon.2009-01-21, by Paul Aurich
-
Only (re)publish XMPP avatars at login if the server's avatar differs2009-01-21, by Paul Aurich
-
Don't leak a JabberBuddyAvatarUpdateURLInfo struct in the error case2009-01-21, by Paul Aurich
-
Migrate the XMPP User Avatar (XEP-0084) code to its own file2009-01-21, by Paul Aurich
-
merge of '874dbd4635319a67ac152802b9c985b0d261f3eb'2009-01-20, by Paul Aurich
-
When saving the account settings, use the protocol options that were present at2009-01-20, by Daniel Atallah
-
Clean up merges from the last two (un)disapprovals.2009-01-20, by Daniel Atallah
-
merge of '346878a46ca5cbf1ddb7818cce123b5a936b803e'2009-01-20, by Daniel Atallah
-
merge of '8c4498cf31a819963d4ee74d433f2ed267d65b51'2009-01-20, by Daniel Atallah
-
Reorder (and document) purple_core_quit() so that the prefs_uninit() fixes can2009-01-20, by Paul Aurich
-
Thomas Gibson-Robinson noticed that the "saveable" attribute of a status type2009-01-20, by Daniel Atallah
-
Updates to the translation statistics styleshoot from Hans Nordhaug to improve2009-01-20, by Daniel Atallah
-
On MSN, don't print an "unknown" message for SLP acknowledgement messages.2009-01-25, by Elliott Sales de Andrade
-
merge of '414e6fd248a6ee80f1bc52c4c4fe5b24f6375f88'2009-01-20, by Elliott Sales de Andrade
-
Fix a segfault when deleting an account without an associated prpl. Reported by adi1 in #pidgin.2009-01-20, by Paul Aurich
-
Changelog buddy icon/custom smiley/file transfer.2009-01-20, by Elliott Sales de Andrade
-
Report a debug warning if a SLP MSG is not processed because it has unknown2009-01-19, by Elliott Sales de Andrade
-
Minor type fix.2009-01-19, by Elliott Sales de Andrade
-
A patch from Thomas Gibson-Robinson to fix receiving buddy icons, custom2009-01-19, by Elliott Sales de Andrade
-
Add new cert to the Windows uninstaller per datallah's request2009-01-19, by Paul Aurich
-
Provide the intermediate certificate needed to verify AOL's server2009-01-19, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-18, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-17, by Paul Aurich
-
Jan Kratochvil found another race condition in the treeview tooltip code, this fixes it. Fixes #8069.2009-01-15, by Daniel Atallah
-
This should prevent the crash in #8109 by stopping an invalid message from2009-01-15, by Daniel Atallah
-
Remove now unused tmp_buddy hack.2009-01-14, by Daniel Atallah
-
merge of '07f8d9c59020c1f69cc21b71f8252f13efd6a6e0'2009-01-14, by Daniel Atallah
-
Remove the "buggy" caveat -- I've been running it for a while2009-01-14, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 07f8d9c59020c1f69cc21b71f8252f13efd6a6e0)2009-01-14, by Paul Aurich
-
merge of '391fafa6e18ef27d4b95b4ba37421c35e08caa25'2009-01-14, by Daniel Atallah
-
Fix some bogocity related to the GG "Add To Chat" menu item. Fixes #8112.2009-01-14, by Daniel Atallah
-
Allow rebinding keys to change the focused widget.2009-01-13, by Sadrul Habib Chowdhury
-
I think it's reasonable for prpls to call purple_prpl_got_user_idle()2009-01-13, by Mark Doliner
-
bump the version now we finally released2009-01-13, by Stu Tomlinson
-
Fixed an errant comment2009-01-14, by Evan Schoenberg
-
AIM Direct IM messages should not be flagged as auto responses unless they actually are.2009-01-14, by Evan Schoenberg
-
For real this time2009-01-12, by Mark Doliner
-
merge of '74c268c89bbcb796bd93e892d622370cf996ae77'2009-01-12, by Paul Aurich
-
I hope I still remember how to NEWS.2009-01-12, by Etan Reisner
-
merge of '1fae98535c2566d86520ed407d8b9b26f8b4965f'2009-01-12, by Etan Reisner
-
We default doxygen, dot, and devhelp to being enabled so make configure print2009-01-11, by Etan Reisner
-
MSN: Change the Connect Server to temporarily workaround connection issues.2009-01-12, by Paul Aurich
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro), fixes #80782009-01-12, by Stu Tomlinson
-
Remove the 'devel' tag from the version2009-01-12, by Stu Tomlinson
-
Fixes #7373, the new live messenger client now sends Segoe UI as the default2009-01-11, by Ka-Hing Cheung
-
make this toggleable via env instead of #define2009-01-11, by Ka-Hing Cheung
-
disapproval of revision '86902651768595e46a7e1225a210055c92954448'2009-01-11, by Ka-Hing Cheung
-
make this togglable via env rather than #define2009-01-11, by Ka-Hing Cheung
-
please?2009-01-11, by Ka-Hing Cheung
-
Russian translation updated by new translator Антон Самохвалов. Fixes #7946.2009-01-11, by John Bailey
-
Add the updated Polish translation to the ChangeLog2009-01-11, by Stu Tomlinson
-
New Polish translation by Piotr Makowski. Fixes #7944. Also updates the2009-01-11, by John Bailey
-
Remove a number of old strings that became dupes in the big sed of 20092009-01-11, by Stu Tomlinson
-
Remove an old string that became a dupe in the big sed of 20092009-01-11, by Stu Tomlinson
-
NEWSing. Maybe a bit premature, but it doesn't really matter.2009-01-11, by John Bailey
-
Remove references to our former name in all translations and the README in2009-01-11, by John Bailey
-
no reason to create an icon and then scale, gtk_widget_render_icon2009-01-10, by Ka-Hing Cheung
-
no reason not to show other emblems when contact is expanded2009-01-10, by Ka-Hing Cheung
-
xmpp does this!2009-01-10, by Ka-Hing Cheung
-
merge of '3bdf5aad1c3d02b04ea918d996f6db99ecb40778'2009-01-09, by Daniel Atallah
-
merge of '9d07d82a935ade0bf3a9a387a0c8998d552c7be9'2009-01-09, by Daniel Atallah
-
merge of '564565db3b0042f189b8b36ac0b30ea824712f59'2009-01-09, by Daniel Atallah
-
Use purple_buddy_get_group() instead of aim_ssi_itemlist_exists() to check2009-01-09, by Mark Doliner
-
Changelog some win32 stuff.2009-01-09, by Daniel Atallah
-
small German update2009-01-08, by Björn Voigt
-
Don't show the 'Edit Buddy Comment' option for PurpleBuddys that are not2009-01-08, by Stu Tomlinson
-
merge of '5f8528ffc18355719bd406e1c579e0e369fb2585'2009-01-08, by Stu Tomlinson
-
I have no idea if this check is needed, but it looked a bit risky without it2009-01-08, by Stu Tomlinson
-
Correct a comment, I don't imagine anyone will actually need this but better2009-01-08, by Etan Reisner
-
Make dialogs that double as add and save dialogs indicate the current action2009-01-08, by Etan Reisner
-
Fix rebinding the arrow keys and tab.2009-01-07, by Sadrul Habib Chowdhury
-
merge of '8531e88ebf19846bd138013c731b270540572751'2009-01-07, by Etan Reisner
-
merge of '91c54e1cd7a33198f97836ac32ab8f3f3111efe6'2009-01-07, by Etan Reisner
-
Allow us to remove vCard avatars when the PurpleAccount doesn't have one2009-01-07, by Paul Aurich
-
Paul noticed that the conditional blocks here were backwards. I'm surprised no2009-01-07, by Paul Aurich
-
Remove a handful of string utility functions from perl, they are generally2009-01-07, by Etan Reisner
-
merge of '5f39c0c7a9b42095bfdc5a3a637fc280da38d729'2009-01-07, by Etan Reisner
-
Updated Spanish translation. Fixes #7989.2009-01-09, by Daniel Atallah
-
Updated Slovak translation. Fixes #7998.2009-01-09, by Daniel Atallah
-
Updated Brazilian Portuguese translation. Fixes #8005.2009-01-09, by Daniel Atallah
-
Updated Dutch translation. Fixes #8013.2009-01-09, by Daniel Atallah
-
Updated Romanian translation. Fixes #8018.2009-01-09, by Daniel Atallah
-
Updated Czech translation from David Vachulka. Fixes #80222009-01-09, by Daniel Atallah
-
merge of 'b1fa9aff4c34ce047c572504619d09fd47c9d6be'2009-01-09, by Daniel Atallah
-
Updated Norwegian Bokmal translation from Hans Fredrik Nordhaug. Fixes #8035.2009-01-09, by Daniel Atallah
-
Update Finnish translation for 2.5.4 release.2009-01-07, by Timo Jyrinki
-
fixed a typo "abgebrochent." --> "abgebrochen."2009-01-07, by Björn Voigt
-
Chad Harp noticed that a define got messed up in 2.5.3, resulting in sametime2009-01-07, by Daniel Atallah
-
Only initialize dbus threading if glib threading is initialized. The idea is2009-01-07, by Daniel Atallah
-
Check that the PidginWindow we get in handle_urgent actually exists and has2009-01-06, by Etan Reisner
-
Apparently our use of va_list arguments in the perl signal callbacks doesn't2009-01-06, by Etan Reisner
-
Make Purple::PluginPref->get_bounds be more perl-like.2009-01-06, by Etan Reisner
-
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)2009-01-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)2008-12-28, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)2008-12-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)2008-12-17, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)2008-12-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)2009-01-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)2008-12-28, by Marcus Lundblad
-
Updated a comment to describe what the actually does2008-12-25, by Marcus Lundblad
-
Only update the idle time on a buddy when getting info if the buddy already has2008-12-25, by Marcus Lundblad
-
When getting info from a buddy, update the idle status to the libpurple core2008-12-24, by Marcus Lundblad
-
Added comment about eventually needing a way to distinguish intial presence2008-12-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b91b500b28cdf7b1ff8e46c5957519556a7f26db)2008-12-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)2008-12-17, by Marcus Lundblad
-
Implement a sane mechanism for switching an OSCAR account to SSL.2008-12-18, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2)2008-12-18, by Paul Aurich
-
Fix merge2009-01-02, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)2009-01-02, by Paul Aurich
-
Fix situation in which group was not specified and2008-12-22, by Paul Aurich
-
Fix the novell check2008-12-21, by Paul Aurich
-
Update the comment for add_buddy in prpl.h to note it may be called to mean 'request authorization'2008-12-21, by Paul Aurich
-
Properly don't re-add buddies in SILC2008-12-21, by Paul Aurich
-
Oscar: Re-request authorization when adding a buddy that is already on the list.2008-12-21, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)2008-12-21, by Paul Aurich
-
disapproval of revision 'dd58d6e08f6bf88e8bdd13e3c8d0b73cc73bbab3'2009-01-20, by Daniel Atallah
-
disapproval of revision '59dabca54f8fec54f44c38eaaaafb29086c7ade7'2009-01-09, by Daniel Atallah
-
disapproval of revision 'd61c2fc82b19cd2629b498d903d7018d41a00108'2009-01-20, by Daniel Atallah
-
disapproval of revision 'c1eb11b61c6c6756eba2e3aa380e4e4e09db0914'2009-01-09, by Daniel Atallah
-
2009.02.08 - flos <lonicerae(at)gmail.com>2009-02-08, by SHiNE CsyFeK
-
2008.12.28 - flos <lonicerae(at)gmail.com>2008-12-27, by SHiNE CsyFeK
-
2008.12.28 - flos <lonicerae(at)gmail.com>2008-12-27, by SHiNE CsyFeK
-
Show idle time for idle resources in buddy tooltips2008-12-17, by Marcus Lundblad
-
Fix merge2008-12-17, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head a03e0bee477b05d1143ef3e5607d990c1120da34)2008-12-17, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a13176e096cf5e7cefc5716496a0a7afd2e2621)2008-12-09, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)2008-12-02, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)2008-11-30, by Marcus Lundblad
-
Patch from Darkrain42 to avoid a double-free on status values2008-11-30, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)2008-11-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)2008-11-18, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f3891f3348abfe90fbe60a054833c12075aa8df4)2008-11-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)2008-11-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 37145f1b4ec49b432ea571f96562d44f4c5a908e)2008-10-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)2008-10-27, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3712dc87ef9c46da0dc5283a8d5a571d9a90d340)2008-10-20, by Marcus Lundblad
-
Use purple_proxy_connect + purple_ssl_connect_with_host_fd() to hopefully2008-12-11, by Paul Aurich
-
Part 2 of the continuing effort to get OSCAR over SSL working.2008-12-11, by Paul Aurich
-
First pass at adding SSL connections to OSCAR.2008-12-10, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)2008-12-07, by Marcus Lundblad
-
Fix merge2008-12-02, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)2008-12-02, by Marcus Lundblad
-
Merge2008-12-02, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)2008-11-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)2008-11-18, by Marcus Lundblad
-
Patch from darkrain422008-11-18, by Marcus Lundblad
-
Patch from darkrain422008-11-18, by Marcus Lundblad
-
Support setting offset from <delayed/> element in <presence/> or "stamp"2008-11-17, by Marcus Lundblad
-
Change jabber_presence_send to not take an extra argument to force idle updating2008-11-17, by Marcus Lundblad
-
Killed a warning2008-11-16, by Marcus Lundblad
-
Oops, unleak...2008-11-16, by Marcus Lundblad
-
A first stab at supporting the upcoming new use-case in XMPP XEP-00122008-11-16, by Marcus Lundblad
-
Clean up some crufts. I think this is now mergeable with .next.minor.2008-11-23, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head a9579fef71ff6820f390a986132d30b079f590a0)2008-11-23, by Sadrul Habib Chowdhury
-
Jabber BOSH: memory management fixes2009-01-18, by Paul Aurich
-
Jabber BOSH: Try to continue with no BOSH version attribute2009-01-18, by Paul Aurich
-
Jabber BOSH: Model the parsing on the SOAP stuff2009-01-18, by Paul Aurich
-
Jabber BOSH: Store less for each Request/Response2009-01-18, by Paul Aurich
-
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a192008-12-19, by Paul Aurich
-
Remove the old if 0'd out caps code and reorder some functions.2008-12-19, by Paul Aurich
-
Support old (XEP v1.3) Entity Capabilities alongside the new ones.2008-12-19, by Paul Aurich
-
Rename a few variables2008-12-17, by Paul Aurich
-
Reference-count JabberCapsClientInfo and fix bug.2008-12-15, by Paul Aurich
-
Rename a few functions and clean up the exit cleanup of a function2008-12-14, by Paul Aurich
-
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).2008-12-12, by Paul Aurich
-
Make the Request ID a long long (fit in 2^53-1)2008-12-05, by Paul Aurich
-
Reorder some functions to eliminate prototypes and2008-12-05, by Paul Aurich
-
Jabber BOSH: more fixes.2008-12-04, by Paul Aurich
-
Jabber BOSH: Many fixes2008-12-01, by Paul Aurich
-
Track the TXT query in the js object so it will be cancelleable2008-12-01, by Paul Aurich
-
Add option for forcing BOSH (useful for debugging)2008-12-01, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 9ba9fc8e618e033ab6a9245be2210194b6364e75)2008-11-29, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 11ea1799b1892059650fa7dcf6e848a020045e50)2008-11-29, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 280dc76b99f56c1c9e8c8c8175e03b356f27f757)2008-11-29, by Paul Aurich
-
Sprinkle jabber_resource_has_capability in places2008-11-26, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head a09b8705223fb492cdb0a664e88d9bf04b58cebd)2008-11-26, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head ff33fd0d52d8b32701b296048df6105a5c70e554)2008-11-24, by Paul Aurich
-
The Add Buddy dialog should not blindly create a duplicate buddy in a group2008-11-29, by Paul Aurich
-
Cut-n-paste typo2008-11-23, by Paul Aurich
-
dnssrv.c:2008-11-23, by Paul Aurich
-
merge of '0da3644551b2442b2db4cf9d828865d167df8072'2008-11-23, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 98fe04f817ef415faebd3f7a38b7f0588c0b0cba)2008-11-22, by Paul Aurich
-
Add more jabber plugin unloading functions to clean up more data structures2008-11-22, by Paul Aurich
-
Make capstable caps.c-only and add a jabber_caps_uninit() function2008-11-22, by Paul Aurich
-
jabber_contact_info is no longer used2008-11-22, by Paul Aurich
-
Sprinkle around more support for xml:lang on JabberIdentities2008-11-22, by Paul Aurich
-
const this in order to enforce the don't-you-dare-change-this2008-11-22, by Paul Aurich
-
Rename some structs and the JabberCapsClientInfo destruction function2008-11-22, by Paul Aurich
-
Whitespace and formatting changes2008-11-22, by Paul Aurich
-
Rework jabber_caps_calculate_hash2008-11-21, by Paul Aurich
-
Clean up jabber_caps_client_iqcb2008-11-21, by Paul Aurich
-
Whitespace cleanup (no functional changes, just unwrap the huge if block and2008-11-21, by Paul Aurich
-
Error checking and use g_list_foreach2008-11-21, by Paul Aurich
-
Don't crash if the lang attribute of an identity is NULL2008-11-21, by Paul Aurich
-
Remove JabberCapsIdentity and just use JabberIdentity everywhere2008-11-21, by Paul Aurich
-
Whitespace, formatting, and // -> /* */2008-11-21, by Paul Aurich
-
Use strcmp instead of a wrapper2008-11-21, by Paul Aurich
-
constify, ifdef out an old-caps remnant, and rewrite a little2008-11-21, by Paul Aurich
-
Clean up a few things2008-11-21, by Paul Aurich
-
Rewrite jabber_presence_set_capabilities a little2008-11-21, by Paul Aurich
-
Fix a null dereference on non-connected accounts2008-11-23, by Paul Aurich
-
Clean up jabber_presence_send2008-11-21, by Paul Aurich
-
Entity Capabilities must be per-JabberStream2008-11-21, by Paul Aurich
-
Fix compilation errors and many warnings2008-11-20, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head c36cf6e54e25bff1ff7802082ae3c787d658187c)2008-11-20, by Paul Aurich
-
rlaager> I'd prefer that the "Open Link in Browser" string be changed to2008-11-16, by Sadrul Habib Chowdhury
-
Allow plugins to specify custom link types to the GtkIMHtml widget.2008-11-16, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)2008-10-31, by Sadrul Habib Chowdhury
-
merge of '014e1f90f8ee8c07fa6d5bef545016ecfafda630'2008-10-19, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head aad9cd2bd4296ab92672559fbee882d7ef2a2406)2008-10-19, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 50ca054a04cd66fc08b411e7237a486ebb13fe4d)2008-10-16, by Marcus Lundblad
-
Register the /buzz command using PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS.2008-10-19, by Marcus Lundblad
-
Allow the /buzz command without argument (sends attention to the JID of the2008-10-12, by Marcus Lundblad
-
merge of 'a0b951af90f1a780445f21b51b22e57f6a3f699e'2008-10-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3e5468581850f86ee2b706cd57dfe1096ddcc0ac)2008-10-01, by Marcus Lundblad
-
Updated to new namespace for XEP-0224.2008-10-01, by Marcus Lundblad
-
Updated support for XEP-0224.2008-09-25, by Marcus Lundblad
-
Revert the accidentally committed pseudo-group changes.2008-10-04, by Sadrul Habib Chowdhury
-
Start hiding blist.h internals in prpls.2008-09-27, by Sadrul Habib Chowdhury
-
Implements file transfers using in-band bytestreams for XMPP2008-09-06, by Marcus Lundblad
-
merge of '2f01a68221fe705526ece90e1c7438bffc47c3bd'2008-08-28, by Gary Kramlich
-
cleaned up purple_theme_manager_build_dir2008-08-21, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 038d9d36d640ed83f9df5333d57dc0cd8b9ae847)2008-08-21, by Gary Kramlich
-
explicit merge of '714a7c7f903d11c96ffade34966121da549d998f'2008-11-20, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2747d5e0324ca6b81e83bbb8b75e1efebcbbad6e)2008-08-03, by Tobias Markmann
-
clean up formatting, and added render settings for the names/markup on the blist2008-08-27, by Justin Rodriguez
-
theme loader cleanup, and remove a few warnings2008-08-26, by Justin Rodriguez
-
Changed PurpleTheme build function to only return PurpleTheme*2008-08-10, by Justin Rodriguez
-
fixes initialize icon theme bug by pre-loading the theme2008-08-10, by Justin Rodriguez
-
fixed some leaks and made theme loading safer2008-08-08, by Justin Rodriguez
-
Fixes blist theme bug in buddy markup2008-08-08, by Justin Rodriguez
-
Clean up status icon themes a bit2008-08-08, by Justin Rodriguez
-
fized the icon diplay bug with the icon theme2008-08-08, by Justin Rodriguez
-
Add the icon theme files, and re-work some things2008-08-08, by Justin Rodriguez
-
partially working status icon theme stuff2008-08-08, by Justin Rodriguez
-
merge of '3a9f71b3ea427344c6b6e95c63c3559bef222013'2008-08-06, by Justin Rodriguez
-
propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)2008-08-06, by Gary Kramlich
-
Fixed some small rendering errors in conversations and prefs2008-08-05, by Justin Rodriguez
-
Couple small font fixes2008-08-01, by Justin Rodriguez
-
fixed some small font bugs, the coloring when selected, and a segfault2008-08-01, by Justin Rodriguez
-
Added text and font coloring for buddies, contacts and chats, as well as fix a few small bugs2008-07-31, by Justin Rodriguez
-
Changed how the prefs handle themes2008-07-23, by Justin Rodriguez
-
Added layout capabilities to blist themes2008-07-22, by Justin Rodriguez
-
fixed group coloring2008-07-18, by Justin Rodriguez
-
fixed segfault when changing blist themes, changed prefs to not rely on static iter, fixed a few leaks2008-07-18, by Justin Rodriguez
-
Fixed gtkblist-loader_build to no longer assume xml file is correct, added set methods to gtkblist-theme2008-07-17, by Justin Rodriguez
-
restructured much of the loader and themes for the buddy list, along with a basic trial of group background2008-07-15, by Justin Rodriguez
-
build function for pidgin buddy list theme loader2008-07-11, by Justin Rodriguez
-
flushed out blist themes a bit with lots of properties and get methods2008-07-11, by Justin Rodriguez
-
start of blist themes (themes have no effect on display)2008-07-10, by Justin Rodriguez
-
Changed the theme_manager_init function to do less, makes it cleaner and faster (won't have to build2008-07-06, by Justin Rodriguez
-
propagate from branch 'im.pidgin.pidgin' (head 1d533cebad7c0dbda8ec8ebee1334d27dcae5f9c)2008-06-30, by Gary Kramlich
-
Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in theme and theme loader classes2008-06-30, by Justin Rodriguez
-
Fixes the display problems with (option 1) sound themes2008-06-27, by Justin Rodriguez
-
Fixed a few small problems with the sound loader and sound theme2008-06-27, by Justin Rodriguez
-
fixed crash on shutdown (avoid a double free)2008-06-27, by Justin Rodriguez
-
Working sound themes (option 1) theme is saved in prefs and there is no seperate custom theme, everything2008-06-27, by Justin Rodriguez
-
fixed images to appear in pref menu2008-06-24, by Justin Rodriguez
-
more gobject fixed2008-06-22, by Justin Rodriguez
-
fixed some gobject stuff2008-06-21, by Justin Rodriguez
-
Fixed purple sound loader class init function (bug on startup) and added shell sound theme selector2008-06-21, by Justin Rodriguez
-
Fixed some warnings with loader_build2008-06-17, by Justin Rodriguez
-
added a more generic function to read xml files (and made the util version into a wrapper) so it can be used by the2008-06-16, by Justin Rodriguez
-
Fixed some things needed for proper gobfication (init/finalize/etc)2008-06-16, by Justin Rodriguez
-
Added sound builder (implete still needs a good way to go from xml file to xml node)2008-06-13, by Justin Rodriguez
-
Added skeleton (non-working) sound loader class2008-06-12, by Justin Rodriguez
-
Added minimal sound theme class (only get/set api)2008-06-12, by Justin Rodriguez
-
changed the purple theme formatting a bit (minor)2008-06-12, by Justin Rodriguez
-
Added description to theme abstract class2008-06-11, by Justin Rodriguez
-
Fixed some leaks formatting2008-06-11, by Justin Rodriguez
-
Fixed theme-manager to be more of a singleton and less-gobject like2008-06-11, by Justin Rodriguez
-
Added the theme-manager and basic functionality (needs to be given proper directories to find themes)2008-06-10, by Justin Rodriguez
-
Added theme loader class abstract whose only (current/planned) function is to build themes2008-06-07, by Justin Rodriguez
-
fixed formatting and get/set properties2008-06-07, by Justin Rodriguez
-
Added basic theme for libpurple to be used by theme manager and loaders (abstract gobject)2008-06-07, by Justin Rodriguez
-
Fix file transfer to a user not in buddy list, defaulting to use v152008-07-13, by Sulabh Mahajan
-
minor changes in comments style and alphabetic ordering of header files.2008-07-12, by Sulabh Mahajan
-
changed gboolean connection_type to enum yahoo_p2p_connection_type2008-07-12, by Sulabh Mahajan
-
changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type2008-07-12, by Sulabh Mahajan
-
Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus2008-07-12, by Sulabh Mahajan
-
if(p2p_data->source >= 0) in place of if(p2p_data->source)2008-07-12, by Sulabh Mahajan
-
f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant2008-07-12, by Sulabh Mahajan
-
Receive files when we are p2p server2008-07-11, by Sulabh Mahajan
-
Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces2008-07-09, by Sulabh Mahajan
-
Send file by p2p when we are server2008-07-09, by Sulabh Mahajan
-
Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in2008-07-02, by Sulabh Mahajan
-
Changed user_data to more apt p2p_data, change in variable name.2008-07-02, by Sulabh Mahajan
-
Act as a YMSG server on port 5101 for IMs and Notifications2008-07-02, by Sulabh Mahajan
-
Fall back to establishing connection as a client when unable to act as a server.2008-06-27, by Sulabh Mahajan
-
Sending of p2p packet, providing peer with our IP address to make a connection to us.2008-06-27, by Sulabh Mahajan
-
Support for P2P file transfer (SEND), when we are client to the peer2008-06-21, by Sulabh Mahajan
-
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)2008-06-17, by Sulabh Mahajan
-
* free xmlnodes after bosh receive callback is called2008-08-18, by Tobias Markmann
-
* removing some comment with XML example2008-08-18, by Tobias Markmann
-
* fixing a bug in jabber_bosh_http_connection_receive_parse_header()2008-08-18, by Tobias Markmann
-
* adding some missing documentation2008-08-18, by Tobias Markmann
-
* sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open2008-08-18, by Tobias Markmann
-
* data buffer for received data. Support for any HTTP resonse size now.2008-08-16, by Tobias Markmann
-
* moving BOSH interfacing from jabber_send to jabber_send_raw2008-08-15, by Tobias Markmann
-
* using libpurple's internal SASL mechanisms during BOSH authentication phase2008-08-15, by Tobias Markmann
-
* sending some User-Agent2008-08-12, by Tobias Markmann
-
* calling PurpleBOSHConnection's receive_cb2008-08-12, by Tobias Markmann
-
* parsing HTTP response and emitting HTTP request callback2008-08-11, by Tobias Markmann
-
* preparing handling of multiple requests for pipelining support2008-08-09, by Tobias Markmann
-
* doing HTTP requests2008-08-09, by Tobias Markmann
-
* adding receive callback; preparing receiving and boot code2008-08-05, by Tobias Markmann
-
* adding bosh files to Makefile.am & .mingw2008-08-05, by Tobias Markmann
-
* missing commit2008-08-03, by Tobias Markmann
-
* some refactoring2008-08-03, by Tobias Markmann
-
* small bugfix in jabber_ipc_add_feature()2008-08-03, by Tobias Markmann
-
* looking for alternative connection methods if direct connection fails2008-08-03, by Tobias Markmann
-
* some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists2008-08-02, by Tobias Markmann
-
* fixing some bugs, finishing support for TXT queries2008-08-01, by Tobias Markmann
-
* some code style adjustments in caps.c2008-08-01, by Tobias Markmann
-
* removing some g_strdup()s; I meant it too good2008-07-15, by Tobias Markmann
-
* fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program2008-07-15, by Tobias Markmann
-
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function2008-07-15, by Tobias Markmann
-
* IPC work2008-07-08, by Tobias Markmann
-
* removing several warnings2008-07-07, by Tobias Markmann
-
* adding documentation for IPC function contact_has_feature2008-07-06, by Tobias Markmann
-
* adding IPC function 'contact_has_feature'2008-07-06, by Tobias Markmann
-
* fixing a bug in jabber_caps_compare()2008-07-06, by Tobias Markmann
-
* correctly calculating own features and factor in is_enabled() of features2008-07-05, by Tobias Markmann
-
* changed storage format for cache to mirror all needed features for XEP-0115v1.52008-07-04, by Tobias Markmann
-
* support for calculating both hashes, sha-1 and md52008-07-03, by Tobias Markmann
-
* changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.2008-07-02, by Tobias Markmann
-
* pass hash type to the caps handling functions2008-07-01, by Tobias Markmann
-
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-01152008-06-29, by Tobias Markmann
-
* defined JabberCapsIdentity as struct _JabberIdentity2008-06-22, by Tobias Markmann
-
* jabber_caps_jabber_identity_compare() compares xml:lang too, now.2008-06-22, by Tobias Markmann
-
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()2008-06-22, by Tobias Markmann
-
Removing short-names for features and calculating own caps hash.2008-06-16, by Tobias Markmann
-
Send IMs and Typing notifications through p2p, Redesign p2p2008-06-17, by Sulabh Mahajan
-
Proper error handling for p2p connections2008-06-14, by Sulabh Mahajan
-
Close p2p connection when read() does not return anything.2008-06-13, by Sulabh Mahajan
-
Yahoo P2P File Transfer RECEIVE only support added.2008-06-09, by Sulabh Mahajan
-
Start idle at 1 min not 0 min and Probable description of service 0x07d1.2008-06-08, by Sulabh Mahajan
-
Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.2008-06-08, by Sulabh Mahajan
-
Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection2008-06-06, by Sulabh Mahajan
-
added name to COPYRIGHT (alphabetically), trivial change in packet.h2008-05-29, by Sulabh Mahajan
-
Use HTTP/1.1 to get token to open inbox2008-05-25, by Sulabh Mahajan
-
Addition of name in Copyright2008-05-25, by Sulabh Mahajan
-
Fix GLib warning.2009-01-07, by Mike Ruprecht
-
Support initiating voice calls to GTalk and Gmail.2009-01-07, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 8e99bf9be800f9578d7e94cc4d522d435cfc80dd)2009-01-07, by Mike Ruprecht
-
Remove internal.h include from media.h and mediamanager.h2009-01-07, by Mike Ruprecht
-
Fix gtkmedia's Makefile entries.2009-01-07, by Mike Ruprecht
-
Fix receiving voice calls from Gmail.2009-01-07, by Mike Ruprecht
-
Add candidates instead of replacing them.2009-01-07, by Mike Ruprecht
-
End google call if stream creation fails.2009-01-06, by Mike Ruprecht
-
Remove unused variables.2009-01-05, by Mike Ruprecht
-
Remove unused callback.2009-01-05, by Mike Ruprecht
-
Move functionality to the state-changed signal.2009-01-05, by Mike Ruprecht
-
Temporarily fix an oversight.2009-01-05, by Mike Ruprecht
-
Use the state-changed signal.2009-01-05, by Mike Ruprecht
-
Add state-changed signal to PurpleMedia.2009-01-05, by Mike Ruprecht
-
Remove PurpleMedias from JabberStream's list when a media session ends.2009-01-04, by Mike Ruprecht
-
Use the new ready signal instead of accept to send a session-accept.2009-01-04, by Mike Ruprecht
-
Have XMPP use the new ready signal.2009-01-04, by Mike Ruprecht
-
Implement a new ready signal.2009-01-04, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 7bd1f8a0fcc289166add1f0b4d84fdac526ab4a7)2009-01-04, by Mike Ruprecht
-
Add initiator property to PurpleMedia.2009-01-04, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)2009-01-02, by Mike Ruprecht
-
Rename "fs-conference" to "conference".2008-12-16, by Mike Ruprecht
-
Remove the screenname attribute from PurpleMedia.2008-12-16, by Mike Ruprecht
-
Remove connection attribute from PurpleMedia.2008-12-16, by Mike Ruprecht
-
Add purple_media_error.2008-12-16, by Mike Ruprecht
-
Free Farsight objects better.2008-12-15, by Mike Ruprecht
-
Set no-rtcp-timeout to 0 only for nice and rawudp transmitters.2008-12-15, by Mike Ruprecht
-
Remove commented out disable of the MPV codec.2008-12-15, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head e36b0b63962b9c710ecd798a529e1d2b78d7879a)2008-12-15, by Mike Ruprecht
-
Wait for local video frame to be realized before starting local video.2008-12-14, by Mike Ruprecht
-
Move sink from PurpleMediaSession to PurpleMediaStream.2008-12-13, by Mike Ruprecht
-
merge of '2a69c36548c533b1a96f40e1ee6af57c06ab1bad'2008-12-13, by Mike Ruprecht
-
explicit merge of '094ca19cc431d185c7b94947bfcd7cfc2d2f4a0b'2008-12-13, by Mike Ruprecht
-
Silence warning.2008-12-13, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head dd7a36be12180dba9663c2b740553e89711d7644)2008-12-06, by Mike Ruprecht
-
Added media functions to set input and output volume.2008-12-13, by Mike Ruprecht
-
Choose the transport type according to the responder's caps.2008-12-06, by Mike Ruprecht
-
merge of '8b14f9ccca52482ea771f52730b3b9f59bac6b06'2008-11-25, by Mike Ruprecht
-
Use STUN for the nice transmitter as well.2008-11-25, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head df86c6f1de324e87828356aa8d5c369abd533b58)2008-11-24, by Mike Ruprecht
-
Added a Jingle ice-udp transmitter.2008-11-24, by Mike Ruprecht
-
Fix GTalk vv caps.2008-11-17, by Mike Ruprecht
-
Very basic receive only GTalk audio sessions.2008-11-16, by Mike Ruprecht
-
Move variables to PurpleMediaStream.2008-11-16, by Mike Ruprecht
-
Added PurpleMediaStream to wrap FsStream.2008-11-16, by Mike Ruprecht
-
Fix a few GLib warnings when trying to start a second media session.2008-11-13, by Mike Ruprecht
-
Combine get_*_codecs functions to mirror Farsight 2.2008-11-13, by Mike Ruprecht
-
Added menu items to buddy list context menu to start voice and video sessions2008-11-09, by Marcus Lundblad
-
Add mnemonics to buttons in PidginMedia.2008-11-07, by Mike Ruprecht
-
Silence warning.2008-11-07, by Mike Ruprecht
-
Fix crash when remote client reconnects and tries to restart the media session.2008-11-07, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 6b8c653bfd16896dc5b445bb8147d09a37e8db4c)2008-11-07, by Mike Ruprecht
-
Update Jingle raw-udp to latest spec version.2008-11-07, by Mike Ruprecht
-
Remove unnecessary changes in server.c.2008-11-06, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)2008-11-06, by Mike Ruprecht
-
Prepare vv GUI earlier and create sinks when src-pad-added is triggered.2008-11-06, by Mike Ruprecht
-
Add purple_media_manager_get_element.2008-11-06, by Mike Ruprecht
-
Fix support for audio and video (at the same time) sessions.2008-11-03, by Mike Ruprecht
-
Use a key file for Farsight 2 codec configuration.2008-11-02, by Mike Ruprecht
-
Add files I missed committing before and remove a few unnecessary functions.2008-10-20, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 0e036cef0f8a3bdfd1d7f7fc082edca43d3153df)2008-10-19, by Mike Ruprecht
-
Fix merge.2008-10-19, by Mike Ruprecht
-
merge of 'a4aa548f12b557cc419b1567e6902eb124d0cf06'2008-10-19, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)2008-09-27, by Mike Ruprecht
-
These should not be fatal debug messages.2008-09-05, by Mike Ruprecht
-
Have the responder wait to set the send codec until codecs are ready.2008-09-05, by Mike Ruprecht
-
Missed this when propagating.2008-09-05, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)2008-09-05, by Mike Ruprecht
-
Restructure Jingle code to more easily support multiple application types.2008-10-19, by Mike Ruprecht
-
Wait for Farsight 2's codecs-ready property to be TRUE before using codecs.2008-09-05, by Mike Ruprecht
-
Send and receive optional codec parameters in Jingle RTP.2008-09-02, by Mike Ruprecht
-
Simplified purple_media_get_devices.2008-09-01, by Mike Ruprecht
-
purple_media_add_stream should only add a stream to one session.2008-09-01, by Mike Ruprecht
-
Add params to purple_media_add_stream to allow for different libNice2008-09-01, by Mike Ruprecht
-
Silence FS_ERROR_UNKNOWN_CNAME error.2008-08-31, by Mike Ruprecht
-
Removed several PurpleMedia functions that now seem unnecessary:2008-08-31, by Mike Ruprecht
-
Gracefully handle missing the fsrtpconference GStreamer plugin.2008-08-31, by Mike Ruprecht
-
Properly free PurpleMedia when there's an error creating an FsStream.2008-08-28, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9860b693346097316a1c47ef0fb094355c3e49ae)2008-08-27, by Mike Ruprecht
-
Improve the sametime debugging on Windows. Refs #8014.2009-01-07, by Daniel Atallah
-
Make XML parsing error levels match libxml2's levels, making less important2009-01-07, by Stu Tomlinson
-
g_strsplit_set is new in glib 2.42009-01-07, by Stu Tomlinson
-
Only install man pages if the respective binary is being installed, fixes a2009-01-07, by Stu Tomlinson
-
merge of '479fd75025803f01e743b5c39e6706b1d42a3520'2009-01-06, by Sadrul Habib Chowdhury
-
Terminate the loop on the first null-character.2009-01-06, by Sadrul Habib Chowdhury
-
Show the submenu for the toplevel menu without requiring a keypress from the user.2009-01-06, by Sadrul Habib Chowdhury
-
Compilation fixes for OpenBSD from the OpenBSD ports tree. Closes #8009.2009-01-06, by Sadrul Habib Chowdhury
-
Don't crash on screen refresh if buddylist is maximized. Fixes #8003.2009-01-06, by Sadrul Habib Chowdhury
-
Boldify the selected row in the tree. This is helpful when, for example,2009-01-05, by Sadrul Habib Chowdhury
-
Kir Kolyshkin figured out that we need to initialize the dbus threading to avoid2009-01-06, by Daniel Atallah
-
Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn't2009-01-06, by Daniel Atallah
-
The remainder of a patch from fqueze to fix some incorrect *printf() function2009-01-06, by Daniel Atallah
-
MySpace? passwords are truncated to 10 characters. Their website doesn't2009-01-06, by Mark Doliner
-
Remove gaim from Catalan translations.2009-01-05, by Josep Puigdemont
-
complete German translation for 2.5.42009-01-05, by Jochen Kemnade
-
Update french translation.2009-01-05, by Éric Boumaour
-
merge of '03c54c34322681b0c346853ded3bfb90b75b1a62'2009-01-05, by Sadrul Habib Chowdhury
-
Updated Catalan translation.2009-01-05, by Josep Puigdemont
-
We are no longer homonymous with game!2009-01-05, by Sadrul Habib Chowdhury
-
hu.po: Updated Hungarian translation for 2.5.42009-01-04, by Kelemen Gábor
-
merge of '3033bb87676edf402a8cf741cc4b225d71b9649b'2009-01-04, by Mark Doliner
-
complete German translation for 2.5.32008-12-16, by Jochen Kemnade
-
merge of '2ec56f8fe4fa8959fcac15d674b339c112802a49'2009-01-04, by Mark Doliner
-
2008.12.28 - flos <lonicerae(at)gmail.com>2009-01-04, by SHiNE CsyFeK
-
update German translation2009-01-04, by Jochen Kemnade
-
merge of '1573f5f4950069e05f77f6b74e1627bfae9667c5'2009-01-03, by John Bailey
-
purple_prefs_disconnect_by_handle() wont actually remove anything with the2009-01-03, by Daniel Atallah
-
Rearrange prefs uninitialization now that it actually does something.2009-01-03, by Daniel Atallah
-
Fix a compiler warning:2009-01-02, by Richard Laager
-
Plug a small leak2009-01-02, by Daniel Atallah
-
merge of '5a35c52faacfbdaf503309fcdf10842cfd126c3f'2009-01-02, by Daniel Atallah
-
Fix from the QuteCom folks to compile with Glib < 2.8.5 with MSVC. Fixes #7761. Also some minor cleanup from me.2009-01-01, by Daniel Atallah
-
Fixes from the QuteCom folks for the core being reinitialized. References #77612009-01-01, by Daniel Atallah
-
Fix a race condition that can result in a NULL ptr deref. Fixes #7920.2009-01-01, by Daniel Atallah
-
He wandered into the darkside just for us, what else can we say?2009-01-01, by Ka-Hing Cheung
-
Changelog the last three patches. Refs #7836, #7849, #7889.2009-01-01, by John Bailey
-
Don't log passwords for XMPP when using SASL PLAIN or old-style IQ Auth so2009-01-01, by Paul Aurich
-
Extend purple-url-handler to handle "gtalk" URIs. Fixes #78892009-01-01, by Paul Aurich
-
Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.2009-01-01, by Paul Aurich
-
merge of '409aaedc8836828692279141224e2077ffd4a80f'2009-01-01, by Sadrul Habib Chowdhury
-
validates that string PurpleValues are utf-82009-01-01, by Ka-Hing Cheung
-
A couple of memory leak fixes.2009-01-01, by Sadrul Habib Chowdhury
-
Remove unused option, thanks to KuSh. Closes #7856.2009-01-01, by Sadrul Habib Chowdhury
-
Redirect stderr to the debug window.2008-12-31, by Sadrul Habib Chowdhury
-
Do not show a separator after 'Account -> Enable Account' when not required.2008-12-31, by Sadrul Habib Chowdhury
-
Changelog that last bit2008-12-29, by John Bailey
-
Make sure the prpl has a get_account_text_table function before trying to2008-12-29, by John Bailey
-
Don't mention TOC in this error message. I think this error is too2008-12-29, by Mark Doliner
-
Use purple_prpl_got_attention() for XMPP notifications2008-12-28, by Evan Schoenberg
-
Changelog the MSN OIM crash fix of #7901.2008-12-27, by Elliott Sales de Andrade
-
merge of '518ebe34a3f1499bab1208e43f5e9acf69c4ca3e'2008-12-27, by Elliott Sales de Andrade
-
merge of '5043805100d2fa5a371317e802d6a191c89ddaeb'2008-12-27, by Elliott Sales de Andrade
-
2008.12.25 - flos <lonicerae(at)gmail.com>2008-12-26, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-25, by SHiNE CsyFeK
-
Apparently X-OIM-Proxy was not a good way to decide that we received a2008-12-27, by Elliott Sales de Andrade
-
These translated strings don't need to be duplicated with g_snprintf. And2008-12-27, by Elliott Sales de Andrade
-
Spell "conversation" properly. My typo can forever be found in release2008-12-24, by Kevin Stange
-
Slightly modified version of a fix fqueze proposed for a crash with the empty2008-12-23, by John Bailey
-
Fix a typo in the French translation. References #7881.2008-12-23, by Daniel Atallah
-
This is a bitmask, and the "c" value here should be the least significant2008-12-22, by Mark Doliner
-
Error messages from libxml contain their own newlines2008-12-22, by Mark Doliner
-
Fix two related bugs:2008-12-22, by Mark Doliner
-
Change our font mapping in gtkimhtml to match the suggested values2008-12-22, by Mark Doliner
-
Change the font size mapping table in purple_markup_html_to_xhtml() to2008-12-22, by Mark Doliner
-
Fix a typo in a comment2008-12-22, by Mark Doliner
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7857.2008-12-22, by Daniel Atallah
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7858. Also, make the relevant code less of a horrible abomination.2008-12-22, by Daniel Atallah
-
Fix a leak "KuSh" discovered using "cppcheck". Fixes #7859.2008-12-22, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7861.2008-12-22, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7862.2008-12-22, by Daniel Atallah
-
Fix a potential leak "KuSh" discovered using "cppcheck". Fixes #7863.2008-12-22, by Daniel Atallah
-
Commit patch #7670: Implement xep-0191 (simple blocking) for jabber protocols2008-12-22, by Mark Doliner
-
Correctly credit Tomasz Sałaciński for writing the original patch for IM2008-12-21, by John Bailey
-
Don't ignore XML namespace and prefix information when parsing incoming XMPP2008-12-21, by Michal Witkowski
-
Fix a connection timeout that occurs with empty Gadu-Gadu buddy lists.2008-12-21, by Martin Rosinski
-
The road to a new version starts with but a single commit...2008-12-21, by John Bailey
-
merge of '6c01f570946b5aa15076b2de30882e3812c7e889'2008-12-20, by Josep Puigdemont
-
merge of '8e2be07d23144f93dd575524d8dac1986487d4cc'2008-12-20, by Josep Puigdemont
-
Correcting version and dates per the Pre-Release instructions from ReleaseProcess.2008-12-20, by John Bailey
-
merge of '665a07783e325291cdd356dacf8f394fb18f0031'2008-12-19, by Kevin Stange
-
Updated Catalan (Valencian) by Toni Hermoso.2008-12-20, by Josep Puigdemont
-
Fixed a few accelerator clashes, and updated strings in Catalan translation.2008-12-20, by Josep Puigdemont
-
NEWS and stuff...2008-12-19, by Elliott Sales de Andrade
-
merge of '5dc6f2359f155e18525e7b42ecd827005e473725'2008-12-19, by Daniel Atallah
-
oh, and my payment was late because I forgot to update my credit card info,2008-12-19, by Ka-Hing Cheung
-
Make purple_utf8_has_word() better about detecting word boundaries (still not2008-12-19, by Daniel Atallah
-
Prevent a NULL ptr deref when unexpected stuff happens in the cert cache. Fixes #7776,#77692008-12-19, by Daniel Atallah
-
Delete MSN cert when uninstalling.2008-12-19, by Daniel Atallah
-
I believe the patch from #220 actually implemented IM images for Gadu-Gadu,2008-12-19, by Stu Tomlinson
-
NEWSing2008-12-19, by John Bailey
-
merge of '2c386633fb7a57f0cb963070eba463721cf3728c'2008-12-19, by John Bailey
-
Sorry, forgotten --no-location in German translation2008-12-18, by Björn Voigt
-
Updated Serbian Latin translation from Miloš Popović.2008-12-18, by Mark Doliner
-
Don't set a default action for oscar's "Do you want to accept this2008-12-18, by Mark Doliner
-
merge of '13d63095df75c7a8735de7c5417132784063ef0a'2008-12-18, by Mark Doliner
-
merge of 'b969d731bb18e8b2674e0dbe21b1f459dfe3347f'2008-12-18, by Mark Doliner
-
Fix up the ChangeLog, add missing items, "de-credit" Mark from changes2008-12-18, by Kevin Stange
-
other small German translation update2008-12-18, by Björn Voigt
-
Fixed some typos and capitalization in the Swedish translation2008-12-18, by Marcus Lundblad
-
hu.po: Hungarian translation updated for 2.5.32008-12-18, by Kelemen Gábor
-
Add Israt Jahan to the about dialog for the Bengali translation.2008-12-18, by Mark Doliner
-
Fix this error from msgfmt:2008-12-18, by Mark Doliner
-
I'm guessing this is what was intended here?2008-12-18, by Mark Doliner
-
Bengali translation update, maybe from Israt Jahan. Closes #78202008-12-18, by Mark Doliner
-
Updated Romanian translation from Mişu Moldovan2008-12-18, by Mark Doliner
-
Updated Afrikaans translation from Friedel Wolff (closes #7817)2008-12-18, by Mark Doliner
-
Updated Greek translation from Bouklis Panos (closes #7815)2008-12-18, by Mark Doliner
-
Updated Chinese translations from Ambrose C. Li. Closes #7806.2008-12-18, by Mark Doliner
-
Updated Galician translation from Frco. Javier Rial Rodríguez.2008-12-18, by Mark Doliner
-
Updated Spanish translation from Javier Fernández-Sanguino. Closes #77842008-12-18, by Mark Doliner
-
Updated Slovak translation from loptosko. Closes #77832008-12-18, by Mark Doliner
-
Updated Czech translation from David Vachulka (closes #7780) and2008-12-18, by Mark Doliner
-
Updated Norwegian Nynorsk translation from Yngve Spjeld Ladro2008-12-18, by Mark Doliner
-
Serbian translation update from Miloš Popović. References #7598.2008-12-18, by Mark Doliner
-
Albanian translation from Besnik Bleta. Closes #7573.2008-12-18, by Mark Doliner
-
Updated Arabic translation from Khaled Hosny. Closes #7430.2008-12-18, by Mark Doliner
-
Updated Slovenian translation from Martin Srebotnjak. Closes #7368.2008-12-18, by Mark Doliner
-
Are we ready to release this puppy later tonight?2008-12-18, by Mark Doliner
-
a patch from eperez that corrects EOF detection, Fixes #77262008-12-18, by Ka-Hing Cheung
-
some server(s) don't like empty resource which we now default to. I am not2008-12-18, by Ka-Hing Cheung
-
We have a prpl function "buddy_free" that I don't think any of our2008-12-18, by Mark Doliner
-
Fix a few small memleaks2008-12-18, by Mark Doliner
-
merge of '9979f20f66bc7efceedd9e288dc78576d9ceeb0c'2008-12-17, by Marcus Lundblad
-
merge of '86eb900cf982408bb630159b662426812328a78c'2008-12-17, by Mark Doliner
-
Let's actually close the socket when we sign off a myspace account.2008-12-17, by Mark Doliner
-
Updated Catalan Valencian translation by Toni Hermoso.2008-12-17, by Josep Puigdemont
-
Updated Catalan translation.2008-12-17, by Josep Puigdemont
-
Fix a leak in myspace prpl.2008-12-17, by Sadrul Habib Chowdhury
-
Set buddies idle time to 0 when their idle. 0 is a flag to the UI that2008-12-17, by Mark Doliner
-
Add a comment that 0 should be used when a buddies idle time is unknown2008-12-17, by Mark Doliner
-
Set the server alias for myspace buddies who haven't set their username.2008-12-17, by Mark Doliner
-
Support for background font colors in incoming MySpace IMs2008-12-17, by Mark Doliner
-
Remove a stray > when a font face is specified2008-12-17, by Mark Doliner
-
Add support for foreground and background font colors in MySpace IMs2008-12-17, by Mark Doliner
-
Add a newline to the end of a debug messages2008-12-17, by Mark Doliner
-
Fix bugs sending and receiving myspace IMs related to not escaping2008-12-17, by Mark Doliner
-
ChangeLog updates for my changes from December2008-12-17, by Mark Doliner
-
merge of '9643d7374ca3732ca4269075429908a3d1645f4e'2008-12-17, by Mark Doliner
-
merge of 'ef05d478fa7019dbdddad2f30968a729d943520e'2008-12-17, by Daniel Atallah
-
A patch from fqueze to prevent re-initalization of the SSL stuff. Fixes #7764.2008-12-17, by Daniel Atallah
-
not all features are implemented in QQ2008 yet2008-12-17, by Ka-Hing Cheung
-
Add support for blocking buddies on MySpace2008-12-17, by Mark Doliner
-
Fix win32 build.2008-12-17, by Daniel Atallah
-
Fix a bug where if "Show our presence only to people on our buddy list"2008-12-17, by Mark Doliner
-
Remove an accidentally debug message2008-12-16, by Mark Doliner
-
Grab the "Who can contact me? Only people on my buddy list?" and the2008-12-16, by Mark Doliner
-
Some other changes to make this more like the official client, and2008-12-16, by Mark Doliner
-
I'm not sure why these were strings. The official client uses integers2008-12-16, by Mark Doliner
-
Remove a bunch of calls to msim_msg_dump(). I find it really annoying2008-12-16, by Mark Doliner
-
merge of '6b951d62be418d5bfc437a1ab747c6ba900d7979'2008-12-16, by Mark Doliner
-
Changelog two custom smiley bugfixes I had forgotten to changelog before2008-12-16, by Marcus Lundblad
-
Updated Finnish translation for the 2.5.3 release. All strings translated.2008-12-16, by Timo Jyrinki
-
Update french translation for 2.5.3 release.2008-12-16, by Éric Boumaour
-
disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989'2009-01-03, by John Bailey
-
Fix my accidental breakage of string freeze by borrowing a generic message from2008-12-16, by John Bailey
-
Minor comment change2008-12-16, by Mark Doliner
-
Set the display name before marking the connection as "connected."2008-12-16, by Mark Doliner
-
Only validate the font face if it's non-null2008-12-16, by Mark Doliner
-
Use a GString here when constructing the data. It's way more2008-12-16, by Mark Doliner
-
No functionality change--just cleanup.2008-12-16, by Mark Doliner
-
merge of 'b70000f3bf5c6b7f30121fb749d72ac869b58ae9'2008-12-16, by Elliott Sales de Andrade
-
Do something sane if the response is NULL when updating contact tokens,2008-12-16, by Elliott Sales de Andrade
-
Mark some parameters as const char * instead of char * and don't2008-12-16, by Mark Doliner
-
rewrapped ChangeLog lines by Paul again2008-12-16, by Ka-Hing Cheung
-
Use the friendly/vanity url when it's available in myspace2008-12-15, by Mark Doliner
-
German translation update2008-12-15, by Jochen Kemnade
-
merge of '8d8f6d7fcf4bbef4fe0e6f1008e25759c2b3932e'2008-12-15, by Mark Doliner
-
merge of '3b87c3b008c11c068a42eba55b3f5724cdac4ad4'2008-12-15, by Elliott Sales de Andrade
-
merge of '52e2a425de43a95def135fff5a6dbe87ed39acb5'2008-12-15, by John Bailey
-
Shuffling things around, remove stray whitespace, remove some forward2008-12-15, by Mark Doliner
-
merge of '91d403bb5dfadec9e38f0c0c058ababeed6fd9d7'2008-12-15, by Mark Doliner
-
Actually that last change did break regular login, but I don't feel like2008-12-15, by Elliott Sales de Andrade
-
Reapply 046452c275782ffd3218e3ae4863eaa8bf31a5f4 since it doesn't really2008-12-15, by Elliott Sales de Andrade
-
merge of '10ea019ecb33303883a9a34e547d2c04b8267a3d'2008-12-15, by Elliott Sales de Andrade
-
disapproval of revision 'af100261749125c03e3d490b01d36f8ea219bf8f'2008-12-15, by Elliott Sales de Andrade
-
merge of '1203a733696f95eef53b04b5078e0a779371b4d3'2008-12-06, by Kevin Stange
-
merge of '6ac9187d4f4437a087d58d63489c47664121f0b5'2008-12-03, by Kevin Stange
-
This string appears before the connection attempt, so it shouldn't be2008-10-04, by Kevin Stange
-
Fix ludicrously long idle times for Sametime 7.5 buddies by assuming idle time2008-12-15, by Laurent Montaron
-
Fix a crash in DNS SRV resolution when one of the required parameters is NULL.2008-12-15, by Florian Quèze
-
Don't allow connecting a SIMPLE account if no server is configured. Fixes #7767.2008-12-15, by Florian Quèze
-
Change the msim_msg_clone_element() function to respect the "dynamic_name"2008-12-15, by Mark Doliner
-
merge of '44bc6927617b36912dc84306fe8d80a6a9b942a3'2008-12-15, by Elliott Sales de Andrade
-
some other updates2008-12-15, by Ka-Hing Cheung
-
this is slightly more accurate2008-12-15, by Ka-Hing Cheung
-
For processing mobile OIM's, fix a crash when searching through each part2008-12-15, by Elliott Sales de Andrade
-
Fix a crashy little typo.2008-12-15, by Elliott Sales de Andrade
-
merge of '16c1dbfe5a0090d97df6477c7f8235365d07090c'2008-12-15, by Elliott Sales de Andrade
-
Change MySpace to wrap incoming messages in <span style="font-size: Npt;">2008-12-15, by Mark Doliner
-
Change the way we handle <span style='font-size: whatever;'> tags slightly.2008-12-15, by Mark Doliner
-
Split out MSN section in the ChangeLog. There are three points already and2008-12-15, by Elliott Sales de Andrade
-
merge of '237ac12c436b96cd8e5959a16892ab9dcba4c5da'2008-12-15, by Elliott Sales de Andrade
-
merge of '04afb3575719a357165d894133156d8c49f3c7a0'2008-12-15, by Ka-Hing Cheung
-
Updated Catalan translation.2008-12-14, by Josep Puigdemont
-
uncondtionally install some certificates and use them, References #6680.2008-12-15, by Ka-Hing Cheung
-
merge of '9d9dfe16667a3946233ae2a359de8856ee105289'2008-12-15, by Ka-Hing Cheung
-
Add support for receiving MSN offline messages that were sent from a mobile2008-12-15, by Elliott Sales de Andrade
-
Clean up msn_oim_report_to_user to avoid extra g_strdup's and call strchr2008-12-15, by Elliott Sales de Andrade
-
When parsing MSN message payload headers, check for folded lines. The only2008-12-14, by Elliott Sales de Andrade
-
merge of '2b2413559685df17d16670e7769c19d61235fc28'2008-12-14, by Ka-Hing Cheung
-
updated German translation (unready)2008-12-14, by Björn Voigt
-
Simplify a little bit2008-12-14, by Mark Doliner
-
German translation updated2008-12-14, by Jochen Kemnade
-
If the MSN user is in the userlist already, then check whether we know the2008-12-14, by Elliott Sales de Andrade
-
When getting the privacy lists, set the default network to unknown. If the2008-12-14, by Elliott Sales de Andrade
-
Remove a double call to xmlnode_get_namespace and multiple tests for xmlns2008-12-14, by Elliott Sales de Andrade
-
Make the add/remove buddy from list functions take a MsnUser* instead of the2008-12-14, by Elliott Sales de Andrade
-
Fix warnings where size_t/gsize was used for printf with the wrong format2008-12-14, by Paul Aurich
-
merge of '5097d28816eecf123094d27602b14963619bbc8b'2008-12-13, by Mark Doliner
-
merge of 'b777f3c2f3b9991830f31a5572d2bb0b030c2600'2008-12-12, by Richard Laager
-
Use one GString and pass it around instead of allocating and freeing a2008-12-13, by Mark Doliner
-
Remove unnecessary casting2008-12-12, by Mark Doliner
-
Remove stray whitespace2008-12-12, by Mark Doliner
-
Remove unneeded forward declarations. I guess my philosophy is to only2008-12-12, by Mark Doliner
-
Eliminate minor typographical differences between our version of the GPL2008-12-12, by Mark Doliner
-
I don't think it makes sense for these files to be here now that the prpl2008-12-12, by Mark Doliner
-
Fix up a bad merge on my part.2008-12-12, by Richard Laager
-
merge of '1588a62b7442c86d09ede6244012e7c0eed52478'2008-12-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin.openq' (head f1e6c695a05f8f625adbcfb280ed60933be86b87)2008-12-11, by Richard Laager
-
Turn on -Wformat-security and make it an error with GCC 4.2008-12-11, by Richard Laager
-
merge of '2d203a89c855916b5c37a95cc1869c15b24f812c'2008-12-11, by Richard Laager
-
merge of '5f86c51d96715086ed0790a769fd222be570c8ac'2008-12-08, by Richard Laager
-
merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'2008-12-08, by Richard Laager
-
Fix Bonjour to better deal with buddy values set to the empty string.2008-12-08, by Richard Laager
-
started updating the German translation2008-12-12, by Jochen Kemnade
-
merge of '2c63599660bb7ed2aa17389e548fbc0511b797ac'2008-12-12, by Mark Doliner
-
Use av_len in the same manner as everywhere else, for consistency.2008-12-12, by Sadrul Habib Chowdhury
-
merge of 'dd536145a4036177cabc4e4e1ac83dcdf1008a33'2008-12-11, by John Bailey
-
Credit beret for his patch. Refs #6300.2008-12-11, by John Bailey
-
merge of '6de8f788571b507b2c76125cc65f88db49c60790'2008-12-11, by Sadrul Habib Chowdhury
-
Use ref-counting to prevent a crash if request-auth callbacks are called2008-12-11, by Sadrul Habib Chowdhury
-
merge of '9a15955bb377eff51316851e03db1cd7a5f9ba7f'2008-12-11, by John Bailey
-
Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim2008-12-11, by Jaromír Karmazín
-
Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksum2008-12-11, by Paul Aurich
-
Support an empty <metadata/> element to indicate that a user has no XEP-00842008-12-11, by Paul Aurich
-
ChangeLog darkrain42's patch. I need to remember to do this when committing2008-12-11, by John Bailey
-
Tweak a few for loop conditions in the Perl bindings per Etan's suggestion.2008-12-11, by John Bailey
-
disapproval of revision '0538a6873b4fbb3c72cc0b6fc4d8b690d467686d'2008-12-11, by John Bailey
-
Fix off-by-ones in the perl loader where av_len is used. Fixes #7687.2008-12-11, by Paul Aurich
-
Remove the commas at the end of enumerator lists. This resolves warnings2008-12-11, by Florian Quèze
-
Remove mention of the reverted patch from the ChangeLog.2008-12-11, by John Bailey
-
merge of '17b584b23aee26cc5553b12483ab9b550eee8103'2008-12-11, by John Bailey
-
Keep track of the user ID in the MsimUser struct so that we have a copy2008-12-12, by Mark Doliner
-
Don't create a temporary PurpleBuddy when getting info for someone not2008-12-12, by Mark Doliner
-
String changes (a few of which I had already made, grumble grumble).2008-12-11, by Mark Doliner
-
Replace strrchr(..., '/')+1 with g_path_get_basename in QQ plugin. Didn't2008-12-11, by Elliott Sales de Andrade
-
Why #if 0\n#define something when you can just #undef it?2008-12-11, by Elliott Sales de Andrade
-
Fix some English in the QQ plugin. And remove some translated phrases that are2008-12-11, by Elliott Sales de Andrade
-
fixed some spelling errors in QQ protocol plugin:2008-12-10, by Björn Voigt
-
merge of '834b032b518f6b4ab9148b946ca635214a9388d8'2008-12-10, by Elliott Sales de Andrade
-
merge of '08fd5918978aecbd045771fb72fd0d80c7fcf941'2008-12-10, by Elliott Sales de Andrade
-
Further cleanup to fix CID 373.2008-12-10, by Daniel Atallah
-
Fix CID 399 - I'm reasonably sure this couldn't ever actually cause a NULL deref.2008-12-10, by Daniel Atallah
-
Clean up some stuff that the behavior has changed on to fix CID 398.2008-12-10, by Daniel Atallah
-
Updated included win32 meanwhile library to fix #75632008-12-10, by Daniel Atallah
-
Changelog the win32 SILC change. Fixes #73992008-12-10, by Daniel Atallah
-
Update SILC Toolkit used on win32 to 1.1.82008-12-10, by Daniel Atallah
-
Use g_free instead of free here too.2008-12-09, by Sadrul Habib Chowdhury
-
merge of '68a2ccd3df34ca17e6d788cfcbaf96a605bea2e5'2008-12-09, by Sadrul Habib Chowdhury
-
Make our profile text a little cleaner and more uniform across the protocols.2008-12-09, by Mark Doliner
-
Use g_free instead of free.2008-12-08, by Sadrul Habib Chowdhury
-
Minor cleanup: remove od->sn, since it's the same as PurpleAccount->username2008-12-07, by Mark Doliner
-
Sadrul pointed out that I'm less than bright today and let a // comment slip in.2008-12-07, by John Bailey
-
fixes a crash, I think I've seen this before somewhere else2008-12-15, by Ka-Hing Cheung
-
fixes a printf crash on Windows, reported by InstantBird developer fqueze2008-12-07, by Ka-Hing Cheung
-
ChangeLog a couple items and rearrange some items a bit.2008-12-06, by John Bailey
-
Fix a Zephyr crash and 10-second delay that can happen when you have an account2008-12-06, by Michael Terry
-
Fix a crash in purple_accounts_delete that happens when the buddy list hasn't2008-12-06, by Florian Quèze
-
2008.12.17 - flos <lonicerae(at)gmail.com>2008-12-17, by SHiNE CsyFeK
-
#if 0 out an unused function to suppress a compiler warning.2008-12-11, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head be9df40b197dab92a74c4bf346f64e538f7f99e5)2008-12-06, by SHiNE CsyFeK
-
2008.12.06 - flos <lonicerae(at)gmail.com>2008-12-06, by SHiNE CsyFeK
-
2008.12.05 - flos <lonicerae(at)gmail.com>2008-12-05, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)2008-12-05, by SHiNE CsyFeK
-
Fix emoticon map2008-11-20, by Hu Yong
-
Fix bug in send IM2008-11-20, by Hu Yong
-
Some new2008-11-19, by Hu Yong
-
Some new2008-11-19, by Hu Yong
-
Code clean2008-11-19, by Hu Yong
-
Code clean2008-11-19, by Hu Yong
-
Code clean2008-11-19, by Hu Yong
-
Code clean2008-11-19, by Hu Yong
-
Add a new variable to produce IM sequence number2008-11-19, by Hu Yong
-
Add some new function define2008-11-19, by Hu Yong
-
Support sending long IM message2008-11-19, by Hu Yong
-
Add a new function2008-11-19, by Hu Yong
-
Support long qun im2008-11-19, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Clean code2008-11-12, by Hu Yong
-
Fixed: Not set flag after qsort2008-11-12, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Code clean2008-11-12, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Clean debug info2008-11-12, by Hu Yong
-
Fix smiley map2008-11-11, by Hu Yong
-
New item2008-11-11, by Hu Yong
-
Move new functon qq_filter_str in2008-11-11, by Hu Yong
-
Change Qun number to unsigned long2008-11-11, by Hu Yong
-
Move function qq_filter_str in2008-11-11, by Hu Yong
-
Support new SMS MSG2008-11-11, by Hu Yong
-
Fixed: purple_circ_buffer not created before append2008-11-11, by Hu Yong
-
Correct QQ2005's login reply length2008-11-11, by Hu Yong
-
Add send_im_seq2008-11-11, by Hu Yong
-
Code clean2008-11-11, by Hu Yong
-
Rewrite according to im.c2008-11-11, by Hu Yong
-
Rewrite smiley convert function2008-11-11, by Hu Yong
-
Change Qun number to unsigned long2008-11-11, by Hu Yong
-
Change Qun number to unsigned long2008-11-11, by Hu Yong
-
Change Qun number to unsigned long2008-11-11, by Hu Yong
-
Code clean2008-11-11, by Hu Yong
-
Change Qun number to unsigned long2008-11-11, by Hu Yong
-
Change Qun number to unsigned long2008-11-11, by Hu Yong
-
Move smiley function to im.h2008-11-11, by Hu Yong
-
Move smiley function to im.c2008-11-11, by Hu Yong
-
Change QQ number to unsigned long2008-11-11, by Hu Yong
-
Change QQ number to unsigned long2008-11-11, by Hu Yong
-
Move a function to here2008-11-11, by Hu Yong
-
Change QQ number as unsigned long2008-11-11, by Hu Yong
-
Fixed bug: purple_debug_info may contain NULL string2008-11-03, by Hu Yong
-
Fixed double free2008-10-31, by Hu Yong
-
Fixed double free2008-10-31, by Hu Yong
-
change mail of ccpaging2008-10-31, by Hu Yong
-
propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)2008-10-30, by SHiNE CsyFeK
-
disapproval of revision '4a3731f468487751f392e59106f3554b1e70bd9d'2008-12-11, by John Bailey
-
Small leak fix.2008-12-06, by Sadrul Habib Chowdhury
-
ChangeLog some stuff.2008-12-06, by John Bailey
-
Fix a crash that happens when accessing the roomlist for an account that's2008-12-06, by Paul Aurich
-
Various nullprpl fixes. This stemmed from a complaint from a user in2008-12-06, by Paul Aurich
-
A patch to clean up authorization request related stuff. Fixes #7695.2008-12-06, by Paul Aurich
-
Patch to fix compatibility with ancient GTK+ (2.4 and earlier). Fixes #7582.2008-12-06, by Ryan Fan
-
Add a debug line and remove a duplicate "login=" get parameter which2008-12-06, by Mark Doliner
-
Make our purple_util_fetch_url_request() function able to handle2008-12-06, by Mark Doliner
-
Do not mistakenly use the preference to hide new IMs for persistent2008-12-05, by Sadrul Habib Chowdhury
-
Two functional changes here:2008-12-04, by Mark Doliner
-
Fix a typo in Mark's new comment.2008-12-04, by Richard Laager
-
Add a comment for the meaning of the return value of this function,2008-12-04, by Mark Doliner
-
Did I accidentally check these in or something? They shouldn't be here2008-12-03, by Mark Doliner
-
Binding fixes.2008-12-03, by Sadrul Habib Chowdhury
-
darkrain again2008-12-03, by Ka-Hing Cheung
-
merge of 'eb82ee09b8fde4b12b5de352686970ccc82a3db6'2008-12-02, by Marcus Lundblad
-
When adding custom smiley without a previous filename (which is the case when2008-12-02, by Marcus Lundblad
-
We'll need to update the copyright date in a bunch of places in a month2008-12-02, by Mark Doliner
-
Fix build2008-12-02, by Daniel Atallah
-
Some cleanup. The headers are all NUL delimited, so we don't need to mess with2008-12-02, by Daniel Atallah
-
Fix a NULL pointer deref. Fixes #7624.2008-12-02, by Daniel Atallah
-
(Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs.2008-12-02, by Daniel Atallah
-
Check in updated po files, so the nightly l10n stats script has2008-12-01, by Mark Doliner
-
I'm not sure how this ever worked...2008-12-01, by Daniel Atallah
-
merge of 'c3f6487e649e7fe5c5f960b9c86a256e09b3976e'2008-12-01, by Richard Laager
-
I forgot to ChangeLog the purple-remote addition. Refs #5598.2008-11-30, by John Bailey
-
Patch from 'jfd' (whose trac user account no longer exists) to implement2008-11-30, by John Bailey
-
XMPP smiley definitions from Kahlil Robinson, slightly tweaked. Fixes #3307.2008-11-30, by John Bailey
-
Fix up some missing icons.2008-11-30, by Richard Laager
-
Remove a couple of icons that don't exist.2008-11-30, by Richard Laager
-
Ethan informs me that I'm a moron.2008-11-30, by John Bailey
-
Avoid needlessly calling gethostname() if __HOSTNAME__ doesn't appear in the2008-11-29, by John Bailey
-
Replace some old code using fwrite() with a call to2008-11-29, by John Bailey
-
Rearrange the ChangeLog a bit since there are now so many Gadu-Gadu and XMPP2008-11-29, by John Bailey
-
Send the "client-accepts-full-bind-result" attribute for Google Talk when2008-11-29, by Paul Aurich
-
Don't try to get info for MUC's. Allow getting info for regular JID's and2008-11-29, by Paul Aurich
-
Revert the part of 280dc76b which broke XMPP resources such that only those2008-11-29, by John Bailey
-
This technically doesn't matter due to behavior elsewhere in the prpl, but2008-11-29, by Paul Aurich
-
Validate Gadu-Gadu UID's and perform proper CP1250 to UTF-8 conversions when2008-11-29, by Adam Strzelecki
-
me likes this better, References #55652008-11-29, by Ka-Hing Cheung
-
patch from darkrain42 that fixes a crash with a broken server, we probably2008-11-29, by Ka-Hing Cheung
-
Use glib log functions to show error messages.2008-11-28, by Sadrul Habib Chowdhury
-
Better wording and add info to the ChangeLog.2008-11-28, by John Bailey
-
Allow blank resources on XMPP when creating/modifying accounts. This works2008-11-28, by John Bailey
-
Some improvements to XMPP resource handling:2008-11-28, by Jonathan Sailor
-
Fix the namespace URL we look for on PEP reply stanzas to match the URL we2008-11-28, by Paul Aurich
-
Do not alter the killring on delete-prev or delete-next (char) operations.2008-11-27, by Sadrul Habib Chowdhury
-
The other day while struct hiding, I noticed a for loop that was checking2008-11-27, by Richard Laager
-
Whitespace fix2008-11-27, by Richard Laager
-
Add a comment to clarify code I initially thought was broken.2008-11-27, by Richard Laager
-
This is shipped with libpurple now, so installation notes are irrelevant.2008-11-27, by Richard Laager
-
Apparently pidginstock-artwork.c is gone.2008-11-26, by Richard Laager
-
Fix an unintended error in version-check when you have uncommitted changes.2008-11-26, by Richard Laager
-
Really, really compile2008-11-26, by Richard Laager
-
Really compile2008-11-26, by Richard Laager
-
Compile2008-11-26, by Richard Laager
-
A Warmenhoved patch from rwbarton to avoid showing the default instance2008-11-26, by Richard Laager
-
Remove the length parameter from zephyr_recv_convert(), because we were2008-11-26, by Richard Laager
-
merge of '812e8a74b31cd5bb1bcec2a4c71fd8d86e520054'2008-11-26, by Richard Laager
-
merge of '0398d649eb2c6ff34c18ee43f0599f3eb0085b5c'2008-11-26, by Richard Laager
-
Remove a space to eliminate a spurious diff between Pidgin's autogen.sh2008-11-25, by Richard Laager
-
Whoops, should return FALSE, not NULL, when jabber_buddy_find returns NULL2008-11-26, by Marcus Lundblad
-
Properly escape the status message.2008-11-26, by Sadrul Habib Chowdhury
-
Remove this timer when the switchboard is destroyed. Fixes a crash2008-11-25, by Mark Doliner
-
Remove the timer if sess->soap_table is NULL. I don't think this ever2008-11-25, by Mark Doliner
-
update po file and fix #7628 ("translation error in german pidgin error message")2008-11-25, by Jochen Kemnade
-
Fix the initial parsing of args in the win32 launcher to be more robust.2008-11-25, by Daniel Atallah
-
Use separate variables to keep track of the timer and the watcher.2008-11-25, by Mark Doliner
-
Formatting change: Split these if statements on to two lines2008-11-25, by Mark Doliner
-
I don't believe message should ever be null2008-11-25, by Mark Doliner
-
Minor whitespace changes and shuffle functions around to be in a more2008-11-25, by Mark Doliner
-
merge of '1b2d6e3c5b0a2de29e8789d768a61fd7f2a4b1da'2008-11-25, by Mark Doliner
-
Removed som extranious debug output2008-11-24, by Marcus Lundblad
-
Prevent a NULL printf crash.2008-11-24, by Daniel Atallah
-
Updates for federated/Yahoo buddies:2008-12-10, by Elliott Sales de Andrade
-
Use ContactEmail to add federated buddies to the AddressBook. Those on Yahoo2008-12-08, by Elliott Sales de Andrade
-
I think we don't need to keep track of the number of users on the FL. This2008-12-08, by Elliott Sales de Andrade
-
Handle the InvalidPassportUser response when adding buddies and report it to2008-12-08, by Elliott Sales de Andrade
-
Fix a typo in a name.2008-12-07, by Elliott Sales de Andrade
-
Split up that faultcode stuff I just changed. Stops it from printing an annoying2008-12-07, by Elliott Sales de Andrade
-
Deleting a contact without a ContactId doesn't work, so don't bother the server2008-12-07, by Elliott Sales de Andrade
-
Send FQY as the first thing when adding a buddy so that we know what network2008-12-07, by Elliott Sales de Andrade
-
Print a specific error to debug log about EmailDomainIsFederated error.2008-12-07, by Elliott Sales de Andrade
-
Send the SOAP faultcode to the callbacks for each Contact operation. They all2008-12-01, by Elliott Sales de Andrade
-
Get the MSN buddy's network ID from the FindMembership response.2008-12-01, by Elliott Sales de Andrade
-
Add tests for some known contact annotations. These don't do anything yet, but2008-11-28, by Elliott Sales de Andrade
-
When parsing the MSN AB, the contactType does not specify from which network2008-11-28, by Elliott Sales de Andrade
-
Check for NULL group_id before calling msn_group_new since that function will2008-11-28, by Elliott Sales de Andrade
-
Only get the artist and album if we are setting a Music mediatype.2008-11-24, by Elliott Sales de Andrade
-
Add the Games and Office media to MSN as attributes tacked on to the tune2008-11-24, by Elliott Sales de Andrade
-
merge of '27bbe0ce3ea70a4a4f830cb5f63e86c8ed26baca'2008-11-24, by John Bailey
-
ChangeLog'd the release notifications change2008-11-24, by Gary Kramlich
-
Don't request an acknowledgement on an auto-response message and don't set a2008-11-23, by Elliott Sales de Andrade
-
Cleaned up version of 2f409bcdde5ebbb1edf097aeb4b4366d7c71518d:2008-11-23, by Elliott Sales de Andrade
-
merge of '55175ee4e57c664f82028c9b5f73853595fa1bb0'2008-11-23, by Elliott Sales de Andrade
-
Hungarian translation updated2008-11-23, by Kelemen Gábor
-
merge of '896a0f459df5db1110a59f355c4b243c3c4be58d'2008-11-23, by Kelemen Gábor
-
Tweak a comment.2008-11-24, by John Bailey
-
ChangeLog the last few things I committed.2008-11-24, by John Bailey
-
Prevent the Buddy State Notification plugin from duplicating notices when2008-11-24, by Florian Quèze
-
Add a NULL check to fix a crash. Fixes #4516.2008-11-24, by Richard Laager
-
Credit Toby Schaffer for his patch.2008-11-23, by John Bailey
-
Enable atuo-response functionality on Zephyr. This should emulate the2008-11-23, by Toby Schaffer
-
I forgot to ChangeLog this earlier. Refs #220.2008-11-23, by John Bailey
-
merge of '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'2008-11-23, by John Bailey
-
merge of '1d9a1da300a6d07aa721ebc00ee40b928cdd790d'2008-11-23, by Elliott Sales de Andrade
-
disapproval of revision '2f409bcdde5ebbb1edf097aeb4b4366d7c71518d'2008-11-23, by Elliott Sales de Andrade
-
Replace spaces wth tabs in indentation and tabs with spaces in line continuations.2008-11-23, by Elliott Sales de Andrade
-
Mark added a workaround for not having enough parameters in this command.2008-11-23, by Elliott Sales de Andrade
-
merge of '8298236e9cd6a6127656eacf513bc6928bee9065'2008-11-23, by Elliott Sales de Andrade
-
disapproval of revision '050e412d19af350e54a9105f34339a2690d8fc08'2008-11-23, by Elliott Sales de Andrade
-
merge of '98fe04f817ef415faebd3f7a38b7f0588c0b0cba'2008-11-23, by Elliott Sales de Andrade
-
disapproval of revision '9020464484f831155faf5ec030cd374386c01e62'2008-11-23, by Elliott Sales de Andrade
-
Fix two warnings introduced by the image patch I committed earlier and make2008-11-23, by John Bailey
-
Kill off a bajillion comments that just needlessly duplicate function2008-11-23, by John Bailey
-
Support displaying buddy icons from Gadu-Gadu buddies. Fixes #220.2008-11-23, by Adam Strzelecki
-
A fix from Paul Aurich for a long-standing XMPP issue with duplicate buddies. Fixes #479.2008-11-21, by Daniel Atallah
-
Patch from Raiko Nitzsche to fix a crash when processing a LOGIN_REDIRECT with unexpected output. References #7563.2008-11-21, by Daniel Atallah
-
Don't try to free NULL xmlnodes stolen by jabber-receiving-xmlnode handlers2008-11-21, by Will Thompson
-
Is it valid to use purple_timeout_remove() to remove a timer when2008-11-25, by Mark Doliner
-
Add missing newline in debug message.2008-11-19, by Daniel Atallah
-
Counting is for dummies2008-11-18, by Mark Doliner
-
This should fix another crash I've seen. We weren't correctly2008-11-18, by Mark Doliner
-
I've seen this crash a few times where cmd->param_count is 4 and2008-11-18, by Mark Doliner
-
I know Mark was trying to save newlines, but I had one to spare.2008-11-18, by Richard Laager
-
merge of '9ffac1a19695cb6a4ed024bc6951cae029d6daaf'2008-11-18, by Richard Laager
-
Create DB42.2008-11-17, by Richard Laager
-
Don't log an error when parsing vcard data. Also, these messages2008-11-18, by Mark Doliner
-
Remove stray whitespace and wrap the function comments at less than 802008-11-17, by Mark Doliner
-
Fix a crash Jacky Lam noted on devel@pidgin.im:2008-11-17, by Richard Laager
-
Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check2008-11-17, by Richard Laager
-
A patch from db42 to fix right-to-left text in tooltips.2008-11-17, by Richard Laager
-
Try to be more compliant with the freedesktop.org icon spec thingy with2008-11-17, by Sadrul Habib Chowdhury
-
merge of '59b09f0d1f3f4226f7edfd8351478498fbd6b8d3'2008-11-17, by Mark Doliner
-
I don't know why we'd want the TUNE status to be saveable.2008-11-17, by Richard Laager
-
I hear elb is really into Pokémon2008-11-16, by Will Thompson
-
Add pidgin-emotes.svg to EMOTES_DEFAULT_24_SCALABLE. I don't know why it was2008-11-16, by Richard Laager
-
Small cleanup to make the SMILEYS variable consistent.2008-11-16, by Richard Laager
-
Add small.theme.in to POTFILES.in2008-11-16, by Richard Laager
-
Make the small smiley theme actually work.2008-11-16, by Richard Laager
-
Update the theme file to reflect the icons available. I did this like so:2008-11-16, by Richard Laager
-
Commit 16x16 smiley icons from Hylke (as well as the theme file).2008-11-16, by Hylke Bons
-
Commit some icons I resized from the default smiley theme. I'll be using2008-11-16, by Richard Laager
-
Adding ICQ X-Status icons from N3fr0n. These will be used as part of a small2008-11-16, by unknown
-
Add empty directories so I can start committing files individually.2008-11-16, by Richard Laager
-
Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.2008-11-16, by Richard Laager
-
Hungarian translation updated2008-11-23, by Kelemen Gábor
-
propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head a8cd841bcb25707847d12b7743eaf73cc27274af)2008-11-16, by Richard Laager
-
Fix the indentation level on the code changed by the last patch.2008-11-15, by Richard Laager
-
Patch from 'db42' to enable MD5 auth on ICQ. Refs #4449. Before I merge2008-11-15, by John Bailey
-
I got a crash happened at dereferencing chat when it's NULL, I think this2008-11-15, by Ka-Hing Cheung
-
Separate the parsing of data into a separate function from the reading of2008-11-15, by Mark Doliner
-
Make the two "read_cb()" functions more similar, and fix a rare2008-11-15, by Mark Doliner
-
kmstange pointed out that "joining" was misspelled here2008-11-15, by Mark Doliner
-
Use normalized chat names when searching for chats. This fixes an issue2008-11-15, by Sadrul Habib Chowdhury
-
Make this function match read_cb() in servconn.c. The bottom halves of2008-11-15, by Mark Doliner
-
It's not possible for wasted to be TRUE here. Wasted will only be TRUE2008-11-15, by Mark Doliner
-
It's not appropriate to set processing to TRUE here, either.2008-11-15, by Mark Doliner
-
It's not appropriate to set processing to FALSE here. I think this is2008-11-15, by Mark Doliner
-
If we're setting swboard here then we need to add the slplink to the2008-11-15, by Mark Doliner
-
Remove a few spurious debug_warns2008-11-14, by Mark Doliner
-
Fix an assertion failure/unlikely crash when:2008-11-14, by Mark Doliner
-
merge of '67feb999e0a93f08cec26793214137c5c5252e9e'2008-11-14, by Will Thompson
-
This dialog should have a title2008-11-14, by Mark Doliner
-
Make double-clicking a saved status activate it and close the window.2008-11-14, by Will Thompson
-
Seriously why would you ever do this? Use g_path_get_basename()2008-11-14, by Mark Doliner
-
Use basename() instead of splitting a path and then taking the last element.2008-11-14, by Mark Doliner
-
String changes. I'm kind of blindly making changes to the qq strings2008-11-14, by Mark Doliner
-
Our in-tree prpls probably shouldn't list authors who don't work on2008-11-14, by Mark Doliner
-
This preferences isn't used anywhere, and when we call get_string_list2008-11-14, by Mark Doliner
-
msn_session_get_swboard only returns null if we give it a null session,2008-11-14, by Mark Doliner
-
merge of '12d71b833c7d3451c58c50e6dc621a88d678d474'2008-11-14, by Richard Laager
-
Compile2008-11-14, by Richard Laager
-
Fix CID #3672008-11-14, by Richard Laager
-
Fix CID #3852008-11-14, by Richard Laager
-
Fix CID #3862008-11-14, by Richard Laager
-
Fix CID #3872008-11-14, by Richard Laager
-
Fix CID #3882008-11-14, by Richard Laager
-
Fix CID #3892008-11-14, by Richard Laager
-
Fix CID #3902008-11-14, by Richard Laager
-
Fix CID #391, #3922008-11-14, by Richard Laager
-
Fix CID #3702008-11-14, by Richard Laager
-
pkt can't ever be NULL here. It is only ever allocated once with g_newa(),2008-11-14, by Richard Laager
-
Fix CID #4012008-11-14, by Richard Laager
-
Fix CID #3842008-11-14, by Richard Laager
-
Minor documentation2008-11-14, by Mark Doliner
-
It's an error if purple_xfer_new fails, so use a g_return_val_if_fail2008-11-14, by Mark Doliner
-
merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'2008-11-14, by Elliott Sales de Andrade
-
Add M-erase as a default finch entry binding (delete-prev-word)2008-11-14, by Ethan Blanton
-
Attempt to avoid a crash in MSN. See the comment in the code.2008-11-13, by Mark Doliner
-
merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'2008-11-13, by Mark Doliner
-
cmdproc->data should never be null. Log a warning message if it2008-11-13, by Mark Doliner
-
A patch from Jaywalker to better handle conversations by user ID vs.2008-11-13, by Richard Laager
-
merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'2008-11-13, by Richard Laager
-
merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'2008-11-13, by Mark Doliner
-
Make another function static2008-11-13, by Mark Doliner
-
This doesn't matter, but I think the metaphor tends to be that you push2008-11-13, by Mark Doliner
-
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I2008-11-13, by Mark Doliner
-
This was originally a patch from Brian Geppert that corrected the 'silently2008-11-13, by John Bailey
-
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a2008-11-13, by Mark Doliner
-
For some reason the slpmsg and slplink functions don't have underscores2008-11-13, by Mark Doliner
-
There's no need for this variable anymore2008-11-13, by Mark Doliner
-
Make a few more functions static and remove a few declarations for2008-11-13, by Mark Doliner
-
msn_slplink_remove_slpcall() shouldn't be responsible for setting2008-11-13, by Mark Doliner
-
Make msn_slp_call_timeout static2008-11-13, by Mark Doliner
-
Move msn_slplink_send_msgpart() that it doesn't need a forward declaration2008-11-13, by Mark Doliner
-
Didn't mean to check this assert in. I mean, it's probably bad if it2008-11-13, by Mark Doliner
-
slplink->swboard will only be null if slplink->session is null. This2008-11-13, by Mark Doliner
-
Get rid of slplink->local_user because it's a copy of2008-11-13, by Mark Doliner
-
Use libtool to build static archives when --with-static-prpls is passed2008-11-12, by Mark Doliner
-
It should be more efficient to just use g_mallc() and then manually2008-11-12, by Mark Doliner
-
Move a few lines to eliminate the need for the "wasted" variable here.2008-11-12, by Mark Doliner
-
The "processing" flag basically says "this connection is busy, don't2008-11-12, by Mark Doliner
-
Get rid of an unnecessary if statement, and don't try to unref a2008-11-12, by Mark Doliner
-
Use a more appropriate signal for the markerline plugin. Fixes #7518.2008-11-12, by Sadrul Habib Chowdhury
-
Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)2008-11-12, by John Bailey
-
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'2008-11-12, by John Bailey
-
A patch from Math2Gold to fix the dbus-analyze-functions script to properly2008-11-13, by Richard Laager
-
When you choose Save As from the Conversation menu in Pidgin, the saved file2008-11-12, by Richard Laager
-
Make the Send button insensitive when there is no text in the input buffer.2008-11-13, by Elliott Sales de Andrade
-
Don't add the Send button to a gtkconv->lower_hbox when the data specifying it2008-11-13, by Elliott Sales de Andrade
-
Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.2008-11-11, by Ethan Blanton
-
This file was removed2008-11-10, by Mark Doliner
-
Update the TCL-HOWTO to some more modern nomenclature2008-11-09, by Ethan Blanton
-
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and2008-11-08, by Alex Willmer
-
Hylke added this file, presumably part of his duplicate icon structure2008-11-08, by Richard Laager
-
Fix a potential leak, thanks to "KuSh". Fixes #7463.2008-11-07, by Daniel Atallah
-
Fix a potential leak, thanks to "KuSh". Fixes #7464.2008-11-07, by Daniel Atallah
-
Fix a potential leak, thanks to "KuSh". Fixes #7465.2008-11-07, by Daniel Atallah
-
Make jabber_resource_have_capability polute the log a little less...2008-11-06, by Marcus Lundblad
-
Remove that hack involving GtkIMHtmlSmileys2008-11-05, by Marcus Lundblad
-
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml2008-11-03, by Marcus Lundblad
-
Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their2008-11-02, by Richard Laager
-
kluge pointed out that the segfault message still recommends people IM2008-11-02, by Richard Laager
-
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c2008-11-02, by Richard Laager
-
Fix POTFILES.in on trunk.2008-11-02, by Richard Laager
-
applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d2008-11-02, by Richard Laager
-
merge of '602d7960555cc685575a2a32397427df3e55a9a7'2008-11-01, by Sadrul Habib Chowdhury
-
merge of '8ed01adf0c9173501da81537854ce2954e9805e7'2008-11-01, by Sadrul Habib Chowdhury
-
A little clearer description for an option.2008-11-01, by Sadrul Habib Chowdhury
-
Temporarily remember account password across network disconnection to allow2008-11-01, by Stu Tomlinson
-
Don't populate the password field on the modify account dialog if we are2008-11-01, by Stu Tomlinson
-
x509_issuer_dn() should return the certificate's issuer name, not the cert2008-11-01, by Stu Tomlinson
-
This file was removed2008-10-31, by Mark Doliner
-
Fix these strings in trunk. This change was made in the2008-10-31, by Mark Doliner
-
Strip multiple leading mode characters from incoming nicknames.2008-10-31, by Marcos García Ochoa
-
Missing newline in debug message.2008-10-31, by Sadrul Habib Chowdhury
-
Kill some // comments. Sigh.2008-10-31, by Richard Laager
-
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us2008-10-30, by Richard Laager
-
purple_network_listen_map_external() is used in (at least) Bonjour. Given2008-10-30, by Richard Laager
-
Update the docs for purple_network_is_available(). It doesn't block.2008-10-30, by Richard Laager
-
Fix a compiler warning I introduce with the GtkSetting code.2008-10-30, by Richard Laager
-
merge of '06a7529af082c664858fd154ff5d83244e974f47'2008-10-30, by Richard Laager
-
Ignore autogen.args.2008-10-30, by Richard Laager
-
More Bonjour struct hiding fixes.2008-10-30, by Richard Laager
-
Fix some macros to work with hidden structs.2008-10-30, by Richard Laager
-
Fix my Tcl fix.2008-10-30, by Richard Laager
-
- Make autogen.sh find autogen.args when /bin/sh is not bash.2008-10-30, by Richard Laager
-
Use GtkSetting to obtain the tooltip preferences instead of our own hidden2008-10-30, by Richard Laager
-
Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin2008-10-30, by Sadrul Habib Chowdhury
-
Fix Bonjour to work with the hidden structs, except for proto_data.2008-10-30, by Richard Laager
-
Fix Tcl to compile with the hidden structs.2008-10-30, by Richard Laager
-
Credit Diego for that patch. Refs #7391.2008-10-30, by John Bailey
-
merge of '62e0eb23e1c2cd6ac1d8a7d96b6e598bd54ed0d2'2008-10-30, by John Bailey
-
merge of '843d513c3da12026fc35af070a23a3d11844824c'2008-10-30, by John Bailey
-
use some additional preproc logic to avoid copying the structs directly into the implementation files2008-10-30, by Gary Kramlich
-
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'2008-10-30, by John Bailey
-
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'2008-10-30, by Richard Laager
-
merge of '65d5236e936af6170109ef8c5af76c7871b9cc12'2008-10-30, by Gary Kramlich
-
This fixes a link error when linking with GNU ld and specifying the2008-10-30, by Diego Pettenò
-
merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'2008-10-29, by Sadrul Habib Chowdhury
-
Fixed a compiler warning (and remove an unnessesary cast)2008-10-29, by Marcus Lundblad
-
Allow focusing conversation history and the userlist focusable via2008-10-29, by Sadrul Habib Chowdhury
-
Fix a bug where right-clicking the user's name in a chat conversation2008-10-29, by Sadrul Habib Chowdhury
-
I suppose I should put my pidgin.im e-mail address here too since it's2008-10-29, by John Bailey
-
merge of '30922c7a0ed0323c9c88a1a70e4677aaab277a2f'2008-10-29, by John Bailey
-
2008.10.30 - flos <lonicerae(at)gmail.com>2008-10-30, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 4e892c470840f4ed8b012015b15ff8956166028a)2008-10-28, by SHiNE CsyFeK
-
update German translation2008-10-28, by Jochen Kemnade
-
merge of 'dcede21c9852ddddc60076539bfdb8d7e226df33'2008-10-28, by Daniel Atallah
-
merge of '58f8b2b331075660bb2f57e5dc82b32e039f8099'2008-10-28, by Daniel Atallah
-
Fix up my fix.2008-10-30, by Richard Laager
-
Fix some warnings:2008-10-30, by Richard Laager
-
Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG2008-10-30, by Richard Laager
-
Hide the blistnode, buddy, contact, group, and chat structs2008-10-28, by Gary Kramlich
-
I think we all agree that a link is okay.2008-10-28, by Richard Laager
-
merge of '7bdc0d34e54e09101ba68ba39703a8fd5081e8eb'2008-10-28, by Richard Laager
-
merge of '0d1b60430843a092248a2644865910266131add6'2008-10-27, by Stu Tomlinson
-
merge of '8abde19f1f7825af2ea2d62b7a00e1de7afd6492'2008-10-27, by Stu Tomlinson
-
merge of '9af1b5054f770dc244dcad8b55bdb61c0f3347a4'2008-10-27, by Daniel Atallah
-
escape nick change message2008-10-26, by Ka-Hing Cheung
-
Provide @pidgin.im email addresses for Gary and myself.2008-10-27, by Richard Laager
-
Remove duplicated code for building the lists.2008-10-27, by Richard Laager
-
Eliminate a pile of duplication in the About box.2008-10-27, by Richard Laager
-
disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'2008-10-27, by Stu Tomlinson
-
Gary and I were discussing how blogs have made the NEWS file less useful.2008-10-26, by Richard Laager
-
Perform some sanity checking on inbound IQs and send an error / drop as needed.2008-10-26, by Daniel Atallah
-
Improve our NetworkManager support in a couple of ways:2008-10-26, by Richard Laager
-
merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6'2008-10-25, by Richard Laager
-
ChangeLog the MSN certificate fix.2008-10-25, by Richard Laager
-
merge of '8a14c1d90381baa3c31adeedee7f673d58d66304'2008-10-25, by Richard Laager
-
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'2008-10-25, by Richard Laager
-
merge of '08956f503726c8222be7489f243810af590487e1'2008-10-21, by Richard Laager
-
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'2008-10-25, by Ka-Hing Cheung
-
Only build SSL plugins if the corresponding library is present.2008-10-25, by Will Thompson
-
Explicitly depend on automake >=1.9, and don't warn about GNU Make-isms.2008-10-25, by Will Thompson
-
What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't owned2008-10-24, by Marcus Lundblad
-
Make the CSS rgb() color parsing more robust. khc noted that it wouldn't work2008-10-24, by Daniel Atallah
-
Support rgb(r,g,b) style css color definitions. Fixes #7288.2008-10-24, by Daniel Atallah
-
gtk_widget_set_tooltip_text() is GTK+ >= 2.122008-10-24, by Daniel Atallah
-
More strings for translation.2008-10-22, by Sadrul Habib Chowdhury
-
Mark for translation now that we're unfrozen.2008-10-22, by Daniel Atallah
-
Clean up some unnecessary and unused code in the purple_circ_buffer_append()2008-10-22, by Daniel Atallah
-
Show when offline (because the plugin doesn't work no more).2008-10-21, by Sadrul Habib Chowdhury
-
merge of '27f7d38af8dba617aba8109d82e27907cd7d8b41'2008-10-21, by Daniel Atallah
-
This fixes a missing initializer warning I see with gcc 4.3 but haven't seen2008-10-21, by John Bailey
-
merge of 'c65b8e669e142607d030dfb83caf2d344faa8dbe'2008-10-21, by John Bailey
-
disapproval of revision '2506f7dd86d254a0a503554e51b61106f45e0f80'2008-10-21, by John Bailey
-
merge of '2506f7dd86d254a0a503554e51b61106f45e0f80'2008-10-21, by John Bailey
-
Patch from Luke Bratch:2008-10-21, by Luke Bratch
-
Mark a few people as retired. If I made mistakes here, let me know and I2008-10-21, by John Bailey
-
typo2008-10-21, by John Bailey
-
Per my volunteering, Stu's nomination, and Ethan's agreement, I am marking2008-10-21, by John Bailey
-
Using system libtool somehow resulted in a bunch of static libraries we2008-10-21, by Stu Tomlinson
-
Trigger url_fetch_connect_cb() asynchronously when the connection fails2008-10-21, by Daniel Atallah
-
Add debug output when proxy configuration issues are seen. This will help to2008-10-21, by Daniel Atallah
-
Prep for 2.5.3 ... or whatever comes next2008-10-20, by Ethan Blanton
-
Update win32 changelog for 2.5.2 - better late than never.2008-10-20, by Daniel Atallah
-
Fix a printf("%s", NULL). Fixes #7289.2008-10-20, by Daniel Atallah
-
NEWS and ChangeLog a bit.2008-10-19, by Elliott Sales de Andrade
-
merge of '0e036cef0f8a3bdfd1d7f7fc082edca43d3153df'2008-10-19, by Elliott Sales de Andrade
-
Apply khc's patch for ADL error 205, with a few changes to get around2008-10-19, by Elliott Sales de Andrade
-
merge of '15413347b7bb8ede3e50a8cab65b29ec8e93ab4f'2008-10-19, by Richard Laager
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'2008-10-09, by Richard Laager
-
Fix some clearly bogus translations of Finch2008-10-19, by Stu Tomlinson
-
merge of '4f7bf56fa49ba320a72f34b0df3e12c95b6bd84d'2008-10-19, by John Bailey
-
NEWSing.2008-10-19, by John Bailey
-
Galician translation updated (Frco. Javier Rial Rodríguez)2008-10-19, by Stu Tomlinson
-
fix a string format mismatch in the Dutch translation2008-10-19, by Stu Tomlinson
-
Afrikaans translation updated (Friedel Wolff)2008-10-19, by Stu Tomlinson
-
Portuguese (Brazilian) translation updated (Rodrigo Luiz Marques Flores)2008-10-19, by Stu Tomlinson
-
Slovak translation updated (Andrej Herceg)2008-10-19, by Stu Tomlinson
-
Estonian translation updated (Ivar Smolin)2008-10-19, by Stu Tomlinson
-
Dutch translation updated (Daniël Heres)2008-10-19, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)2008-10-19, by Stu Tomlinson
-
Czech translation updated (David Vachulka)2008-10-19, by Stu Tomlinson
-
Chinese (Hong Kong) translation updated (Ambrose C. Li)2008-10-19, by Stu Tomlinson
-
Mongolian translation added (gooyo)2008-10-19, by Stu Tomlinson
-
Slovenian translation updated (Martin Srebotnjak)2008-10-19, by Stu Tomlinson
-
Document the translation updates I noticed, I might have missed some2008-10-19, by Stu Tomlinson
-
Remove 'devel' from the version number2008-10-19, by Stu Tomlinson
-
Let's release. Either on a PC in Europe or in about 3 hours.2008-10-19, by Stu Tomlinson
-
NEWS! and more optimism, although timezones may disagree with me.2008-10-19, by Stu Tomlinson
-
Use the system libtool to build RPMs, hopefully this fixes any issues using2008-10-19, by Stu Tomlinson
-
po/ChangeLog doesn't include dates2008-10-19, by Stu Tomlinson
-
NEWS for 2.5.2.2008-10-19, by Sadrul Habib Chowdhury
-
Let's hear some NEWS2008-10-19, by Ethan Blanton
-
merge of '8d34db0f9667ef7735bb95c82f854d1a46ef2ddc'2008-10-18, by Ethan Blanton
-
Move the NEWS check from automake's check-news to the version-check2008-10-18, by Ethan Blanton
-
pidginstock-artwork.c must be DIST'd because it's translated2008-10-18, by Ethan Blanton
-
Instead of showing error message when trying to interactively add an2008-10-18, by Sadrul Habib Chowdhury
-
Set the urgent flag for conversation windows on receiving a /buzz etc.2008-10-16, by Sadrul Habib Chowdhury
-
I hope this isn't being too optimistic. I needed to commit something...2008-10-16, by Stu Tomlinson
-
Run the (relatively quick) version check before the (painfully long)2008-10-16, by Stu Tomlinson
-
merge of '293d86c14abc6f7b4838382bf85351bd687247c2'2008-10-16, by Sadrul Habib Chowdhury
-
merge of '77f42c8f25c38b4f966158a64ab3be36f00e0aa8'2008-10-13, by Sadrul Habib Chowdhury
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'2008-10-08, by Sadrul Habib Chowdhury
-
Check in updated versions of these from running stats.pl.2008-10-16, by Mark Doliner
-
Pass --no-location to msgmerge when generating the stats at2008-10-16, by Mark Doliner
-
References #6907, wrap a NULL check2008-10-12, by Ka-Hing Cheung
-
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'2008-10-12, by Ka-Hing Cheung
-
German update (2 new strings)2008-10-02, by Björn Voigt
-
Minor corrections to Swedish translation2008-10-02, by Marcus Lundblad
-
merge of '616765eabf8210a925bd2eab019bfb54f8d758fe'2008-10-02, by Kelemen Gábor
-
Add some debug output to the oscar encoding process.2008-10-02, by Daniel Atallah
-
merge of '7e6b96bf18be99338c17deae1128126df39d1a70'2008-10-02, by Laurynas Biveinis
-
Save the MSN ContactID after adding a buddy so it can be used for2008-10-02, by Elliott Sales de Andrade
-
merge of '550b0287adae13c3fb57b0b584f2b461370b8464'2008-10-02, by Elliott Sales de Andrade
-
merge of '791f3e070376e218af0a5c33695979827bbda747'2008-10-02, by Elliott Sales de Andrade
-
Set %HOME% when running in portable mode so that GTK+'s files get stored in the2008-10-02, by Daniel Atallah
-
Fix NULL pointer deref. Fixes #7258. Thanks to "jonassa" for noticing.2008-10-02, by Daniel Atallah
-
Allow the message notification plugin to flash windows on win32.2008-10-02, by Daniel Atallah
-
Set the connection display name to the server-assigned full jid for XMPP2008-10-02, by Daniel Atallah
-
Show a manually added new empty group even if the preference is not set.2008-10-06, by Sadrul Habib Chowdhury
-
Fix a bug in the irssi plugin where the windows wouldn't expand when the2008-10-04, by Sadrul Habib Chowdhury
-
Unbreak ABI.2008-10-02, by Sadrul Habib Chowdhury
-
add spell-checkable languages' translations2008-09-30, by Timo Jyrinki
-
Update Finnish translation for 2.5.2. (15 fuzzies in QQ left alone, not so2008-09-30, by Timo Jyrinki
-
updated German translation2008-09-30, by Jochen Kemnade
-
typo?2008-09-30, by Ka-Hing Cheung
-
print out the servconn number when it's disconnected2008-09-30, by Ka-Hing Cheung
-
attempts to resend message on switchboard error once, tested by maually2008-09-30, by Ka-Hing Cheung
-
Use the MSN passport in more places instead of the Contact ID if it's2008-10-02, by Elliott Sales de Andrade
-
Prevent DNS-SD TXT record strings from exceeding the maximum length.2008-09-30, by Daniel Atallah
-
German update for 2.5.22008-09-29, by Björn Voigt
-
Unleak2008-09-29, by Stu Tomlinson
-
Kill these warnings:2008-09-29, by Stu Tomlinson
-
Use purple_connection_error_reason() when network disconnections are2008-09-29, by Stu Tomlinson
-
Do not set the connect server for Google Talk accounts. Setting the2008-09-29, by Ethan Blanton
-
GtkBlist: don't set the Urgent hint whenever a connection error occurs or is updated2008-09-28, by Will Thompson
-
Add some strings before string freeze for some not-done code. Should be2008-09-28, by Elliott Sales de Andrade
-
Patch from Maiku to allow replying to a mobile contact that isn't on2008-09-28, by Elliott Sales de Andrade
-
merge of 'af100261749125c03e3d490b01d36f8ea219bf8f'2008-09-27, by Elliott Sales de Andrade
-
disapproval of revision '046452c275782ffd3218e3ae4863eaa8bf31a5f4'2008-09-27, by Elliott Sales de Andrade
-
merge of '2138d13a6116de36a5c3cbbb2a323bcbab72017a'2008-09-27, by Elliott Sales de Andrade
-
Update MSN Client Version (CVR) string to match 8.5.1302.2008-09-27, by Elliott Sales de Andrade
-
Fix a possible xmlnode leak and an extra g_strdup when processing2008-09-27, by Elliott Sales de Andrade
-
small German update (fixes the second part of #72172008-09-27, by Björn Voigt
-
de translation: update some of the more translatable strings2008-09-26, by Jochen Kemnade
-
Always send the MSN status code, even when we think we're already logged2008-09-26, by Elliott Sales de Andrade
-
Transliterate the group-names. I think there was a patch for this, but I can't find it now.2008-09-25, by Sadrul Habib Chowdhury
-
ChangeLog fix for crashing when using re-added custom smileys2008-09-25, by Marcus Lundblad
-
merge of '59e2b9896f25e8517b3f0f4d742c143e6fccd6e0'2008-09-25, by Marcus Lundblad
-
Make note of the yahoo ping fix in the Changelog.2008-09-25, by Daniel Atallah
-
Clean up the GtkSmileyTrees on active GtkIMHtml instances when a custom smiley2008-09-25, by Marcus Lundblad
-
Fix this debug message. Thanks to fledermaus who pointed it out.2008-09-24, by Mark Doliner
-
Use PURPLE_DEVEL_WEBSITE instead of hardcoding it.2008-10-09, by Richard Laager
-
Enable a number of default-disabled strong ciphers for NSS.2008-09-23, by Ethan Blanton
-
Another memory leak fix. Also, keep a copy of the alt-text in2008-09-23, by Sadrul Habib Chowdhury
-
A couple of compile warning fixes, a couple of memory leak plugs.2008-09-23, by Sadrul Habib Chowdhury
-
Add custom smiley support for XMPP. Closes #5627.2008-09-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e550112b97817b0eafc647bd8c0adddf2a262a62)2008-09-17, by Marcus Lundblad
-
merge of '11a3a54c2fe7e9807a6ef5d4a359d539688c2848'2008-09-17, by Marcus Lundblad
-
ChangeLog custom smileys for XMPP2008-09-17, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)2008-09-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)2008-09-13, by Marcus Lundblad
-
merge of '092bbcea7b768d21baff3362314e784b26b1ced7'2008-09-23, by Elliott Sales de Andrade
-
Only send a yahoo ping once an hour. The server doesn't like it when send it2008-09-23, by Daniel Atallah
-
Looks like we need to convert the message into XHTML first. Fixes #7160.2008-09-22, by Sadrul Habib Chowdhury
-
Add a comment documenting the internal.h situation for people using nullprpl2008-09-21, by Richard Laager
-
don't crash if we get a NLN command from someone not on the blist2008-09-20, by Ka-Hing Cheung
-
Fix a bug where some key-bindings wouldn't work with some .2008-09-20, by Sadrul Habib Chowdhury
-
Remove removed files from POTFILES.in2008-09-19, by Stu Tomlinson
-
2008.10.27 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.27 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.22 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.20 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.14 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.10 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.10 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.09 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.09 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-28, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.08 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.08 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.07 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.05 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
Flos Lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.04 - lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.05 - ccpaging <ccpagint(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.04 - ccpaging <ccpagint(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.03 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
Flos Lonicerae <lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2009.10.02 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.09.30 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.09.29 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.09.28 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
Update ChangeLog2008-10-22, by SHiNE CsyFeK
-
2008.09.26 - ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
patch 20080922 from ccpaging <ccpaging(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
2008.10.03 - Flos Loniceare<lonicerae(at)gmail.com>2008-10-22, by SHiNE CsyFeK
-
merge of '8c50cfe68a5cab6521acc54fedd6797e6c8b863f'2008-09-19, by SHiNE CsyFeK
-
propagate from branch 'im.pidgin.pidgin' (head 3f598d56f6f5742f395f67e76a28dc8abc26d97a)2008-09-19, by SHiNE CsyFeK
-
Show visited links in a different color. This also plugs a memory leak2008-09-19, by Sadrul Habib Chowdhury
-
Change some menutray internals. This makes the tray-icons behave better.2008-09-18, by Sadrul Habib Chowdhury
-
Apply khc's patch for 241 error. Tested it out myself. Cleaned up the2008-09-17, by Elliott Sales de Andrade
-
merge of 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'2008-09-17, by Elliott Sales de Andrade
-
Fix DNS resolution. I think I broke this this morning in my revision2008-09-16, by Mark Doliner
-
There was a little weirdness with the code that called the UI function2008-09-16, by Mark Doliner
-
Simplify two bits of code a little2008-09-16, by Mark Doliner
-
Change a string to be more user friendly (people shouldn't have any idea2008-09-16, by Mark Doliner
-
Improve a few comments2008-09-16, by Mark Doliner
-
Revert my revision 849d4f7265598a9f0340411c4c0c0401d488ec3b, which2008-09-16, by Mark Doliner
-
Don't use g_queue_get_length because it requires glib 2.42008-09-16, by Mark Doliner
-
Some minor cleanup; removal of unnecessary frees and setting stuff to NULL2008-09-16, by Daniel Atallah
-
Fix a double free. Fixes #70472008-09-16, by Stu Tomlinson
-
2008.09.19 - ccpaging <ccpaging(at)gmail.com>2008-09-19, by SHiNE CsyFeK
-
2008.09.15 - csyfek <csyfek(at)gmail.com>2008-09-15, by SHiNE CsyFeK
-
merge of '546bf87105ac5b97c3962c083dfab015d37d9b05'2008-09-15, by Daniel Atallah
-
merge of '365b2b0d8c5b010ad52640bc3f19a95168d44ded'2008-09-15, by Daniel Atallah
-
merge of '035bfdb2d9357e8feaf49c1fea3daa75cd90d74d'2008-09-15, by Daniel Atallah
-
merge of '6e857412566bb470d069d3f9bfccd5e7828abd0c'2008-09-15, by Daniel Atallah
-
merge of '021e8f6b481be8a2183a6c94379b98ef008cc534'2008-09-15, by Daniel Atallah
-
Fix handling mouse events with menus.2008-09-13, by Sadrul Habib Chowdhury
-
Richard failed to apply this change to the currently released version2008-09-12, by Kevin Stange
-
merge of '5316525f53e27f838d18a6a08b82c7d55f674591'2008-09-12, by SHiNE CsyFeK
-
Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.2008-09-11, by Daniel Atallah
-
Fix the SOCKS5 CHAP authentication to parse several messages if they are read at2008-09-11, by Daniel Atallah
-
merge of '3899adf4bc769e54b5338f295574ed8389025068'2008-09-11, by Daniel Atallah
-
merge of 'a636632c34e757253b9488f72068ffa94dc1727f'2008-09-11, by Richard Laager
-
Remove the preference for keeping the status message, and keep it always.2008-09-11, by Richard Laager
-
merge of '7b270e8b949f20550eec69f904e57b5431a83f10'2008-09-11, by Richard Laager
-
disapproval of revision 'fedd8495d3e49df957ae842bc5fa289452d048f8'2008-09-11, by Richard Laager
-
Add GPL headers to the yahoo_auth files based on Sean's recollection of communication with the authors.2008-09-11, by Daniel Atallah
-
merge of 'aaddbdd76370264a6f95b6d787b565061e3b40d6'2008-09-11, by Kevin Stange
-
Add things to the ChangeLog. Please add things to the changelog when2008-09-11, by Kevin Stange
-
merge of '9eaf43035d1d4af1bc92a49bb30f637211f80123'2008-09-11, by Kevin Stange
-
merge of 'b341289e9194564cc4f7250228a66b854c2ec3c5'2008-09-11, by Kevin Stange
-
disapproval of revision '8cebefbc6cd5d84acb69c74e69e8821f11dd225d'2008-09-15, by Daniel Atallah
-
disapproval of revision '5688199e261449d33b5803dafff50d860896ebcb'2008-09-15, by Daniel Atallah
-
disapproval of revision '5316525f53e27f838d18a6a08b82c7d55f674591'2008-09-15, by Daniel Atallah
-
2008.09.11 - csyfek <csyfek(at)gmail.com>2008-09-11, by SHiNE CsyFeK
-
2008.09.04 - ccpaging <ccpaging(at)gmail.com>2008-09-11, by SHiNE CsyFeK
-
disapproval of revision '92d52eef2994d2697999177804e3665989cfa352'2008-09-15, by Daniel Atallah
-
2008.09.02 - ccpaging <ccpaging(at)gmail.com>2008-09-11, by SHiNE CsyFeK
-
2008.08.16 - ccpaging <ecc_hy(at)hotmail.com>2008-09-11, by SHiNE CsyFeK
-
shuffle some code around to make sure are using the right errno,2008-09-11, by Ka-Hing Cheung
-
merge of '60045dbace89be557466fc68978290d5fe8b491d'2008-09-10, by Mark Doliner
-
Revert this change that was accidentally committed in f5ca7968 to remove2008-09-10, by Kevin Stange
-
Provide a preference to allow users to keep their status message when2008-09-10, by Richard Laager
-
Add some missing files to POTFILES.in.2008-09-10, by Richard Laager
-
Add libpurple/tests/libpurple.. to the list of files to ignore. I don't2008-09-10, by Richard Laager
-
Fix this g_return_val_if_fail. It should have been returning TRUE or2008-09-10, by Mark Doliner
-
In our child DNS lookup processes, don't bother to use select to watch2008-09-10, by Mark Doliner
-
Currently when a child dns resolver process reads a domain name from2008-09-10, by Mark Doliner
-
Use the more appropriate _unregister_handler function.2008-09-09, by Sadrul Habib Chowdhury
-
Fix a NULL pointer deref in the NSS SSL implementation with certain self-signed2008-09-08, by Daniel Atallah
-
Use the correct free() function.2008-09-08, by Daniel Atallah
-
Fix a TODO and mark a string translatable now that we're not string frozen.2008-09-08, by Daniel Atallah
-
Don't try to read data from a NULL filename in2008-09-07, by Elliott Sales de Andrade
-
merge of '4108bfcdd43ec618a7105588ec476f7cb3d68abb'2008-09-07, by Elliott Sales de Andrade
-
Prefs/Sounds: add some mnemonics2008-09-06, by Will Thompson
-
Add a "Mute sounds" tickybox in Prefs, mirroring Tools/Mute Sounds.2008-09-06, by Will Thompson
-
Uniquify auto-accepted file names to foo-2.tar.gz, not foo.tar.gz-2.2008-09-05, by Will Thompson
-
merge of '276af715e3b26cba28965e1fa14e8c6e5ac65a85'2008-09-06, by Elliott Sales de Andrade
-
Fix the conversation window closing unexpectedly. Again.2008-09-05, by Sadrul Habib Chowdhury
-
He is crazy, and he writes crazy patches.2008-09-05, by Sadrul Habib Chowdhury
-
merge of '44df11dd9d1db0245be1ab1ac5410821b1c9f2af'2008-09-04, by Sadrul Habib Chowdhury
-
The variable we use to keep track of the watcher of the ssl connection2008-09-04, by Mark Doliner
-
Fix the tab headers to display consistently when changing the "Show detailed2008-09-04, by Daniel Atallah
-
Added a workaround for receiving smileys from Jabbim,2008-09-11, by Marcus Lundblad
-
When receiving an <img/> without the "alt" attribute, set2008-09-11, by Marcus Lundblad
-
Fixed a memory error, which was due to me destroying some hashtables in the2008-09-08, by Marcus Lundblad
-
Patch from Phil Hannent fixing build on Windows2008-09-08, by Marcus Lundblad
-
Removed commented out declarations (oops)2008-09-06, by Marcus Lundblad
-
Updated to use latest spec. in XEP-02312008-09-05, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b5850556407753df7ee8b8fa84917779165fc58b)2008-09-04, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head e685599ddcc769d157547685b5498df0662de8a2)2008-09-04, by Sadrul Habib Chowdhury
-
The irssi wm does not need libpurple, and use relative path to libgnt.la2008-09-04, by Sadrul Habib Chowdhury
-
Report dbus/nm availability correctly2008-09-04, by Sadrul Habib Chowdhury
-
datallah reminds me that my strings suck2008-09-04, by Sadrul Habib Chowdhury
-
Don't select the GTK+ checkbox if the current version or a new er version is2008-09-04, by Daniel Atallah
-
Remove some stray references to the MIT kerberos stuff we distributed for a short time.2008-09-04, by Daniel Atallah
-
Parse the HTTP status code in the release notification plugin and only display2008-09-03, by Daniel Atallah
-
Updated swedish translation2008-09-02, by Peter Hjalmarsson
-
We can't have ./configure lying to you, can we?2008-09-06, by Elliott Sales de Andrade
-
Depend on NetworkManager >= 0.5.0 because NetworkManager.h does not2008-09-02, by Elliott Sales de Andrade
-
Don't check for NetworkManager support when we find out we're not2008-09-02, by Elliott Sales de Andrade
-
I just thought that was funny2008-09-02, by Ka-Hing Cheung
-
Return FALSE when a perl plugin cannot be loaded.2008-09-01, by Sadrul Habib Chowdhury
-
merge of 'aafdb65286c235642b3ed1ac877f14714653e6cb'2008-09-01, by Sadrul Habib Chowdhury
-
Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.2008-09-01, by Sadrul Habib Chowdhury
-
Fix compiling 'make plugin.so' when srcdir != builddir2008-09-01, by Sadrul Habib Chowdhury
-
Show 'ICQ UIN...' and 'Yahoo ID...' in the screenname field2008-09-01, by Sadrul Habib Chowdhury
-
disapproval of revision 'f5ca7968e3f6be8f81d068232d389e0b1dab784b'2008-09-11, by Kevin Stange
-
Things still need to be adjusted here.2008-09-01, by Hylke Bons
-
Add new artwork directory structure side by side with pidgin/pixmaps/ for smooth transition.2008-09-01, by Hylke Bons
-
Updated de translation2008-09-01, by Jochen Kemnade
-
take out default mute key binding2008-08-31, by Ka-Hing Cheung
-
Warnings cleanup from Lee Roach. Fixes #6242.2008-08-31, by Daniel Atallah
-
An optimization for purple_accounts_find() to eliminate a malloc/free per2008-08-31, by Daniel Atallah
-
Some Makefile cleanups to remove generated files from Lee Roach. Fixes #6609.2008-08-31, by Daniel Atallah
-
Clean up some debugging to avoid potential NULL string printf.2008-08-31, by Daniel Atallah
-
Press - or = in the accounts list to reorder accounts.2008-08-31, by Sadrul Habib Chowdhury
-
Add 'Nested Grouping' option in the grouping plugin2008-08-31, by Sadrul Habib Chowdhury
-
Try to preserve HTML attributes in notification dialogs2008-08-31, by Sadrul Habib Chowdhury
-
Now we're 2.5.2devel!2008-08-31, by Kevin Stange
-
Make this string translateable now that we're tagged and out of string2008-08-31, by Elliott Sales de Andrade
-
The pixmaps here are gone.2008-08-31, by Kevin Stange
-
NEWS! Because no-one else wants to do it...2008-08-31, by Elliott Sales de Andrade
-
Start NEWSing please.2008-08-31, by Kevin Stange
-
Add MSN error code 927 for suspended passports, and a little bit of2008-08-30, by Elliott Sales de Andrade
-
Stu's idea, I sort of did it the other way. I don't know if it will help2008-08-30, by Ka-Hing Cheung
-
merge of '0c4505a67ab2e90bf634a3d235022d369302e129'2008-08-30, by Elliott Sales de Andrade
-
Print out SOAP response data as it's received in chunks. Sure, that2008-08-30, by Elliott Sales de Andrade
-
Remove the (win32 only?!) QQ buddy icon pixmaps due to copyright concerns2008-08-30, by Stu Tomlinson
-
Add something Stu noted.2008-08-30, by Kevin Stange
-
Include the Windows tray icons in the source distribution.2008-08-30, by Kevin Stange
-
Here, now we have a list of things that were changed. I'm not sure if2008-08-30, by Kevin Stange
-
merge of '2907a92b5f377c1eb7ea400907a83a8d39b049d4'2008-08-29, by Luke Schierer
-
Updated he translation. Fixes #68262008-08-29, by Daniel Atallah
-
Updated zh_HK zh_TW translations. Fixes #68052008-08-29, by Daniel Atallah
-
Updated nn translation. Fixes #68022008-08-29, by Daniel Atallah
-
Updated pt_BR translation. Fixes #68002008-08-29, by Daniel Atallah
-
Updated Czech translation. Fixes #67962008-08-29, by Daniel Atallah
-
Updated Italian translation. Fixes #67892008-08-29, by Daniel Atallah
-
Updated Dutch translation. Fixes #67872008-08-29, by Daniel Atallah
-
Updated Spanish translation from jfs. Fixes #6694,#68762008-08-29, by Daniel Atallah
-
Updated Galician translation from Frco. Javier Rial Rodriguez. Fixes #6621.2008-08-29, by Daniel Atallah
-
The alias we retrieve from the roster is a private alias; use purple_serv_got_private_alias() to tell the core about it2008-08-29, by Evan Schoenberg
-
Update the tooltip if the status of the selected node changes.2008-08-29, by Sadrul Habib Chowdhury
-
2.5.1 update. And yay for second --no-location update in a row.2008-08-28, by Timo Jyrinki
-
Don't arbitrarily default font settings when none are specified for incoming2008-08-28, by Daniel Atallah
-
Build the XMPP Console plugin by default on windows too.2008-08-28, by Daniel Atallah
-
Some cleanup and a little leak fix that I thought I committed a while ago.2008-08-28, by Daniel Atallah
-
Patch from "brookingcharlie" to make "Open All Messages" the default response2008-08-28, by Daniel Atallah
-
Path from Toby Schaffer to fix a null ptr deref when adding a buddy. Fixes #6821.2008-08-28, by Daniel Atallah
-
Update win32 installer for cert changes.2008-08-27, by Daniel Atallah
-
merge of '153989e7ae76bd6d5247eca35699948dded65121'2008-08-27, by Ka-Hing Cheung
-
Add support for sending authorization for Basic proxy authentication when the2008-08-27, by Daniel Atallah
-
merge of '126251205c0faf12cb73ec60a10f1cf904b8166d'2008-08-27, by Ka-Hing Cheung
-
merge of '3acf6d9387524fb3b59c35e5e1db2847387c37af'2008-08-27, by Ka-Hing Cheung
-
merge of '6404d7635dd48f315b3c8fd3550970a417daa2ef'2008-08-27, by Ka-Hing Cheung
-
prints out the payload to debug log in case we get an invalid UBX command,2008-08-27, by Ka-Hing Cheung
-
remove misleading portion of the debug line2008-08-27, by Ka-Hing Cheung
-
Do a better job of detecting if the yahoo account is connecting through a HTTP2008-08-27, by Daniel Atallah
-
so turns out this is what I really need2008-08-27, by Ka-Hing Cheung
-
merge of '23de00c9ca4c1e5f6d10ff40c78d2647432260de'2008-08-27, by Ka-Hing Cheung
-
Return FALSE from purple_url_parse() if a host could not be determined2008-08-27, by Evan Schoenberg
-
purple_url_parse() now gracefully handles a url which is wholly invalid.2008-08-27, by Evan Schoenberg
-
merge of '44b23c8bda2576a9bfcd3eaa90f9188c455df575'2008-08-27, by Ka-Hing Cheung
-
disapproval of revision 'abcb63937b0282df910bc35d286c3f0d3245bfa5'2008-10-25, by Ka-Hing Cheung
-
disapproval of revision '44b23c8bda2576a9bfcd3eaa90f9188c455df575'2008-08-27, by Ka-Hing Cheung
-
add enough certs so we can verify msn servers, distributions that use2008-08-27, by Ka-Hing Cheung
-
Update Lithuanian translation2008-10-02, by Laurynas Biveinis
-
Revert translation.2008-08-29, by Hylke Bons
-
purple_str_to_time() didn't necessarily set "rest" under all circumstances.2008-08-26, by Daniel Atallah
-
merge of '3800c01dede1b6e3df0d6f637b4a865ff77e0efe'2008-08-26, by Sadrul Habib Chowdhury
-
German update for 2.5.12008-08-26, by Björn Voigt
-
One-canvas file for the status and tray icons, making a lot of files obsolete.2008-08-26, by Hylke Bons
-
Update French translation.2008-08-26, by Éric Boumaour
-
Add support for reading SOCKS proxy information from the Windows proxy settings.2008-08-26, by Daniel Atallah
-
merge of '3c1dec61837db8f0f51fc35f7ca26ff948a4e4f4'2008-08-26, by Elliott Sales de Andrade
-
Remove source line information from the LT translation2008-08-25, by Laurynas Biveinis
-
merge of '2dda5492ce310300c1b45a054126b0e52e760eaf'2008-08-25, by Laurynas Biveinis
-
Add some more code to the version-check target to test the ChangeLog files2008-08-25, by Richard Laager
-
hu.po: Updated Hungarian translation2008-10-02, by Kelemen Gábor
-
automake can spit out gzip & bzip2 tarballs at the same time, avoiding the2008-08-25, by Stu Tomlinson
-
Verify monotone tag and workspace version on 'make packages'.2008-08-25, by Ethan Blanton
-
Add release-time candy 'make release' and 'make packages' to the Makefile.2008-08-25, by Ethan Blanton
-
ICONS_22_SCALABLE doesn't exist anymore2008-08-24, by Stu Tomlinson
-
Use SOCKS proxy if specified when running in GNOME2008-08-24, by Stu Tomlinson
-
Do not allow setting empty shortcut for a custom smiley.2008-08-26, by Sadrul Habib Chowdhury
-
Show 'Edit' instead of 'pidgin-edit' in the edit buttons. Fixes #67422008-08-24, by Sadrul Habib Chowdhury
-
correctly say we support offline messages for all buddies, this was never2008-08-23, by Ka-Hing Cheung
-
Update the man page a bit.2008-08-23, by John Bailey
-
merge of '0394d7df6e47a5fa45b9a961d47614562888683e'2008-08-23, by Evan Schoenberg
-
Only disconnect xmpp connections during xml parsing if the error is an2008-08-22, by Stu Tomlinson
-
Update 16x16 protocol icons.2008-08-22, by Hylke Bons
-
Dialog icons. Man, these were getting old...2008-08-22, by Hylke Bons
-
Throbber test.2008-08-21, by Hylke Bons
-
merge of 'a3016031fd5b2669070b7d99b301874a29269f18'2008-08-21, by Mark Doliner
-
Source files for the new icons added in 2.5.0.2008-08-21, by Hylke Bons
-
merge of '43173262756f7a4040386ac05c0492431fa3c308'2008-08-21, by Mark Doliner
-
First steps to one-canvas workflow.2008-08-21, by Hylke Bons
-
Don't crash if user == NULL in a couple more places. Not exactly the2008-08-26, by Elliott Sales de Andrade
-
merge of '038d9d36d640ed83f9df5333d57dc0cd8b9ae847'2008-08-21, by Elliott Sales de Andrade
-
It's not "Accounts->Add/Edit" any more, it's now "Accounts->Manage Accounts".2008-08-20, by Richard Laager
-
In the Join/Part plugin, add the ability to apply the rules to2008-08-20, by Richard Laager
-
Bump the version to 2.5.1devel2008-08-20, by Richard Laager
-
merge of '2e9b29f761a49d4b15531f9efc0c1824f50cfb0d'2008-08-20, by Stu Tomlinson
-
Fix syntax error in Dutch translation2008-08-20, by Stu Tomlinson
-
Fix printf of a NULL string and also an invalid free. Fixes #66272008-08-20, by Daniel Atallah
-
disapproval of revision 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'2008-10-12, by Ka-Hing Cheung
-
disapproval of revision 'c3270f154f1777243d7c71b4e7eaa86bb417d93a'2008-09-17, by Elliott Sales de Andrade
-
Support some older versions of the ILN command. Apparently some IM2008-08-21, by Elliott Sales de Andrade
-
Apparently messenger@microsoft.com is some sort of server-side buddy2008-08-21, by Elliott Sales de Andrade
-
merge of '46196fef32aa6c83b1155e906772d576c064fa25'2008-08-20, by Elliott Sales de Andrade
-
hah2008-08-19, by Ethan Blanton
-
(21:05:09) datallah: i think there will be one soon (2.5.1), but it'll be because of MSN :D2008-08-19, by Ka-Hing Cheung
-
I forgot to add these new files to Makefile.am2008-08-19, by Daniel Atallah
-
Update the dates2008-08-19, by Stu Tomlinson
-
merge of '6ff1ad13faebe5a0404273212fa903636bb58d37'2008-08-19, by Elliott Sales de Andrade
-
Make the tray icons truly 22x22px.2008-08-20, by Hylke Bons
-
Darken the text of the extended-away icon a bit.2008-08-19, by Hylke Bons
-
Change weird shape of the 22x22 app icon.2008-08-18, by Hylke Bons
-
More improvements.2008-08-18, by Hylke Bons
-
merge of '9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162'2008-08-18, by Stu Tomlinson
-
Remove all useless definitions. This will reduce the tarball size a lot.2008-08-18, by Hylke Bons
-
Oops, missed a bit of that patch there.2008-08-19, by Elliott Sales de Andrade
-
Properly free audio and video devices in the preferences.2008-08-27, by Mike Ruprecht
-
Fix up video preview error handling.2008-08-27, by Mike Ruprecht
-
Simplify device API. Use gchar* instead of GValue.2008-08-27, by Mike Ruprecht
-
merge of '3fd2b0bf399bc4820c027060ec6c82ed1ca6ca45'2008-08-27, by Mike Ruprecht
-
Make voice calls work with Finch.2008-08-24, by Mike Ruprecht
-
Restore autoprobe property when finished probing for devices.2008-08-24, by Mike Ruprecht
-
Update to Farsight2 0.0.3.2008-08-27, by Mike Ruprecht
-
Remove a bunch of extraneous GstBus messages from the debug output.2008-08-21, by Mike Ruprecht
-
Fix GStreamer assertion.2008-08-21, by Mike Ruprecht
-
Fixed a compile warning.2008-08-20, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)2008-08-18, by Mike Ruprecht
-
A patch from nowic to re-colorize the greyed out icon when a buddy signs2008-08-18, by Elliott Sales de Andrade
-
Close notify and request dialogs with PurpleSslConnection as handle.2008-08-18, by Elliott Sales de Andrade
-
I am still hoping for a release2008-08-17, by Ka-Hing Cheung
-
It helps to rename the function2008-08-17, by Mark Doliner
-
merge of '6b6139039fdaaf6ab1059337085b3b6267bb474e'2008-08-17, by Mark Doliner
-
Fix make file.2008-08-17, by Hylke Bons
-
Correct documentation about list account options to reflect what the key and2008-08-17, by Will Thompson
-
Ellipsize the "n people in room" text if necessary.2008-08-17, by Will Thompson
-
merge of '183a46fcac287d4b1661ab0a96f7cbd2e2d5b5a0'2008-08-17, by Elliott Sales de Andrade
-
A little function renaming and organization2008-08-17, by Mark Doliner
-
NEWSinating the country side. NEWSinating the peasants.2008-08-16, by Mark Doliner
-
Sharper 16x16 application icon thanks to QuLogic.2008-08-16, by Hylke Bons
-
Pixel polish.2008-08-16, by Hylke Bons
-
merge of '81070314dbb1793818b946813e1f0cdfda74f7ca'2008-08-16, by Evan Schoenberg
-
Fixed an inverted g_return_val_if_fail() which caused gadu-gadu to always set an available status with no status message2008-08-16, by Evan Schoenberg
-
Fix compiling with glib < 2.62008-08-16, by Stu Tomlinson
-
Fix compiling with gtk < 2.62008-08-16, by Stu Tomlinson
-
.2008-08-16, by Ka-Hing Cheung
-
Turn off those MSN NOTification debug messages. It should work now, and2008-08-16, by Elliott Sales de Andrade
-
merge of '2bf1b91e196b9f481e1e0e63ba6aa28c9918ce6d'2008-08-16, by Elliott Sales de Andrade
-
merge of '3ba789b2288c2880c7a984b204ad5450055ba746'2008-08-16, by Daniel Atallah
-
I missed the traditional Chinese po file in the first round. References #6557.2008-08-16, by Daniel Atallah
-
NEWS!2008-08-16, by Elliott Sales de Andrade
-
I don't like this being un-alphabetical. :P2008-08-16, by Elliott Sales de Andrade
-
Windows icon file.2008-08-15, by Hylke Bons
-
Updated NEWS and chat icon.2008-08-15, by Hylke Bons
-
Fix dist2008-08-15, by Daniel Atallah
-
Oops, I forgot the actual Italian po file.2008-08-15, by Daniel Atallah
-
Updated Italian translation from Claudio Satriano. Fixes #6587.2008-08-15, by Daniel Atallah
-
applied changes from 5688199e261449d33b5803dafff50d860896ebcb2008-09-15, by SHiNE CsyFeK
-
applied changes from 92d52eef2994d2697999177804e3665989cfa3522008-09-15, by SHiNE CsyFeK
-
applied changes from 8cebefbc6cd5d84acb69c74e69e8821f11dd225d2008-09-15, by SHiNE CsyFeK
-
applied changes from f12c8903079425d7850fa183df0b3f937b2952be2008-09-15, by SHiNE CsyFeK
-
Fixed a ton of memory leaks.2008-08-18, by Mike Ruprecht
-
* Added input/output volume preferences for voice conversations.2008-08-17, by Mike Ruprecht
-
Only show the mute button when sending an audio stream.2008-08-17, by Mike Ruprecht
-
Decouple stream direction. Allows send only or recv only streams.2008-08-17, by Mike Ruprecht
-
Fix crash when gstreamer audio or video factory can't be found. References #66052008-08-16, by Mike Ruprecht
-
Stop additional media sessions within a single conversation for grouped contacts.2008-08-15, by Mike Ruprecht
-
Remove warning.2008-08-14, by Mike Ruprecht
-
Prevent multiple voice and video sessions within the same conversation.2008-08-14, by Mike Ruprecht
-
Changed PurpleMediaStreamType to PurpleMediaSessionType.2008-08-09, by Mike Ruprecht
-
Fixed up media functions in prpl.c and prpl.h, adding more documentation and2008-08-09, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)2008-08-09, by Mike Ruprecht
-
Update Lithuanian translation2008-08-25, by Laurynas Biveinis
-
* Added documentation to media.h and mediamanager.h2008-08-09, by Mike Ruprecht
-
Update Jingle implementation per recent standard changes.2008-08-03, by Mike Ruprecht
-
Added a mute button for the local microphone.2008-07-23, by Mike Ruprecht
-
Set the proper send codec in Farsight.2008-07-23, by Mike Ruprecht
-
merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'2008-07-19, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)2008-07-18, by Mike Ruprecht
-
Convert serv_* media functions to purple_prpl_* functions.2008-07-19, by Mike Ruprecht
-
Add two missed newlines for debug messages.2008-07-17, by Mike Ruprecht
-
Use the purple STUN server preference with the rawudp Farsight transmitter.2008-07-17, by Mike Ruprecht
-
Set the media pipeline to PLAYING immediately after initialization2008-07-17, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)2008-07-16, by Mike Ruprecht
-
Fix compiling without voice and video support.2008-07-16, by Mike Ruprecht
-
Added whether voice and video support has been enabled in Pidgin's About dialog.2008-07-16, by Mike Ruprecht
-
Fixed some memory leak issues involving GLists.2008-07-11, by Mike Ruprecht
-
Added ChangeLog.API entries.2008-07-11, by Mike Ruprecht
-
Added xmlnode_get_parent.2008-07-11, by Mike Ruprecht
-
Simplify the Jingle handlers by moving repetitive code into the parse function.2008-07-11, by Mike Ruprecht
-
Hide unnecessarily exposed Jingle handler functions2008-07-10, by Mike Ruprecht
-
Further decouple Jingle from iq.c2008-07-10, by Mike Ruprecht
-
Clarify the scope of two variables.2008-06-28, by Mike Ruprecht
-
Added better Farsight error handling.2008-06-27, by Mike Ruprecht
-
Wait to set up the voice and video GUI until the responder has accepted the session.2008-06-27, by Mike Ruprecht
-
Fix the order of the send/recv audio/video display widgets.2008-06-27, by Mike Ruprecht
-
Move the main voice and video pipeline into media.c and display more debug info.2008-06-27, by Mike Ruprecht
-
Add proper padding to the voice conference audio levels.2008-06-26, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)2008-06-26, by Mike Ruprecht
-
Widened the vertical audio levels.2008-06-26, by Mike Ruprecht
-
Move the audio progress bar widgets to be beside the video displays.2008-06-19, by Mike Ruprecht
-
Notify the user which type of media session the remote user wants to initiate.2008-06-12, by Mike Ruprecht
-
Preliminary video embedded in the conversation window. It's still kind of buggy.2008-06-10, by Mike Ruprecht
-
Fix assertion.2008-06-08, by Mike Ruprecht
-
New media icons. Thanks, hbons.2008-06-07, by Mike Ruprecht
-
Fix crash when receiving a session-initiate ack for a nonexistent session.2008-06-07, by Mike Ruprecht
-
Fix assertion.2008-06-07, by Mike Ruprecht
-
Send negotiated codecs in session-accept opposed to all local codecs.2008-06-07, by Mike Ruprecht
-
Jingle sessions now keep track of their transaction state to a degree.2008-06-07, by Mike Ruprecht
-
Silence warning.2008-06-06, by Mike Ruprecht
-
Listen to the media pipeline and display errors.2008-06-06, by Mike Ruprecht
-
Use the right namespaces for broadcasting and discovering Jingle support.2008-06-06, by Mike Ruprecht
-
Temporary fix to remove a 5-7 second delay when initiating a media session.2008-06-06, by Mike Ruprecht
-
Added the "media" attribute to the Jingle description element according2008-06-06, by Mike Ruprecht
-
Added some utility functions to convert PurpleMediaStreamType2008-06-06, by Mike Ruprecht
-
merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'2008-06-06, by Mike Ruprecht
-
Corrected debug labels s/"jabber"/"jingle"/2008-06-06, by Mike Ruprecht
-
Added functions to help create Jingle packets. Revised some of the Jingle flow.2008-06-04, by Mike Ruprecht
-
Added functions to help with the creation of Jingle packets.2008-06-03, by Mike Ruprecht
-
Added JingleSessionContent structure to store content information2008-06-03, by Mike Ruprecht
-
Further decoupled Jingle code from jabber.c:2008-06-02, by Mike Ruprecht
-
Moved Jingle message handlers from jabber.c to jingle.c.2008-06-02, by Mike Ruprecht
-
Fix crash bug when checking if a contact can do media when logging out.2008-06-02, by Mike Ruprecht
-
Check remote JID's capabilities for audio and video XEP support.2008-05-31, by Mike Ruprecht
-
Remove the "Call" button from the formatting toolbar.2008-05-31, by Mike Ruprecht
-
Create a proper media menu with options for audio, video, and2008-05-31, by Mike Ruprecht
-
Free the PurpleMedia object when the media session ends and fix ending2008-05-31, by Mike Ruprecht
-
merge of '38838bc806900103298d383237d2ae7cd60bbd82'2008-05-28, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)2008-05-27, by Mike Ruprecht
-
Broken merge.2008-05-27, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)2008-05-27, by Sadrul Habib Chowdhury
-
merge of '0685fc29468269a2af68268baa627b09f83339e4'2008-05-27, by Mike Ruprecht
-
Silence warning.2008-05-27, by Mike Ruprecht
-
Use USE_VV instead of USE_FARSIGHT.2008-05-28, by Mike Ruprecht
-
Change configure script to have a separate check for voice and video2008-05-28, by Mike Ruprecht
-
Require gstreamer-plugins-base-0.10 for compiling with voice and video2008-05-27, by Mike Ruprecht
-
Added better Farsight error handling. Fixes several crash bugs related2008-05-27, by Mike Ruprecht
-
Fix compiling with the --disable-vv switch.2008-05-25, by Mike Ruprecht
-
Fix video plugin/device preference and preview.2008-05-24, by Mike Ruprecht
-
Moved jingle.c global variable "sessions" into JabberStream.2008-05-24, by Mike Ruprecht
-
Updates voice and video to use Farsight 2, gets XMPP voice conferences2008-05-23, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)2008-04-13, by Sadrul Habib Chowdhury
-
Add log-handlers for farsight foo.2008-03-22, by Sadrul Habib Chowdhury
-
Fine tune the media (audio) widget in finch.2008-03-22, by Sadrul Habib Chowdhury
-
Change a few things:2008-03-22, by Sadrul Habib Chowdhury
-
Add Marcus Lundblad to the COPYRIGHT.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)2008-03-22, by Sadrul Habib Chowdhury
-
Some media support in finch. This needs to be updated for the got-accept signal.2008-03-22, by Sadrul Habib Chowdhury
-
Add the new jingle.c/h files.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)2008-03-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)2008-03-15, by Sadrul Habib Chowdhury
-
Show a message when the remote end terminates a session.2008-03-15, by Sadrul Habib Chowdhury
-
Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.2008-02-08, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)2008-02-06, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 7be65dacd56b6536cf745747e39a29f4f7f2644b)2008-06-11, by Richard Laager
-
New files used for custom smileys.2008-06-01, by Marcus Lundblad