Sat, 29 Dec 2007 17:45:47 +0000 |
Evan Schoenberg |
Fix some compilation problems when USE_FARSIGHT isn't defined.
|
Sat, 29 Dec 2007 06:34:59 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
|
Wed, 05 Sep 2007 00:47:58 +0000 |
Sean Egan |
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
|
Sat, 09 Aug 2008 01:58:27 +0000 |
Daniel Atallah |
Restrict buddy icon downloads from arbitrary urls to 200kB.
|
Sun, 27 Jul 2008 22:46:49 +0000 |
Daniel Atallah |
Fix a stupid mistake in the previous commit.
|
Sun, 27 Jul 2008 22:34:32 +0000 |
Daniel Atallah |
Add support for using multiple "xmpp-client" records on a domain, by trying the
|
Thu, 17 Jul 2008 04:49:35 +0000 |
Daniel Atallah |
disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
|
Thu, 17 Jul 2008 04:38:07 +0000 |
Daniel Atallah |
Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
|
Mon, 30 Jun 2008 22:58:18 +0000 |
Mark Doliner |
Only check for EAGAIN if read returned less than 0. This fixes a bug
|
Thu, 26 Jun 2008 09:07:56 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
|
Wed, 18 Jun 2008 03:16:28 +0000 |
Daniel Atallah |
We only allow one keepalive timeout, so simplify this.
|
Wed, 18 Jun 2008 03:14:47 +0000 |
Daniel Atallah |
Cleanup some duplication and simplify this.
|
Wed, 04 Jun 2008 23:05:31 +0000 |
Mark Doliner |
Don't crash if the given jabber id is invalid. For example,
|
Mon, 02 Jun 2008 09:52:30 +0000 |
Mark Doliner |
The status type says that mood and moodtext are strings, so we don't
|
Sun, 25 May 2008 21:56:36 +0000 |
Richard Laager |
Use "email" and "Email" consistently. This is potentially controversial,
|
Thu, 19 Jun 2008 03:10:50 +0000 |
Daniel Atallah |
applied changes from f3703d89403f9f8e8b927beeb2f2ac05628c371d
|
Wed, 14 May 2008 05:11:32 +0000 |
Ka-Hing Cheung |
patch from Andrew Gaul to fix another memleak
|
Thu, 03 Apr 2008 23:38:59 +0000 |
Mark Doliner |
Correct some help strings for Jabber slash commands
|
Tue, 11 Mar 2008 22:58:36 +0000 |
Evan Schoenberg |
Only allow one keepalive_timeout at a time. This prevents us from starting a
|
Sat, 08 Mar 2008 17:17:57 +0000 |
Ethan Blanton |
Increase XMPP ping timeout from 20s to 120s
|
Tue, 26 Feb 2008 13:53:22 +0000 |
Stu Tomlinson |
Use connect server as FQDN for SASL auth except when it is an IP address.
|
Wed, 23 Jan 2008 23:28:38 +0000 |
Sean Egan |
Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
|
Sun, 13 Jan 2008 22:44:01 +0000 |
John Bailey |
This adds accessor and mutator API for the PurpleAttentionType struct.
|
Tue, 08 Jan 2008 00:22:48 +0000 |
Andreas Monitzer |
Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
|
Sat, 05 Jan 2008 11:08:48 +0000 |
Sadrul Habib Chowdhury |
Utility functions to set and format song information. Closes #4398.
|
Thu, 03 Jan 2008 18:31:58 +0000 |
Stu Tomlinson |
Fixes for incorrectly displaying user tune emblem and empty current media.
|
Wed, 02 Jan 2008 14:01:15 +0000 |
Will Thompson |
Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
|
Wed, 02 Jan 2008 06:36:35 +0000 |
Evan Schoenberg |
Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
|
Fri, 28 Dec 2007 05:54:50 +0000 |
Evan Schoenberg |
purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
|
Tue, 18 Dec 2007 07:33:32 +0000 |
Sean Egan |
Send XMPP Pings to the server instead of whitespace for our keepalives. Timeout the connection if there's no response in 20 seconds
|
Tue, 11 Dec 2007 01:34:18 +0000 |
Andreas Monitzer |
Fixed http://trac.adiumx.com/ticket/8529
|
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
|
Mon, 19 Nov 2007 08:05:36 +0000 |
Evan Schoenberg |
The Jabber registration process depends upon having a non-NULL cbdata->who,
|
Mon, 19 Nov 2007 06:15:29 +0000 |
Evan Schoenberg |
merge of '114c116bf552647586c41688811808aec9d2ed28'
|
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 02:41:37 +0000 |
Daniel Atallah |
Fix #3669
|
Sat, 10 Nov 2007 12:10:04 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
|
Wed, 24 Oct 2007 14:48:58 +0000 |
Will Thompson |
Having read the XMPP SASL specification, these errors seem more accurate.
|
Mon, 15 Oct 2007 10:45:46 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
|
Sun, 14 Oct 2007 21:08:42 +0000 |
Will Thompson |
Rename:
|
Fri, 12 Oct 2007 23:26:11 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)
|
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'
|
Mon, 19 Nov 2007 06:15:15 +0000 |
Evan Schoenberg |
Fixed whitespace and indentation in jabber_register_parse(). I'm seeing crashes while attempting to register, and it was difficult to follow the previous code with inconsistent and misleading indentation.
|
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
|
Sun, 14 Oct 2007 02:49:47 +0000 |
Richard Laager |
propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 675607eb0ab04822a33c6d542694e94dbb731035)
|
Sun, 14 Oct 2007 02:41:00 +0000 |
Richard Laager |
merge of '1bcf84e26d11f259b3c5ec663e3fecc2f01aed33'
|
Fri, 12 Oct 2007 02:18:35 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head d42511319051bcfa8adb3ed8e3f11a26cabc43f4)
|
Fri, 12 Oct 2007 02:06:38 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.sadrul.currentmedia' (head 734d4a6e0655850d5f891d22d4c37f15d0ccf1bd)
|
Fri, 16 Nov 2007 23:30:03 +0000 |
Richard Laager |
disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
|
Sun, 14 Oct 2007 00:32:58 +0000 |
Richard Laager |
merge of 'b17e0283464425b6dabc3d5bf6ccabd33ab920c1'
|
Sun, 14 Oct 2007 00:26:00 +0000 |
Richard Laager |
disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
|
Wed, 10 Oct 2007 23:19:58 +0000 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)
|
Wed, 10 Oct 2007 22:57:51 +0000 |
Gabriel Schulhof |
Removed request stuff - now on pidgin-request-ui-hint
|
Wed, 10 Oct 2007 23:20:18 +0000 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)
|
Sat, 06 Oct 2007 15:55:47 +0000 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
|
Fri, 02 Nov 2007 06:59:04 +0000 |
John Bailey |
This patch prevents changing the saved account password for XMPP accounts
|
Tue, 23 Oct 2007 17:27:12 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
|
Fri, 12 Oct 2007 00:19:12 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608)
|
Tue, 09 Oct 2007 23:01:11 +0000 |
Daniel Atallah |
Fix CID 337, null pointer deref. Also plug a leak.
|
Tue, 09 Oct 2007 22:46:02 +0000 |
Daniel Atallah |
Make sure that the xmlns isn't null before dereferencing it to fix CID 320.
|
Tue, 09 Oct 2007 13:36:08 +0000 |
Will Thompson |
I missed some wants_to_dies in jabber.
|
Tue, 09 Oct 2007 13:32:58 +0000 |
Will Thompson |
Stop jabber setting wants_to_die itself. This involved plumbing disconnection
|
Sat, 06 Oct 2007 12:05:22 +0000 |
Will Thompson |
Split the "you don't have SSL support" meaning of
|
Fri, 05 Oct 2007 18:33:27 +0000 |
Will Thompson |
Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really
|
Fri, 05 Oct 2007 15:50:17 +0000 |
Will Thompson |
propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
|
Mon, 01 Oct 2007 04:21:32 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)
|
Sat, 29 Sep 2007 13:55:03 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.1' (head 08edb66dad9cab9051d6c7658063ee41d827f055)
|
Sat, 29 Sep 2007 13:00:50 +0000 |
Luke Schierer |
propagate from branch 'im.pidgin.pidgin.2.2.1' (head d80b73af2a76c9ef004532af875209973de125b5)
|
Fri, 28 Sep 2007 16:34:43 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
|
Tue, 25 Sep 2007 09:01:03 +0000 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head b2924d43f1e1cb2d01705932d9a06df6eedf7ac0)
|
Tue, 25 Sep 2007 08:59:30 +0000 |
Mark Doliner |
Is there any reason these statuses were set to not saveable and
|
Sat, 22 Sep 2007 16:19:34 +0000 |
Gabriel Schulhof |
Updated hinting to be less invasive
|
Sat, 22 Sep 2007 09:48:07 +0000 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
|
Thu, 20 Sep 2007 23:22:35 +0000 |
Sean Egan |
Music support for Google Talk
|
Thu, 20 Sep 2007 16:30:17 +0000 |
Sadrul Habib Chowdhury |
Use an independant status type for 'current media' stuff, instead of using
|
Fri, 19 Oct 2007 18:28:33 +0000 |
Luke Schierer |
applied changes from d4b316d73ebaf93803ca2642e78b8821c3b5d5c7
|
Sat, 29 Sep 2007 04:33:19 +0000 |
Evan Schoenberg |
applied changes from 99f8d517ae6588b2dba3527cb0951f32e640ff57
|
Sat, 29 Sep 2007 04:24:59 +0000 |
Evan Schoenberg |
Merged xmpp leak fixes
|
Fri, 28 Sep 2007 14:52:51 +0000 |
Richard Laager |
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
|
Sun, 23 Sep 2007 20:30:57 +0000 |
Jeffrey Connelly |
Comment a partial implementation of the libpurple attention API for
|
Tue, 02 Oct 2007 17:16:16 +0000 |
Will Thompson |
Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it
|
Wed, 19 Sep 2007 15:03:59 +0000 |
Will Thompson |
Use PurpleDisconnectReasons in prpl-jabber.
|
Sun, 16 Sep 2007 00:00:22 +0000 |
Andreas Monitzer |
Forgot to specify that the application shouldn't reconnect when no encryption is available on the server but the user has asked to require it.
|
Sat, 15 Sep 2007 18:27:01 +0000 |
Sadrul Habib Chowdhury |
Plug some memory leaks.
|
Sat, 15 Sep 2007 10:52:20 +0000 |
Sadrul Habib Chowdhury |
Use the #define's instead of the strings.
|
Fri, 14 Sep 2007 00:17:33 +0000 |
Daniel Atallah |
There shouldn't be assert()s in pretty much any libpurple code.
|
Fri, 14 Sep 2007 00:03:30 +0000 |
Daniel Atallah |
Clear the password when we get an auth. error and we're not saving passwords so that you don't need to go into the account settings to reset it. Fix #3083.
|
Wed, 12 Sep 2007 19:11:38 +0000 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
|
Fri, 17 Aug 2007 22:10:43 +0000 |
Gabriel Schulhof |
explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
|
Sun, 12 Aug 2007 17:55:38 +0000 |
Gabriel Schulhof |
Added hints to jabber jabber.c
|
Mon, 10 Sep 2007 23:54:49 +0000 |
Sean Egan |
Don't put "Mood: \(null\) \(null\)" on XMPP buddies
|
Mon, 10 Sep 2007 13:57:15 +0000 |
Daniel Atallah |
merge of '1c7910841138381c841363256ca3c7905b1f26b0'
|
Wed, 05 Sep 2007 22:32:14 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Tue, 28 Aug 2007 19:03:07 +0000 |
Andreas Monitzer |
Fixed code indenting, some spaces were still left and now replaced by tabs.
|
Tue, 14 Aug 2007 22:00:24 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
|
Sun, 12 Aug 2007 20:48:34 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)
|
Mon, 30 Jul 2007 01:35:00 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 3a0579367ce217b7d1014674ca42191a0afa6e33)
|
Fri, 29 Jun 2007 04:25:54 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 61fdc464bc9fe3aeaf30ca79e923854958d6f9bb)
|
Wed, 27 Jun 2007 05:03:25 +0000 |
William Ehlhardt |
- Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls
|
Wed, 27 Jun 2007 04:29:24 +0000 |
William Ehlhardt |
- Jabber now understands SSL_CERTIFICATE_INVALID code
|
Wed, 27 Jun 2007 04:25:55 +0000 |
William Ehlhardt |
- Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand
|
Mon, 25 Jun 2007 21:38:40 +0000 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
|
Thu, 21 Jun 2007 19:21:47 +0000 |
William Ehlhardt |
applied changes from e52b685d84ca8874da6e3e71199829e513500642
|
Wed, 08 Aug 2007 21:01:42 +0000 |
Andreas Monitzer |
Updated attention namespace to adhere to my new XEP-0224: Attention
|
Tue, 31 Jul 2007 15:01:14 +0000 |
Andreas Monitzer |
Mixed up TRUE and FALSE.
|
Tue, 31 Jul 2007 03:50:41 +0000 |
Andreas Monitzer |
Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
|
Mon, 30 Jul 2007 00:05:02 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
|
Thu, 09 Aug 2007 18:58:07 +0000 |
Daniel Atallah |
Fix uninitialized variable access.
|
Sun, 29 Jul 2007 06:10:24 +0000 |
Mark Doliner |
Fix a bunch of possible crashes in jabber when using slash commands in
|
Mon, 30 Jul 2007 00:01:08 +0000 |
Andreas Monitzer |
Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
|
Mon, 16 Jul 2007 13:56:22 +0000 |
Andreas Monitzer |
Added the ability to unregister from a gateway.
|
Wed, 11 Jul 2007 22:27:44 +0000 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
|
Wed, 27 Jun 2007 21:41:04 +0000 |
Sean Egan |
Make password fileds in Jabber's Change Password dialog required. Fixes #1907
|
Sat, 23 Jun 2007 06:01:30 +0000 |
Sadrul Habib Chowdhury |
Fix a crash when you have an IM window open on a jabber account and the
|