log libpurple/protocols/jabber/si.c @ 23769:e21c79681c96

age author description
Tue, 12 Aug 2008 22:16:48 +0000 Daniel Atallah Use non-blocking io for direct xmpp file transfers
Sun, 27 Jul 2008 23:36:15 +0000 Daniel Atallah Use Service Discovery to look up information about the manually specified FT
Sat, 14 Jun 2008 03:20:19 +0000 Daniel Atallah Improve error handling for xmpp file transfers.
Sat, 14 Jun 2008 01:09:29 +0000 Daniel Atallah Don't impose a restriction on who you can send files to for XMPP.
Sat, 14 Jun 2008 00:59:09 +0000 Daniel Atallah disapproval of revision 'b499ce3771edb822dda585ef37acbafcc48b71f4'
Fri, 13 Jun 2008 01:08:31 +0000 Daniel Atallah Add a can_receive_file function to the xmpp prpl so that we disable the menu
Thu, 19 Jun 2008 03:12:13 +0000 Daniel Atallah applied changes from 904a276588f7de13ba13b578905c82c0493184ce
Mon, 12 May 2008 02:18:11 +0000 Daniel Atallah Reuse cleanup function.
Wed, 16 Apr 2008 00:01:03 +0000 Evan Schoenberg I've seen intermittent crashes on xmpp file transfers in this code, but I
Fri, 25 Jan 2008 22:20:58 +0000 Evan Schoenberg merge of '468a779996a2b7c9313bb894084fb632307d35fc'
Fri, 25 Jan 2008 22:18:49 +0000 Evan Schoenberg disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
Fri, 25 Jan 2008 22:20:18 +0000 Evan Schoenberg I'm not sure how to disapprove a local change without it ever getting pushed... sorry for the double commit. I didn't intend to leave a trailing colon, since we didn't use punctuation at the end previously.
Fri, 25 Jan 2008 22:17:17 +0000 Evan Schoenberg Fixed grammatically incorrect text when sending a file to an XMPP buddy with multiple online resources. I'm +/- on ending such requests with a period... but ending on a preposition, while acceptable if needed to make a sentence significantly more natural, should be avoided when smoothly possible.
Sun, 25 Nov 2007 20:51:25 +0000 Daniel Atallah Now that the release has been tagged and strings are unfrozen, enable the new ft proxy account setting for xmpp accounts. Also, prevent duplicate entries in the streamhost lists. I don't know if the default account proxy is acceptable, perhaps there shouldn't be a default value.
Wed, 21 Nov 2007 05:22:39 +0000 Daniel Atallah Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Sat, 17 Nov 2007 00:56:02 +0000 Luke Schierer merge of '1084824bf3739139306602c736073dd294ca4206'
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 17:38:53 +0000 Daniel Atallah Prevent multiple file offers from going out with a patch from galt. Fixes #3839.
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 22 Sep 2007 16:19:34 +0000 Gabriel Schulhof Updated hinting to be less invasive