Fri, 14 Nov 2008 18:46:19 +0000 |
Mark Doliner |
Our in-tree prpls probably shouldn't list authors who don't work on
|
Fri, 14 Nov 2008 18:38:56 +0000 |
Mark Doliner |
This preferences isn't used anywhere, and when we call get_string_list
|
Fri, 14 Nov 2008 18:33:19 +0000 |
Mark Doliner |
msn_session_get_swboard only returns null if we give it a null session,
|
Fri, 14 Nov 2008 07:41:10 +0000 |
Richard Laager |
merge of '12d71b833c7d3451c58c50e6dc621a88d678d474'
|
Fri, 14 Nov 2008 06:52:05 +0000 |
Richard Laager |
Compile
|
Fri, 14 Nov 2008 06:44:44 +0000 |
Richard Laager |
Fix CID #367
|
Fri, 14 Nov 2008 06:42:18 +0000 |
Richard Laager |
Fix CID #385
|
Fri, 14 Nov 2008 06:41:47 +0000 |
Richard Laager |
Fix CID #386
|
Fri, 14 Nov 2008 06:40:55 +0000 |
Richard Laager |
Fix CID #387
|
Fri, 14 Nov 2008 06:39:52 +0000 |
Richard Laager |
Fix CID #388
|
Fri, 14 Nov 2008 06:36:44 +0000 |
Richard Laager |
Fix CID #389
|
Fri, 14 Nov 2008 06:31:31 +0000 |
Richard Laager |
Fix CID #390
|
Fri, 14 Nov 2008 06:29:05 +0000 |
Richard Laager |
Fix CID #391, #392
|
Fri, 14 Nov 2008 06:25:48 +0000 |
Richard Laager |
Fix CID #370
|
Fri, 14 Nov 2008 06:23:04 +0000 |
Richard Laager |
pkt can't ever be NULL here. It is only ever allocated once with g_newa(),
|
Fri, 14 Nov 2008 06:18:26 +0000 |
Richard Laager |
Fix CID #401
|
Fri, 14 Nov 2008 06:15:24 +0000 |
Richard Laager |
Fix CID #384
|
Fri, 14 Nov 2008 07:24:09 +0000 |
Mark Doliner |
Minor documentation
|
Fri, 14 Nov 2008 07:23:56 +0000 |
Mark Doliner |
It's an error if purple_xfer_new fails, so use a g_return_val_if_fail
|
Fri, 14 Nov 2008 06:57:56 +0000 |
Elliott Sales de Andrade |
merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'
|
Fri, 14 Nov 2008 03:04:38 +0000 |
Ethan Blanton |
Add M-erase as a default finch entry binding (delete-prev-word)
|
Thu, 13 Nov 2008 20:59:40 +0000 |
Mark Doliner |
Attempt to avoid a crash in MSN. See the comment in the code.
|
Thu, 13 Nov 2008 19:11:19 +0000 |
Mark Doliner |
merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'
|
Thu, 13 Nov 2008 09:19:17 +0000 |
Mark Doliner |
cmdproc->data should never be null. Log a warning message if it
|
Thu, 13 Nov 2008 18:55:04 +0000 |
Richard Laager |
A patch from Jaywalker to better handle conversations by user ID vs.
|
Thu, 13 Nov 2008 17:38:36 +0000 |
Richard Laager |
merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'
|
Thu, 13 Nov 2008 09:00:45 +0000 |
Mark Doliner |
merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'
|
Thu, 13 Nov 2008 08:58:44 +0000 |
Mark Doliner |
Make another function static
|
Thu, 13 Nov 2008 08:46:37 +0000 |
Mark Doliner |
This doesn't matter, but I think the metaphor tends to be that you push
|
Thu, 13 Nov 2008 08:45:40 +0000 |
Mark Doliner |
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
|
Thu, 13 Nov 2008 08:39:44 +0000 |
John Bailey |
This was originally a patch from Brian Geppert that corrected the 'silently
|
Thu, 13 Nov 2008 08:26:12 +0000 |
Mark Doliner |
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
|
Thu, 13 Nov 2008 08:01:36 +0000 |
Mark Doliner |
For some reason the slpmsg and slplink functions don't have underscores
|
Thu, 13 Nov 2008 07:57:33 +0000 |
Mark Doliner |
There's no need for this variable anymore
|
Thu, 13 Nov 2008 07:36:33 +0000 |
Mark Doliner |
Make a few more functions static and remove a few declarations for
|
Thu, 13 Nov 2008 07:22:39 +0000 |
Mark Doliner |
msn_slplink_remove_slpcall() shouldn't be responsible for setting
|
Thu, 13 Nov 2008 06:57:20 +0000 |
Mark Doliner |
Make msn_slp_call_timeout static
|
Thu, 13 Nov 2008 06:43:48 +0000 |
Mark Doliner |
Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
|
Thu, 13 Nov 2008 06:30:33 +0000 |
Mark Doliner |
Didn't mean to check this assert in. I mean, it's probably bad if it
|
Thu, 13 Nov 2008 06:28:03 +0000 |
Mark Doliner |
slplink->swboard will only be null if slplink->session is null. This
|
Thu, 13 Nov 2008 06:18:53 +0000 |
Mark Doliner |
Get rid of slplink->local_user because it's a copy of
|
Wed, 12 Nov 2008 11:30:51 +0000 |
Mark Doliner |
Use libtool to build static archives when --with-static-prpls is passed
|
Wed, 12 Nov 2008 09:40:05 +0000 |
Mark Doliner |
It should be more efficient to just use g_mallc() and then manually
|
Wed, 12 Nov 2008 09:32:10 +0000 |
Mark Doliner |
Move a few lines to eliminate the need for the "wasted" variable here.
|
Wed, 12 Nov 2008 09:10:29 +0000 |
Mark Doliner |
The "processing" flag basically says "this connection is busy, don't
|
Wed, 12 Nov 2008 08:58:27 +0000 |
Mark Doliner |
Get rid of an unnecessary if statement, and don't try to unref a
|
Wed, 12 Nov 2008 04:18:54 +0000 |
Sadrul Habib Chowdhury |
Use a more appropriate signal for the markerline plugin. Fixes #7518.
|
Wed, 12 Nov 2008 03:53:09 +0000 |
John Bailey |
Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)
|
Wed, 12 Nov 2008 03:48:47 +0000 |
John Bailey |
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
|
Thu, 13 Nov 2008 17:38:09 +0000 |
Richard Laager |
A patch from Math2Gold to fix the dbus-analyze-functions script to properly
|
Wed, 12 Nov 2008 02:50:52 +0000 |
Richard Laager |
When you choose Save As from the Conversation menu in Pidgin, the saved file
|
Thu, 13 Nov 2008 05:33:24 +0000 |
Elliott Sales de Andrade |
Make the Send button insensitive when there is no text in the input buffer.
|
Thu, 13 Nov 2008 04:32:54 +0000 |
Elliott Sales de Andrade |
Don't add the Send button to a gtkconv->lower_hbox when the data specifying it
|
Tue, 11 Nov 2008 22:55:02 +0000 |
Ethan Blanton |
Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.
|
Mon, 10 Nov 2008 04:40:17 +0000 |
Mark Doliner |
This file was removed
|
Sun, 09 Nov 2008 16:42:04 +0000 |
Ethan Blanton |
Update the TCL-HOWTO to some more modern nomenclature
|
Sat, 08 Nov 2008 19:26:28 +0000 |
Alex Willmer |
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
|
Sat, 08 Nov 2008 04:29:32 +0000 |
Richard Laager |
Hylke added this file, presumably part of his duplicate icon structure
|
Fri, 07 Nov 2008 02:56:10 +0000 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7463.
|
Fri, 07 Nov 2008 02:52:31 +0000 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7464.
|
Fri, 07 Nov 2008 02:49:23 +0000 |
Daniel Atallah |
Fix a potential leak, thanks to "KuSh". Fixes #7465.
|
Thu, 06 Nov 2008 22:35:03 +0000 |
Marcus Lundblad |
Make jabber_resource_have_capability polute the log a little less...
|
Wed, 05 Nov 2008 23:24:01 +0000 |
Marcus Lundblad |
Remove that hack involving GtkIMHtmlSmileys
|
Mon, 03 Nov 2008 20:36:38 +0000 |
Marcus Lundblad |
Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml
|
Sun, 02 Nov 2008 22:56:42 +0000 |
Richard Laager |
Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their
|
Sun, 02 Nov 2008 22:17:59 +0000 |
Richard Laager |
kluge pointed out that the segfault message still recommends people IM
|
Sun, 02 Nov 2008 22:14:11 +0000 |
Richard Laager |
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
|
Sun, 02 Nov 2008 22:13:10 +0000 |
Richard Laager |
Fix POTFILES.in on trunk.
|
Sun, 02 Nov 2008 22:12:33 +0000 |
Richard Laager |
applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d
|
Sat, 01 Nov 2008 19:08:55 +0000 |
Sadrul Habib Chowdhury |
merge of '602d7960555cc685575a2a32397427df3e55a9a7'
|
Sat, 01 Nov 2008 19:07:22 +0000 |
Sadrul Habib Chowdhury |
merge of '8ed01adf0c9173501da81537854ce2954e9805e7'
|
Sat, 01 Nov 2008 19:05:37 +0000 |
Sadrul Habib Chowdhury |
A little clearer description for an option.
|
Sat, 01 Nov 2008 16:46:20 +0000 |
Stu Tomlinson |
Temporarily remember account password across network disconnection to allow
|
Sat, 01 Nov 2008 16:45:09 +0000 |
Stu Tomlinson |
Don't populate the password field on the modify account dialog if we are
|
Sat, 01 Nov 2008 16:24:56 +0000 |
Stu Tomlinson |
x509_issuer_dn() should return the certificate's issuer name, not the cert
|
Fri, 31 Oct 2008 16:24:24 +0000 |
Mark Doliner |
This file was removed
|
Fri, 31 Oct 2008 16:23:50 +0000 |
Mark Doliner |
Fix these strings in trunk. This change was made in the
|
Fri, 31 Oct 2008 14:51:11 +0000 |
Marcos Garc«¿a Ochoa |
Strip multiple leading mode characters from incoming nicknames.
|
Fri, 31 Oct 2008 09:32:41 +0000 |
Sadrul Habib Chowdhury |
Missing newline in debug message.
|
Fri, 31 Oct 2008 04:03:44 +0000 |
Richard Laager |
Kill some // comments. Sigh.
|
Thu, 30 Oct 2008 22:40:49 +0000 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
Thu, 30 Oct 2008 21:16:17 +0000 |
Richard Laager |
purple_network_listen_map_external() is used in (at least) Bonjour. Given
|
Thu, 30 Oct 2008 21:11:19 +0000 |
Richard Laager |
Update the docs for purple_network_is_available(). It doesn't block.
|
Thu, 30 Oct 2008 20:12:24 +0000 |
Richard Laager |
Fix a compiler warning I introduce with the GtkSetting code.
|
Thu, 30 Oct 2008 20:10:08 +0000 |
Richard Laager |
merge of '06a7529af082c664858fd154ff5d83244e974f47'
|
Thu, 30 Oct 2008 20:09:07 +0000 |
Richard Laager |
Ignore autogen.args.
|
Thu, 30 Oct 2008 20:02:30 +0000 |
Richard Laager |
More Bonjour struct hiding fixes.
|
Thu, 30 Oct 2008 19:58:25 +0000 |
Richard Laager |
Fix some macros to work with hidden structs.
|
Thu, 30 Oct 2008 19:57:47 +0000 |
Richard Laager |
Fix my Tcl fix.
|
Thu, 30 Oct 2008 19:56:54 +0000 |
Richard Laager |
- Make autogen.sh find autogen.args when /bin/sh is not bash.
|
Thu, 30 Oct 2008 19:53:55 +0000 |
Richard Laager |
Use GtkSetting to obtain the tooltip preferences instead of our own hidden
|
Thu, 30 Oct 2008 17:54:26 +0000 |
Sadrul Habib Chowdhury |
Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin
|
Thu, 30 Oct 2008 05:41:19 +0000 |
Richard Laager |
Fix Bonjour to work with the hidden structs, except for proto_data.
|
Thu, 30 Oct 2008 05:40:51 +0000 |
Richard Laager |
Fix Tcl to compile with the hidden structs.
|
Thu, 30 Oct 2008 03:59:08 +0000 |
John Bailey |
Credit Diego for that patch. Refs #7391.
|
Thu, 30 Oct 2008 03:58:20 +0000 |
John Bailey |
merge of '62e0eb23e1c2cd6ac1d8a7d96b6e598bd54ed0d2'
|
Thu, 30 Oct 2008 03:58:19 +0000 |
John Bailey |
merge of '843d513c3da12026fc35af070a23a3d11844824c'
|
Thu, 30 Oct 2008 03:34:09 +0000 |
Gary Kramlich |
use some additional preproc logic to avoid copying the structs directly into the implementation files
|
Thu, 30 Oct 2008 03:17:17 +0000 |
John Bailey |
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'
|
Thu, 30 Oct 2008 03:10:33 +0000 |
Richard Laager |
merge of '06e4830f3567955e026f3d594afcc65a07d57b26'
|
Thu, 30 Oct 2008 03:03:45 +0000 |
Gary Kramlich |
merge of '65d5236e936af6170109ef8c5af76c7871b9cc12'
|
Thu, 30 Oct 2008 02:41:45 +0000 |
Diego Petten«Ò |
This fixes a link error when linking with GNU ld and specifying the
|
Wed, 29 Oct 2008 22:06:50 +0000 |
Sadrul Habib Chowdhury |
merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'
|
Wed, 29 Oct 2008 19:20:03 +0000 |
Marcus Lundblad |
Fixed a compiler warning (and remove an unnessesary cast)
|
Wed, 29 Oct 2008 19:38:14 +0000 |
Sadrul Habib Chowdhury |
Allow focusing conversation history and the userlist focusable via
|
Wed, 29 Oct 2008 16:46:38 +0000 |
Sadrul Habib Chowdhury |
Fix a bug where right-clicking the user's name in a chat conversation
|
Wed, 29 Oct 2008 04:54:00 +0000 |
John Bailey |
I suppose I should put my pidgin.im e-mail address here too since it's
|
Wed, 29 Oct 2008 04:37:14 +0000 |
John Bailey |
merge of '30922c7a0ed0323c9c88a1a70e4677aaab277a2f'
|
Thu, 30 Oct 2008 12:41:36 +0000 |
SHiNE CsyFeK |
2008.10.30 - flos <lonicerae(at)gmail.com>
|
Tue, 28 Oct 2008 16:59:07 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 4e892c470840f4ed8b012015b15ff8956166028a)
|
Tue, 28 Oct 2008 16:53:01 +0000 |
Jochen Kemnade |
update German translation
|
Tue, 28 Oct 2008 13:24:14 +0000 |
Daniel Atallah |
merge of 'dcede21c9852ddddc60076539bfdb8d7e226df33'
|
Tue, 28 Oct 2008 00:40:55 +0000 |
Daniel Atallah |
merge of '58f8b2b331075660bb2f57e5dc82b32e039f8099'
|
Thu, 30 Oct 2008 03:04:31 +0000 |
Richard Laager |
Fix up my fix.
|
Thu, 30 Oct 2008 03:04:09 +0000 |
Richard Laager |
Fix some warnings:
|
Thu, 30 Oct 2008 02:36:22 +0000 |
Richard Laager |
Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG
|
Tue, 28 Oct 2008 04:22:57 +0000 |
Gary Kramlich |
Hide the blistnode, buddy, contact, group, and chat structs
|
Tue, 28 Oct 2008 03:05:32 +0000 |
Richard Laager |
I think we all agree that a link is okay.
|
Tue, 28 Oct 2008 02:57:25 +0000 |
Richard Laager |
merge of '7bdc0d34e54e09101ba68ba39703a8fd5081e8eb'
|
Mon, 27 Oct 2008 00:58:29 +0000 |
Stu Tomlinson |
merge of '0d1b60430843a092248a2644865910266131add6'
|
Mon, 27 Oct 2008 00:57:04 +0000 |
Stu Tomlinson |
merge of '8abde19f1f7825af2ea2d62b7a00e1de7afd6492'
|
Mon, 27 Oct 2008 00:17:33 +0000 |
Daniel Atallah |
merge of '9af1b5054f770dc244dcad8b55bdb61c0f3347a4'
|
Sun, 26 Oct 2008 21:21:14 +0000 |
Ka-Hing Cheung |
escape nick change message
|
Mon, 27 Oct 2008 01:47:30 +0000 |
Richard Laager |
Provide @pidgin.im email addresses for Gary and myself.
|
Mon, 27 Oct 2008 01:45:53 +0000 |
Richard Laager |
Remove duplicated code for building the lists.
|
Mon, 27 Oct 2008 00:31:05 +0000 |
Richard Laager |
Eliminate a pile of duplication in the About box.
|
Mon, 27 Oct 2008 00:58:03 +0000 |
Stu Tomlinson |
disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'
|
Sun, 26 Oct 2008 22:16:17 +0000 |
Richard Laager |
Gary and I were discussing how blogs have made the NEWS file less useful.
|
Sun, 26 Oct 2008 17:23:40 +0000 |
Daniel Atallah |
Perform some sanity checking on inbound IQs and send an error / drop as needed.
|
Sun, 26 Oct 2008 00:29:27 +0000 |
Richard Laager |
Improve our NetworkManager support in a couple of ways:
|
Sat, 25 Oct 2008 19:03:42 +0000 |
Richard Laager |
merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6'
|
Sat, 25 Oct 2008 19:02:07 +0000 |
Richard Laager |
ChangeLog the MSN certificate fix.
|
Sat, 25 Oct 2008 18:33:25 +0000 |
Richard Laager |
merge of '8a14c1d90381baa3c31adeedee7f673d58d66304'
|
Sat, 25 Oct 2008 18:09:05 +0000 |
Richard Laager |
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'
|
Tue, 21 Oct 2008 05:26:38 +0000 |
Richard Laager |
merge of '08956f503726c8222be7489f243810af590487e1'
|
Sat, 25 Oct 2008 18:29:21 +0000 |
Ka-Hing Cheung |
merge of '1cb1b4ee3379b50280fbc97f2c889a43cd7c8c41'
|
Sat, 25 Oct 2008 14:33:54 +0000 |
Will Thompson |
Only build SSL plugins if the corresponding library is present.
|
Sat, 25 Oct 2008 14:26:30 +0000 |
Will Thompson |
Explicitly depend on automake >=1.9, and don't warn about GNU Make-isms.
|
Fri, 24 Oct 2008 21:50:55 +0000 |
Marcus Lundblad |
What was I thinking... The GtkIMHtmlSmileys in the smiley trees aren't owned
|
Fri, 24 Oct 2008 17:42:32 +0000 |
Daniel Atallah |
Make the CSS rgb() color parsing more robust. khc noted that it wouldn't work
|
Fri, 24 Oct 2008 04:19:10 +0000 |
Daniel Atallah |
Support rgb(r,g,b) style css color definitions. Fixes #7288.
|
Fri, 24 Oct 2008 04:06:25 +0000 |
Daniel Atallah |
gtk_widget_set_tooltip_text() is GTK+ >= 2.12
|
Wed, 22 Oct 2008 15:23:17 +0000 |
Sadrul Habib Chowdhury |
More strings for translation.
|
Wed, 22 Oct 2008 15:14:03 +0000 |
Daniel Atallah |
Mark for translation now that we're unfrozen.
|
Wed, 22 Oct 2008 03:49:14 +0000 |
Daniel Atallah |
Clean up some unnecessary and unused code in the purple_circ_buffer_append()
|
Tue, 21 Oct 2008 16:26:31 +0000 |
Sadrul Habib Chowdhury |
Show when offline (because the plugin doesn't work no more).
|
Tue, 21 Oct 2008 16:16:40 +0000 |
Daniel Atallah |
merge of '27f7d38af8dba617aba8109d82e27907cd7d8b41'
|
Tue, 21 Oct 2008 02:47:17 +0000 |
John Bailey |
This fixes a missing initializer warning I see with gcc 4.3 but haven't seen
|
Tue, 21 Oct 2008 01:33:54 +0000 |
John Bailey |
merge of 'c65b8e669e142607d030dfb83caf2d344faa8dbe'
|
Tue, 21 Oct 2008 01:33:36 +0000 |
John Bailey |
disapproval of revision '2506f7dd86d254a0a503554e51b61106f45e0f80'
|
Tue, 21 Oct 2008 01:22:50 +0000 |
John Bailey |
merge of '2506f7dd86d254a0a503554e51b61106f45e0f80'
|
Tue, 21 Oct 2008 01:08:13 +0000 |
Luke Bratch |
Patch from Luke Bratch:
|
Tue, 21 Oct 2008 01:04:23 +0000 |
John Bailey |
Mark a few people as retired. If I made mistakes here, let me know and I
|
Tue, 21 Oct 2008 01:00:02 +0000 |
John Bailey |
typo
|
Tue, 21 Oct 2008 00:54:44 +0000 |
John Bailey |
Per my volunteering, Stu's nomination, and Ethan's agreement, I am marking
|
Tue, 21 Oct 2008 01:04:50 +0000 |
Stu Tomlinson |
Using system libtool somehow resulted in a bunch of static libraries we
|
Tue, 21 Oct 2008 16:09:23 +0000 |
Daniel Atallah |
Trigger url_fetch_connect_cb() asynchronously when the connection fails
|
Tue, 21 Oct 2008 16:01:13 +0000 |
Daniel Atallah |
Add debug output when proxy configuration issues are seen. This will help to
|
Mon, 20 Oct 2008 13:38:53 +0000 |
Ethan Blanton |
Prep for 2.5.3 ... or whatever comes next
|
Mon, 20 Oct 2008 01:55:40 +0000 |
Daniel Atallah |
Update win32 changelog for 2.5.2 - better late than never.
|
Mon, 20 Oct 2008 00:55:11 +0000 |
Daniel Atallah |
Fix a printf("%s", NULL). Fixes #7289.
|
Sun, 19 Oct 2008 06:27:47 +0000 |
Elliott Sales de Andrade |
NEWS and ChangeLog a bit.
|
Sun, 19 Oct 2008 05:48:11 +0000 |
Elliott Sales de Andrade |
merge of '0e036cef0f8a3bdfd1d7f7fc082edca43d3153df'
|
Sun, 19 Oct 2008 05:45:16 +0000 |
Elliott Sales de Andrade |
Apply khc's patch for ADL error 205, with a few changes to get around
|
Sun, 19 Oct 2008 01:28:54 +0000 |
Richard Laager |
merge of '15413347b7bb8ede3e50a8cab65b29ec8e93ab4f'
|
Thu, 09 Oct 2008 11:58:07 +0000 |
Richard Laager |
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
|
Sun, 19 Oct 2008 02:41:57 +0000 |
Stu Tomlinson |
Fix some clearly bogus translations of Finch
|
Sun, 19 Oct 2008 02:33:10 +0000 |
John Bailey |
merge of '4f7bf56fa49ba320a72f34b0df3e12c95b6bd84d'
|
Sun, 19 Oct 2008 02:30:26 +0000 |
John Bailey |
NEWSing.
|
Sun, 19 Oct 2008 02:25:04 +0000 |
Stu Tomlinson |
Galician translation updated (Frco. Javier Rial Rodr«¿guez)
|
Sun, 19 Oct 2008 02:19:31 +0000 |
Stu Tomlinson |
fix a string format mismatch in the Dutch translation
|
Sun, 19 Oct 2008 02:04:02 +0000 |
Stu Tomlinson |
Afrikaans translation updated (Friedel Wolff)
|
Sun, 19 Oct 2008 02:02:24 +0000 |
Stu Tomlinson |
Portuguese (Brazilian) translation updated (Rodrigo Luiz Marques Flores)
|
Sun, 19 Oct 2008 02:01:12 +0000 |
Stu Tomlinson |
Slovak translation updated (Andrej Herceg)
|
Sun, 19 Oct 2008 01:59:28 +0000 |
Stu Tomlinson |
Estonian translation updated (Ivar Smolin)
|
Sun, 19 Oct 2008 01:58:27 +0000 |
Stu Tomlinson |
Dutch translation updated (Dani«³l Heres)
|
Sun, 19 Oct 2008 01:57:41 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Sun, 19 Oct 2008 01:55:47 +0000 |
Stu Tomlinson |
Czech translation updated (David Vachulka)
|
Sun, 19 Oct 2008 01:54:52 +0000 |
Stu Tomlinson |
Chinese (Hong Kong) translation updated (Ambrose C. Li)
|
Sun, 19 Oct 2008 01:53:08 +0000 |
Stu Tomlinson |
Mongolian translation added (gooyo)
|
Sun, 19 Oct 2008 01:49:23 +0000 |
Stu Tomlinson |
Slovenian translation updated (Martin Srebotnjak)
|
Sun, 19 Oct 2008 01:40:13 +0000 |
Stu Tomlinson |
Document the translation updates I noticed, I might have missed some
|
Sun, 19 Oct 2008 01:36:01 +0000 |
Stu Tomlinson |
Remove 'devel' from the version number
|
Sun, 19 Oct 2008 01:35:22 +0000 |
Stu Tomlinson |
Let's release. Either on a PC in Europe or in about 3 hours.
|
Sun, 19 Oct 2008 01:34:19 +0000 |
Stu Tomlinson |
NEWS! and more optimism, although timezones may disagree with me.
|
Sun, 19 Oct 2008 01:30:32 +0000 |
Stu Tomlinson |
Use the system libtool to build RPMs, hopefully this fixes any issues using
|
Sun, 19 Oct 2008 01:29:32 +0000 |
Stu Tomlinson |
po/ChangeLog doesn't include dates
|
Sun, 19 Oct 2008 01:05:09 +0000 |
Sadrul Habib Chowdhury |
NEWS for 2.5.2.
|
Sun, 19 Oct 2008 00:16:57 +0000 |
Ethan Blanton |
Let's hear some NEWS
|
Sat, 18 Oct 2008 18:15:33 +0000 |
Ethan Blanton |
merge of '8d34db0f9667ef7735bb95c82f854d1a46ef2ddc'
|
Sat, 18 Oct 2008 18:14:32 +0000 |
Ethan Blanton |
Move the NEWS check from automake's check-news to the version-check
|
Sat, 18 Oct 2008 17:50:13 +0000 |
Ethan Blanton |
pidginstock-artwork.c must be DIST'd because it's translated
|
Sat, 18 Oct 2008 17:12:27 +0000 |
Sadrul Habib Chowdhury |
Instead of showing error message when trying to interactively add an
|
Thu, 16 Oct 2008 22:20:52 +0000 |
Sadrul Habib Chowdhury |
Set the urgent flag for conversation windows on receiving a /buzz etc.
|
Thu, 16 Oct 2008 20:34:28 +0000 |
Stu Tomlinson |
I hope this isn't being too optimistic. I needed to commit something...
|
Thu, 16 Oct 2008 20:23:03 +0000 |
Stu Tomlinson |
Run the (relatively quick) version check before the (painfully long)
|
Thu, 16 Oct 2008 18:01:15 +0000 |
Sadrul Habib Chowdhury |
merge of '293d86c14abc6f7b4838382bf85351bd687247c2'
|
Mon, 13 Oct 2008 18:54:37 +0000 |
Sadrul Habib Chowdhury |
merge of '77f42c8f25c38b4f966158a64ab3be36f00e0aa8'
|
Wed, 08 Oct 2008 15:07:07 +0000 |
Sadrul Habib Chowdhury |
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
|
Thu, 16 Oct 2008 08:17:04 +0000 |
Mark Doliner |
Check in updated versions of these from running stats.pl.
|
Thu, 16 Oct 2008 07:58:41 +0000 |
Mark Doliner |
Pass --no-location to msgmerge when generating the stats at
|
Sun, 12 Oct 2008 22:02:07 +0000 |
Ka-Hing Cheung |
References #6907, wrap a NULL check
|
Sun, 12 Oct 2008 22:00:56 +0000 |
Ka-Hing Cheung |
merge of '05c26e9f58c2ab03f9f6d60143405f368789957d'
|
Thu, 02 Oct 2008 21:11:08 +0000 |
Bj«Órn Voigt |
German update (2 new strings)
|
Thu, 02 Oct 2008 20:40:45 +0000 |
Marcus Lundblad |
Minor corrections to Swedish translation
|
Thu, 02 Oct 2008 17:35:43 +0000 |
Kelemen G«¡bor |
merge of '616765eabf8210a925bd2eab019bfb54f8d758fe'
|
Thu, 02 Oct 2008 14:19:47 +0000 |
Daniel Atallah |
Add some debug output to the oscar encoding process.
|
Thu, 02 Oct 2008 06:53:24 +0000 |
Laurynas Biveinis |
merge of '7e6b96bf18be99338c17deae1128126df39d1a70'
|
Thu, 02 Oct 2008 05:37:38 +0000 |
Elliott Sales de Andrade |
Save the MSN ContactID after adding a buddy so it can be used for
|
Thu, 02 Oct 2008 04:59:13 +0000 |
Elliott Sales de Andrade |
merge of '550b0287adae13c3fb57b0b584f2b461370b8464'
|
Thu, 02 Oct 2008 04:59:11 +0000 |
Elliott Sales de Andrade |
merge of '791f3e070376e218af0a5c33695979827bbda747'
|
Thu, 02 Oct 2008 02:22:42 +0000 |
Daniel Atallah |
Set %HOME% when running in portable mode so that GTK+'s files get stored in the
|
Thu, 02 Oct 2008 01:40:23 +0000 |
Daniel Atallah |
Fix NULL pointer deref. Fixes #7258. Thanks to "jonassa" for noticing.
|
Thu, 02 Oct 2008 01:29:53 +0000 |
Daniel Atallah |
Allow the message notification plugin to flash windows on win32.
|
Thu, 02 Oct 2008 01:28:52 +0000 |
Daniel Atallah |
Set the connection display name to the server-assigned full jid for XMPP
|
Mon, 06 Oct 2008 02:13:53 +0000 |
Sadrul Habib Chowdhury |
Show a manually added new empty group even if the preference is not set.
|
Sat, 04 Oct 2008 23:36:52 +0000 |
Sadrul Habib Chowdhury |
Fix a bug in the irssi plugin where the windows wouldn't expand when the
|
Thu, 02 Oct 2008 01:02:44 +0000 |
Sadrul Habib Chowdhury |
Unbreak ABI.
|
Tue, 30 Sep 2008 17:05:40 +0000 |
Timo Jyrinki |
add spell-checkable languages' translations
|
Tue, 30 Sep 2008 16:49:57 +0000 |
Timo Jyrinki |
Update Finnish translation for 2.5.2. (15 fuzzies in QQ left alone, not so
|
Tue, 30 Sep 2008 16:12:07 +0000 |
Jochen Kemnade |
updated German translation
|
Tue, 30 Sep 2008 07:22:33 +0000 |
Ka-Hing Cheung |
typo?
|
Tue, 30 Sep 2008 06:40:11 +0000 |
Ka-Hing Cheung |
print out the servconn number when it's disconnected
|
Tue, 30 Sep 2008 05:52:57 +0000 |
Ka-Hing Cheung |
attempts to resend message on switchboard error once, tested by maually
|
Thu, 02 Oct 2008 04:52:38 +0000 |
Elliott Sales de Andrade |
Use the MSN passport in more places instead of the Contact ID if it's
|
Tue, 30 Sep 2008 00:49:53 +0000 |
Daniel Atallah |
Prevent DNS-SD TXT record strings from exceeding the maximum length.
|
Mon, 29 Sep 2008 17:17:38 +0000 |
Bj«Órn Voigt |
German update for 2.5.2
|
Mon, 29 Sep 2008 01:36:09 +0000 |
Stu Tomlinson |
Unleak
|
Mon, 29 Sep 2008 01:27:57 +0000 |
Stu Tomlinson |
Kill these warnings:
|
Mon, 29 Sep 2008 01:22:39 +0000 |
Stu Tomlinson |
Use purple_connection_error_reason() when network disconnections are
|
Mon, 29 Sep 2008 00:59:53 +0000 |
Ethan Blanton |
Do not set the connect server for Google Talk accounts. Setting the
|
Sun, 28 Sep 2008 17:19:38 +0000 |
Will Thompson |
GtkBlist: don't set the Urgent hint whenever a connection error occurs or is updated
|
Sun, 28 Sep 2008 08:05:07 +0000 |
Elliott Sales de Andrade |
Add some strings before string freeze for some not-done code. Should be
|
Sun, 28 Sep 2008 07:50:00 +0000 |
Elliott Sales de Andrade |
Patch from Maiku to allow replying to a mobile contact that isn't on
|
Sat, 27 Sep 2008 23:06:00 +0000 |
Elliott Sales de Andrade |
merge of 'af100261749125c03e3d490b01d36f8ea219bf8f'
|
Sat, 27 Sep 2008 23:04:20 +0000 |
Elliott Sales de Andrade |
disapproval of revision '046452c275782ffd3218e3ae4863eaa8bf31a5f4'
|
Sat, 27 Sep 2008 23:05:57 +0000 |
Elliott Sales de Andrade |
merge of '2138d13a6116de36a5c3cbbb2a323bcbab72017a'
|
Sat, 27 Sep 2008 22:47:46 +0000 |
Elliott Sales de Andrade |
Update MSN Client Version (CVR) string to match 8.5.1302.
|
Sat, 27 Sep 2008 03:20:48 +0000 |
Elliott Sales de Andrade |
Fix a possible xmlnode leak and an extra g_strdup when processing
|
Sat, 27 Sep 2008 11:16:36 +0000 |
Bj«Órn Voigt |
small German update (fixes the second part of #7217
|
Fri, 26 Sep 2008 16:26:56 +0000 |
Jochen Kemnade |
de translation: update some of the more translatable strings
|
Fri, 26 Sep 2008 05:07:48 +0000 |
Elliott Sales de Andrade |
Always send the MSN status code, even when we think we're already logged
|
Thu, 25 Sep 2008 07:19:38 +0000 |
Sadrul Habib Chowdhury |
Transliterate the group-names. I think there was a patch for this, but I can't find it now.
|
Thu, 25 Sep 2008 05:02:38 +0000 |
Marcus Lundblad |
ChangeLog fix for crashing when using re-added custom smileys
|
Thu, 25 Sep 2008 04:51:19 +0000 |
Marcus Lundblad |
merge of '59e2b9896f25e8517b3f0f4d742c143e6fccd6e0'
|
Thu, 25 Sep 2008 01:59:44 +0000 |
Daniel Atallah |
Make note of the yahoo ping fix in the Changelog.
|
Thu, 25 Sep 2008 04:49:44 +0000 |
Marcus Lundblad |
Clean up the GtkSmileyTrees on active GtkIMHtml instances when a custom smiley
|
Wed, 24 Sep 2008 17:01:32 +0000 |
Mark Doliner |
Fix this debug message. Thanks to fledermaus who pointed it out.
|
Thu, 09 Oct 2008 11:57:28 +0000 |
Richard Laager |
Use PURPLE_DEVEL_WEBSITE instead of hardcoding it.
|
Tue, 23 Sep 2008 17:36:13 +0000 |
Ethan Blanton |
Enable a number of default-disabled strong ciphers for NSS.
|
Tue, 23 Sep 2008 08:33:34 +0000 |
Sadrul Habib Chowdhury |
Another memory leak fix. Also, keep a copy of the alt-text in
|
Tue, 23 Sep 2008 07:51:55 +0000 |
Sadrul Habib Chowdhury |
A couple of compile warning fixes, a couple of memory leak plugs.
|
Tue, 23 Sep 2008 07:38:47 +0000 |
Marcus Lundblad |
Add custom smiley support for XMPP. Closes #5627.
|
Wed, 17 Sep 2008 19:24:54 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head e550112b97817b0eafc647bd8c0adddf2a262a62)
|
Wed, 17 Sep 2008 19:09:43 +0000 |
Marcus Lundblad |
merge of '11a3a54c2fe7e9807a6ef5d4a359d539688c2848'
|
Wed, 17 Sep 2008 19:07:37 +0000 |
Marcus Lundblad |
ChangeLog custom smileys for XMPP
|
Tue, 16 Sep 2008 20:01:24 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3ffe6fd197f037185a0012875ef68c8f6d6c2f89)
|
Sat, 13 Sep 2008 16:13:48 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b14102a6c681b35084d2c3f7726de34d4f859fe1)
|
Tue, 23 Sep 2008 05:33:04 +0000 |
Elliott Sales de Andrade |
merge of '092bbcea7b768d21baff3362314e784b26b1ced7'
|
Tue, 23 Sep 2008 02:50:36 +0000 |
Daniel Atallah |
Only send a yahoo ping once an hour. The server doesn't like it when send it
|
Mon, 22 Sep 2008 05:30:16 +0000 |
Sadrul Habib Chowdhury |
Looks like we need to convert the message into XHTML first. Fixes #7160.
|
Sun, 21 Sep 2008 23:16:37 +0000 |
Richard Laager |
Add a comment documenting the internal.h situation for people using nullprpl
|
Sat, 20 Sep 2008 03:53:16 +0000 |
Ka-Hing Cheung |
don't crash if we get a NLN command from someone not on the blist
|
Sat, 20 Sep 2008 02:45:13 +0000 |
Sadrul Habib Chowdhury |
Fix a bug where some key-bindings wouldn't work with some .
|
Fri, 19 Sep 2008 14:36:44 +0000 |
Stu Tomlinson |
Remove removed files from POTFILES.in
|
Tue, 28 Oct 2008 16:48:36 +0000 |
SHiNE CsyFeK |
2008.10.27 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:47:06 +0000 |
SHiNE CsyFeK |
2008.10.27 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:46:08 +0000 |
SHiNE CsyFeK |
2008.10.22 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:45:10 +0000 |
SHiNE CsyFeK |
2008.10.20 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:44:09 +0000 |
SHiNE CsyFeK |
2008.10.14 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:42:46 +0000 |
SHiNE CsyFeK |
2008.10.10 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:40:56 +0000 |
SHiNE CsyFeK |
2008.10.10 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:39:23 +0000 |
SHiNE CsyFeK |
2008.10.09 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:38:16 +0000 |
SHiNE CsyFeK |
2008.10.09 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:35:06 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Tue, 28 Oct 2008 16:29:42 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 15:08:30 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 15:06:26 +0000 |
SHiNE CsyFeK |
2008.10.08 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 15:04:33 +0000 |
SHiNE CsyFeK |
2008.10.08 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 15:03:08 +0000 |
SHiNE CsyFeK |
2008.10.07 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 15:00:47 +0000 |
SHiNE CsyFeK |
2008.10.07 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:59:55 +0000 |
SHiNE CsyFeK |
2008.10.07 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:58:32 +0000 |
SHiNE CsyFeK |
2008.10.07 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:55:09 +0000 |
SHiNE CsyFeK |
2008.10.05 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:52:26 +0000 |
SHiNE CsyFeK |
Flos Lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:49:38 +0000 |
SHiNE CsyFeK |
2008.10.04 - lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:48:46 +0000 |
SHiNE CsyFeK |
2008.10.05 - ccpaging <ccpagint(at)gmail.com>
|
Wed, 22 Oct 2008 14:47:39 +0000 |
SHiNE CsyFeK |
2008.10.04 - ccpaging <ccpagint(at)gmail.com>
|
Wed, 22 Oct 2008 14:46:44 +0000 |
SHiNE CsyFeK |
2008.10.03 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:45:26 +0000 |
SHiNE CsyFeK |
Flos Lonicerae <lonicerae(at)gmail.com>
|
Wed, 22 Oct 2008 14:43:46 +0000 |
SHiNE CsyFeK |
2009.10.02 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:42:23 +0000 |
SHiNE CsyFeK |
2008.09.30 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:41:13 +0000 |
SHiNE CsyFeK |
2008.09.29 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:40:04 +0000 |
SHiNE CsyFeK |
2008.09.28 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:38:06 +0000 |
SHiNE CsyFeK |
Update ChangeLog
|
Wed, 22 Oct 2008 14:35:05 +0000 |
SHiNE CsyFeK |
2008.09.26 - ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:33:20 +0000 |
SHiNE CsyFeK |
patch 20080922 from ccpaging <ccpaging(at)gmail.com>
|
Wed, 22 Oct 2008 14:28:17 +0000 |
SHiNE CsyFeK |
2008.10.03 - Flos Loniceare<lonicerae(at)gmail.com>
|
Fri, 19 Sep 2008 14:48:00 +0000 |
SHiNE CsyFeK |
merge of '8c50cfe68a5cab6521acc54fedd6797e6c8b863f'
|
Fri, 19 Sep 2008 14:43:21 +0000 |
SHiNE CsyFeK |
propagate from branch 'im.pidgin.pidgin' (head 3f598d56f6f5742f395f67e76a28dc8abc26d97a)
|
Fri, 19 Sep 2008 05:29:38 +0000 |
Sadrul Habib Chowdhury |
Show visited links in a different color. This also plugs a memory leak
|
Thu, 18 Sep 2008 16:19:11 +0000 |
Sadrul Habib Chowdhury |
Change some menutray internals. This makes the tray-icons behave better.
|
Wed, 17 Sep 2008 04:10:43 +0000 |
Elliott Sales de Andrade |
Apply khc's patch for 241 error. Tested it out myself. Cleaned up the
|
Wed, 17 Sep 2008 00:30:18 +0000 |
Elliott Sales de Andrade |
merge of 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'
|
Tue, 16 Sep 2008 23:37:36 +0000 |
Mark Doliner |
Fix DNS resolution. I think I broke this this morning in my revision
|
Tue, 16 Sep 2008 23:35:45 +0000 |
Mark Doliner |
There was a little weirdness with the code that called the UI function
|
Tue, 16 Sep 2008 23:32:15 +0000 |
Mark Doliner |
Simplify two bits of code a little
|
Tue, 16 Sep 2008 23:30:47 +0000 |
Mark Doliner |
Change a string to be more user friendly (people shouldn't have any idea
|
Tue, 16 Sep 2008 23:29:22 +0000 |
Mark Doliner |
Improve a few comments
|
Tue, 16 Sep 2008 17:56:01 +0000 |
Mark Doliner |
Revert my revision 849d4f7265598a9f0340411c4c0c0401d488ec3b, which
|
Tue, 16 Sep 2008 17:30:23 +0000 |
Mark Doliner |
Don't use g_queue_get_length because it requires glib 2.4
|
Tue, 16 Sep 2008 14:23:24 +0000 |
Daniel Atallah |
Some minor cleanup; removal of unnecessary frees and setting stuff to NULL
|
Tue, 16 Sep 2008 13:04:39 +0000 |
Stu Tomlinson |
Fix a double free. Fixes #7047
|
Fri, 19 Sep 2008 14:46:41 +0000 |
SHiNE CsyFeK |
2008.09.19 - ccpaging <ccpaging(at)gmail.com>
|
Mon, 15 Sep 2008 12:55:33 +0000 |
SHiNE CsyFeK |
2008.09.15 - csyfek <csyfek(at)gmail.com>
|
Mon, 15 Sep 2008 03:06:03 +0000 |
Daniel Atallah |
merge of '546bf87105ac5b97c3962c083dfab015d37d9b05'
|
Mon, 15 Sep 2008 03:05:53 +0000 |
Daniel Atallah |
merge of '365b2b0d8c5b010ad52640bc3f19a95168d44ded'
|
Mon, 15 Sep 2008 03:05:34 +0000 |
Daniel Atallah |
merge of '035bfdb2d9357e8feaf49c1fea3daa75cd90d74d'
|
Mon, 15 Sep 2008 03:05:11 +0000 |
Daniel Atallah |
merge of '6e857412566bb470d069d3f9bfccd5e7828abd0c'
|
Mon, 15 Sep 2008 03:04:42 +0000 |
Daniel Atallah |
merge of '021e8f6b481be8a2183a6c94379b98ef008cc534'
|
Sat, 13 Sep 2008 23:31:33 +0000 |
Sadrul Habib Chowdhury |
Fix handling mouse events with menus.
|
Fri, 12 Sep 2008 18:00:08 +0000 |
Kevin Stange |
Richard failed to apply this change to the currently released version
|
Fri, 12 Sep 2008 14:26:41 +0000 |
SHiNE CsyFeK |
merge of '5316525f53e27f838d18a6a08b82c7d55f674591'
|
Thu, 11 Sep 2008 22:30:04 +0000 |
Daniel Atallah |
Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.
|
Thu, 11 Sep 2008 22:00:23 +0000 |
Daniel Atallah |
Fix the SOCKS5 CHAP authentication to parse several messages if they are read at
|
Thu, 11 Sep 2008 21:25:05 +0000 |
Daniel Atallah |
merge of '3899adf4bc769e54b5338f295574ed8389025068'
|
Thu, 11 Sep 2008 21:16:07 +0000 |
Richard Laager |
merge of 'a636632c34e757253b9488f72068ffa94dc1727f'
|
Thu, 11 Sep 2008 21:15:01 +0000 |
Richard Laager |
Remove the preference for keeping the status message, and keep it always.
|
Thu, 11 Sep 2008 21:13:13 +0000 |
Richard Laager |
merge of '7b270e8b949f20550eec69f904e57b5431a83f10'
|
Thu, 11 Sep 2008 21:12:24 +0000 |
Richard Laager |
disapproval of revision 'fedd8495d3e49df957ae842bc5fa289452d048f8'
|
Thu, 11 Sep 2008 21:20:09 +0000 |
Daniel Atallah |
Add GPL headers to the yahoo_auth files based on Sean's recollection of communication with the authors.
|
Thu, 11 Sep 2008 20:58:15 +0000 |
Kevin Stange |
merge of 'aaddbdd76370264a6f95b6d787b565061e3b40d6'
|
Thu, 11 Sep 2008 20:58:09 +0000 |
Kevin Stange |
Add things to the ChangeLog. Please add things to the changelog when
|
Thu, 11 Sep 2008 20:30:39 +0000 |
Kevin Stange |
merge of '9eaf43035d1d4af1bc92a49bb30f637211f80123'
|
Thu, 11 Sep 2008 20:26:21 +0000 |
Kevin Stange |
merge of 'b341289e9194564cc4f7250228a66b854c2ec3c5'
|
Mon, 15 Sep 2008 03:04:07 +0000 |
Daniel Atallah |
disapproval of revision '8cebefbc6cd5d84acb69c74e69e8821f11dd225d'
|
Mon, 15 Sep 2008 03:03:49 +0000 |
Daniel Atallah |
disapproval of revision '5688199e261449d33b5803dafff50d860896ebcb'
|
Mon, 15 Sep 2008 03:03:33 +0000 |
Daniel Atallah |
disapproval of revision '5316525f53e27f838d18a6a08b82c7d55f674591'
|
Thu, 11 Sep 2008 13:34:33 +0000 |
SHiNE CsyFeK |
2008.09.11 - csyfek <csyfek(at)gmail.com>
|
Thu, 11 Sep 2008 13:32:26 +0000 |
SHiNE CsyFeK |
2008.09.04 - ccpaging <ccpaging(at)gmail.com>
|
Mon, 15 Sep 2008 03:03:59 +0000 |
Daniel Atallah |
disapproval of revision '92d52eef2994d2697999177804e3665989cfa352'
|
Thu, 11 Sep 2008 13:29:26 +0000 |
SHiNE CsyFeK |
2008.09.02 - ccpaging <ccpaging(at)gmail.com>
|
Thu, 11 Sep 2008 13:25:07 +0000 |
SHiNE CsyFeK |
2008.08.16 - ccpaging <ecc_hy(at)hotmail.com>
|
Thu, 11 Sep 2008 04:19:37 +0000 |
Ka-Hing Cheung |
shuffle some code around to make sure are using the right errno,
|
Wed, 10 Sep 2008 21:59:38 +0000 |
Mark Doliner |
merge of '60045dbace89be557466fc68978290d5fe8b491d'
|
Wed, 10 Sep 2008 19:51:41 +0000 |
Kevin Stange |
Revert this change that was accidentally committed in f5ca7968 to remove
|
Wed, 10 Sep 2008 19:20:30 +0000 |
Richard Laager |
Provide a preference to allow users to keep their status message when
|
Wed, 10 Sep 2008 04:12:59 +0000 |
Richard Laager |
Add some missing files to POTFILES.in.
|
Wed, 10 Sep 2008 04:12:30 +0000 |
Richard Laager |
Add libpurple/tests/libpurple.. to the list of files to ignore. I don't
|
Wed, 10 Sep 2008 21:59:09 +0000 |
Mark Doliner |
Fix this g_return_val_if_fail. It should have been returning TRUE or
|
Wed, 10 Sep 2008 21:48:33 +0000 |
Mark Doliner |
In our child DNS lookup processes, don't bother to use select to watch
|
Wed, 10 Sep 2008 21:32:50 +0000 |
Mark Doliner |
Currently when a child dns resolver process reads a domain name from
|
Tue, 09 Sep 2008 11:54:21 +0000 |
Sadrul Habib Chowdhury |
Use the more appropriate _unregister_handler function.
|
Mon, 08 Sep 2008 23:04:15 +0000 |
Daniel Atallah |
Fix a NULL pointer deref in the NSS SSL implementation with certain self-signed
|
Mon, 08 Sep 2008 01:29:00 +0000 |
Daniel Atallah |
Use the correct free() function.
|
Mon, 08 Sep 2008 01:28:17 +0000 |
Daniel Atallah |
Fix a TODO and mark a string translatable now that we're not string frozen.
|
Sun, 07 Sep 2008 19:58:04 +0000 |
Elliott Sales de Andrade |
Don't try to read data from a NULL filename in
|
Sun, 07 Sep 2008 19:08:04 +0000 |
Elliott Sales de Andrade |
merge of '4108bfcdd43ec618a7105588ec476f7cb3d68abb'
|
Sat, 06 Sep 2008 17:18:10 +0000 |
Will Thompson |
Prefs/Sounds: add some mnemonics
|
Sat, 06 Sep 2008 17:13:13 +0000 |
Will Thompson |
Add a "Mute sounds" tickybox in Prefs, mirroring Tools/Mute Sounds.
|
Fri, 05 Sep 2008 14:32:00 +0000 |
Will Thompson |
Uniquify auto-accepted file names to foo-2.tar.gz, not foo.tar.gz-2.
|
Sat, 06 Sep 2008 04:01:08 +0000 |
Elliott Sales de Andrade |
merge of '276af715e3b26cba28965e1fa14e8c6e5ac65a85'
|
Fri, 05 Sep 2008 12:07:37 +0000 |
Sadrul Habib Chowdhury |
Fix the conversation window closing unexpectedly. Again.
|
Fri, 05 Sep 2008 09:30:00 +0000 |
Sadrul Habib Chowdhury |
He is crazy, and he writes crazy patches.
|
Thu, 04 Sep 2008 22:56:26 +0000 |
Sadrul Habib Chowdhury |
merge of '44df11dd9d1db0245be1ab1ac5410821b1c9f2af'
|
Thu, 04 Sep 2008 18:04:29 +0000 |
Mark Doliner |
The variable we use to keep track of the watcher of the ssl connection
|
Thu, 04 Sep 2008 04:05:54 +0000 |
Daniel Atallah |
Fix the tab headers to display consistently when changing the "Show detailed
|
Thu, 11 Sep 2008 19:12:39 +0000 |
Marcus Lundblad |
Added a workaround for receiving smileys from Jabbim,
|
Thu, 11 Sep 2008 18:22:12 +0000 |
Marcus Lundblad |
When receiving an <img/> without the "alt" attribute, set
|
Mon, 08 Sep 2008 20:48:16 +0000 |
Marcus Lundblad |
Fixed a memory error, which was due to me destroying some hashtables in the
|
Mon, 08 Sep 2008 16:36:38 +0000 |
Marcus Lundblad |
Patch from Phil Hannent fixing build on Windows
|
Sat, 06 Sep 2008 23:11:44 +0000 |
Marcus Lundblad |
Removed commented out declarations (oops)
|
Fri, 05 Sep 2008 21:55:09 +0000 |
Marcus Lundblad |
Updated to use latest spec. in XEP-0231
|
Thu, 04 Sep 2008 22:18:58 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head b5850556407753df7ee8b8fa84917779165fc58b)
|
Thu, 04 Sep 2008 21:27:33 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e685599ddcc769d157547685b5498df0662de8a2)
|
Thu, 04 Sep 2008 22:45:17 +0000 |
Sadrul Habib Chowdhury |
The irssi wm does not need libpurple, and use relative path to libgnt.la
|
Thu, 04 Sep 2008 21:57:40 +0000 |
Sadrul Habib Chowdhury |
Report dbus/nm availability correctly
|
Thu, 04 Sep 2008 03:43:32 +0000 |
Sadrul Habib Chowdhury |
datallah reminds me that my strings suck
|
Thu, 04 Sep 2008 02:10:15 +0000 |
Daniel Atallah |
Don't select the GTK+ checkbox if the current version or a new er version is
|
Thu, 04 Sep 2008 01:34:11 +0000 |
Daniel Atallah |
Remove some stray references to the MIT kerberos stuff we distributed for a short time.
|
Wed, 03 Sep 2008 15:38:31 +0000 |
Daniel Atallah |
Parse the HTTP status code in the release notification plugin and only display
|
Tue, 02 Sep 2008 09:41:15 +0000 |
Peter Hjalmarsson |
Updated swedish translation
|
Sat, 06 Sep 2008 02:57:57 +0000 |
Elliott Sales de Andrade |
We can't have ./configure lying to you, can we?
|
Tue, 02 Sep 2008 04:42:51 +0000 |
Elliott Sales de Andrade |
Depend on NetworkManager >= 0.5.0 because NetworkManager.h does not
|
Tue, 02 Sep 2008 04:37:33 +0000 |
Elliott Sales de Andrade |
Don't check for NetworkManager support when we find out we're not
|
Tue, 02 Sep 2008 01:26:58 +0000 |
Ka-Hing Cheung |
I just thought that was funny
|
Mon, 01 Sep 2008 16:45:01 +0000 |
Sadrul Habib Chowdhury |
Return FALSE when a perl plugin cannot be loaded.
|
Mon, 01 Sep 2008 16:17:17 +0000 |
Sadrul Habib Chowdhury |
merge of 'aafdb65286c235642b3ed1ac877f14714653e6cb'
|
Mon, 01 Sep 2008 16:16:30 +0000 |
Sadrul Habib Chowdhury |
Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.
|
Mon, 01 Sep 2008 16:09:01 +0000 |
Sadrul Habib Chowdhury |
Fix compiling 'make plugin.so' when srcdir != builddir
|
Mon, 01 Sep 2008 14:11:51 +0000 |
Sadrul Habib Chowdhury |
Show 'ICQ UIN...' and 'Yahoo ID...' in the screenname field
|
Thu, 11 Sep 2008 20:25:47 +0000 |
Kevin Stange |
disapproval of revision 'f5ca7968e3f6be8f81d068232d389e0b1dab784b'
|
Mon, 01 Sep 2008 15:01:33 +0000 |
Hylke Bons |
Things still need to be adjusted here.
|
Mon, 01 Sep 2008 13:31:43 +0000 |
Hylke Bons |
Add new artwork directory structure side by side with pidgin/pixmaps/ for smooth transition.
|
Mon, 01 Sep 2008 08:31:54 +0000 |
Jochen Kemnade |
Updated de translation
|
Sun, 31 Aug 2008 23:13:36 +0000 |
Ka-Hing Cheung |
take out default mute key binding
|
Sun, 31 Aug 2008 18:49:23 +0000 |
Daniel Atallah |
Warnings cleanup from Lee Roach. Fixes #6242.
|
Sun, 31 Aug 2008 17:54:21 +0000 |
Daniel Atallah |
An optimization for purple_accounts_find() to eliminate a malloc/free per
|
Sun, 31 Aug 2008 17:29:40 +0000 |
Daniel Atallah |
Some Makefile cleanups to remove generated files from Lee Roach. Fixes #6609.
|
Sun, 31 Aug 2008 16:52:51 +0000 |
Daniel Atallah |
Clean up some debugging to avoid potential NULL string printf.
|
Sun, 31 Aug 2008 07:50:49 +0000 |
Sadrul Habib Chowdhury |
Press - or = in the accounts list to reorder accounts.
|
Sun, 31 Aug 2008 06:31:17 +0000 |
Sadrul Habib Chowdhury |
Add 'Nested Grouping' option in the grouping plugin
|
Sun, 31 Aug 2008 06:23:52 +0000 |
Sadrul Habib Chowdhury |
Try to preserve HTML attributes in notification dialogs
|
Sun, 31 Aug 2008 05:39:52 +0000 |
Kevin Stange |
Now we're 2.5.2devel!
|
Sun, 31 Aug 2008 05:21:25 +0000 |
Elliott Sales de Andrade |
Make this string translateable now that we're tagged and out of string
|
Sun, 31 Aug 2008 04:06:25 +0000 |
Kevin Stange |
The pixmaps here are gone.
|
Sun, 31 Aug 2008 01:00:40 +0000 |
Elliott Sales de Andrade |
NEWS! Because no-one else wants to do it...
|
Sun, 31 Aug 2008 00:38:19 +0000 |
Kevin Stange |
Start NEWSing please.
|
Sat, 30 Aug 2008 20:21:04 +0000 |
Elliott Sales de Andrade |
Add MSN error code 927 for suspended passports, and a little bit of
|
Sat, 30 Aug 2008 07:53:32 +0000 |
Ka-Hing Cheung |
Stu's idea, I sort of did it the other way. I don't know if it will help
|
Sat, 30 Aug 2008 03:43:05 +0000 |
Elliott Sales de Andrade |
merge of '0c4505a67ab2e90bf634a3d235022d369302e129'
|
Sat, 30 Aug 2008 03:41:18 +0000 |
Elliott Sales de Andrade |
Print out SOAP response data as it's received in chunks. Sure, that
|
Sat, 30 Aug 2008 02:30:04 +0000 |
Stu Tomlinson |
Remove the (win32 only?!) QQ buddy icon pixmaps due to copyright concerns
|
Sat, 30 Aug 2008 02:05:36 +0000 |
Kevin Stange |
Add something Stu noted.
|
Sat, 30 Aug 2008 01:41:51 +0000 |
Kevin Stange |
Include the Windows tray icons in the source distribution.
|
Sat, 30 Aug 2008 00:28:34 +0000 |
Kevin Stange |
Here, now we have a list of things that were changed. I'm not sure if
|
Fri, 29 Aug 2008 20:45:44 +0000 |
Luke Schierer |
merge of '2907a92b5f377c1eb7ea400907a83a8d39b049d4'
|
Fri, 29 Aug 2008 19:37:07 +0000 |
Daniel Atallah |
Added Irish translation from Aaron Kearns. This technically addes a string ("Irish"), but I'm going to do it anyway. Fixes #6836.
|
Fri, 29 Aug 2008 19:28:10 +0000 |
Daniel Atallah |
Updated he translation. Fixes #6826
|
Fri, 29 Aug 2008 19:26:42 +0000 |
Daniel Atallah |
Updated zh_HK zh_TW translations. Fixes #6805
|
Fri, 29 Aug 2008 19:23:45 +0000 |
Daniel Atallah |
Updated nn translation. Fixes #6802
|
Fri, 29 Aug 2008 17:38:06 +0000 |
Daniel Atallah |
Updated pt_BR translation. Fixes #6800
|
Fri, 29 Aug 2008 17:36:05 +0000 |
Daniel Atallah |
Updated Czech translation. Fixes #6796
|
Fri, 29 Aug 2008 17:33:35 +0000 |
Daniel Atallah |
Updated Italian translation. Fixes #6789
|
Fri, 29 Aug 2008 17:27:24 +0000 |
Daniel Atallah |
Updated Dutch translation. Fixes #6787
|
Fri, 29 Aug 2008 17:23:36 +0000 |
Daniel Atallah |
Updated Spanish translation from jfs. Fixes #6694,#6876
|
Fri, 29 Aug 2008 16:43:38 +0000 |
Daniel Atallah |
Updated Galician translation from Frco. Javier Rial Rodriguez. Fixes #6621.
|
Fri, 29 Aug 2008 14:01:14 +0000 |
Evan Schoenberg |
Ignore nicknames which are just the user portion of the JID, as these aren't useful. Instead, prefer the fullname in that situation for serverside alias purposes.
|
Fri, 29 Aug 2008 13:59:59 +0000 |
Evan Schoenberg |
The alias we retrieve from the roster is a private alias; use purple_serv_got_private_alias() to tell the core about it
|
Fri, 29 Aug 2008 11:23:31 +0000 |
Sadrul Habib Chowdhury |
Update the tooltip if the status of the selected node changes.
|
Thu, 28 Aug 2008 09:20:22 +0000 |
Timo Jyrinki |
2.5.1 update. And yay for second --no-location update in a row.
|
Thu, 28 Aug 2008 04:12:31 +0000 |
Daniel Atallah |
Don't arbitrarily default font settings when none are specified for incoming
|
Thu, 28 Aug 2008 01:55:39 +0000 |
Daniel Atallah |
Build the XMPP Console plugin by default on windows too.
|
Thu, 28 Aug 2008 00:55:35 +0000 |
Daniel Atallah |
Some cleanup and a little leak fix that I thought I committed a while ago.
|
Thu, 28 Aug 2008 00:54:37 +0000 |
Daniel Atallah |
Patch from "brookingcharlie" to make "Open All Messages" the default response
|
Thu, 28 Aug 2008 00:43:05 +0000 |
Daniel Atallah |
Path from Toby Schaffer to fix a null ptr deref when adding a buddy. Fixes #6821.
|
Wed, 27 Aug 2008 16:45:04 +0000 |
Daniel Atallah |
Update win32 installer for cert changes.
|
Wed, 27 Aug 2008 04:53:35 +0000 |
Ka-Hing Cheung |
merge of '153989e7ae76bd6d5247eca35699948dded65121'
|
Wed, 27 Aug 2008 04:05:10 +0000 |
Daniel Atallah |
Add support for sending authorization for Basic proxy authentication when the
|
Wed, 27 Aug 2008 04:52:40 +0000 |
Ka-Hing Cheung |
merge of '126251205c0faf12cb73ec60a10f1cf904b8166d'
|
Wed, 27 Aug 2008 03:06:44 +0000 |
Ka-Hing Cheung |
merge of '3acf6d9387524fb3b59c35e5e1db2847387c37af'
|
Wed, 27 Aug 2008 03:06:42 +0000 |
Ka-Hing Cheung |
merge of '6404d7635dd48f315b3c8fd3550970a417daa2ef'
|
Wed, 27 Aug 2008 04:52:29 +0000 |
Ka-Hing Cheung |
prints out the payload to debug log in case we get an invalid UBX command,
|
Wed, 27 Aug 2008 03:05:19 +0000 |
Ka-Hing Cheung |
remove misleading portion of the debug line
|
Wed, 27 Aug 2008 02:52:50 +0000 |
Daniel Atallah |
Do a better job of detecting if the yahoo account is connecting through a HTTP
|
Wed, 27 Aug 2008 02:43:25 +0000 |
Ka-Hing Cheung |
so turns out this is what I really need
|
Wed, 27 Aug 2008 02:41:20 +0000 |
Ka-Hing Cheung |
merge of '23de00c9ca4c1e5f6d10ff40c78d2647432260de'
|
Wed, 27 Aug 2008 03:04:15 +0000 |
Evan Schoenberg |
Return FALSE from purple_url_parse() if a host could not be determined
|
Wed, 27 Aug 2008 02:54:59 +0000 |
Evan Schoenberg |
purple_url_parse() now gracefully handles a url which is wholly invalid.
|
Wed, 27 Aug 2008 01:43:09 +0000 |
Ka-Hing Cheung |
merge of '44b23c8bda2576a9bfcd3eaa90f9188c455df575'
|
Sat, 25 Oct 2008 18:28:58 +0000 |
Ka-Hing Cheung |
disapproval of revision 'abcb63937b0282df910bc35d286c3f0d3245bfa5'
|
Wed, 27 Aug 2008 02:41:09 +0000 |
Ka-Hing Cheung |
disapproval of revision '44b23c8bda2576a9bfcd3eaa90f9188c455df575'
|
Wed, 27 Aug 2008 01:37:54 +0000 |
Ka-Hing Cheung |
add enough certs so we can verify msn servers, distributions that use
|
Thu, 02 Oct 2008 06:53:13 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
Fri, 29 Aug 2008 20:26:41 +0000 |
Hylke Bons |
Revert translation.
|
Tue, 26 Aug 2008 22:37:23 +0000 |
Daniel Atallah |
purple_str_to_time() didn't necessarily set "rest" under all circumstances.
|
Tue, 26 Aug 2008 22:08:21 +0000 |
Sadrul Habib Chowdhury |
merge of '3800c01dede1b6e3df0d6f637b4a865ff77e0efe'
|
Tue, 26 Aug 2008 20:42:52 +0000 |
Bj«Órn Voigt |
German update for 2.5.1
|
Tue, 26 Aug 2008 15:46:40 +0000 |
Hylke Bons |
One-canvas file for the status and tray icons, making a lot of files obsolete.
|
Tue, 26 Aug 2008 12:33:02 +0000 |
ª±ric Boumaour |
Update French translation.
|
Tue, 26 Aug 2008 04:36:29 +0000 |
Daniel Atallah |
Add support for reading SOCKS proxy information from the Windows proxy settings.
|
Tue, 26 Aug 2008 04:08:22 +0000 |
Elliott Sales de Andrade |
merge of '3c1dec61837db8f0f51fc35f7ca26ff948a4e4f4'
|
Mon, 25 Aug 2008 23:10:00 +0000 |
Laurynas Biveinis |
Remove source line information from the LT translation
|
Mon, 25 Aug 2008 23:05:01 +0000 |
Laurynas Biveinis |
merge of '2dda5492ce310300c1b45a054126b0e52e760eaf'
|
Mon, 25 Aug 2008 19:39:00 +0000 |
Richard Laager |
Add some more code to the version-check target to test the ChangeLog files
|
Thu, 02 Oct 2008 17:34:31 +0000 |
Kelemen G«¡bor |
hu.po: Updated Hungarian translation
|
Mon, 25 Aug 2008 13:18:07 +0000 |
Stu Tomlinson |
automake can spit out gzip & bzip2 tarballs at the same time, avoiding the
|
Mon, 25 Aug 2008 03:09:33 +0000 |
Ethan Blanton |
Verify monotone tag and workspace version on 'make packages'.
|
Mon, 25 Aug 2008 02:46:51 +0000 |
Ethan Blanton |
Add release-time candy 'make release' and 'make packages' to the Makefile.
|
Sun, 24 Aug 2008 16:59:06 +0000 |
Stu Tomlinson |
ICONS_22_SCALABLE doesn't exist anymore
|
Sun, 24 Aug 2008 16:51:19 +0000 |
Stu Tomlinson |
Use SOCKS proxy if specified when running in GNOME
|
Tue, 26 Aug 2008 22:06:21 +0000 |
Sadrul Habib Chowdhury |
Do not allow setting empty shortcut for a custom smiley.
|
Sun, 24 Aug 2008 06:35:01 +0000 |
Sadrul Habib Chowdhury |
Show 'Edit' instead of 'pidgin-edit' in the edit buttons. Fixes #6742
|
Sat, 23 Aug 2008 23:21:07 +0000 |
Ka-Hing Cheung |
correctly say we support offline messages for all buddies, this was never
|
Sat, 23 Aug 2008 21:18:53 +0000 |
John Bailey |
Update the man page a bit.
|
Sat, 23 Aug 2008 17:40:26 +0000 |
Evan Schoenberg |
merge of '0394d7df6e47a5fa45b9a961d47614562888683e'
|
Fri, 22 Aug 2008 20:54:24 +0000 |
Stu Tomlinson |
Only disconnect xmpp connections during xml parsing if the error is an
|
Fri, 22 Aug 2008 21:02:51 +0000 |
Hylke Bons |
Update 16x16 protocol icons.
|
Fri, 22 Aug 2008 01:55:21 +0000 |
Hylke Bons |
Dialog icons. Man, these were getting old...
|
Thu, 21 Aug 2008 23:45:39 +0000 |
Hylke Bons |
Throbber test.
|
Thu, 21 Aug 2008 21:17:42 +0000 |
Mark Doliner |
merge of 'a3016031fd5b2669070b7d99b301874a29269f18'
|
Thu, 21 Aug 2008 21:06:37 +0000 |
Hylke Bons |
Source files for the new icons added in 2.5.0.
|
Thu, 21 Aug 2008 21:08:13 +0000 |
Mark Doliner |
merge of '43173262756f7a4040386ac05c0492431fa3c308'
|
Thu, 21 Aug 2008 20:52:51 +0000 |
Hylke Bons |
First steps to one-canvas workflow.
|
Tue, 26 Aug 2008 02:24:17 +0000 |
Elliott Sales de Andrade |
Don't crash if user == NULL in a couple more places. Not exactly the
|
Thu, 21 Aug 2008 06:46:19 +0000 |
Elliott Sales de Andrade |
merge of '038d9d36d640ed83f9df5333d57dc0cd8b9ae847'
|
Wed, 20 Aug 2008 21:20:03 +0000 |
Richard Laager |
It's not "Accounts->Add/Edit" any more, it's now "Accounts->Manage Accounts".
|
Wed, 20 Aug 2008 21:10:01 +0000 |
Richard Laager |
In the Join/Part plugin, add the ability to apply the rules to
|
Wed, 20 Aug 2008 21:09:50 +0000 |
Richard Laager |
Bump the version to 2.5.1devel
|
Wed, 20 Aug 2008 15:57:19 +0000 |
Stu Tomlinson |
merge of '2e9b29f761a49d4b15531f9efc0c1824f50cfb0d'
|
Wed, 20 Aug 2008 15:49:45 +0000 |
Stu Tomlinson |
Fix syntax error in Dutch translation
|
Wed, 20 Aug 2008 15:21:46 +0000 |
Daniel Atallah |
Fix printf of a NULL string and also an invalid free. Fixes #6627
|
Sun, 12 Oct 2008 22:00:38 +0000 |
Ka-Hing Cheung |
disapproval of revision 'd50e4b01c210ebbcd8f8d5a001fa72450e021a97'
|
Wed, 17 Sep 2008 00:29:56 +0000 |
Elliott Sales de Andrade |
disapproval of revision 'c3270f154f1777243d7c71b4e7eaa86bb417d93a'
|
Thu, 21 Aug 2008 06:40:00 +0000 |
Elliott Sales de Andrade |
Support some older versions of the ILN command. Apparently some IM
|
Thu, 21 Aug 2008 05:23:47 +0000 |
Elliott Sales de Andrade |
Apparently messenger@microsoft.com is some sort of server-side buddy
|
Wed, 20 Aug 2008 00:34:16 +0000 |
Elliott Sales de Andrade |
merge of '46196fef32aa6c83b1155e906772d576c064fa25'
|
Tue, 19 Aug 2008 15:59:29 +0000 |
Ethan Blanton |
hah
|
Tue, 19 Aug 2008 08:15:50 +0000 |
Ka-Hing Cheung |
(21:05:09) datallah: i think there will be one soon (2.5.1), but it'll be because of MSN :D
|
Tue, 19 Aug 2008 04:41:15 +0000 |
Daniel Atallah |
I forgot to add these new files to Makefile.am
|
Tue, 19 Aug 2008 01:51:26 +0000 |
Stu Tomlinson |
Update the dates
|
Tue, 19 Aug 2008 00:27:18 +0000 |
Elliott Sales de Andrade |
merge of '6ff1ad13faebe5a0404273212fa903636bb58d37'
|
Wed, 20 Aug 2008 15:44:30 +0000 |
Hylke Bons |
Make the tray icons truly 22x22px.
|
Tue, 19 Aug 2008 23:07:11 +0000 |
Hylke Bons |
Darken the text of the extended-away icon a bit.
|
Mon, 18 Aug 2008 23:29:35 +0000 |
Hylke Bons |
Change weird shape of the 22x22 app icon.
|
Mon, 18 Aug 2008 16:24:09 +0000 |
Hylke Bons |
More improvements.
|
Mon, 18 Aug 2008 16:03:19 +0000 |
Stu Tomlinson |
merge of '9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162'
|
Mon, 18 Aug 2008 15:35:12 +0000 |
Hylke Bons |
Remove all useless definitions. This will reduce the tarball size a lot.
|
Tue, 19 Aug 2008 00:24:53 +0000 |
Elliott Sales de Andrade |
Oops, missed a bit of that patch there.
|
Wed, 27 Aug 2008 07:34:32 +0000 |
Mike Ruprecht |
Properly free audio and video devices in the preferences.
|
Wed, 27 Aug 2008 06:17:33 +0000 |
Mike Ruprecht |
Fix up video preview error handling.
|
Wed, 27 Aug 2008 05:52:14 +0000 |
Mike Ruprecht |
Simplify device API. Use gchar* instead of GValue.
|
Wed, 27 Aug 2008 00:12:57 +0000 |
Mike Ruprecht |
merge of '3fd2b0bf399bc4820c027060ec6c82ed1ca6ca45'
|
Sun, 24 Aug 2008 07:49:50 +0000 |
Mike Ruprecht |
Make voice calls work with Finch.
|
Sun, 24 Aug 2008 06:01:51 +0000 |
Mike Ruprecht |
Restore autoprobe property when finished probing for devices.
|
Wed, 27 Aug 2008 00:08:38 +0000 |
Mike Ruprecht |
Update to Farsight2 0.0.3.
|
Thu, 21 Aug 2008 02:41:21 +0000 |
Mike Ruprecht |
Remove a bunch of extraneous GstBus messages from the debug output.
|
Thu, 21 Aug 2008 00:53:58 +0000 |
Mike Ruprecht |
Fix GStreamer assertion.
|
Wed, 20 Aug 2008 22:49:35 +0000 |
Mike Ruprecht |
Fixed a compile warning.
|
Mon, 18 Aug 2008 06:31:08 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)
|
Mon, 18 Aug 2008 05:55:27 +0000 |
Elliott Sales de Andrade |
A patch from nowic to re-colorize the greyed out icon when a buddy signs
|
Mon, 18 Aug 2008 01:00:58 +0000 |
Elliott Sales de Andrade |
Close notify and request dialogs with PurpleSslConnection as handle.
|
Sun, 17 Aug 2008 21:27:00 +0000 |
Ka-Hing Cheung |
I am still hoping for a release
|
Sun, 17 Aug 2008 19:35:50 +0000 |
Mark Doliner |
It helps to rename the function
|
Sun, 17 Aug 2008 19:15:03 +0000 |
Mark Doliner |
merge of '6b6139039fdaaf6ab1059337085b3b6267bb474e'
|
Sun, 17 Aug 2008 18:10:28 +0000 |
Hylke Bons |
Fix make file.
|
Sun, 17 Aug 2008 11:10:39 +0000 |
Will Thompson |
Correct documentation about list account options to reflect what the key and
|
Sun, 17 Aug 2008 10:37:42 +0000 |
Will Thompson |
Ellipsize the "n people in room" text if necessary.
|
Sun, 17 Aug 2008 00:35:07 +0000 |
Elliott Sales de Andrade |
merge of '183a46fcac287d4b1661ab0a96f7cbd2e2d5b5a0'
|
Sun, 17 Aug 2008 19:12:24 +0000 |
Mark Doliner |
A little function renaming and organization
|
Sat, 16 Aug 2008 22:02:40 +0000 |
Mark Doliner |
NEWSinating the country side. NEWSinating the peasants.
|
Sat, 16 Aug 2008 23:36:59 +0000 |
Hylke Bons |
Sharper 16x16 application icon thanks to QuLogic.
|
Sat, 16 Aug 2008 20:18:16 +0000 |
Hylke Bons |
Pixel polish.
|
Sat, 16 Aug 2008 19:41:05 +0000 |
Evan Schoenberg |
merge of '81070314dbb1793818b946813e1f0cdfda74f7ca'
|
Sat, 16 Aug 2008 19:38:45 +0000 |
Evan Schoenberg |
Fixed an inverted g_return_val_if_fail() which caused gadu-gadu to always set an available status with no status message
|
Sat, 16 Aug 2008 17:25:33 +0000 |
Stu Tomlinson |
Fix compiling with glib < 2.6
|
Sat, 16 Aug 2008 17:24:21 +0000 |
Stu Tomlinson |
Fix compiling with gtk < 2.6
|
Sat, 16 Aug 2008 04:31:11 +0000 |
Ka-Hing Cheung |
.
|
Sat, 16 Aug 2008 03:15:07 +0000 |
Elliott Sales de Andrade |
Turn off those MSN NOTification debug messages. It should work now, and
|
Sat, 16 Aug 2008 03:12:50 +0000 |
Elliott Sales de Andrade |
merge of '2bf1b91e196b9f481e1e0e63ba6aa28c9918ce6d'
|
Sat, 16 Aug 2008 02:39:35 +0000 |
Daniel Atallah |
merge of '3ba789b2288c2880c7a984b204ad5450055ba746'
|
Sat, 16 Aug 2008 02:33:46 +0000 |
Daniel Atallah |
I missed the traditional Chinese po file in the first round. References #6557.
|
Sat, 16 Aug 2008 03:10:19 +0000 |
Elliott Sales de Andrade |
NEWS!
|
Sat, 16 Aug 2008 02:47:42 +0000 |
Elliott Sales de Andrade |
I don't like this being un-alphabetical. :P
|
Fri, 15 Aug 2008 20:42:05 +0000 |
Hylke Bons |
Windows icon file.
|
Fri, 15 Aug 2008 20:13:28 +0000 |
Hylke Bons |
Updated NEWS and chat icon.
|
Fri, 15 Aug 2008 17:06:50 +0000 |
Daniel Atallah |
Fix dist
|
Fri, 15 Aug 2008 16:23:51 +0000 |
Daniel Atallah |
Oops, I forgot the actual Italian po file.
|
Fri, 15 Aug 2008 16:15:08 +0000 |
Daniel Atallah |
Updated Italian translation from Claudio Satriano. Fixes #6587.
|
Mon, 15 Sep 2008 03:03:11 +0000 |
SHiNE CsyFeK |
applied changes from 5688199e261449d33b5803dafff50d860896ebcb
|
Mon, 15 Sep 2008 03:02:06 +0000 |
SHiNE CsyFeK |
applied changes from 92d52eef2994d2697999177804e3665989cfa352
|
Mon, 15 Sep 2008 03:01:03 +0000 |
SHiNE CsyFeK |
applied changes from 8cebefbc6cd5d84acb69c74e69e8821f11dd225d
|
Mon, 15 Sep 2008 02:59:23 +0000 |
SHiNE CsyFeK |
applied changes from f12c8903079425d7850fa183df0b3f937b2952be
|
Mon, 18 Aug 2008 06:25:38 +0000 |
Mike Ruprecht |
Fixed a ton of memory leaks.
|
Sun, 17 Aug 2008 07:55:38 +0000 |
Mike Ruprecht |
* Added input/output volume preferences for voice conversations.
|
Sun, 17 Aug 2008 01:06:27 +0000 |
Mike Ruprecht |
Only show the mute button when sending an audio stream.
|
Sun, 17 Aug 2008 00:49:29 +0000 |
Mike Ruprecht |
Decouple stream direction. Allows send only or recv only streams.
|
Sat, 16 Aug 2008 20:22:41 +0000 |
Mike Ruprecht |
Fix crash when gstreamer audio or video factory can't be found. References #6605
|
Fri, 15 Aug 2008 04:07:00 +0000 |
Mike Ruprecht |
Stop additional media sessions within a single conversation for grouped contacts.
|
Thu, 14 Aug 2008 23:23:41 +0000 |
Mike Ruprecht |
Remove warning.
|
Thu, 14 Aug 2008 23:14:56 +0000 |
Mike Ruprecht |
Prevent multiple voice and video sessions within the same conversation.
|
Sat, 09 Aug 2008 03:51:42 +0000 |
Mike Ruprecht |
Changed PurpleMediaStreamType to PurpleMediaSessionType.
|
Sat, 09 Aug 2008 03:11:46 +0000 |
Mike Ruprecht |
Fixed up media functions in prpl.c and prpl.h, adding more documentation and
|
Sat, 09 Aug 2008 02:24:38 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
|
Mon, 25 Aug 2008 21:52:10 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
Sat, 09 Aug 2008 01:50:06 +0000 |
Mike Ruprecht |
* Added documentation to media.h and mediamanager.h
|
Sun, 03 Aug 2008 23:31:48 +0000 |
Mike Ruprecht |
Update Jingle implementation per recent standard changes.
|
Wed, 23 Jul 2008 22:34:22 +0000 |
Mike Ruprecht |
Added a mute button for the local microphone.
|
Wed, 23 Jul 2008 20:10:18 +0000 |
Mike Ruprecht |
Set the proper send codec in Farsight.
|
Sat, 19 Jul 2008 03:10:38 +0000 |
Mike Ruprecht |
merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'
|
Fri, 18 Jul 2008 22:05:55 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)
|
Sat, 19 Jul 2008 03:10:00 +0000 |
Mike Ruprecht |
Convert serv_* media functions to purple_prpl_* functions.
|
Thu, 17 Jul 2008 23:09:58 +0000 |
Mike Ruprecht |
Add two missed newlines for debug messages.
|
Thu, 17 Jul 2008 22:59:31 +0000 |
Mike Ruprecht |
Use the purple STUN server preference with the rawudp Farsight transmitter.
|
Thu, 17 Jul 2008 21:01:46 +0000 |
Mike Ruprecht |
Set the media pipeline to PLAYING immediately after initialization
|
Wed, 16 Jul 2008 21:55:08 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
|
Wed, 16 Jul 2008 21:42:13 +0000 |
Mike Ruprecht |
Fix compiling without voice and video support.
|
Wed, 16 Jul 2008 21:35:24 +0000 |
Mike Ruprecht |
Added whether voice and video support has been enabled in Pidgin's About dialog.
|
Fri, 11 Jul 2008 02:10:04 +0000 |
Mike Ruprecht |
Fixed some memory leak issues involving GLists.
|
Fri, 11 Jul 2008 01:35:54 +0000 |
Mike Ruprecht |
Added ChangeLog.API entries.
|
Fri, 11 Jul 2008 01:20:08 +0000 |
Mike Ruprecht |
Added xmlnode_get_parent.
|
Fri, 11 Jul 2008 01:04:44 +0000 |
Mike Ruprecht |
Simplify the Jingle handlers by moving repetitive code into the parse function.
|
Thu, 10 Jul 2008 22:54:18 +0000 |
Mike Ruprecht |
Hide unnecessarily exposed Jingle handler functions
|
Thu, 10 Jul 2008 22:49:52 +0000 |
Mike Ruprecht |
Further decouple Jingle from iq.c
|
Sat, 28 Jun 2008 17:42:31 +0000 |
Mike Ruprecht |
Clarify the scope of two variables.
|
Fri, 27 Jun 2008 21:39:56 +0000 |
Mike Ruprecht |
Added better Farsight error handling.
|
Fri, 27 Jun 2008 18:44:49 +0000 |
Mike Ruprecht |
Wait to set up the voice and video GUI until the responder has accepted the session.
|
Fri, 27 Jun 2008 18:01:13 +0000 |
Mike Ruprecht |
Fix the order of the send/recv audio/video display widgets.
|
Fri, 27 Jun 2008 16:56:25 +0000 |
Mike Ruprecht |
Move the main voice and video pipeline into media.c and display more debug info.
|
Thu, 26 Jun 2008 20:59:15 +0000 |
Mike Ruprecht |
Add proper padding to the voice conference audio levels.
|
Thu, 26 Jun 2008 20:25:38 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
|
Thu, 26 Jun 2008 19:57:37 +0000 |
Mike Ruprecht |
Widened the vertical audio levels.
|
Thu, 19 Jun 2008 17:38:04 +0000 |
Mike Ruprecht |
Move the audio progress bar widgets to be beside the video displays.
|
Thu, 12 Jun 2008 03:59:26 +0000 |
Mike Ruprecht |
Notify the user which type of media session the remote user wants to initiate.
|
Tue, 10 Jun 2008 05:18:29 +0000 |
Mike Ruprecht |
Preliminary video embedded in the conversation window. It's still kind of buggy.
|
Sun, 08 Jun 2008 02:47:38 +0000 |
Mike Ruprecht |
Fix assertion.
|
Sat, 07 Jun 2008 23:23:25 +0000 |
Mike Ruprecht |
New media icons. Thanks, hbons.
|
Sat, 07 Jun 2008 20:16:06 +0000 |
Mike Ruprecht |
Fix crash when receiving a session-initiate ack for a nonexistent session.
|
Sat, 07 Jun 2008 19:57:32 +0000 |
Mike Ruprecht |
Fix assertion.
|
Sat, 07 Jun 2008 03:43:45 +0000 |
Mike Ruprecht |
Send negotiated codecs in session-accept opposed to all local codecs.
|
Sat, 07 Jun 2008 03:14:52 +0000 |
Mike Ruprecht |
Jingle sessions now keep track of their transaction state to a degree.
|
Fri, 06 Jun 2008 22:20:33 +0000 |
Mike Ruprecht |
Silence warning.
|
Fri, 06 Jun 2008 21:57:59 +0000 |
Mike Ruprecht |
Listen to the media pipeline and display errors.
|
Fri, 06 Jun 2008 21:10:16 +0000 |
Mike Ruprecht |
Use the right namespaces for broadcasting and discovering Jingle support.
|
Fri, 06 Jun 2008 20:48:13 +0000 |
Mike Ruprecht |
Temporary fix to remove a 5-7 second delay when initiating a media session.
|
Fri, 06 Jun 2008 20:28:20 +0000 |
Mike Ruprecht |
Added the "media" attribute to the Jingle description element according
|
Fri, 06 Jun 2008 19:08:04 +0000 |
Mike Ruprecht |
Added some utility functions to convert PurpleMediaStreamType
|
Fri, 06 Jun 2008 08:26:57 +0000 |
Mike Ruprecht |
merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'
|
Fri, 06 Jun 2008 08:04:37 +0000 |
Mike Ruprecht |
Corrected debug labels s/"jabber"/"jingle"/
|
Fri, 06 Jun 2008 07:43:03 +0000 |
Mike Ruprecht |
Refactored PurpleMedia to make creating audio or video sessions virtually identical. Audio, video, and audio/video sessions now work. Also added videotestsrc to the video plugin preference.
|
Wed, 04 Jun 2008 19:21:49 +0000 |
Mike Ruprecht |
Added functions to help create Jingle packets. Revised some of the Jingle flow.
|
Tue, 03 Jun 2008 23:35:39 +0000 |
Mike Ruprecht |
Added functions to help with the creation of Jingle packets.
|
Tue, 03 Jun 2008 02:59:48 +0000 |
Mike Ruprecht |
Added JingleSessionContent structure to store content information
|
Mon, 02 Jun 2008 21:58:39 +0000 |
Mike Ruprecht |
Further decoupled Jingle code from jabber.c:
|
Mon, 02 Jun 2008 20:59:20 +0000 |
Mike Ruprecht |
Moved Jingle message handlers from jabber.c to jingle.c.
|
Mon, 02 Jun 2008 18:18:58 +0000 |
Mike Ruprecht |
Fix crash bug when checking if a contact can do media when logging out.
|
Sat, 31 May 2008 20:15:34 +0000 |
Mike Ruprecht |
Check remote JID's capabilities for audio and video XEP support.
|
Sat, 31 May 2008 06:45:42 +0000 |
Mike Ruprecht |
Remove the "Call" button from the formatting toolbar.
|
Sat, 31 May 2008 06:29:38 +0000 |
Mike Ruprecht |
Create a proper media menu with options for audio, video, and
|
Sat, 31 May 2008 04:01:18 +0000 |
Mike Ruprecht |
Free the PurpleMedia object when the media session ends and fix ending
|
Wed, 28 May 2008 21:13:36 +0000 |
Mike Ruprecht |
merge of '38838bc806900103298d383237d2ae7cd60bbd82'
|
Tue, 27 May 2008 16:30:26 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)
|
Tue, 27 May 2008 06:51:21 +0000 |
Sadrul Habib Chowdhury |
Broken merge.
|
Tue, 27 May 2008 06:27:46 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
|
Tue, 27 May 2008 04:55:10 +0000 |
Mike Ruprecht |
merge of '0685fc29468269a2af68268baa627b09f83339e4'
|
Tue, 27 May 2008 04:54:12 +0000 |
Mike Ruprecht |
Silence warning.
|
Wed, 28 May 2008 21:00:40 +0000 |
Mike Ruprecht |
Use USE_VV instead of USE_FARSIGHT.
|
Wed, 28 May 2008 18:41:03 +0000 |
Mike Ruprecht |
Change configure script to have a separate check for voice and video
|
Tue, 27 May 2008 04:30:36 +0000 |
Mike Ruprecht |
Require gstreamer-plugins-base-0.10 for compiling with voice and video
|
Tue, 27 May 2008 02:24:03 +0000 |
Mike Ruprecht |
Added better Farsight error handling. Fixes several crash bugs related
|
Sun, 25 May 2008 04:01:44 +0000 |
Mike Ruprecht |
Fix compiling with the --disable-vv switch.
|
Sat, 24 May 2008 20:02:01 +0000 |
Mike Ruprecht |
Fix video plugin/device preference and preview.
|
Sat, 24 May 2008 01:40:34 +0000 |
Mike Ruprecht |
Moved jingle.c global variable "sessions" into JabberStream.
|
Fri, 23 May 2008 02:42:32 +0000 |
Mike Ruprecht |
Updates voice and video to use Farsight 2, gets XMPP voice conferences
|
Sun, 13 Apr 2008 17:53:46 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)
|
Sat, 22 Mar 2008 09:40:38 +0000 |
Sadrul Habib Chowdhury |
Add log-handlers for farsight foo.
|
Sat, 22 Mar 2008 09:36:22 +0000 |
Sadrul Habib Chowdhury |
Fine tune the media (audio) widget in finch.
|
Sat, 22 Mar 2008 09:17:34 +0000 |
Sadrul Habib Chowdhury |
Change a few things:
|
Sat, 22 Mar 2008 05:10:29 +0000 |
Sadrul Habib Chowdhury |
Add Marcus Lundblad to the COPYRIGHT.
|
Sat, 22 Mar 2008 05:09:19 +0000 |
Sadrul Habib Chowdhury |
Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.
|
Sat, 22 Mar 2008 04:56:03 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)
|
Sat, 22 Mar 2008 04:51:58 +0000 |
Sadrul Habib Chowdhury |
Some media support in finch. This needs to be updated for the got-accept signal.
|
Sat, 22 Mar 2008 04:48:36 +0000 |
Sadrul Habib Chowdhury |
Add the new jingle.c/h files.
|
Sat, 22 Mar 2008 04:45:46 +0000 |
Sadrul Habib Chowdhury |
Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
|
Tue, 18 Mar 2008 05:40:29 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
|
Sat, 15 Mar 2008 07:39:15 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)
|
Sat, 15 Mar 2008 07:37:03 +0000 |
Sadrul Habib Chowdhury |
Show a message when the remote end terminates a session.
|
Fri, 08 Feb 2008 20:18:49 +0000 |
Sadrul Habib Chowdhury |
Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.
|
Wed, 06 Feb 2008 19:44:41 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
|
Wed, 11 Jun 2008 15:20:16 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin' (head 7be65dacd56b6536cf745747e39a29f4f7f2644b)
|
Sun, 01 Jun 2008 21:39:15 +0000 |
Marcus Lundblad |
New files used for custom smileys.
|
Sun, 01 Jun 2008 21:07:22 +0000 |
Sadrul Habib Chowdhury |
Ooops ... compile\!
|
Sun, 01 Jun 2008 21:02:39 +0000 |
Sadrul Habib Chowdhury |
A couple of leak fixes.
|
Sun, 01 Jun 2008 20:55:54 +0000 |
Marcus Lundblad |
Custom smileys for XMPP according to XEP 0231. Refs #5627.
|
Wed, 06 Feb 2008 19:11:25 +0000 |
Sadrul Habib Chowdhury |
merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'
|
Sat, 29 Dec 2007 20:56:28 +0000 |
Sadrul Habib Chowdhury |
These shouldn't be here.
|
Sat, 29 Dec 2007 20:47:20 +0000 |
Sadrul Habib Chowdhury |
The whitespace at the end of the line was giving me errors.
|
Sat, 29 Dec 2007 17:06:59 +0000 |
Sadrul Habib Chowdhury |
Remove a compile error, and a few warnings.
|
Sat, 29 Dec 2007 16:54:15 +0000 |
Sadrul Habib Chowdhury |
Fix the prplinfo structs and get rid of some compile warnings.
|
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:41:04 +0000 |
Evan Schoenberg |
Fixed some problems which came up while propagating
|
Sat, 29 Dec 2007 06:34:59 +0000 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
|
Sat, 15 Nov 2008 23:47:18 +0000 |
Richard Laager |
merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'
|
Mon, 29 Oct 2007 02:12:15 +0000 |
Carlos Silva |
Fix some typos
|
Thu, 27 Sep 2007 19:00:13 +0000 |
Sadrul Habib Chowdhury |
Cosmetics.
|
Fri, 21 Sep 2007 00:25:16 +0000 |
Sadrul Habib Chowdhury |
merge of '02901ee49b228d1bf519032a6422667d6805d0c1'
|
Thu, 20 Sep 2007 19:26:42 +0000 |
Sean Egan |
Missing files
|
Thu, 20 Sep 2007 07:01:29 +0000 |
Sadrul Habib Chowdhury |
Cute little compile errors.
|
Wed, 19 Sep 2007 22:55:19 +0000 |
Sean Egan |
You can actually receive Google Talk voice calls with crappy UI now
|
Wed, 05 Sep 2007 01:55:16 +0000 |
Sean Egan |
Some UI ;)
|
Wed, 05 Sep 2007 00:48:34 +0000 |
Sean Egan |
Missed files
|
Wed, 05 Sep 2007 00:47:58 +0000 |
Sean Egan |
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
|
Tue, 28 Aug 2007 01:02:01 +0000 |
Sean Egan |
Add Farsight to configure.ac
|
Fri, 15 Aug 2008 16:10:38 +0000 |
Daniel Atallah |
Updated Romanian translation from Mi.u Moldovan. Fixes #6581
|
Fri, 15 Aug 2008 16:02:48 +0000 |
Daniel Atallah |
Updated Portuguese (Brazilian) translation from Rodrigo Luiz Marques Flores. Fixes #6577.
|
Fri, 15 Aug 2008 15:59:06 +0000 |
Daniel Atallah |
Updated Czech translation from David Vachulka. Fixes #6564.
|
Fri, 15 Aug 2008 15:54:40 +0000 |
Daniel Atallah |
Updated Chinese (Hong Kong) translation from Ambrose C. Li. Fixes #6557
|
Fri, 15 Aug 2008 15:50:22 +0000 |
Daniel Atallah |
Updated Spanish translation from Javier Fernandez-Sanguino. Fixes #6552
|
Fri, 15 Aug 2008 15:39:54 +0000 |
Daniel Atallah |
Updated Hebrew translation from Shalom Craimer. Fixes #6551.
|
Fri, 15 Aug 2008 15:37:20 +0000 |
Daniel Atallah |
Updated Albanian translation from Besnik Bleta. Fixes #6538.
|
Fri, 15 Aug 2008 15:33:43 +0000 |
Daniel Atallah |
Updated Norwegian Nynorsk from Yngve Spjeld Landro. Fixes #6535.
|
Fri, 15 Aug 2008 15:23:49 +0000 |
Daniel Atallah |
Updated Slovenian translation from Martin Srebotnjak. Fixes #6275.
|
Fri, 15 Aug 2008 15:19:33 +0000 |
Daniel Atallah |
Updated Vietnamese translation from Clytie Siddall. Fixes #6148.
|
Fri, 15 Aug 2008 15:16:54 +0000 |
Daniel Atallah |
Updated Sinhala translation from Yajith Ajantha Dayarathna. Fixes #5882.
|
Fri, 15 Aug 2008 15:09:14 +0000 |
Daniel Atallah |
Estonian translation update from Ivar Smolin. Fixes #5851.
|
Fri, 15 Aug 2008 14:46:36 +0000 |
Daniel Atallah |
Start the release wheel rolling\!
|
Fri, 15 Aug 2008 04:39:39 +0000 |
Elliott Sales de Andrade |
Add purple_prpl_{got,send}_attention to ChangeLog.API.
|
Fri, 15 Aug 2008 04:31:38 +0000 |
Elliott Sales de Andrade |
I seem to have accidentally turned on those "unsafe" SOAP debug messages.
|
Fri, 15 Aug 2008 04:30:28 +0000 |
Elliott Sales de Andrade |
merge of '3b7b0deadf583b8df122dced7a6925e693af3223'
|
Fri, 15 Aug 2008 03:10:06 +0000 |
Stu Tomlinson |
Fix finding TCL headers with latest TCL
|
Fri, 15 Aug 2008 02:44:36 +0000 |
Stu Tomlinson |
merge of '27269c5b28fd1f58228c46b310d26a5d208dac77'
|
Fri, 15 Aug 2008 00:36:40 +0000 |
Elliott Sales de Andrade |
Fix up some more icon mis-spellings.
|
Thu, 14 Aug 2008 23:05:53 +0000 |
William Ehlhardt |
Add notice in ChangeLog about NSS support
|
Thu, 14 Aug 2008 22:54:29 +0000 |
William Ehlhardt |
Patch to fully enable NSS SSL Certificates from #6500.
|
Thu, 14 Aug 2008 21:39:12 +0000 |
Hylke Bons |
Update Dutch translation again...
|
Fri, 15 Aug 2008 04:27:42 +0000 |
Elliott Sales de Andrade |
Remove calls to g_markup_escape_text. Not only does this help with old
|
Fri, 15 Aug 2008 04:13:40 +0000 |
Elliott Sales de Andrade |
disapproval of revision '8bae3778af422c41094db4e639f2cf45e6ee6259'
|
Fri, 15 Aug 2008 02:42:52 +0000 |
Stu Tomlinson |
Fix compatibility with glib < 2.4 for g_markup_printf_escaped. untested.
|
Fri, 15 Aug 2008 02:34:21 +0000 |
Stu Tomlinson |
We don't need slplink or switchboard low-level debugging enabled by default
|
Thu, 14 Aug 2008 20:44:15 +0000 |
Hylke Bons |
Somehow I forgot these icons.
|
Thu, 14 Aug 2008 18:29:31 +0000 |
Hylke Bons |
Cigarette icon typo.
|
Thu, 14 Aug 2008 16:56:26 +0000 |
Hylke Bons |
About screen for 2.5.0
|
Thu, 14 Aug 2008 16:22:41 +0000 |
Hylke Bons |
Blue bubble experiment.
|
Thu, 14 Aug 2008 15:26:08 +0000 |
Hylke Bons |
Improved Dutch translation
|
Thu, 14 Aug 2008 14:12:36 +0000 |
Hylke Bons |
Slicker application icons. Don't hate me.
|
Thu, 14 Aug 2008 09:32:32 +0000 |
Kelemen G«¡bor |
hu.po: Updated Hungarian translation for 2.5
|
Thu, 14 Aug 2008 05:26:52 +0000 |
Ka-Hing Cheung |
merge of '181e1f6b21a5dc3c848f82475078ab94654fbb10'
|
Thu, 14 Aug 2008 04:32:39 +0000 |
Daniel Atallah |
merge of '87f91e5f4e7f627329c2b7edf56773f58696a8cf'
|
Thu, 14 Aug 2008 04:28:47 +0000 |
Daniel Atallah |
Use the "Flash taskbar button X times" value from the win32 Tweak UI "Prevent
|
Thu, 14 Aug 2008 04:17:21 +0000 |
Daniel Atallah |
It turns out that setting the window title causes it to stop flashing on win32.
|
Thu, 14 Aug 2008 03:28:11 +0000 |
Daniel Atallah |
Don't emit the "buddy-typed" signal when *we* are typing.
|
Thu, 14 Aug 2008 02:36:56 +0000 |
Daniel Atallah |
Add a note about the timeout_add uiop being used to synchronize threads on win32.
|
Thu, 14 Aug 2008 05:25:12 +0000 |
Ka-Hing Cheung |
This should fix a crash that I've been seeing. I am not sure if this is the
|
Wed, 13 Aug 2008 19:38:25 +0000 |
Hylke Bons |
Dutch translation, icons.
|
Wed, 13 Aug 2008 19:18:44 +0000 |
Hylke Bons |
Updated smiley style and theme file.
|
Wed, 13 Aug 2008 15:59:36 +0000 |
Will Thompson |
Stu reckoned that having a new block to build the debug string is ugly;
|
Wed, 13 Aug 2008 15:41:48 +0000 |
Will Thompson |
Oscar passing NULL for the debug category is not great if you're filtering by category.
|
Wed, 13 Aug 2008 15:25:51 +0000 |
Will Thompson |
Relegate XML dumped by msn's SOAP code to MISC from INFO.
|
Tue, 12 Aug 2008 23:35:02 +0000 |
Daniel Atallah |
More leaks of fds to client processes.
|
Tue, 12 Aug 2008 23:22:47 +0000 |
Daniel Atallah |
Use non-blocking io for IRC DCC transfers.
|
Tue, 12 Aug 2008 23:16:58 +0000 |
Daniel Atallah |
Don't leak the fd to child processes.
|
Tue, 12 Aug 2008 23:09:05 +0000 |
Daniel Atallah |
Use non-blocking io for inbound TCP connections for SIMPLE.
|
Tue, 12 Aug 2008 23:03:31 +0000 |
Daniel Atallah |
These fds don't need to be inherited by child processes.
|
Tue, 12 Aug 2008 22:16:48 +0000 |
Daniel Atallah |
Use non-blocking io for direct xmpp file transfers
|
Tue, 12 Aug 2008 15:24:06 +0000 |
Jochen Kemnade |
German translation: small fix
|
Tue, 12 Aug 2008 04:53:07 +0000 |
Elliott Sales de Andrade |
Make docklet menu appear on button press instead of release to match
|
Tue, 12 Aug 2008 04:37:18 +0000 |
Elliott Sales de Andrade |
merge of '103b421151d9a077e40a662e8d3743b5232f3da4'
|
Tue, 12 Aug 2008 02:24:03 +0000 |
Daniel Atallah |
Don't look up caps exts when the initial caps discovery wasn't successful.
|
Mon, 11 Aug 2008 19:51:24 +0000 |
Bj«Órn Voigt |
German update for V2.5
|
Mon, 11 Aug 2008 18:36:12 +0000 |
Mark Doliner |
merge of '3150ec3dfc06bed0d5219058efb8ba76c7e6fa2d'
|
Mon, 11 Aug 2008 11:58:12 +0000 |
Will Thompson |
Rely on xmlnode_insert_data to call strlen on a bunch of MSN status strings.
|
Mon, 11 Aug 2008 09:42:07 +0000 |
Timo Jyrinki |
fix the new post-string-freeze 2 fuzzy and 2 untranslated strings.
|
Sun, 10 Aug 2008 22:59:07 +0000 |
Elliott Sales de Andrade |
merge of '4f30170cef563ecf059bc5e798c3bd75d01247e7'
|
Sun, 10 Aug 2008 21:49:23 +0000 |
Bj«Órn Voigt |
libpurple/protocols/qq/group_network.c does not exist anymore
|
Sun, 10 Aug 2008 18:46:32 +0000 |
Daniel Atallah |
Reapplied changes that were overwritten by 6b89b377381e35b459936fd2f730f45b5558ae69.
|
Sun, 10 Aug 2008 04:32:14 +0000 |
SHiNE CsyFeK |
2008.08.10 - csyfek <csyfek(at)gmail.com>
|
Sun, 10 Aug 2008 22:08:39 +0000 |
Elliott Sales de Andrade |
Use MIN(strlen(password), 16) for MSN because g_markup_escape_text will
|
Sun, 10 Aug 2008 05:11:59 +0000 |
Elliott Sales de Andrade |
Change the other prpls to use new purple_prpl_{send,got}_attention API.
|
Sun, 10 Aug 2008 04:59:17 +0000 |
Elliott Sales de Andrade |
Fix up some types.
|
Sun, 10 Aug 2008 01:21:17 +0000 |
Elliott Sales de Andrade |
Replace void* with MsnSoapCallback type. I guess it didn't work before
|
Sat, 09 Aug 2008 23:23:48 +0000 |
Elliott Sales de Andrade |
I guess I re-arranged a little off. We probably should disconnect
|
Sat, 09 Aug 2008 04:25:58 +0000 |
Elliott Sales de Andrade |
merge of '14f8b4609456592014383ef4957124a07f57ac3a'
|
Sat, 09 Aug 2008 02:24:55 +0000 |
Daniel Atallah |
merge of '04cb3481a7947425a89254b98d0d64b73ca36dc1'
|
Sat, 09 Aug 2008 02:19:02 +0000 |
Daniel Atallah |
A similar size limit for MSN buddy icon retrieval from arbitrary urls.
|
Sat, 09 Aug 2008 01:58:27 +0000 |
Daniel Atallah |
Restrict buddy icon downloads from arbitrary urls to 200kB.
|
Sat, 09 Aug 2008 02:04:21 +0000 |
Mark Doliner |
Fix a crash on exit when using --with-system-ssl-certs
|
Fri, 08 Aug 2008 23:34:27 +0000 |
Daniel Atallah |
Add temporary purple_util_fetch_url_request_len and purple_util_fetch_url_len
|
Fri, 08 Aug 2008 20:33:25 +0000 |
Mark Doliner |
merge of '1f2555d955dc18eae653a47dafaf1235881772aa'
|
Fri, 08 Aug 2008 20:14:18 +0000 |
Hylke Bons |
Facebook protocol icons.
|
Fri, 08 Aug 2008 06:47:34 +0000 |
Ka-Hing Cheung |
merge of '26606a5b2701a5b005448d15da254ecd796a005d'
|
Sat, 09 Aug 2008 04:24:54 +0000 |
Elliott Sales de Andrade |
Correctly save the payload_len of a MSN notification command. Also,
|
Fri, 08 Aug 2008 05:51:53 +0000 |
Elliott Sales de Andrade |
merge of '521d7478a48ec5109a78fb66eab6ad7ced97c34a'
|
Fri, 08 Aug 2008 05:49:47 +0000 |
Elliott Sales de Andrade |
When opening MSN chats, use "Local alias" in preference to "Display
|
Fri, 08 Aug 2008 04:47:50 +0000 |
Elliott Sales de Andrade |
Re-arrange msn_slplink_destroy and msn_slp_call_destroy. Might help
|
Fri, 08 Aug 2008 03:34:28 +0000 |
Elliott Sales de Andrade |
Re-arrange msn_session_destroy to avoid use-after-free bugs. I don't
|
Fri, 08 Aug 2008 02:26:25 +0000 |
Elliott Sales de Andrade |
Don't try to report a connection error if the MSN session is being
|
Thu, 07 Aug 2008 05:08:44 +0000 |
Elliott Sales de Andrade |
Some whitespace changes to make code from that previous commit look better.
|
Thu, 07 Aug 2008 05:06:49 +0000 |
Elliott Sales de Andrade |
Fix up the MSN Inbox URL. There was a typo that caused a use-after-free
|
Tue, 05 Aug 2008 02:55:24 +0000 |
Elliott Sales de Andrade |
Fix up some whitespace problems.
|
Mon, 04 Aug 2008 03:46:33 +0000 |
Elliott Sales de Andrade |
Don't assign this stuff in a loop.
|
Sun, 03 Aug 2008 23:55:06 +0000 |
Elliott Sales de Andrade |
Fix a leak when requesting OIM's. Also removed some unnecessary
|
Thu, 07 Aug 2008 19:47:23 +0000 |
Ka-Hing Cheung |
take an extra reference to PurpleXfer so we can check whether the whole
|
Thu, 07 Aug 2008 19:36:12 +0000 |
Ka-Hing Cheung |
merge of '0fa0d7921af1ea7cb2ce3b4f768354b762110259'
|
Thu, 07 Aug 2008 18:45:26 +0000 |
Laurynas Biveinis |
Update Lithuanian translation
|
Fri, 08 Aug 2008 05:54:40 +0000 |
Mark Doliner |
Add a note for translators, because they probably have no idea what
|
Thu, 07 Aug 2008 18:47:36 +0000 |
Mark Doliner |
Add a changelog entry about two things I changed
|
Thu, 07 Aug 2008 13:00:11 +0000 |
ª±ric Boumaour |
Update to the French translation for 2.5.0 release.
|
Thu, 07 Aug 2008 11:14:05 +0000 |
ª±ric Boumaour |
merge of '3008474548ddd234f222ed5a0be3066e2ea0da0b'
|
Thu, 07 Aug 2008 07:07:32 +0000 |
Ka-Hing Cheung |
take an extra reference to PurpleXfer so we can check whether the whole
|
Thu, 07 Aug 2008 06:16:57 +0000 |
Ka-Hing Cheung |
removed an unused function
|
Thu, 07 Aug 2008 04:26:02 +0000 |
Daniel Atallah |
Remove various opaque UiOps functions from the perl loader as they aren't useable.
|
Thu, 07 Aug 2008 04:10:22 +0000 |
Daniel Atallah |
Fix purple_str_strip_char and purple_util_chrreplace to be able to work.
|
Thu, 07 Aug 2008 04:03:23 +0000 |
Daniel Atallah |
Another Perl patch from Zsombor Welker to add more functions.
|
Thu, 07 Aug 2008 03:27:21 +0000 |
Daniel Atallah |
Another Perl loader patch from Zsombor Welker, this one adds some missing pref
|
Thu, 07 Aug 2008 03:10:44 +0000 |
Daniel Atallah |
Remove a bunch of *_init() and *_uninit() functions that don't make sense for
|
Thu, 07 Aug 2008 02:48:21 +0000 |
Daniel Atallah |
Some Perl bindings fixes and additions from Zsombor Welker.
|
Thu, 07 Aug 2008 01:46:36 +0000 |
Daniel Atallah |
Patch from John Hanauer to enable formatted string entry field in perl plugins.
|
Thu, 07 Aug 2008 01:41:44 +0000 |
Daniel Atallah |
Some cleanup and a couple leak fixes.
|
Thu, 07 Aug 2008 01:08:37 +0000 |
Daniel Atallah |
Add NULL checking to purple_markup_linkify().
|
Wed, 06 Aug 2008 15:50:04 +0000 |
Jochen Kemnade |
German translation update
|
Wed, 06 Aug 2008 13:02:34 +0000 |
Timo Jyrinki |
Update for 2.5.0. Used XGETTEXT_ARGS=--no-location this time...
|
Wed, 06 Aug 2008 10:33:47 +0000 |
Stu Tomlinson |
Add files with new translatable strings to POTFILES.in
|
Wed, 06 Aug 2008 09:27:06 +0000 |
Mark Doliner |
We talked about this and decided it was probably cleaner to not use
|
Wed, 06 Aug 2008 07:03:37 +0000 |
Mark Doliner |
Remove two files from POTFILES.in that have been removed from the
|
Tue, 05 Aug 2008 23:22:36 +0000 |
Mark Doliner |
Hopefully fix the XMPP contact flipping/swapping between groups bug
|
Tue, 05 Aug 2008 01:43:42 +0000 |
Daniel Atallah |
Patch from "Chris G." to extend the yahoo privacy to picture requests to help
|
Mon, 04 Aug 2008 15:52:22 +0000 |
Daniel Atallah |
Fix win32 build
|
Mon, 04 Aug 2008 07:04:53 +0000 |
Mark Doliner |
Get rid of a compile warning in qq:
|
Mon, 04 Aug 2008 07:01:38 +0000 |
Mark Doliner |
Get rid of an unused variable. I think this has probably been sitting
|
Mon, 04 Aug 2008 07:00:37 +0000 |
Mark Doliner |
Get rid of a compile warning:
|
Sun, 03 Aug 2008 05:13:29 +0000 |
SHiNE CsyFeK |
2008.08.03 - csyfek <csyfek(at)gmail.com>
|
Sat, 02 Aug 2008 19:53:06 +0000 |
Hylke Bons |
Updated tray icons.
|
Sat, 02 Aug 2008 15:00:46 +0000 |
SHiNE CsyFeK |
2008.08.02 - csyfek <csyfek(at)gmail.com>
|
Sat, 02 Aug 2008 02:40:46 +0000 |
Ka-Hing Cheung |
at least don't crash when we can't read whatever we are reading
|
Fri, 01 Aug 2008 21:36:48 +0000 |
Hylke Bons |
Update make file for bunny.png.
|
Fri, 01 Aug 2008 20:41:49 +0000 |
Hylke Bons |
Updated birthday emblem and emote-select icon.
|
Fri, 01 Aug 2008 20:24:26 +0000 |
Hylke Bons |
Forgot the new bunny.
|
Fri, 01 Aug 2008 20:12:43 +0000 |
Hylke Bons |
Object icons refresh for MSNP15.
|
Fri, 01 Aug 2008 19:59:31 +0000 |
Hylke Bons |
Hope this works...
|
Fri, 01 Aug 2008 19:45:08 +0000 |
Ethan Blanton |
merge of '0d858a8978355a1e8b7305b64b87db51e44e9978'
|
Fri, 01 Aug 2008 07:04:25 +0000 |
Evan Schoenberg |
Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
|
Fri, 01 Aug 2008 05:16:39 +0000 |
Elliott Sales de Andrade |
merge of '1036d6fc1c09bf3b42c737dab42d188245f16b17'
|
Fri, 01 Aug 2008 04:28:36 +0000 |
Elliott Sales de Andrade |
Don't crash if MsnSession is NULL when checking for ability to send a
|
Fri, 01 Aug 2008 04:06:42 +0000 |
Elliott Sales de Andrade |
Update MSN's last_received time when we receive something on the NS
|
Fri, 01 Aug 2008 02:04:36 +0000 |
Elliott Sales de Andrade |
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
|
Fri, 01 Aug 2008 02:02:07 +0000 |
Elliott Sales de Andrade |
On MSN, escape the password since it's in an XML document. Didn't
|
Wed, 30 Jul 2008 21:09:51 +0000 |
Daniel Atallah |
This should have been part of the previous commit related to no longer
|
Wed, 30 Jul 2008 20:36:18 +0000 |
Daniel Atallah |
Don't distribute the MIT Kerberos libraries with the win32 build anymore.
|
Wed, 30 Jul 2008 20:22:22 +0000 |
Daniel Atallah |
Fix a crash in the win32 loader when %PATH% isn't set.
|
Wed, 30 Jul 2008 20:08:45 +0000 |
Daniel Atallah |
Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes).
|
Wed, 30 Jul 2008 04:51:58 +0000 |
Daniel Atallah |
Add error handling for visiblity to why Perl plugins fail to load.
|
Wed, 30 Jul 2008 03:58:21 +0000 |
Daniel Atallah |
Cleanup unnecessary casts and etc.
|
Wed, 30 Jul 2008 03:51:26 +0000 |
Daniel Atallah |
Add support to the Perl plugin loader for listing for pref changes.
|
Tue, 29 Jul 2008 23:51:06 +0000 |
Daniel Atallah |
Fix the win32 installer not to cause messageboxes in the gtk installer when
|
Tue, 29 Jul 2008 18:55:03 +0000 |
Daniel Atallah |
Fix a crash when the user isn't in your list.
|
Tue, 29 Jul 2008 18:53:00 +0000 |
Daniel Atallah |
Minor cleanup that's been sitting on my machine for a while.
|
Tue, 29 Jul 2008 07:02:18 +0000 |
Elliott Sales de Andrade |
merge of '006d5deacf5a5a7ed5e6410903c3815794845ce9'
|
Tue, 29 Jul 2008 07:01:30 +0000 |
Elliott Sales de Andrade |
Don't print SOAP messages to debug log for "secure" requests. This is
|
Tue, 29 Jul 2008 06:12:40 +0000 |
Elliott Sales de Andrade |
Use a URL to open MSN Hotmail inbox instead of a temporary file.
|
Mon, 28 Jul 2008 05:10:48 +0000 |
Elliott Sales de Andrade |
Use "EmailEnabled" from the MSN profile message to determine whether
|
Mon, 28 Jul 2008 01:51:11 +0000 |
Elliott Sales de Andrade |
On MSN, use "external" and "mobile" for Web messenger and mobile
|
Thu, 24 Jul 2008 04:15:13 +0000 |
Elliott Sales de Andrade |
Disable sending files to MSN contacts using the web messenger. Not sure
|
Tue, 29 Jul 2008 06:08:58 +0000 |
Ka-Hing Cheung |
feel free to shoot me down if you think this is stupid
|
Tue, 29 Jul 2008 05:31:57 +0000 |
Ka-Hing Cheung |
I don't know what kind of blessing is needed for this sort of things, but
|
Tue, 29 Jul 2008 03:40:47 +0000 |
Daniel Atallah |
Fix a race related to closing the roomlist window and do some minor cleanup.
|
Mon, 28 Jul 2008 04:49:39 +0000 |
Daniel Atallah |
Fix output redirection for perl plugins on win32.
|
Mon, 28 Jul 2008 03:47:14 +0000 |
Daniel Atallah |
EXTERN.h should be included before perl.h
|
Mon, 28 Jul 2008 00:52:54 +0000 |
Daniel Atallah |
Update the Perl plugin loader to work with Perl 5.10.
|
Sun, 27 Jul 2008 23:57:00 +0000 |
Daniel Atallah |
merge of 'e9179f6992531a71364a9bb343ed1c64938f6fc9'
|
Fri, 25 Jul 2008 18:50:54 +0000 |
Daniel Atallah |
merge of '4c5a026e3419c03409089efe76548d6642ca1e2a'
|
Sun, 27 Jul 2008 23:36:15 +0000 |
Daniel Atallah |
Use Service Discovery to look up information about the manually specified FT
|
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
|
Sun, 27 Jul 2008 15:39:05 +0000 |
Evan Schoenberg |
merge of '5d4c9f843c6735b316b8a1659cfdc4d162aee4c0'
|
Sun, 27 Jul 2008 15:34:00 +0000 |
Evan Schoenberg |
0x02 is a temporarily unavailable error code in addition to 0x14, according
|
Fri, 25 Jul 2008 16:03:11 +0000 |
Evan Schoenberg |
Don't show an idle time in the user info if it is 0
|
Sun, 27 Jul 2008 13:29:26 +0000 |
Ethan Blanton |
This adds an "auto-detect UTF-8" option to IRC which, when enabled,
|
Fri, 25 Jul 2008 16:33:24 +0000 |
Ethan Blanton |
Escape IRC hostnames beginning with : in the USER command. This
|
Wed, 23 Jul 2008 18:47:31 +0000 |
Ethan Blanton |
ahh, third-party plugins ...
|
Wed, 23 Jul 2008 15:23:15 +0000 |
Evan Schoenberg |
Some cleanup to our capabilities definitions, and added information on
|
Wed, 23 Jul 2008 05:44:56 +0000 |
Elliott Sales de Andrade |
merge of '5b3cd3600d9a992cc943d490b68c1174e0346b8b'
|
Wed, 23 Jul 2008 03:30:07 +0000 |
Daniel Atallah |
Jan Kratochvil noticed there was a race condition in the treeview tooltip
|
Wed, 23 Jul 2008 00:36:50 +0000 |
Daniel Atallah |
Uninstall the CAcert certs in the win32 uninstaller.
|
Wed, 23 Jul 2008 00:35:30 +0000 |
Daniel Atallah |
Don't install the GSSAPI SASL plugin on NT4 as it isn't compatible. Fixes #6399.
|
Tue, 22 Jul 2008 14:13:58 +0000 |
Evan Schoenberg |
Once we've coalesced the ICQ Status Note reqeusts, we can send them
|
Tue, 22 Jul 2008 06:23:54 +0000 |
Mark Doliner |
Evan pointed out that this is purple_timeout_add_SECONDS, and so that "2"
|
Mon, 21 Jul 2008 20:36:07 +0000 |
Ethan Blanton |
Correct some IRC comments for /ctcp
|
Mon, 21 Jul 2008 20:33:29 +0000 |
Vladislav Guberinic |
/ctcp command for IRC
|
Mon, 21 Jul 2008 07:46:23 +0000 |
Mark Doliner |
Just a few little cleanups.
|
Mon, 21 Jul 2008 06:44:21 +0000 |
Mark Doliner |
Get rid of a few low priority "high priority" comments
|
Mon, 21 Jul 2008 06:33:06 +0000 |
Mark Doliner |
merge of '88c7f87fb5a74f975cf06c472059ecf081c54042'
|
Sun, 20 Jul 2008 19:52:22 +0000 |
Mark Doliner |
Missed one of these guys
|
Sun, 20 Jul 2008 19:44:24 +0000 |
Mark Doliner |
This looks good to me. I'm thinking we probably don't want to get
|
Sun, 20 Jul 2008 22:21:27 +0000 |
Evan Schoenberg |
Shift several rate-limiting-costly ICQ info requests to be low priority
|
Sun, 20 Jul 2008 22:19:10 +0000 |
Evan Schoenberg |
To decrease the odds of hitting the rate limit ceiling rapidly on a
|
Sun, 20 Jul 2008 05:53:00 +0000 |
Evan Schoenberg |
merge of '68d7b3372f34b6420c91d6185b81282d1c68b547'
|
Wed, 23 Jul 2008 05:36:12 +0000 |
Elliott Sales de Andrade |
Properly escape text when sending MSN pages.
|
Sat, 19 Jul 2008 03:10:10 +0000 |
Elliott Sales de Andrade |
merge of '2a68f533ef12aaf2b26c7827857687c4ff04b229'
|
Sat, 19 Jul 2008 03:07:33 +0000 |
Elliott Sales de Andrade |
Properly send MSN nudges in a chat to the right window, and not open a
|
Sat, 19 Jul 2008 03:03:17 +0000 |
Elliott Sales de Andrade |
Add purple_prpl_got_attention_in_chat, then deprecate
|
Fri, 18 Jul 2008 02:37:20 +0000 |
Elliott Sales de Andrade |
Report an error when an MSN Mobile message was not sent because it was
|
Fri, 18 Jul 2008 01:00:52 +0000 |
Elliott Sales de Andrade |
Fix up some spelling mistakes in MSN oim.c.
|
Sun, 20 Jul 2008 05:47:42 +0000 |
Evan Schoenberg |
Added `flap_connection_send_snac_with_priority()`, which allows specifying
|
Sat, 19 Jul 2008 00:18:18 +0000 |
Daniel Atallah |
Fix running several Bonjour instances on the same machine.
|
Fri, 18 Jul 2008 21:10:23 +0000 |
Daniel Atallah |
Fix a potential leak that was introduced in revision 7a490c356e10f7fff3432f875897aa0ca0ad1ff0.
|
Fri, 18 Jul 2008 07:05:26 +0000 |
Kevin Stange |
Make this 2.5.0-devel until we actually get to releasing...
|
Fri, 18 Jul 2008 00:20:47 +0000 |
Daniel Atallah |
Fix a crash that occurs when you try to edit an account and no prpls are available. Fixes #6355.
|
Thu, 17 Jul 2008 16:48:37 +0000 |
Mark Doliner |
I swear I did this! I must have gotten a little overzealous with the
|
Thu, 17 Jul 2008 16:08:09 +0000 |
Mark Doliner |
Daniel Atallah pointed out that this was obviously wrong. So we would
|
Thu, 17 Jul 2008 15:12:42 +0000 |
SHiNE CsyFeK |
20080717-05-1-fix-keep-alive ccpaging <ecc_hy(at)hotmail.com>
|
Thu, 17 Jul 2008 05:26:47 +0000 |
Elliott Sales de Andrade |
merge of '5e33eda76b698c04377f5ad6cdd3ad1ec87d2eff'
|
Thu, 17 Jul 2008 04:53:32 +0000 |
Daniel Atallah |
Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971. (this time only commit the one file instead of my whole tree)
|
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.
|
Wed, 16 Jul 2008 09:16:52 +0000 |
Mark Doliner |
MsnSlpSession->call_id isn't used anywhere, so get rid of it
|
Wed, 16 Jul 2008 09:11:03 +0000 |
Mark Doliner |
This check is duplicated three lines above. It was probably intended
|
Thu, 17 Jul 2008 05:25:48 +0000 |
Elliott Sales de Andrade |
Fixup MSN mailbox handling based on a patch from Felipe, plus various
|
Thu, 17 Jul 2008 04:52:32 +0000 |
Elliott Sales de Andrade |
Avoid a crash in OIM processing if the request was cancelled outside of
|
Thu, 17 Jul 2008 03:23:59 +0000 |
Elliott Sales de Andrade |
Always save the MSN transaction in each command, not just for
|
Wed, 16 Jul 2008 03:53:28 +0000 |
Elliott Sales de Andrade |
Commit the changes to oim.h that I forgot last time. Fixes #6343,
|
Wed, 16 Jul 2008 02:39:15 +0000 |
Ka-Hing Cheung |
fixes a crash and probably more correct and definitely easier to understand
|
Wed, 16 Jul 2008 00:59:19 +0000 |
Ka-Hing Cheung |
merge of '2b34b093b628670d60af5d699520a5dcede1fe74'
|
Tue, 15 Jul 2008 17:21:17 +0000 |
Evan Schoenberg |
Allow macros in the plugin name when compiling statically.
|
Tue, 15 Jul 2008 01:42:01 +0000 |
Elliott Sales de Andrade |
When sending MSN OIM's, wrap Base64'd text at 76 characters. Because
|
Mon, 14 Jul 2008 04:55:34 +0000 |
Elliott Sales de Andrade |
On MSN, when an error occurs when opening a switchboard and calling the
|
Mon, 14 Jul 2008 04:08:30 +0000 |
Elliott Sales de Andrade |
When connecting to MSN with the HTTP method, the payload length was not
|
Mon, 14 Jul 2008 03:04:03 +0000 |
Elliott Sales de Andrade |
merge of '1a465eae5dc1b7bfc09b0724788403c096f461ce'
|
Mon, 14 Jul 2008 06:33:05 +0000 |
Ka-Hing Cheung |
A2B in #pidgin noticed that the link was missing
|
Sun, 13 Jul 2008 23:28:37 +0000 |
Ka-Hing Cheung |
remove soap2.c from windows as well, from Andrea Visinoni
|
Sun, 13 Jul 2008 21:04:23 +0000 |
Ka-Hing Cheung |
sadrul pointed out that I am dumb
|
Sun, 13 Jul 2008 19:55:55 +0000 |
Ka-Hing Cheung |
g_hash_table_remove_all is glib 2.12+ only
|
Sun, 13 Jul 2008 18:29:05 +0000 |
Sadrul Habib Chowdhury |
Argh. Forgot to update COPYRIGHT for Luke Bratch (947fd3aa).
|
Sun, 13 Jul 2008 18:01:57 +0000 |
Sadrul Habib Chowdhury |
Add purple_get_host_name to get the hostname of the machine.
|
Sun, 13 Jul 2008 17:20:41 +0000 |
Luke Bratch |
Allow not creating a different directory for each user. Closes #5997.
|
Sun, 13 Jul 2008 17:00:50 +0000 |
Balwinder S Dheeman |
Add menuitem for 'join chat' in the docklet menu. Closes #3623.
|
Sun, 13 Jul 2008 15:51:38 +0000 |
Sadrul Habib Chowdhury |
Initialize the commands subsystem before the plugins.
|
Sun, 13 Jul 2008 10:09:19 +0000 |
Sadrul Habib Chowdhury |
merge of '8ef03a3edef528af90c03195f4225c8ee97214fd'
|
Sun, 13 Jul 2008 22:51:47 +0000 |
Elliott Sales de Andrade |
Add Dimmuxx's real name to ChangeLog and COPYRIGHT. Also, put my name
|
Sun, 13 Jul 2008 07:14:37 +0000 |
Elliott Sales de Andrade |
MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
|
Sun, 13 Jul 2008 05:20:46 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 674f6a1c7267dc286556d800aed27b28a169c523)
|
Sun, 13 Jul 2008 04:55:39 +0000 |
Elliott Sales de Andrade |
Workaround a bug in MSN servers where it sends an extra space at the
|
Sun, 13 Jul 2008 04:48:05 +0000 |
Elliott Sales de Andrade |
On MSN, always send the privacy settings and contact list after parsing
|
Sun, 13 Jul 2008 04:31:18 +0000 |
Elliott Sales de Andrade |
merge of '057f9dd738df2f3f1b3bd757d04cdd78dd379ecb'
|
Sun, 13 Jul 2008 04:04:10 +0000 |
Elliott Sales de Andrade |
Disable the MSN blocked text dialog for now because it doesn't always
|
Sun, 13 Jul 2008 01:15:09 +0000 |
Elliott Sales de Andrade |
On MSN, cancel the connection process to a server before checking
|
Sat, 12 Jul 2008 07:32:05 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 3fc4df7332983d84a3632b6372c6f7c894b529a3)
|
Sat, 12 Jul 2008 07:29:56 +0000 |
Elliott Sales de Andrade |
merge of '0cbcb7f910c95c3dac3f06c404e29dcc8b709419'
|
Sat, 12 Jul 2008 07:29:38 +0000 |
Elliott Sales de Andrade |
Also commit the change from b062f14d1bcd8e6c28b2b05977aa19a4bfd4867c to
|
Sun, 13 Jul 2008 04:31:00 +0000 |
Elliott Sales de Andrade |
Take out the code on MSN for REM and SYN that I missed.
|
Sat, 12 Jul 2008 06:44:19 +0000 |
Elliott Sales de Andrade |
Take care of more cleanup in the MSN code.
|
Sat, 12 Jul 2008 04:50:47 +0000 |
Elliott Sales de Andrade |
merge of '67ca4287c39e084b96718b0e1768578954ac66a5'
|
Sat, 12 Jul 2008 04:42:24 +0000 |
Elliott Sales de Andrade |
The great MSN debug message cleanup! Threw in a few whitespace fixes,
|
Wed, 09 Jul 2008 04:39:02 +0000 |
Elliott Sales de Andrade |
In MSN servconn, make handling of EAGAIN similar to that in httpconn.
|
Wed, 09 Jul 2008 04:18:07 +0000 |
Elliott Sales de Andrade |
Fix updating the MSN buddy icon, which was probably broken by the
|
Wed, 09 Jul 2008 02:06:38 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 99fe11b8da675f3b74b853ea29a16d8c9564cb95)
|
Sat, 12 Jul 2008 04:50:15 +0000 |
Elliott Sales de Andrade |
On MSN, SBS command doesn't have a payload.
|
Wed, 09 Jul 2008 01:46:10 +0000 |
Elliott Sales de Andrade |
Get rid of that whole msn_set_payload_len thing and correctly set the
|
Wed, 09 Jul 2008 00:32:18 +0000 |
Elliott Sales de Andrade |
merge of '5033650a1e57437cc3f2894adc41935daa6b3269'
|
Sun, 29 Jun 2008 20:01:14 +0000 |
Elliott Sales de Andrade |
When receiving an MSN OUT, don't try to dereference cmd->params when
|
Sun, 29 Jun 2008 19:17:26 +0000 |
Elliott Sales de Andrade |
When receiving an MSN custom smiley, look at the switchboard for the
|
Sat, 28 Jun 2008 08:08:22 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head b5d22abac579cbb2742419d7d2d7ea33caa56e39)
|
Sat, 28 Jun 2008 06:55:30 +0000 |
Elliott Sales de Andrade |
Make sure xmlnode_copy also copies the prefix and namespace_map from
|
Sat, 28 Jun 2008 06:02:50 +0000 |
Elliott Sales de Andrade |
Add a #define so that MSN ApplicationId is more easily updated. Also,
|
Sat, 28 Jun 2008 06:01:22 +0000 |
Elliott Sales de Andrade |
Clean up some MSN SOAP stuff.
|
Mon, 23 Jun 2008 05:38:55 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 88a24003053cda8454a59fd448eb6575bdea2e0e)
|
Mon, 23 Jun 2008 05:36:52 +0000 |
Elliott Sales de Andrade |
Clean up some #define's in msn.h and various supporting changes.
|
Mon, 23 Jun 2008 04:10:46 +0000 |
Elliott Sales de Andrade |
Allow forcing an MSN HTTP connection to connect to a new server. This
|
Mon, 23 Jun 2008 01:14:02 +0000 |
Elliott Sales de Andrade |
On MSN, only notify the user of a Nudge when the ID of the datacast
|
Mon, 23 Jun 2008 00:54:05 +0000 |
Elliott Sales de Andrade |
Remove some MSN code duplication in processing messages from Yahoo
|
Sun, 22 Jun 2008 23:44:12 +0000 |
Elliott Sales de Andrade |
Remove a confusing debug message.
|
Wed, 09 Jul 2008 00:27:44 +0000 |
Elliott Sales de Andrade |
disapproval of revision '075bff91d9cbcfd6f59c270802c5bffeb98c3b50'
|
Sun, 22 Jun 2008 22:59:50 +0000 |
Elliott Sales de Andrade |
A patch from felipec to stop requesting the MSN buddy icon when the
|
Sun, 22 Jun 2008 21:31:58 +0000 |
Elliott Sales de Andrade |
A patch from felipec to consistently use NULL for the status of offline
|
Sun, 22 Jun 2008 20:35:47 +0000 |
Elliott Sales de Andrade |
A patch from felipec to make (msn_)request_user_display static.
|
Sun, 22 Jun 2008 01:52:04 +0000 |
Elliott Sales de Andrade |
Fix calculating the response to MSN Challenge strings that are an exact
|
Sat, 21 Jun 2008 07:36:16 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5e9671c654b021e77695d4a863fb55e27a831901)
|
Sat, 21 Jun 2008 06:50:53 +0000 |
Elliott Sales de Andrade |
Avoid a NULL reference in msn_command_from_string.
|
Sat, 21 Jun 2008 06:15:38 +0000 |
Elliott Sales de Andrade |
Sometimes (after 24h+) when you request a MSN token update, you get a
|
Sat, 21 Jun 2008 06:11:29 +0000 |
Elliott Sales de Andrade |
Apparently, when the token expires, OIM requests get a
|
Fri, 20 Jun 2008 05:41:39 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 4037e908f8c3536d50d9439ec2eec0f4d6ee3b60)
|
Fri, 20 Jun 2008 05:36:18 +0000 |
Elliott Sales de Andrade |
Make errors when sending OIM's more visible.
|
Fri, 20 Jun 2008 05:15:49 +0000 |
Elliott Sales de Andrade |
Change msn_oim_parse_timestamp to match purple_str_to_time more
|
Fri, 20 Jun 2008 04:58:20 +0000 |
Elliott Sales de Andrade |
An MSN patch from Masca to check if there's a SB available before
|
Tue, 17 Jun 2008 05:38:12 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
|
Tue, 17 Jun 2008 04:11:18 +0000 |
Elliott Sales de Andrade |
Don't free the SOAP message when we're still using it for a redirect.
|
Tue, 17 Jun 2008 00:55:26 +0000 |
Elliott Sales de Andrade |
Use purple_url_parse for splitting up the MSN SOAP redirect instead of
|
Mon, 16 Jun 2008 02:29:33 +0000 |
Elliott Sales de Andrade |
Fix up a typo between the declaration and definition of msn_got_photo.
|
Mon, 16 Jun 2008 01:44:28 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5209711a57354bb80c0bca86b13e1e819530ac58)
|
Mon, 16 Jun 2008 01:43:10 +0000 |
Elliott Sales de Andrade |
Use the correct xmlnode when processing SOAP Faults.
|
Sun, 15 Jun 2008 18:48:14 +0000 |
Elliott Sales de Andrade |
Remove some checks for MSN protocol_ver < 15. Those versions are
|
Sun, 15 Jun 2008 08:22:20 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head c692f6fe1b8c7e0dd4b0099bd67703d5941ddac5)
|
Sun, 15 Jun 2008 08:19:46 +0000 |
Elliott Sales de Andrade |
Add support for emblems in MSN protocol. Emblems include bots, mobile
|
Sun, 15 Jun 2008 08:08:22 +0000 |
Elliott Sales de Andrade |
Modifications to the MSN code for some stuff I'll be doing in later
|
Sun, 15 Jun 2008 06:55:21 +0000 |
Elliott Sales de Andrade |
Properly parse (most of) the MSN GCF command. Provides a
|
Sun, 15 Jun 2008 06:22:25 +0000 |
Elliott Sales de Andrade |
Finally got MSN token updating working (I think).
|
Sat, 14 Jun 2008 07:47:38 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5387bc28fa09b238593c3dc292863ec3ce5f3c4e)
|
Sat, 14 Jun 2008 07:26:02 +0000 |
Elliott Sales de Andrade |
Fix up some changes that Mark did, that I didn't apply when merging.
|
Sat, 07 Jun 2008 08:03:56 +0000 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 23913fa16455106d8848482b13e9a49b823e6051)
|
Sat, 07 Jun 2008 08:01:41 +0000 |
Elliott Sales de Andrade |
Add real server-side aliasing to MSN.
|
Sat, 07 Jun 2008 06:39:13 +0000 |
Elliott Sales de Andrade |
Remove MSN's use of a "store name" in favour of the "friendly name"
|