Mercurial > pidgin.yaz
graph
-
merge of '1493925db036ee98f0fdb0209bff9f97ffd913f1'2007-05-25, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.aop_menu' (head 24d32faecffc36ede5a0abf75df4c6db4f3eb5b7)2007-05-25, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b2b0435d92302ced9beab7521249fd500aa6221b)2007-05-22, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f90aaf35063dc4fa1bd8b79d8e570348bfee2d6f)2007-05-21, by Gabriel Schulhof
-
merge of '73fe0aadf00e90ae634f0fbe253a634ce3f60b74'2007-05-25, by Sadrul Habib Chowdhury
-
Get rid of a run-time dbus warning due to an unregistered storedimg.2007-05-25, by Sadrul Habib Chowdhury
-
merge of 'cf129dbe4ceb5310e5b46c37f5fb2b3edefdd5f0'2007-05-25, by Sadrul Habib Chowdhury
-
Remove code duplication when creating im/chat panes.2007-05-25, by Sadrul Habib Chowdhury
-
merge of '68a7c85152f55e4b824422958bca00f79f48cd2f'2007-05-25, by Sadrul Habib Chowdhury
-
Remove code duplication for prpl-icon creation.2007-05-25, by Sadrul Habib Chowdhury
-
merge of '4e1b2a820428bb70308bc4a0b4ac886b230c9184'2007-05-25, by Sadrul Habib Chowdhury
-
merge of '1c63ff450cd444f6f7b3d9caa86407fca3584491'2007-05-25, by Sadrul Habib Chowdhury
-
merge of '27508136086ee6dc49a8fe0cb403e09f119ed485'2007-05-25, by Sadrul Habib Chowdhury
-
Add padding, get rid of compile warnings.2007-05-25, by Sadrul Habib Chowdhury
-
Use purple_conversation_extended_menu to add items in the conversation2007-05-25, by Sadrul Habib Chowdhury
-
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'2007-05-25, by Sadrul Habib Chowdhury
-
Remove outdated TODO from README.2007-06-18, by Jeffrey Connelly
-
Add two boolean options to account dialog, to allow displaying of2007-06-14, by Jeffrey Connelly
-
Update several outdated TODO comments.2007-06-14, by Jeffrey Connelly
-
Update for 0.7.2007-06-14, by Jeffrey Connelly
-
Fix crash when re-logging in.2007-06-14, by Jeffrey Connelly
-
Add new file, CHANGES, describing high-level changes to msimprpl.2007-06-14, by Jeffrey Connelly
-
msim_msg_get_integer() - if could not find element, return 0.2007-06-14, by Jeffrey Connelly
-
Change to use const gchar * where appropriate.2007-06-14, by Jeffrey Connelly
-
Implement msim_get_info() for users on the user's buddy list.2007-06-14, by Jeffrey Connelly
-
Add msim_offline_message() for offline message status. Always return TRUE,2007-06-14, by Jeffrey Connelly
-
Reorganize the tooltip text, to show more useful information.2007-06-14, by Jeffrey Connelly
-
Show buddy information in tooltip text, and the display name for status text.2007-06-14, by Jeffrey Connelly
-
Remove user_lookup_cache from MsimSession in header file.2007-06-13, by Jeffrey Connelly
-
Remove user_lookup_cache, and display placeholders for status and tooltip text.2007-06-13, by Jeffrey Connelly
-
Make msim_remove_buddy() functional. It now sends the delbuddy, persist,2007-06-13, by Jeffrey Connelly
-
Bug fixes in MsimMessage:2007-06-13, by Jeffrey Connelly
-
Remove msim_get_own_uid{,_cb}() - it is not needed, since the login2007-06-13, by Jeffrey Connelly
-
Several small changes to work towards a working msim_remove_buddy():2007-06-13, by Jeffrey Connelly
-
Send typing notifications (tested).2007-06-12, by Jeffrey Connelly
-
Add TODO in order to fix msim_tooltip_text.2007-06-11, by Jeffrey Connelly
-
Add msim_uid2username_from_blist() to lookup a username by userid, by2007-06-07, by Jeffrey Connelly
-
Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.2007-06-06, by Jeffrey Connelly
-
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.2007-06-06, by Jeffrey Connelly
-
Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the2007-06-05, by Jeffrey Connelly
-
Add, but do not use, two new functions to postprocess outgoing messages2007-06-05, by Jeffrey Connelly
-
Add untested implementation of msim_incoming_action().2007-06-05, by Jeffrey Connelly
-
Transition msim_incoming_im() to the callbackless infrastructure. Remove2007-06-05, by Jeffrey Connelly
-
Add message preprocessing in msim_preprocess_incoming(), to resolve2007-06-05, by Jeffrey Connelly
-
msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and2007-06-04, by Jeffrey Connelly
-
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.2007-06-04, by Jeffrey Connelly
-
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove2007-06-04, by Jeffrey Connelly
-
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),2007-06-04, by Jeffrey Connelly
-
Add msim_msg_insert_before(), needed since some elements must be in a certain order.2007-06-04, by Jeffrey Connelly
-
Remove 'flags' from send_im_cb_struct - it was never needed.2007-06-04, by Jeffrey Connelly
-
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.2007-06-04, by Jeffrey Connelly
-
Change msim_msg_debug_string() to msim_msg_dump(), which prints the string2007-06-04, by Jeffrey Connelly
-
Change MsimSession.sesskey to an integer (used to be a string), now that2007-06-03, by Jeffrey Connelly
-
Add (incomplete) msim_remove_buddy().2007-06-03, by Jeffrey Connelly
-
Add GCC sentinal attribute to msim_send().2007-06-03, by Jeffrey Connelly
-
Add missing argument to debug string.2007-06-03, by Jeffrey Connelly
-
Add incomplete msim_add_buddy() implementation.2007-06-03, by Jeffrey Connelly
-
In debug messages about unknown message element types, display character in addition to numeric code.2007-06-03, by Jeffrey Connelly
-
Previously, the return value of the processing function and msim_process() told2007-06-03, by Jeffrey Connelly
-
Add, but do not use, incomplete functions for using typing notifications.2007-06-02, by Jeffrey Connelly
-
Show online buddies on buddy list as online.2007-06-02, by Jeffrey Connelly
-
Add delete buddy.2007-06-02, by Jeffrey Connelly
-
Update version to 0.6.2007-06-02, by Jeffrey Connelly
-
Use symbolic constants for persist messages.2007-06-02, by Jeffrey Connelly
-
Cosmetic improvement to MsimMessage debug output.2007-06-02, by Jeffrey Connelly
-
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incoming2007-06-02, by Jeffrey Connelly
-
Fix double-free crash when sending messages (typo). Works again.2007-06-01, by Jeffrey Connelly
-
(Plugin partially functional) Fix msim_msg_get() search.2007-06-01, by Jeffrey Connelly
-
Trivial fixes to clean up MsimMessage.2007-06-01, by Jeffrey Connelly
-
Use MsimMessage for receiving messages everywhere, instead of GHashTable.2007-06-01, by Jeffrey Connelly
-
Move msim_send() to message.h, since it is implemented in message.c.2007-06-01, by Jeffrey Connelly
-
msim_msg_get_element() -> msim_msg_get(), now in header file.2007-06-01, by Jeffrey Connelly
-
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).2007-06-01, by Jeffrey Connelly
-
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.2007-06-01, by Jeffrey Connelly
-
Parenthesize 5 * 1024, in case the macro expansion occurs within a complex2007-06-01, by Jeffrey Connelly
-
Change msim_msg_get_element to msim_msg_get.2007-06-01, by Jeffrey Connelly
-
Fix msim_parse() to correctly parse into an MsimMessage *.2007-06-01, by Jeffrey Connelly
-
merge of '8bb110590d07631c51fb0be00d16deee9b1ec0d9'2007-06-01, by Jeffrey Connelly
-
merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'2007-06-01, by Jeffrey Connelly
-
Remove duplicate RC4 from cipher.c (third try; still getting used to MTN)2007-06-01, by Jeffrey Connelly
-
(Plugin loads, but cannot do anything useful)2007-06-01, by Jeffrey Connelly
-
disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'2007-06-01, by Jeffrey Connelly
-
Remove erroroneous duplicate RC4 implementation.2007-06-01, by Jeffrey Connelly
-
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.2007-05-31, by Jeffrey Connelly
-
merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2'2007-05-31, by Jeffrey Connelly
-
Add MsimMessage implementation (sending only).2007-05-31, by Jeffrey Connelly
-
merge of '1f2b180ddf79376f0e3e803ced552148335c08b4'2007-05-31, by Jeffrey Connelly
-
explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589'2007-05-30, by Jeffrey Connelly
-
merge of '6525314558c2dea73ad89f89cd7772b645cc8b40'2007-05-25, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589)2007-05-25, by William Ehlhardt
-
Bump to 2.0.2devel. TODO: Decide if this should be 2.1.02007-05-25, by Sean Egan
-
message.c: In function 'jabber_message_send_im':2007-05-25, by Richard Laager
-
Update a comment: We don't check idle status every 5 seconds any more.2007-05-25, by Richard Laager
-
merge of '1217588be214ebbe1dd9559e386d8a8e6f9cfc03'2007-05-25, by Etan Reisner
-
NEWSination2007-05-25, by Nathan Walp
-
merge of '7c29037a04f1949b8226b412c8437956511cac2c'2007-05-25, by Nathan Walp
-
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'2007-05-25, by Nathan Walp
-
- Document some weird-looking logic in the GnuTLS plugin.2007-05-25, by William Ehlhardt
-
Add note on use of purple_ssl_input_add2007-05-25, by William Ehlhardt
-
NEWS what little I did for this release.2007-05-25, by Etan Reisner
-
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'2007-05-25, by Stu Tomlinson
-
NEWS.0.12007-05-25, by Stu Tomlinson
-
NEWS!2007-05-25, by Luke Schierer
-
Start the release process2007-05-25, by Sean Egan
-
fixes #12652007-05-25, by Maurício Collares
-
fixes #12282007-05-25, by Björn Voigt
-
proper credit2007-05-25, by Luke Schierer
-
merge of '98adfa78dbac6ceee05caeb096498a3fecf7fd55'2007-05-25, by Stu Tomlinson
-
Update the translator name for zh_HK (name taken from zh_HK.po)2007-05-25, by Stu Tomlinson
-
It's valid for different types to be compared. In that case, use existing positions.2007-05-25, by Richard Nelson
-
- Silence unnecessary errors from gtk-update-icon-cache2007-05-25, by Stu Tomlinson
-
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'2007-05-25, by Stu Tomlinson
-
merge of 'a4ba04d007c334f8f7304c5d953d6ac8084e970e'2007-05-24, by Ethan Blanton
-
Convert newlines to ' ' when receiving XHTML from Jabber2007-05-24, by Sean Egan
-
This should be better2007-05-24, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head a1c04042b2aa9af25eb7fd9dd61735303e6d11a0)2007-05-24, by William Ehlhardt
-
- Completed SslConnection fields docs2007-05-24, by William Ehlhardt
-
More documenting2007-05-24, by William Ehlhardt
-
Partial documentation on SslConnection struct2007-05-24, by William Ehlhardt
-
Clarify documentation2007-05-24, by William Ehlhardt