Sat, 08 Sep 2007 01:33:25 +0000 |
Sadrul Habib Chowdhury |
Reset the timer to 0 after removing it. It looks like this may be required here.
|
Sat, 08 Sep 2007 01:28:00 +0000 |
Sadrul Habib Chowdhury |
Reset unsigned ints to 0 instead of to -1.
|
Sat, 08 Sep 2007 01:05:41 +0000 |
Sadrul Habib Chowdhury |
Plug some leak.
|
Thu, 06 Sep 2007 06:58:29 +0000 |
Ka-Hing Cheung |
mostly fixed offline messaging, still 2 bugs:
|
Mon, 03 Sep 2007 20:32:57 +0000 |
Carlos Silva |
Fix a bug where we were g_strdup'ing a previously freed pointer. Thanks to khc for the debugging.
|
Mon, 03 Sep 2007 06:15:55 +0000 |
Carlos Silva |
Some more cleanups
|
Mon, 03 Sep 2007 06:07:20 +0000 |
Carlos Silva |
Clean up some unused SOAP templates, and disable extra debug defines accidentally checked in.
|
Mon, 03 Sep 2007 05:47:52 +0000 |
Carlos Silva |
Make block/unblock work right, as well as being add by a buddy. Finally fixes #723
|
Fri, 31 Aug 2007 18:15:23 +0000 |
Carlos Silva |
propagate from branch 'im.pidgin.pidgin' (head 0b82441777348c0366b4eaa38bb6fee80fe5cb57)
|
Fri, 31 Aug 2007 18:12:35 +0000 |
Carlos Silva |
Handle special cases in buddy/group management (wrt MSN_INDIVIDUALS_GROUP and MSN_NON_IM_GROUP).
|
Tue, 28 Aug 2007 05:21:17 +0000 |
Carlos Silva |
Fix some compiler warnings
|
Tue, 28 Aug 2007 04:38:24 +0000 |
Carlos Silva |
propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
|
Tue, 28 Aug 2007 03:54:18 +0000 |
Carlos Silva |
Make buddy and group management actually work, add some SOAP templates, redesign some parts of code and separate some bigger functions into its smaller tasks which are completely unrelated to each other
|
Wed, 08 Aug 2007 23:04:44 +0000 |
Carlos Silva |
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
|
Wed, 08 Aug 2007 23:01:44 +0000 |
Carlos Silva |
Improve MSN_SOAP_DEBUG and workaround a Win32 bug which would case Pidgin to consume insane amounts of memory when printing a large string to the Debug Window.
|
Tue, 07 Aug 2007 22:07:26 +0000 |
Carlos Silva |
msn_soap_read_buf() shouldn't be used after calling soapconn->read_cb as this callback function can sometimes free soapconn (such as in nexus_login_read_cb after closing nexus connection)
|
Tue, 07 Aug 2007 02:37:58 +0000 |
Carlos Silva |
Add the possibility to create an Address Book, useful for newly registered MSN users.
|
Mon, 23 Jul 2007 18:16:58 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 53b8831e57f625eca0980aca94f04416b32bcd8f)
|
Sun, 22 Jul 2007 18:17:41 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 5e94d4a46251e35e2b640180905fe364b82355e5)
|
Sat, 21 Jul 2007 23:56:57 +0000 |
Ka-Hing Cheung |
merge of '5d965caa0ea003eef5a1b959791135f900bf10ea'
|
Sat, 21 Jul 2007 23:56:16 +0000 |
Ka-Hing Cheung |
explicit merge of '9a7160daa1babd3ca644d25e4314310e3f24077e'
|
Tue, 17 Jul 2007 19:12:12 +0000 |
Carlos Silva |
Unescape our own status messages before sending them to the server so other clients show them correctly. Thanks to Simom for the patch. Fixes #738
|
Tue, 17 Jul 2007 00:35:50 +0000 |
Carlos Silva |
Misc cleanups, better error handling, and print the Address Book received from the server in a human readable way.
|
Mon, 16 Jul 2007 23:06:21 +0000 |
Carlos Silva |
propagate from branch 'im.pidgin.pidgin' (head be582d1ac8a250870b9c691a8cb1ab4c170650bc)
|
Sat, 14 Jul 2007 18:36:34 +0000 |
Carlos Silva |
propagate from branch 'im.pidgin.pidgin' (head d565f6901d390d091fab30d0bd923fa36c335da2)
|
Sat, 14 Jul 2007 18:13:59 +0000 |
Carlos Silva |
Print the policies sent by the server (GCF command) in a human-readable way.
|
Sat, 14 Jul 2007 00:04:48 +0000 |
Carlos Silva |
Correctly process an additional <Service> with type Profile and name 'Messenger Roaming Identity' sent with the contact list using a recently registered WLM account, that was causing the initial ADL command to be sent malformed, and our presence status not being forwarded to our buddies
|
Mon, 09 Jul 2007 17:59:36 +0000 |
Carlos Silva |
We already call msn_set_psm() in the end of msn_session_finish_login()
|
Sat, 07 Jul 2007 19:55:14 +0000 |
Carlos Silva |
Fix authentication failures handling (ticket 1246) and fix some compiler warnings
|
Sat, 21 Jul 2007 20:13:09 +0000 |
Ka-Hing Cheung |
oops, not only did I typo'ed MFN, I also did a comparison before I update
|
Sat, 21 Jul 2007 19:47:42 +0000 |
Ka-Hing Cheung |
removed "PSM:" label and move the message to "Status:" to be consistent with
|
Sat, 21 Jul 2007 19:39:38 +0000 |
Ka-Hing Cheung |
don't strip html on the status line, so that we don't accidentally strip
|
Sat, 07 Jul 2007 03:52:12 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 007693114b23cd2711c1cb9030a148e2f63de8c8)
|
Thu, 05 Jul 2007 06:48:38 +0000 |
Carlos Silva |
Add missing type declaration to variable initial
|
Thu, 05 Jul 2007 06:35:37 +0000 |
Carlos Silva |
In the initial ADL listing, send the commands in the correct sequence as required by the server: BLP, ADL and PRP. When the server acknowledges this initial ADL, send CHG with status information
|
Sat, 23 Jun 2007 03:07:35 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head eedca2ceb89c90a12f734e927c5d3b02bbde9a5c)
|
Fri, 22 Jun 2007 03:55:10 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
|
Tue, 19 Jun 2007 17:28:41 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head f43d7ef3f18aadf88e22f93a8131f4fac26d5b53)
|
Sat, 16 Jun 2007 07:03:31 +0000 |
Ka-Hing Cheung |
Compile!
|
Sat, 16 Jun 2007 06:40:04 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 1cb373a79797c636c2b316a068d31fc4890976a7)
|
Sat, 16 Jun 2007 04:00:32 +0000 |
Carlos Silva |
propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a)
|
Sun, 03 Jun 2007 01:06:44 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head 93e5d2a86a947eb2308d15b7570507a6c205c9d3)
|
Sun, 03 Jun 2007 01:04:11 +0000 |
Stu Tomlinson |
disapproval of revision '05c6323b8b18ceba86add2ad239fb24fc61dc469'
|
Sun, 03 Jun 2007 00:49:58 +0000 |
Stu Tomlinson |
Compiler be quiet! Fixes this compile warning:
|
Sun, 03 Jun 2007 00:40:27 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)
|
Tue, 29 May 2007 01:42:47 +0000 |
Stu Tomlinson |
Update a couple of instances of group_id handling to cope with the new
|
Mon, 28 May 2007 16:12:25 +0000 |
Stu Tomlinson |
Add Pending list to recognized lists during contact list parsing
|
Mon, 28 May 2007 02:20:41 +0000 |
Stu Tomlinson |
Tidy up protocol version detection
|
Mon, 28 May 2007 02:15:55 +0000 |
Stu Tomlinson |
Patch media_if_no_status.diff from ticket #93 - fixes setting "currentmedia"
|
Mon, 28 May 2007 01:35:47 +0000 |
Stu Tomlinson |
Compile fix, whoops! Thanks Masca/salinasv.
|
Sun, 27 May 2007 21:15:06 +0000 |
Stu Tomlinson |
Don't notify for initial email messages unless the preference is set for
|
Sun, 27 May 2007 21:13:37 +0000 |
Stu Tomlinson |
Make the MsnUser type an enum so we have fewer magic numbers
|
Sun, 27 May 2007 18:02:52 +0000 |
Stu Tomlinson |
fix a debug message
|
Sun, 27 May 2007 17:33:50 +0000 |
Stu Tomlinson |
Always get the full contact list too, as we need it for the reverse list
|
Sun, 27 May 2007 17:00:06 +0000 |
Stu Tomlinson |
A bunch of MSNP14 stuff:
|
Sun, 27 May 2007 11:23:09 +0000 |
Stu Tomlinson |
Make a couple more functions static
|
Sat, 26 May 2007 18:09:07 +0000 |
Stu Tomlinson |
Patch from Pse to use the same status primitives as im.pidgin.pidgin for
|
Sat, 26 May 2007 17:14:25 +0000 |
Stu Tomlinson |
Fix msn_user_remove_group_id()
|
Sat, 26 May 2007 15:44:48 +0000 |
Stu Tomlinson |
Parse the message timestamp using purple_str_to_time. I haven't been able
|
Sat, 26 May 2007 15:21:33 +0000 |
Stu Tomlinson |
Remove the no longer used random blist node from the session struct
|
Sat, 26 May 2007 15:20:23 +0000 |
Stu Tomlinson |
use serv_got_im to report received oim's
|
Sat, 26 May 2007 15:07:26 +0000 |
Stu Tomlinson |
Store account specific settings in the account, not in some random blist
|
Sat, 26 May 2007 15:06:40 +0000 |
Stu Tomlinson |
Finish commenting out references to directconn that would never be called
|
Sat, 26 May 2007 14:19:11 +0000 |
Stu Tomlinson |
Compile warning fixes
|
Sat, 26 May 2007 14:09:52 +0000 |
Stu Tomlinson |
Fix a compile warning
|
Sat, 26 May 2007 14:08:48 +0000 |
Stu Tomlinson |
Fix a compile warning, rmg_error had not been fully updated for the
|
Sat, 26 May 2007 14:08:15 +0000 |
Stu Tomlinson |
Fix a compile warning by #if 0'ing out some unused code
|
Sat, 26 May 2007 14:05:52 +0000 |
Stu Tomlinson |
Disable building of directconn.c, nothing uses it, it has compile warnings
|
Sat, 26 May 2007 13:59:07 +0000 |
Stu Tomlinson |
Revert a bunch of whitespace changes so reviewing a diff against
|
Sat, 26 May 2007 13:11:35 +0000 |
Stu Tomlinson |
Use glib functions for endian conversion. If someone has a big endian
|
Sat, 26 May 2007 12:49:57 +0000 |
Stu Tomlinson |
merge of 'b0a7fb13dafc5da577103e3aac205667caf2e6f2'
|
Sat, 26 May 2007 12:38:24 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)
|
Sat, 26 May 2007 12:49:49 +0000 |
Stu Tomlinson |
Get rid of the reimplementation of strptime in MSN, nothing was using it.
|
Sun, 20 May 2007 16:30:39 +0000 |
Stu Tomlinson |
switchboards really can be referenced by multiple slplinks, I have no idea
|
Sun, 20 May 2007 15:59:10 +0000 |
Stu Tomlinson |
Port a custom emoticon crash fix that seemed to get lost somewhere along
|
Sun, 20 May 2007 15:48:51 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)
|
Sat, 19 May 2007 22:48:51 +0000 |
Ka-Hing Cheung |
merge of '04f3de66fbed599e51f30258916fdb8f966ffdcd'
|
Sat, 19 May 2007 22:48:25 +0000 |
Ka-Hing Cheung |
Handles SOAP redirects, thanks Sebasti«”n E. Peyrott
|
Mon, 14 May 2007 19:38:13 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head fbac832fa453b214e7c9c5deb9b49562d212c542)
|
Mon, 14 May 2007 00:40:29 +0000 |
Ka-Hing Cheung |
fixes #971, we can only ADL 150 contacts at a time or the notification
|
Sat, 12 May 2007 19:35:18 +0000 |
Ka-Hing Cheung |
fix up broken merge
|
Sat, 12 May 2007 19:19:55 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 3f8c9725bb938821f3ef6cb2e7c6c31d7b662d0b)
|
Sun, 06 May 2007 02:40:23 +0000 |
Ka-Hing Cheung |
propagate of im.pidgin.pidgin to im.pidgin.cpw.khc.msnp14
|
Sun, 06 May 2007 02:17:45 +0000 |
Ka-Hing Cheung |
propagate im.pidgin.pidgin to im.pidgin.cpw.khc.msnp14
|
Wed, 02 May 2007 06:12:13 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head cf7db89f6020ededb2d5c948c11c3fd0ef30bba5)
|
Wed, 02 May 2007 06:06:56 +0000 |
Ka-Hing Cheung |
merge of 790a91b1bb6c10ada984951cbd2485e95e5159fd and
|
Wed, 02 May 2007 05:25:27 +0000 |
Ka-Hing Cheung |
explicit merge of 'd42ad2da81f881b2fbd2fb080cc70a843bc70d02'
|
Sun, 15 Apr 2007 20:12:06 +0000 |
Richard Laager |
Make this compile.
|
Sun, 15 Apr 2007 05:42:29 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 5e61fe349507736c585798abea83ef3d8383d8b4)
|
Sun, 15 Apr 2007 05:39:09 +0000 |
Richard Laager |
Really the last of the merge changes.
|
Sun, 15 Apr 2007 05:28:07 +0000 |
Richard Laager |
The last of the merge fix-ups.
|
Sun, 15 Apr 2007 05:01:55 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-pidgin' (head 8cfbe223ca6e514146a4d46aeab4c7816de17b79)
|
Sun, 15 Apr 2007 04:59:43 +0000 |
Richard Laager |
Fix up some gaim -> purple issues.
|
Sun, 15 Apr 2007 05:00:56 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-4' (head 36b8a3e05397b5918f311a046fa580c5bb8846e0)
|
Sun, 15 Apr 2007 04:29:56 +0000 |
Richard Laager |
merge of 'b4911943cba6f29cf0694dfd563cac17612236dc'
|
Sun, 15 Apr 2007 03:56:08 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-4-rlaager-whitespace' (head 51cec0ffea45c8589dcb7bf0f9e36e749ed43017)
|
Sun, 15 Apr 2007 03:04:05 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-1-rlaager-whitespace' (head 5083cfbc09503360bacf3ff0ebf528700770e6af)
|
Sun, 15 Apr 2007 02:42:11 +0000 |
Richard Laager |
Revert some whitespace changes.
|
Sun, 15 Apr 2007 04:46:02 +0000 |
Richard Laager |
Fix up msn-utils.c and msn-utils.h vs. msn-utils.c and msn-utils.h.
|
Sun, 15 Apr 2007 03:43:17 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328)
|
Sun, 15 Apr 2007 03:02:48 +0000 |
Richard Laager |
The second msn-p13-merge-head.diff.gz from SF Patch #162854 from Ka-Hing Cheung.
|
Sun, 15 Apr 2007 03:01:41 +0000 |
Richard Laager |
The first msn-p13-merge-head.diff.gz from SF Patch #1621854 from Ka-Hing Cheung.
|
Sun, 15 Apr 2007 02:43:47 +0000 |
Ka-Hing Cheung |
The second msn.tgz from SF Patch #1621854 from Ka-Hing Cheung.
|
Sun, 15 Apr 2007 02:18:17 +0000 |
Ka-Hing Cheung |
msn.tgz from SF Patch #1621854 from Ka-Hing Cheung
|
Sun, 15 Apr 2007 02:10:37 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.gaim' (head 70ac931e4936c7916eec18a07fe46a0af0fd7403)
|
Thu, 25 Jan 2007 17:45:45 +0000 |
Mark Doliner |
Sun apparently doesn't like when void functions return
|
Thu, 25 Jan 2007 08:29:50 +0000 |
Mark Doliner |
sf patch #1644019, from good ol' Ka-Hing Cheung
|
Thu, 25 Jan 2007 08:27:41 +0000 |
Mark Doliner |
Show "(experimental)" next to the enable-mono option
|
Thu, 25 Jan 2007 08:11:21 +0000 |
Mark Doliner |
sf patch #1639901, from Saleem Abdulrasool
|
Thu, 25 Jan 2007 07:54:39 +0000 |
Mark Doliner |
Add line breaks to Evan's NEWS entry
|
Thu, 25 Jan 2007 07:47:05 +0000 |
Mark Doliner |
sf patch #1640011, from Celso Pinto
|
Thu, 25 Jan 2007 07:32:30 +0000 |
Mark Doliner |
Allow localization of the xmpp console plugin
|