Tue, 12 Jun 2007 03:40:38 +0000 |
Jeffrey Connelly |
Send typing notifications (tested).
|
Mon, 11 Jun 2007 06:17:16 +0000 |
Jeffrey Connelly |
Add TODO in order to fix msim_tooltip_text.
|
Thu, 07 Jun 2007 04:56:01 +0000 |
Jeffrey Connelly |
Add msim_uid2username_from_blist() to lookup a username by userid, by
|
Wed, 06 Jun 2007 04:38:03 +0000 |
Jeffrey Connelly |
Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.
|
Wed, 06 Jun 2007 02:49:35 +0000 |
Jeffrey Connelly |
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.
|
Tue, 05 Jun 2007 05:06:04 +0000 |
Jeffrey Connelly |
Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the
|
Tue, 05 Jun 2007 04:41:16 +0000 |
Jeffrey Connelly |
Add, but do not use, two new functions to postprocess outgoing messages
|
Tue, 05 Jun 2007 03:20:59 +0000 |
Jeffrey Connelly |
Add untested implementation of msim_incoming_action().
|
Tue, 05 Jun 2007 02:42:46 +0000 |
Jeffrey Connelly |
Transition msim_incoming_im() to the callbackless infrastructure. Remove
|
Tue, 05 Jun 2007 02:36:17 +0000 |
Jeffrey Connelly |
Add message preprocessing in msim_preprocess_incoming(), to resolve
|
Mon, 04 Jun 2007 04:06:58 +0000 |
Jeffrey Connelly |
msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and
|
Mon, 04 Jun 2007 03:55:35 +0000 |
Jeffrey Connelly |
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.
|
Mon, 04 Jun 2007 03:49:11 +0000 |
Jeffrey Connelly |
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove
|
Mon, 04 Jun 2007 03:30:55 +0000 |
Jeffrey Connelly |
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),
|
Mon, 04 Jun 2007 03:07:42 +0000 |
Jeffrey Connelly |
Add msim_msg_insert_before(), needed since some elements must be in a certain order.
|
Mon, 04 Jun 2007 02:31:02 +0000 |
Jeffrey Connelly |
Remove 'flags' from send_im_cb_struct - it was never needed.
|
Mon, 04 Jun 2007 02:19:51 +0000 |
Jeffrey Connelly |
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.
|
Mon, 04 Jun 2007 01:59:20 +0000 |
Jeffrey Connelly |
Change msim_msg_debug_string() to msim_msg_dump(), which prints the string
|
Sun, 03 Jun 2007 05:50:11 +0000 |
Jeffrey Connelly |
Change MsimSession.sesskey to an integer (used to be a string), now that
|
Sun, 03 Jun 2007 04:50:35 +0000 |
Jeffrey Connelly |
Add (incomplete) msim_remove_buddy().
|
Sun, 03 Jun 2007 04:40:15 +0000 |
Jeffrey Connelly |
Add GCC sentinal attribute to msim_send().
|
Sun, 03 Jun 2007 04:35:03 +0000 |
Jeffrey Connelly |
Add missing argument to debug string.
|
Sun, 03 Jun 2007 02:14:03 +0000 |
Jeffrey Connelly |
Add incomplete msim_add_buddy() implementation.
|
Sun, 03 Jun 2007 01:55:50 +0000 |
Jeffrey Connelly |
In debug messages about unknown message element types, display character in addition to numeric code.
|
Sun, 03 Jun 2007 01:28:59 +0000 |
Jeffrey Connelly |
Previously, the return value of the processing function and msim_process() told
|
Sat, 02 Jun 2007 21:46:22 +0000 |
Jeffrey Connelly |
Add, but do not use, incomplete functions for using typing notifications.
|
Sat, 02 Jun 2007 20:57:11 +0000 |
Jeffrey Connelly |
Show online buddies on buddy list as online.
|
Sat, 02 Jun 2007 04:55:07 +0000 |
Jeffrey Connelly |
Add delete buddy.
|
Sat, 02 Jun 2007 04:46:51 +0000 |
Jeffrey Connelly |
Update version to 0.6.
|
Sat, 02 Jun 2007 04:45:59 +0000 |
Jeffrey Connelly |
Use symbolic constants for persist messages.
|
Sat, 02 Jun 2007 03:26:06 +0000 |
Jeffrey Connelly |
Cosmetic improvement to MsimMessage debug output.
|
Sat, 02 Jun 2007 02:43:43 +0000 |
Jeffrey Connelly |
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incoming
|
Fri, 01 Jun 2007 06:20:23 +0000 |
Jeffrey Connelly |
Fix double-free crash when sending messages (typo). Works again.
|
Fri, 01 Jun 2007 06:17:54 +0000 |
Jeffrey Connelly |
(Plugin partially functional) Fix msim_msg_get() search.
|
Fri, 01 Jun 2007 06:11:40 +0000 |
Jeffrey Connelly |
Trivial fixes to clean up MsimMessage.
|
Fri, 01 Jun 2007 06:09:32 +0000 |
Jeffrey Connelly |
Use MsimMessage for receiving messages everywhere, instead of GHashTable.
|
Fri, 01 Jun 2007 05:52:25 +0000 |
Jeffrey Connelly |
Move msim_send() to message.h, since it is implemented in message.c.
|
Fri, 01 Jun 2007 05:48:27 +0000 |
Jeffrey Connelly |
msim_msg_get_element() -> msim_msg_get(), now in header file.
|
Fri, 01 Jun 2007 05:44:50 +0000 |
Jeffrey Connelly |
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).
|
Fri, 01 Jun 2007 05:28:46 +0000 |
Jeffrey Connelly |
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.
|
Fri, 01 Jun 2007 05:10:01 +0000 |
Jeffrey Connelly |
Parenthesize 5 * 1024, in case the macro expansion occurs within a complex
|
Fri, 01 Jun 2007 05:07:25 +0000 |
Jeffrey Connelly |
Change msim_msg_get_element to msim_msg_get.
|
Fri, 01 Jun 2007 04:55:42 +0000 |
Jeffrey Connelly |
Fix msim_parse() to correctly parse into an MsimMessage *.
|
Fri, 01 Jun 2007 04:47:54 +0000 |
Jeffrey Connelly |
merge of '8bb110590d07631c51fb0be00d16deee9b1ec0d9'
|
Fri, 01 Jun 2007 04:09:41 +0000 |
Jeffrey Connelly |
merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'
|
Fri, 01 Jun 2007 04:08:21 +0000 |
Jeffrey Connelly |
Remove duplicate RC4 from cipher.c (third try; still getting used to MTN)
|
Fri, 01 Jun 2007 04:47:25 +0000 |
Jeffrey Connelly |
(Plugin loads, but cannot do anything useful)
|
Fri, 01 Jun 2007 04:08:45 +0000 |
Jeffrey Connelly |
disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'
|
Fri, 01 Jun 2007 02:10:37 +0000 |
Jeffrey Connelly |
Remove erroroneous duplicate RC4 implementation.
|
Thu, 31 May 2007 06:09:46 +0000 |
Jeffrey Connelly |
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.
|
Thu, 31 May 2007 03:06:46 +0000 |
Jeffrey Connelly |
merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2'
|
Thu, 31 May 2007 02:29:50 +0000 |
Jeffrey Connelly |
Add MsimMessage implementation (sending only).
|
Thu, 31 May 2007 02:17:23 +0000 |
Jeffrey Connelly |
merge of '1f2b180ddf79376f0e3e803ced552148335c08b4'
|
Wed, 30 May 2007 02:56:25 +0000 |
Jeffrey Connelly |
explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589'
|
Fri, 25 May 2007 18:38:22 +0000 |
William Ehlhardt |
merge of '6525314558c2dea73ad89f89cd7772b645cc8b40'
|
Fri, 25 May 2007 17:56:39 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589)
|
Fri, 25 May 2007 17:53:58 +0000 |
Sean Egan |
Bump to 2.0.2devel. TODO: Decide if this should be 2.1.0
|
Fri, 25 May 2007 18:29:26 +0000 |
Richard Laager |
message.c: In function 'jabber_message_send_im':
|
Fri, 25 May 2007 16:17:50 +0000 |
Richard Laager |
Update a comment: We don't check idle status every 5 seconds any more.
|
Fri, 25 May 2007 04:03:19 +0000 |
Etan Reisner |
merge of '1217588be214ebbe1dd9559e386d8a8e6f9cfc03'
|
Fri, 25 May 2007 03:57:26 +0000 |
Nathan Walp |
NEWSination
|
Fri, 25 May 2007 03:48:55 +0000 |
Nathan Walp |
merge of '7c29037a04f1949b8226b412c8437956511cac2c'
|
Fri, 25 May 2007 03:43:49 +0000 |
Nathan Walp |
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'
|
Fri, 25 May 2007 05:22:25 +0000 |
William Ehlhardt |
- Document some weird-looking logic in the GnuTLS plugin.
|
Fri, 25 May 2007 04:34:43 +0000 |
William Ehlhardt |
Add note on use of purple_ssl_input_add
|
Fri, 25 May 2007 03:58:52 +0000 |
Etan Reisner |
NEWS what little I did for this release.
|
Fri, 25 May 2007 03:06:57 +0000 |
Stu Tomlinson |
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'
|
Fri, 25 May 2007 02:58:30 +0000 |
Stu Tomlinson |
NEWS.0.1
|
Fri, 25 May 2007 02:49:46 +0000 |
Luke Schierer |
NEWS!
|
Fri, 25 May 2007 02:44:05 +0000 |
Sean Egan |
Start the release process
|
Fri, 25 May 2007 02:40:42 +0000 |
Maurcio Collares |
fixes #1265
|
Fri, 25 May 2007 02:33:30 +0000 |
Bjrn Voigt |
fixes #1228
|
Fri, 25 May 2007 02:32:40 +0000 |
Luke Schierer |
proper credit
|
Fri, 25 May 2007 02:10:06 +0000 |
Stu Tomlinson |
merge of '98adfa78dbac6ceee05caeb096498a3fecf7fd55'
|
Fri, 25 May 2007 02:08:56 +0000 |
Stu Tomlinson |
Update the translator name for zh_HK (name taken from zh_HK.po)
|
Fri, 25 May 2007 02:06:06 +0000 |
Richard Nelson |
It's valid for different types to be compared. In that case, use existing positions.
|
Fri, 25 May 2007 00:55:40 +0000 |
Stu Tomlinson |
- Silence unnecessary errors from gtk-update-icon-cache
|
Fri, 25 May 2007 00:49:12 +0000 |
Stu Tomlinson |
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'
|
Thu, 24 May 2007 23:37:34 +0000 |
Ethan Blanton |
merge of 'a4ba04d007c334f8f7304c5d953d6ac8084e970e'
|
Thu, 24 May 2007 23:14:06 +0000 |
Sean Egan |
Convert newlines to ' ' when receiving XHTML from Jabber
|
Thu, 24 May 2007 22:39:22 +0000 |
Sean Egan |
This should be better
|
Thu, 24 May 2007 21:47:02 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head a1c04042b2aa9af25eb7fd9dd61735303e6d11a0)
|
Thu, 24 May 2007 21:45:27 +0000 |
William Ehlhardt |
- Completed SslConnection fields docs
|
Thu, 24 May 2007 06:44:57 +0000 |
William Ehlhardt |
More documenting
|
Thu, 24 May 2007 04:56:45 +0000 |
William Ehlhardt |
Partial documentation on SslConnection struct
|
Thu, 24 May 2007 04:43:39 +0000 |
William Ehlhardt |
Clarify documentation
|
Thu, 24 May 2007 04:04:36 +0000 |
William Ehlhardt |
Documented the SslOps structure
|
Thu, 24 May 2007 20:49:50 +0000 |
Luke Schierer |
merge of '64ee7c914990b77a9dc5a39b4cd32209d3b75f7c'
|
Thu, 24 May 2007 20:48:43 +0000 |
Amanpreet Singh Alam |
fixes #1242
|
Fri, 25 May 2007 00:46:16 +0000 |
Stu Tomlinson |
Restore the protocol specific URL handlers in purple-url-handler for those
|
Thu, 24 May 2007 20:27:10 +0000 |
Daniel Atallah |
Fixes #1261
|
Thu, 24 May 2007 19:47:51 +0000 |
Richard Laager |
merge of 'ccfb422853c34c69e2172bffd83d4c62bacca89c'
|
Thu, 24 May 2007 19:03:37 +0000 |
William Ehlhardt |
merge of '90b477e6a3033c1714b2edc257b23c40c97b145e'
|
Thu, 24 May 2007 18:40:51 +0000 |
Stu Tomlinson |
Stop the typing icon timer before switching conversations so the typing
|
Thu, 24 May 2007 11:38:43 +0000 |
Stu Tomlinson |
Un-break the API so the next release doesn't have to be 3.0.0 :)
|
Thu, 24 May 2007 11:12:15 +0000 |
Stu Tomlinson |
Only write out the HTML comment on win32, to avoid the risk of confusing
|