Mercurial > pidgin.yaz
graph
-
Fix problems with MSN when you use a wrong password.2007-06-02, by Stu Tomlinson
-
Fix for the protocol type being off by one in modify account dialog2007-06-02, by Stu Tomlinson
-
"truncate-multiline" property for GtkEntry was added in Gtk 2.102007-06-02, by Stu Tomlinson
-
purple_conv_chat_cb_find should be case sensitive in finding users to make2007-06-02, by Stu Tomlinson
-
disapproval of revision '2ad8703a579d72666763a6ba6e150ed8d68357e9'2007-06-06, by Sean Egan
-
Fix a compile error and kill a bucket full of compile warnings2007-06-02, by Stu Tomlinson
-
Aaaaaaaah!2007-06-03, by Gabriel Schulhof
-
Weirdness ...2007-06-03, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head bdd3cb040100fe925456b862d03cc6c5a61648ef)2007-06-02, by Gabriel Schulhof
-
Eliminate some type punning warnings in proxy.c. This was inspired by a2007-06-02, by Richard Laager
-
Now fix warnings from null_to_empty()'s constness.2007-06-02, by Richard Laager
-
The DBus bindings have a lot of warnings about calling g_free() on a2007-06-02, by Richard Laager
-
A patch from o_sukhodolsky to fix a couple warnings like this:2007-06-02, by Richard Laager
-
A patch from QuLogic to fix a bug with a zero timestamp for unidle notices2007-06-02, by Richard Laager
-
disapproval of revision '882bec7b9240768133433a448e9ff4e31e130832'2007-06-02, by Richard Laager
-
A patch from QuLogic to fix a bug with a zero timestamp for unidle notices2007-06-02, by Richard Laager
-
merge of 'a84459ea45867e3dae6ae81f29e4291b3d550190'2007-06-02, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)2007-06-01, by Gabriel Schulhof
-
- Wrote GnuTLS get_peer_certificates function2007-06-02, by William Ehlhardt
-
- Exposed the _Certificate struct definition in certificate.h2007-06-02, by William Ehlhardt
-
- Fixed a comment2007-06-02, by William Ehlhardt
-
- GnuTLS uses glib memory mgmt2007-06-02, by William Ehlhardt
-
- Added certificate.[ch] and got them integrated into the build2007-06-01, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 82644c8641c5089ed2cafd58983010f0144b7699)2007-06-01, by William Ehlhardt
-
Updated Slovenian win32 installer translation from Martin Srebotnjak. Fixes 14882007-06-01, by Daniel Atallah
-
disapproval of revision '71ed79a95ae8fc95aafeebbea64a8adcf4db8bfd'2007-07-12, by Andreas Monitzer
-
merge of '56282c0e590e48f68f48934e6d0fe5bb4ecd518b'2007-07-11, by Andreas Monitzer
-
disapproval of revision 'c9ca4d2dd194ca90f6c34468efd8ad100e7a65b1'2007-07-11, by Andreas Monitzer
-
merge of '007f0633f939c4b61b75da8298db7ffd31dcb105'2007-07-11, by Andreas Monitzer
-
Fixed a bug that prevented multi-stage ad-hoc commands.2007-07-11, by Andreas Monitzer
-
XEP-0004 says that if no field type is specified, text-single should be assumed.2007-07-11, by Andreas Monitzer
-
Fixed some memory leaks.2007-07-11, by Andreas Monitzer
-
Fixed bug that caused incorrect stream negotiation, which ejabberd and openfire tolerate, but gtalk does not.2007-07-11, by Andreas Monitzer
-
disapproval of revision '417a908e6df613a5d005b70eb687e8f7b31d69b3'2007-07-12, by Andreas Monitzer
-
disapproval of revision '748fc054c9c8f73bfef7b348ecf35093fd478d81'2007-07-11, by Andreas Monitzer
-
Fixed a memory leak.2007-07-10, by Andreas Monitzer
-
Allowing img tags in XHTML messages (for MSN-style custom emoticons and other features).2007-07-10, by Andreas Monitzer
-
Added an option to require SSL or TLS when connecting to an XMPP server.2007-07-08, by Andreas Monitzer
-
Fixed a bug in the XMPP parser involving event handlers that replace the xmlnode packet. This caused double frees in this situation. The replacing function must free the xmlnode, since multiple event handlers could do this, and the intermediate xml trees would leak otherwise.2007-07-03, by Andreas Monitzer
-
Fixed copy/paste error.2007-07-03, by Andreas Monitzer
-
Fixed a bug in xmlnode_copy, it didn't preserve the namespace in the copy.2007-07-03, by Andreas Monitzer
-
Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.2007-07-03, by Andreas Monitzer
-
disapproval of revision '217714a0fa711773c0d419f8cd82297ffc339507'2007-06-29, by Andreas Monitzer
-
Removed buzz support.2007-06-28, by Andreas Monitzer
-
Fixed a few bugs in the caps implementation, it should work properly now.2007-06-27, by Andreas Monitzer
-
Added buzz support using a private extension. Maybe I should write a XEP about that.2007-06-27, by Andreas Monitzer
-
Simplified registration callback per request of Sean.2007-06-22, by Andreas Monitzer
-
Forgot to implement XEP-0203 for presence packets, too.2007-06-20, by Andreas Monitzer
-
Implemented XEP-0203: Delayed Delivery2007-06-20, by Andreas Monitzer
-
Fixed a leak: The XML parser was never cleaned up on disconnect.2007-06-20, by Andreas Monitzer
-
Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't support this XEP.2007-06-19, by Andreas Monitzer
-
Implemented logging in/out of gateways, as explained in XEP-0100.2007-06-19, by Andreas Monitzer
-
Exposed the user search function, so that directory searches can be performed directly when the jid is known.2007-06-19, by Andreas Monitzer
-
Added the ability to register gateways, re-using most of the account registration code for this.2007-06-19, by Andreas Monitzer
-
Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.2007-06-18, by Andreas Monitzer
-
Removed some C99-code2007-06-18, by Andreas Monitzer
-
fixed a bug in the status change tracking code2007-06-18, by Andreas Monitzer
-
Removed one padding field from PurplePluginProtocolInfo to stay source compatible.2007-06-18, by Andreas Monitzer
-
Fixed weird bug that caused not supplying the account when searching for users.2007-06-18, by Andreas Monitzer
-
Fixed embarrassing typos. Maybe I shouldn't code while half asleep.2007-06-18, by Andreas Monitzer
-
Forgot to initialize the user tune2007-06-18, by Andreas Monitzer
-
svn revision 728 of Psi fixes the avatar namespace issue, so I can remove this workaround.2007-06-18, by Andreas Monitzer
-
Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.2007-06-18, by Andreas Monitzer
-
Removed a stale include2007-06-18, by Andreas Monitzer
-
Fixed a bug that resulted in not being able to receive any messages.2007-06-17, by Andreas Monitzer
-
Implemented user tune, currently untested.2007-06-17, by Andreas Monitzer
-
Fixed a minor mistake which could leave the usermood to be parsed incompletely.2007-06-17, by Andreas Monitzer
-
Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one.2007-06-17, by Andreas Monitzer
-
Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next.2007-06-17, by Andreas Monitzer
-
Fixed usermood memory management and removed publishing empty <text/>s.2007-06-15, by Andreas Monitzer
-
Minor syntactic sugar.2007-06-15, by Andreas Monitzer
-
PEP publishing features are now only announced in disco#info when PEP is supported by the server.2007-06-15, by Andreas Monitzer
-
Implemented a mood menu action (non-functional right now for some reason)2007-06-13, by Andreas Monitzer
-
Removed the huge enum for the user mood states, since it's now passed as localized strings anyways2007-06-12, by Andreas Monitzer
-
Fixed a few small mistakes I discovered while testing user mood in Adium.2007-06-12, by Andreas Monitzer
-
Fixed whitespace to match the coding convention used in libpurple2007-06-12, by Andreas Monitzer
-
Some more code style changes2007-06-12, by Andreas Monitzer
-
Fixed naming to adhere to the libpurple convention2007-06-12, by Andreas Monitzer
-
forgot to add usermood.[hc]2007-06-12, by Andreas Monitzer
-
implemented user mood, still missing the front end interface2007-06-11, by Andreas Monitzer
-
Implemented publishing events2007-06-06, by Andreas Monitzer
-
Small fix for caps2007-06-06, by Andreas Monitzer
-
Added the ability to define extensions to caps2007-06-06, by Andreas Monitzer
-
applied patch for supporting XEP-0199: XMPP Ping2007-06-06, by Andreas Monitzer
-
added preliminary frame for pep-support2007-06-06, by Andreas Monitzer
-
New API name change, per request of Sean.2007-06-05, by Andreas Monitzer
-
Fixed binary compatibility2007-06-05, by Andreas Monitzer
-
Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP.2007-06-05, by Andreas Monitzer
-
Set up .mtnignore to ignore the svn directories.2007-06-03, by Andreas Monitzer
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'2007-06-01, by Sean Egan
-
merge of '27642feec9fb0de47fa600a01c447c8030505350'2007-06-01, by Sean Egan
-
Add insert.png2007-06-01, by Sean Egan
-
merge of '1f2acb75f934f19f04262b06c2907dece2731ed2'2007-06-01, by Sean Egan
-
Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).2007-06-01, by Daniel Atallah
-
Link pidgin against gthread again (I only just removed it a few days ago and now it is needed again).2007-06-01, by Daniel Atallah
-
disapproval of revision '1f2acb75f934f19f04262b06c2907dece2731ed2'2007-06-06, by Sean Egan
-
merge of '65a2625990bbafe0f7d435e23be894ec9a7dc189'2007-06-01, by Sean Egan
-
merge of 'a07c6d482eb3c45f4ce691c86eb09a2a79786cd9'2007-05-31, by Sean Egan
-
merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'2007-05-31, by Sean Egan
-
disapproval of revision '3ac5981b26be545a8c546e09b6689c2359fad1bb'2007-05-31, by Sean Egan
-
Make sure of we _hide and _draw, it works.2007-06-04, by Sadrul Habib Chowdhury
-
Changed a malloc use to g_new02007-06-04, by Eric Polino
-
Fixed some curlies for functions2007-06-04, by Eric Polino
-
1. Cleaned up a bit of dirty formatting in the _register_action lines in _class_init2007-05-30, by Eric Polino
-
Cleaned up some comment garbage2007-05-21, by Eric Polino
-
Added myself to COPYRIGHT2007-05-21, by Eric Polino
-
Changed a comment block from // to /* */2007-05-21, by Eric Polino
-
Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.2007-05-21, by Eric Polino
-
New function purple_blist_node_get_type.2007-05-31, by Sadrul Habib Chowdhury
-
merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'2007-05-31, by Sadrul Habib Chowdhury
-
If there's no account at startup, sohw the 'New Account' dialog too.2007-05-30, by Sadrul Habib Chowdhury
-
merge of '072dda917fc312048b89471565db49dbffa435f2'2007-05-30, by Sadrul Habib Chowdhury
-
merge of '0a38e9dc34b72b02921967bb5ac7d827ed8638b1'2007-05-30, by Sadrul Habib Chowdhury
-
Do not send typing notification if you are typing a /-command.2007-05-29, by Sadrul Habib Chowdhury
-
Fix libgnt compilation on BSD and solaris. This references #516.2007-05-28, by Sadrul Habib Chowdhury
-
Add new function purple_xfer_get_remote_user.2007-05-27, by Sadrul Habib Chowdhury
-
Make sure if some plugin used pidgin_protocol_option_menu_new, they continue2007-05-27, by Sadrul Habib Chowdhury
-
merge of '15c67573c5441bdd943fcf07e496016c58492c19'2007-05-27, by Sadrul Habib Chowdhury
-
merge of '5161434de87f4642ea96466bde679769f874d68b'2007-05-27, by Sadrul Habib Chowdhury
-
merge of '73e35014c64a318321f84ca240fbc590a80e4bec'2007-05-26, by Sadrul Habib Chowdhury
-
merge of '2438302de25c5f5131f0c555507a057550b51c0f'2007-05-26, by Sadrul Habib Chowdhury
-
Remove the confusing 'OK' button from the auth dialog.2007-05-26, by Sadrul Habib Chowdhury
-
Show information about the user requesting authorization.2007-05-26, by Sadrul Habib Chowdhury
-
Fix #1284. "Pressing Ctrl+C while editing a buddy list alias shouldn't "Join a chat""2007-05-25, by Sadrul Habib Chowdhury
-
merge of '371fb91ec4fdb33fa482efe55111fe58d8758c3b'2007-05-25, by Sadrul Habib Chowdhury
-
Allow formatted text in the pounce dialog. Also, use the same code to2007-05-25, by Sadrul Habib Chowdhury
-
Fix the last merge.2007-05-25, by Sadrul Habib Chowdhury
-
merge of '2f10c41a04555ebc895ec5168c3c2996c738cbd9'2007-05-25, by Sadrul Habib Chowdhury
-
Forgot to remove spaces from before ;s2007-05-26, by Gabriel Schulhof
-
Coding style.2007-05-26, by Gabriel Schulhof
-
Minor change2007-05-26, by Gabriel Schulhof
-
Minor fix2007-05-26, by Gabriel Schulhof
-
Close smiley dialog on GDK_Escape or button 1 press.2007-05-26, by Gabriel Schulhof
-
merge of '03ea20ce538dad585a5a2d40778f242a1fd85a4b'2007-05-31, by William Ehlhardt
-
merge of 'b30d119437548516a2f7b28d4172f8fcd6238d10'2007-05-31, by William Ehlhardt
-
merge of '4538f6c33c0f8ed2d8e1f9124fb52bce0d676e63'2007-05-31, by William Ehlhardt
-
merge of '4b282994660451b15a8a393ef032d32e9bf00d2e'2007-05-31, by William Ehlhardt
-
- Added a description of preference grouping to the Prefs API code2007-05-30, by William Ehlhardt
-
- Add documentation for the internal CipherContext struct2007-05-30, by William Ehlhardt
-
disapproval of revision 'b0f6005b1330af13bce0bcb189a2c887036b5ea3'2007-05-31, by William Ehlhardt
-
Cosmetics2007-05-29, by William Ehlhardt
-
disapproval of revision 'e16819f96b34e350f6991bf0fab3d4fd7d0f91e7'2007-05-31, by William Ehlhardt
-
- Fixed the lack of callbackness2007-05-29, by William Ehlhardt
-
disapproval of revision '0c0e615a3bd08e34aba58d7249e23c3738c87341'2007-05-31, by William Ehlhardt
-
- Eliminate some warnings2007-05-29, by William Ehlhardt
-
disapproval of revision '38e35430b0f7a8b7d764fca702732e7f1c652d02'2007-05-31, by William Ehlhardt
-
- Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection was2007-05-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 5c2d6effc264261827fe521b1ae841611b61dde6)2007-05-29, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head 667956be4f81c42d9061470e5111d09a1516db33)2007-05-27, by William Ehlhardt
-
Don't save conversation window size to prefs if the window is maximized. Fixes #9202007-06-01, by Sean Egan
-
Maintain aspect ratio on global icon selector. Fixes #4542007-05-31, by Sean Egan
-
Fix default custom font2007-06-01, by Sean Egan
-
ChangeLog the custom font preference2007-05-31, by Sean Egan
-
merge of '906d9e8b2315b314b956961566ef8062cd963241'2007-05-30, by Daniel Atallah
-
Figured out how to keep reflecting current smiley theme after remove.2007-06-02, by Gabriel Schulhof
-
Need help reflecting selected smiley theme after remove2007-06-01, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 906d9e8b2315b314b956961566ef8062cd963241)2007-05-30, by Gabriel Schulhof
-
Fix pidgin mingw build not to link to unneeded libraries.2007-05-30, by Daniel Atallah
-
Fix win32 emoticon makefiles.2007-05-30, by Daniel Atallah
-
Credit tfujiwara2007-05-30, by Richard Laager
-
fixes #13192007-05-30, by Luke Ross
-
fixes #12952007-05-30, by Martin Srebotnjak
-
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme2007-05-30, by Richard Laager
-
Add config.cache to .mtn-ignore.2007-05-30, by Richard Laager
-
Credit o_sukhodolsky.2007-05-30, by Richard Laager
-
A change from o_sukhodolsky:2007-05-30, by Richard Laager
-
A change from o_sukhodolsky:2007-05-30, by Richard Laager
-
Another change from o_sukhodolsky:2007-05-30, by Richard Laager
-
Yet another change from o_sukhodolsky:2007-05-30, by Richard Laager
-
merge of '5628b597c447ec593feebd627ec56ad5304a2533'2007-05-30, by Richard Laager
-
merge of '158f2188a42dc47993ef8c4456fb084051cd485e'2007-05-30, by William Ehlhardt
-
fixing jabber ft is probably worth changelogging2007-05-30, by Nathan Walp
-
Another change from o_sukhodolsky2007-05-30, by Richard Laager
-
applied changes from b0f6005b1330af13bce0bcb189a2c887036b5ea32007-05-30, by William Ehlhardt
-
merge of '632209b9e639ccf967e69fa29e4d7b8b8036d515'2007-05-30, by Nathan Walp
-
merge of '3fd5ee085dbef9f02f50f39b8e982ffbb3ea05b5'2007-05-30, by Richard Laager
-
merge of '147124060f5119dfa16b7eef6a622a9075b85f77'2007-05-30, by Stu Tomlinson
-
merge of '416bcb7701d6018a64d105d7728c5ed19a264dfe'2007-05-30, by Stu Tomlinson
-
Another change from o_sukhodolsky.2007-05-30, by Richard Laager
-
Part of a patch from o_sukhodolsky.2007-05-30, by Richard Laager
-
Fix a small memory leak and eliminate a double-free.2007-05-30, by Richard Laager
-
We don't need to translate nullprpl.2007-05-30, by Richard Laager
-
ChangeLog cleanups2007-05-30, by Richard Laager
-
Minor changes:2007-05-30, by Richard Laager
-
this patch adds nullprpl, a mock protocol plugin, to the libpurple/protocols2007-05-30, by Ryan Barrett
-
fix socks5 from over-reading the headers, and throwing away data (fixes jabber file receiving)2007-05-30, by Nathan Walp
-
Updated comment.2007-05-29, by Gabriel Schulhof
-
Fixed smiley theme chooser label.2007-05-29, by Gabriel Schulhof
-
merge of 'd25352d4d47369224b6a555d8008b07f6a930ce4'2007-05-29, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 61738e60f23bfd0eec3701fb8c7c28f263bc04ed)2007-05-29, by Gabriel Schulhof
-
Credit for the ICQ authorization re-request fix2007-05-29, by Mark Doliner
-
Clean up some other ssi-related things. This commit and my last one2007-05-29, by Mark Doliner
-
Cleanup and simplification of some tlvlist stuff in the oscar protocol.2007-05-29, by Mark Doliner
-
merge of '3d155cfe6d5da449233ba5c19a6f5fea1a33467d'2007-05-29, by Richard Laager
-
merge of '4af1e220d3ae855eec7a057ef1e41b586abb8f5f'2007-05-29, by Sean Egan
-
merge of '4751c73009c45ab1f2514522886dc9d36f66c7fb'2007-05-29, by Nathan Walp
-
if there are multiple resources available, ask the user which resource to2007-05-29, by Nathan Walp
-
skip some unneeded queries that we don't particularly need or want2007-05-28, by Nathan Walp
-
don't do unneeded work2007-05-28, by Nathan Walp
-
whitespace2007-05-28, by Nathan Walp
-
(20:36:49) nosnilmot: we need to do something about 'Download Purple: http://pidgin.im/'2007-05-30, by Stu Tomlinson