Wed, 05 Mar 2008 18:17:25 +0000 |
Mark Doliner |
Bring back the lines that free info.whatever on subsequent calls to
|
Wed, 05 Mar 2008 18:13:11 +0000 |
Mark Doliner |
merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
|
Wed, 05 Mar 2008 10:00:45 +0000 |
Mark Doliner |
Improve our error handling of Gnome proxy settings.
|
Wed, 05 Mar 2008 09:43:31 +0000 |
Mark Doliner |
Short circuit and return out of the function early if gconftool-2
|
Wed, 05 Mar 2008 18:11:02 +0000 |
Mark Doliner |
disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
|
Wed, 05 Mar 2008 09:40:16 +0000 |
Mark Doliner |
These things are always NULL, so these if statements are never triggered
|
Wed, 05 Mar 2008 00:26:44 +0000 |
Evan Schoenberg |
Fixed bug in which Yahoo contacts were erroneously considered to be blocked,
|
Tue, 04 Mar 2008 23:53:44 +0000 |
Evan Schoenberg |
Just write out the buddy icon file; there's no need to check to see if it exists. This is for the cache, and if the blist.xml gets out of sync with the cache on disk (for example, because the user moves the blist.xml file out of the way), the existing code will never update the cached icon again.
|
Tue, 04 Mar 2008 18:50:16 +0000 |
Evan Schoenberg |
Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
|
Tue, 04 Mar 2008 16:23:07 +0000 |
Stu Tomlinson |
Correct documentation in --help and man page for -l command line option.
|
Tue, 04 Mar 2008 09:41:44 +0000 |
Mark Doliner |
Move the status note parsing into a separate function, which I think
|
Tue, 04 Mar 2008 00:11:22 +0000 |
Evan Schoenberg |
When purple_buddy_icons_set_account_icon() is called, it unrefs the old PurpleStoredImage and refs the new one. Previously, it notified the prpl of the change in the buddy icon before updating pointer_icon_cache, which meant that if the prpl then called purple_buddy_icons_find_account_icon() it would get the old PurpleStoredImage (which is at this point not only old but also a pointer to invalid memory if unref'ing it caused it to be destroyed). This happens in jabber_set_info() as of 2.4.0, causing a crash when setting no-buddy-icon for an account after it has previously had an icon. I think this also means that XMPP accounts in 2.4.0 will also always set serverside the *last* icon set, not the current one, when changing icons, but I didn't test that.
|
Mon, 03 Mar 2008 21:44:40 +0000 |
Bartoz Oler |
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
|
Mon, 03 Mar 2008 16:35:15 +0000 |
Daniel Atallah |
Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
|
Mon, 03 Mar 2008 09:03:47 +0000 |
Mark Doliner |
Make sure we tell stuff that oscar supports offline messages for AIM
|
Mon, 03 Mar 2008 08:50:27 +0000 |
Mark Doliner |
Fix a crash in the zephyr normalize function that I added when gc is
|
Mon, 03 Mar 2008 08:40:39 +0000 |
Mark Doliner |
Fix coverity CID 382: Remove an unused variable
|
Mon, 03 Mar 2008 08:36:35 +0000 |
Mark Doliner |
I believe this fixes Coverity 383:
|
Mon, 03 Mar 2008 08:26:44 +0000 |
Mark Doliner |
Switch to using "username" instead of "screen name." I really really
|
Mon, 03 Mar 2008 07:03:54 +0000 |
Ka-Hing Cheung |
serv_got_joined_chat() emits "chat-joined" but it also calls
|
Sun, 02 Mar 2008 22:35:56 +0000 |
Kevin Stange |
merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'
|
Sun, 02 Mar 2008 20:09:54 +0000 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)
|
Sun, 02 Mar 2008 20:05:34 +0000 |
Jeffrey Connelly |
In msimprpl, allow some levels of nested bold/italic/underline formatting.
|
Sun, 02 Mar 2008 16:44:08 +0000 |
Sadrul Habib Chowdhury |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sun, 02 Mar 2008 16:43:55 +0000 |
Sadrul Habib Chowdhury |
merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'
|
Sun, 02 Mar 2008 20:08:27 +0000 |
Jeffrey Connelly |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sat, 01 Mar 2008 09:42:07 +0000 |
Kevin Stange |
Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
|
Sun, 02 Mar 2008 16:43:22 +0000 |
Sadrul Habib Chowdhury |
Allow translation/transliteration foo in the plugin window tooltip.
|
Fri, 29 Feb 2008 21:11:47 +0000 |
Stu Tomlinson |
Truncate password to 16 characters on MSN, before encoding.
|
Fri, 29 Feb 2008 20:23:02 +0000 |
Stu Tomlinson |
Merge 2 "if ENABLE_GTK" sections
|
Fri, 29 Feb 2008 20:06:55 +0000 |
Stu Tomlinson |
Minor whitespace cleanup
|
Fri, 29 Feb 2008 18:04:03 +0000 |
Ethan Blanton |
do what now?
|
Fri, 29 Feb 2008 15:45:48 +0000 |
Will Thompson |
Document PurpleEventLoopUiOps and associated misc.
|
Fri, 29 Feb 2008 14:47:34 +0000 |
Stu Tomlinson |
Fixes #4948
|
Fri, 29 Feb 2008 13:45:05 +0000 |
Stu Tomlinson |
Fix building with glib < 2.6
|
Fri, 29 Feb 2008 12:10:37 +0000 |
Stu Tomlinson |
Bump!
|
Fri, 29 Feb 2008 12:08:08 +0000 |
Stu Tomlinson |
NEWS!
|
Fri, 29 Feb 2008 07:55:20 +0000 |
Andrew Gaul |
Fixes a memleak:
|
Fri, 29 Feb 2008 04:31:07 +0000 |
Stu Tomlinson |
merge of '6694efeab877d30da766aff29ae0e59bad4860fd'
|
Fri, 29 Feb 2008 04:23:00 +0000 |
Ka-Hing Cheung |
Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-
|
Fri, 29 Feb 2008 04:27:51 +0000 |
Stu Tomlinson |
Final changes for 2.4.0, release imminent (for some definition of imminent)
|
Fri, 29 Feb 2008 03:47:21 +0000 |
Daniel Atallah |
Enable SASL support for xmpp in the win32 build.
|
Fri, 29 Feb 2008 03:24:10 +0000 |
Daniel Atallah |
Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.
|
Fri, 29 Feb 2008 02:08:23 +0000 |
Ka-Hing Cheung |
(17:59:47) stu.tomlinson: khc: say something random
|
Fri, 29 Feb 2008 01:41:13 +0000 |
Sadrul Habib Chowdhury |
NEWS
|
Fri, 29 Feb 2008 01:22:37 +0000 |
John Bailey |
NEWSing
|
Thu, 28 Feb 2008 21:49:37 +0000 |
Stu Tomlinson |
- Remove --with-howl options as we no longer support using howl for bonjour
|
Thu, 28 Feb 2008 21:38:05 +0000 |
Stu Tomlinson |
Silence errors during RPM installation when gtk-update-icon-cache does not
|
Thu, 28 Feb 2008 19:08:30 +0000 |
Stu Tomlinson |
Add Sinhala language and translator to Help -> About. I promise to try to
|
Thu, 28 Feb 2008 16:39:24 +0000 |
Jochen Kemnade |
German translation was also updated
|
Thu, 28 Feb 2008 16:26:17 +0000 |
Stu Tomlinson |
French translation updated (ric Boumaour)
|
Thu, 28 Feb 2008 16:25:22 +0000 |
Stu Tomlinson |
Finnish translation updated (Timo Jyrinki)
|
Thu, 28 Feb 2008 16:24:37 +0000 |
Stu Tomlinson |
Greek translation updated (Bouklis Panos)
|
Thu, 28 Feb 2008 16:23:19 +0000 |
Stu Tomlinson |
Hebrew translation updated (Shalom Craimer)
|
Thu, 28 Feb 2008 16:22:14 +0000 |
Stu Tomlinson |
Slovak translation updated (loptosko)
|
Thu, 28 Feb 2008 16:21:19 +0000 |
Stu Tomlinson |
Arabic translation updated (Khaled Hosny)
|
Thu, 28 Feb 2008 16:08:22 +0000 |
Stu Tomlinson |
Fix errors in translations
|
Thu, 28 Feb 2008 15:44:07 +0000 |
Stu Tomlinson |
Belarusian Latin translation updated (Ihar Hrachyshka)
|
Thu, 28 Feb 2008 15:42:09 +0000 |
Stu Tomlinson |
Dutch translation updated (Danil Heres)
|
Thu, 28 Feb 2008 15:39:42 +0000 |
Stu Tomlinson |
Vietnamese translation updated (Clytie Siddall)
|
Thu, 28 Feb 2008 15:38:12 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Thu, 28 Feb 2008 15:36:23 +0000 |
Stu Tomlinson |
Norwegian Bokml translation updated
|
Thu, 28 Feb 2008 15:29:27 +0000 |
Stu Tomlinson |
Polish translation updated (Emil Nowak)
|
Thu, 28 Feb 2008 15:24:34 +0000 |
Stu Tomlinson |
Spanish translation updated (Javier Fernndez-Sanguino)
|
Thu, 28 Feb 2008 15:22:25 +0000 |
Stu Tomlinson |
Slovenian transalation updated (Martin Srebotnjak)
|
Thu, 28 Feb 2008 15:20:19 +0000 |
Stu Tomlinson |
Sinhala translation added (Danishka Navin)
|
Thu, 28 Feb 2008 11:25:49 +0000 |
Richard Nelson |
Fix showing a contact's log, and don't access struct internals
|
Thu, 28 Feb 2008 11:18:43 +0000 |
Richard Nelson |
merge of '6c2edffe33d42d0d4190eea6c634aa46a22ec2d0'
|
Thu, 28 Feb 2008 08:41:23 +0000 |
Ka-Hing Cheung |
Fixes an error detected by valgrind:
|
Thu, 28 Feb 2008 09:23:37 +0000 |
Peter Hjalmarsson |
Updated Swedish translation
|
Thu, 28 Feb 2008 08:15:27 +0000 |
Mark Doliner |
* Don't flag outgoing oscar messages as "offline deliverable" if the
|
Thu, 28 Feb 2008 01:42:51 +0000 |
Stu Tomlinson |
Disable invisible text things, if someone can conclusively prove this is
|
Wed, 27 Feb 2008 20:31:46 +0000 |
Stu Tomlinson |
Fix make distcheck
|
Wed, 27 Feb 2008 20:19:54 +0000 |
Daniel Atallah |
Initialize the stock stuff before doing anything else so that stock items used in error messages are ready to be used. Fixes #4917.
|
Wed, 27 Feb 2008 12:30:48 +0000 |
Stu Tomlinson |
Specify the base to convert from to prevent interpreting 0-prefixed client
|
Wed, 27 Feb 2008 09:18:06 +0000 |
Mark Doliner |
Add support for offline messages for AIM, thanks to some info from
|
Wed, 27 Feb 2008 04:49:20 +0000 |
Ka-Hing Cheung |
Patch from Jorge Villaseor, treat the client id as unsigned so 0x80000000
|
Wed, 27 Feb 2008 04:36:23 +0000 |
Ka-Hing Cheung |
merge of 'a4c768e127679f724617481cff7d907dab10463f'
|
Wed, 27 Feb 2008 00:43:27 +0000 |
John Bailey |
Mention the new API.
|
Wed, 27 Feb 2008 00:42:30 +0000 |
John Bailey |
Felipe is technically no longer retired :)
|
Wed, 27 Feb 2008 00:41:51 +0000 |
John Bailey |
This is part of a patch from felipec, also known as shx, that adds
|
Tue, 26 Feb 2008 14:28:52 +0000 |
Stu Tomlinson |
Add some things to the ChangeLog
|
Tue, 26 Feb 2008 14:17:12 +0000 |
Stu Tomlinson |
Give IRC channel owners the founder icon on networks that report supporting
|
Tue, 26 Feb 2008 14:11:59 +0000 |
Stu Tomlinson |
chomp chomp chomp chomp chomp chomp chomp chomp chomp chomp
|
Tue, 26 Feb 2008 14:02:06 +0000 |
Stu Tomlinson |
I'm going to pretend this solves all my problems, except I can't see how
|
Tue, 26 Feb 2008 13:53:22 +0000 |
Stu Tomlinson |
Use connect server as FQDN for SASL auth except when it is an IP address.
|
Mon, 25 Feb 2008 15:24:49 +0000 |
Sadrul Habib Chowdhury |
This should fix the issue with persistent conversations getting closed all unexpected like.
|
Mon, 25 Feb 2008 00:25:51 +0000 |
Jeffrey Connelly |
merge of 'd7446f6ac5bc209e6a03852945edf2f8cecffe9f'
|
Mon, 25 Feb 2008 00:25:23 +0000 |
Jeffrey Connelly |
In msimprpl, support dynamically-allocated strings in message element names,
|
Wed, 27 Feb 2008 01:27:40 +0000 |
Sean Egan |
new about logo
|
Sun, 24 Feb 2008 18:33:00 +0000 |
John Bailey |
merge of '26a24e2e90db8354c4d854df5f8e833e3d1086e3'
|
Sun, 24 Feb 2008 18:30:40 +0000 |
John Bailey |
Give credit where it's due for Gideon N. Guillen's Yahoo patch.
|
Sun, 24 Feb 2008 18:21:02 +0000 |
John Bailey |
merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
|
Sun, 24 Feb 2008 18:30:33 +0000 |
Jochen Kemnade |
completed German translation for 2.4.0
|
Sun, 24 Feb 2008 01:47:42 +0000 |
John Bailey |
merge of '7a17d421ad7600c57d0ecdb59f7881de03bf2027'
|
Fri, 22 Feb 2008 00:11:25 +0000 |
John Bailey |
Kill off some uses of account->gc.
|
Fri, 22 Feb 2008 17:26:23 +0000 |
Stu Tomlinson |
Don't call NULL callbacks. Fixes #4901
|
Sat, 01 Mar 2008 23:01:25 +0000 |
Sean Egan |
disapproval of revision 'fb186fe2307039838fc0d044506008a9eb2f8438'
|
Fri, 22 Feb 2008 07:03:15 +0000 |
Sean Egan |
the 2.10.10 check is wrong. if 0 this until it's figured out.
|
Wed, 20 Feb 2008 05:07:09 +0000 |
Daniel Atallah |
Plug some leaks caused by GtkTreePaths not being freed.
|
Wed, 20 Feb 2008 03:04:47 +0000 |
Daniel Atallah |
Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702
|
Tue, 19 Feb 2008 19:30:19 +0000 |
Jochen Kemnade |
updated German translation
|
Mon, 25 Feb 2008 04:39:37 +0000 |
Sadrul Habib Chowdhury |
Attempt at a better error message.
|
Mon, 25 Feb 2008 04:20:53 +0000 |
Sadrul Habib Chowdhury |
Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) to
|
Mon, 25 Feb 2008 03:07:03 +0000 |
Sadrul Habib Chowdhury |
Fix a leak, and correct the docs.
|
Mon, 25 Feb 2008 02:43:06 +0000 |
Sadrul Habib Chowdhury |
Hide PurpleSmiley internals.
|
Tue, 19 Feb 2008 20:02:14 +0000 |
Sadrul Habib Chowdhury |
Add the smiley files for translation.
|
Tue, 19 Feb 2008 20:00:29 +0000 |
Sadrul Habib Chowdhury |
Make sure deleting one smiley doesn't accidentally delete a few others.
|
Tue, 19 Feb 2008 19:57:09 +0000 |
Sadrul Habib Chowdhury |
Make some functions static, plug a leak.
|
Tue, 19 Feb 2008 19:51:03 +0000 |
Sadrul Habib Chowdhury |
Revert some bits of the earlier patch not related to custom smileys.
|
Tue, 19 Feb 2008 19:46:49 +0000 |
Sadrul Habib Chowdhury |
Plug a leak.
|
Tue, 19 Feb 2008 19:41:56 +0000 |
Sadrul Habib Chowdhury |
Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and
|
Mon, 18 Feb 2008 19:22:39 +0000 |
Jeffrey Connelly |
merge of '27ebb66171c1a1a757cd8d3e325c91e159b1d048'
|
Sun, 17 Feb 2008 17:26:37 +0000 |
Sadrul Habib Chowdhury |
Single clicking a menuitem should activate it.
|
Sun, 17 Feb 2008 17:15:40 +0000 |
Sadrul Habib Chowdhury |
merge of '679333d47d0d179f9027ef1c5f82a2eef5811b95'
|
Sun, 17 Feb 2008 17:14:29 +0000 |
Sadrul Habib Chowdhury |
Right-clicking on a widget should trigger the context-menu.
|
Mon, 18 Feb 2008 19:20:39 +0000 |
Jeffrey Connelly |
If the user sets a username (because they don't have one), and it succeeds,
|
Sat, 16 Feb 2008 21:29:02 +0000 |
Jeffrey Connelly |
In msimprpl, add msim_is_valid_username() to check whether a username
|
Sat, 16 Feb 2008 21:07:09 +0000 |
Jeffrey Connelly |
In msimprpl, define a new set of symbolic constants for the command to
|
Sat, 16 Feb 2008 20:49:20 +0000 |
Jeffrey Connelly |
In msimprpl, change to patch from Jaywalker regarding setting
|
Sat, 16 Feb 2008 20:20:12 +0000 |
Jeffrey Connelly |
In msimprpl, if the user signs in without any username set (this will happen
|
Sat, 16 Feb 2008 20:02:36 +0000 |
Jeffrey Connelly |
merge of '24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6'
|
Sat, 16 Feb 2008 18:17:32 +0000 |
Will Thompson |
I think it's reasonable to just say "don't do this".
|
Sat, 16 Feb 2008 18:13:48 +0000 |
Will Thompson |
Pull setting the urgent hint on the blist when it is unfocused into its own
|
Sat, 16 Feb 2008 15:25:19 +0000 |
Will Thompson |
Rework update_account_error_state to reuse existing mini-dialogs if they exist,
|
Sat, 16 Feb 2008 14:42:57 +0000 |
Will Thompson |
Don't clear account errors during account-error-changed emission. I can't
|
Thu, 14 Feb 2008 16:35:14 +0000 |
Stu Tomlinson |
Fix the "Finch doesn't work" bug. More specifically, it turned out to be
|
Thu, 14 Feb 2008 13:03:34 +0000 |
Stu Tomlinson |
Fix setting vCard buddy icons when we don't have any other user info set.
|
Thu, 14 Feb 2008 12:42:58 +0000 |
Stu Tomlinson |
merge of '5e11f89fad2bba2d5ef3307befb618c9ca110561'
|
Sat, 16 Feb 2008 20:02:24 +0000 |
Jeffrey Connelly |
Add get-attention.png, a toolbar icon from hbons that we can use later for
|
Thu, 14 Feb 2008 07:49:57 +0000 |
Jeffrey Connelly |
In msimprpl, for server-side contacts, first search for an existing group
|
Wed, 13 Feb 2008 06:00:50 +0000 |
Sadrul Habib Chowdhury |
merge of '29e93f056359d961762bcff9702089c1cf491fd0'
|
Tue, 12 Feb 2008 04:14:39 +0000 |
John Bailey |
merge of 'a86cc370be80c0a0f0688ae2dec4f55775779fa1'
|
Wed, 13 Feb 2008 05:57:54 +0000 |
Sadrul Habib Chowdhury |
'\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.
|
Tue, 12 Feb 2008 04:03:30 +0000 |
Sadrul Habib Chowdhury |
merge of '902c6324faa755dfbceafd40ebf88ef850d06c9b'
|
Tue, 12 Feb 2008 03:16:21 +0000 |
Stu Tomlinson |
Bring back the "Close IMs immediately when the tab is closed" pref. As far
|
Tue, 12 Feb 2008 00:30:25 +0000 |
John Bailey |
propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoop15ft' (head 722549d96d82fd56433f18b78bda898eef6a56ed)
|
Mon, 11 Feb 2008 00:50:42 +0000 |
Jeffrey Connelly |
merge of '8d0a8e8a3f64465f6fe98c9344417e6f5f60cace'
|
Mon, 11 Feb 2008 00:50:26 +0000 |
Jeffrey Connelly |
Update COPYRIGHT for patches from #4790 and #2788.
|
Sun, 10 Feb 2008 09:45:37 +0000 |
Mark Doliner |
A patch from oliver to speed up oscar's normalize function a little by
|
Sat, 09 Feb 2008 09:04:39 +0000 |
Jeffrey Connelly |
merge of '74350098695c8021af246fd51aa5389109e8fa3b'
|
Sat, 09 Feb 2008 08:57:45 +0000 |
Jeffrey Connelly |
disapproval of revision '8bec06d2cd0a64ece46cb3cd73db9b085b91e161'
|
Tue, 12 Feb 2008 04:02:23 +0000 |
Sadrul Habib Chowdhury |
Ignore the recv/send flags when the system flag is set for a message.
|
Tue, 12 Feb 2008 03:58:58 +0000 |
Sadrul Habib Chowdhury |
Highlighted message color has a higher priority over an action message color.
|
Sat, 09 Feb 2008 07:54:02 +0000 |
Sadrul Habib Chowdhury |
merge of '39442c11d97da922ca44df85a3b376341c44f186'
|
Sat, 09 Feb 2008 07:35:21 +0000 |
Jeffrey Connelly |
merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'
|
Sat, 09 Feb 2008 07:41:33 +0000 |
Sadrul Habib Chowdhury |
merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'
|
Sat, 09 Feb 2008 07:26:12 +0000 |
Jeffrey Connelly |
Pidgin attention GUI from nok. Adds "Send Attention" to conversation
|
Sat, 09 Feb 2008 06:11:27 +0000 |
Etan Reisner |
This may or may not fix a crash that may or may not affect the version of GTK+
|
Sat, 09 Feb 2008 03:09:13 +0000 |
Etan Reisner |
merge of '72a2b71dfe259097d115f67e0442fb44934ce686'
|
Fri, 08 Feb 2008 15:09:33 +0000 |
Jochen Kemnade |
Updated German translation
|
Wed, 06 Feb 2008 18:06:44 +0000 |
John Bailey |
Simplified version of the newest patch on #4533 to not try Yahoo protocol
|
Wed, 06 Feb 2008 15:50:41 +0000 |
Luke Schierer |
merge of 'c68bf74889268c55c15cf101e1d593966b55c2a9'
|
Sat, 09 Feb 2008 02:22:30 +0000 |
Jeffrey Connelly |
Patch from oliver:
|
Wed, 06 Feb 2008 05:37:32 +0000 |
Jeffrey Connelly |
In msimprpl, if login fails, and the user's password is greater than
|
Tue, 05 Feb 2008 19:12:59 +0000 |
Daniel Atallah |
felipec noticed that this include was missing.
|
Mon, 04 Feb 2008 04:39:54 +0000 |
Stu Tomlinson |
purple_status_type_new_with_attrs() must be NULL terminated. Finally all
|
Mon, 04 Feb 2008 04:04:02 +0000 |
Jeffrey Connelly |
merge of '127e166396532169c471488d7be34927a0f32b39'
|
Mon, 04 Feb 2008 04:00:12 +0000 |
Jeffrey Connelly |
In msimprpl, use a PURPLE_STATUS_TUNE presence type to hold the "now playing"
|
Sun, 03 Feb 2008 21:23:48 +0000 |
Mark Doliner |
Get rid of some privacy checking code from zephyr that is done in
|
Sun, 03 Feb 2008 19:43:41 +0000 |
John Bailey |
Kill off gc->prpl in the core everywhere but connection.c (when the struct
|
Sun, 03 Feb 2008 19:38:02 +0000 |
Mark Doliner |
Remove the privacy prpl callbacks in Zephyr since they're basically a
|
Sun, 03 Feb 2008 19:24:55 +0000 |
Mark Doliner |
Remove some empty PRPL callbacks
|
Sun, 03 Feb 2008 17:37:58 +0000 |
Stu Tomlinson |
Display buddies' phone numbers in the tooltip for MSN buddies if we have
|
Sun, 03 Feb 2008 17:33:02 +0000 |
Stu Tomlinson |
Fix the bug where mid-session notification server transfers end up with the
|
Sun, 03 Feb 2008 11:39:59 +0000 |
Mark Doliner |
The Gnome Human Interface Guidelines say, "if pressing this button by
|
Sun, 03 Feb 2008 11:36:33 +0000 |
Mark Doliner |
Mark some strings for translation
|
Sun, 03 Feb 2008 11:16:52 +0000 |
Mark Doliner |
Slightly cleaner
|
Sun, 03 Feb 2008 11:00:50 +0000 |
Mark Doliner |
Improve the spacing in Pidgin's certificate manager window
|
Sun, 03 Feb 2008 10:07:57 +0000 |
Mark Doliner |
Add the list of certificates in Pidgin's certificate manager to a
|
Sun, 03 Feb 2008 02:56:09 +0000 |
Richard Nelson |
I always forget something...
|
Sat, 02 Feb 2008 22:32:54 +0000 |
Richard Nelson |
fix unblocking
|
Sat, 02 Feb 2008 22:20:09 +0000 |
Richard Nelson |
Add a [X] Blocked item to the buddy context menu, and add a dialog to
|
Sat, 02 Feb 2008 03:51:46 +0000 |
Richard Nelson |
Make this clearer
|
Sat, 02 Feb 2008 03:51:19 +0000 |
Richard Nelson |
Add a finch log viewer. This is largely copied from Pidgin.
|
Fri, 01 Feb 2008 19:35:38 +0000 |
Will Thompson |
Passing NULL to msn_user_set_friendly_name explodes, and msn_user_new is called
|
Fri, 01 Feb 2008 17:48:53 +0000 |
Mark Doliner |
Rename 'add_buddies_in_permit' to 'add_all_buddies_to_permit_list'
|
Fri, 01 Feb 2008 02:53:51 +0000 |
Mark Doliner |
Our Yahoo! protocol has this crappy implementation where it tries
|
Fri, 01 Feb 2008 02:41:35 +0000 |
Mark Doliner |
In Pidgin's privacy dialog:
|
Fri, 01 Feb 2008 02:09:11 +0000 |
Mark Doliner |
Clean up a function
|
Fri, 01 Feb 2008 02:05:32 +0000 |
Mark Doliner |
Yahoo! has no permit list, so get rid of the add_permit and rem_permit prpl
|
Fri, 01 Feb 2008 01:57:53 +0000 |
Evan Schoenberg |
Don't tell the user to check the debug log if debug logging isn't enabled.
|
Fri, 01 Feb 2008 01:00:36 +0000 |
Mark Doliner |
Remove whitespace on empty lions
|
Thu, 31 Jan 2008 23:27:59 +0000 |
Mark Doliner |
Use the group passed into yahoo_add_buddy() instead of looking
|
Thu, 31 Jan 2008 22:58:11 +0000 |
Mark Doliner |
Get rid of yahoo_privacy_check and use purple_privacy_check directly.
|
Thu, 31 Jan 2008 22:28:56 +0000 |
Mark Doliner |
Update a comment. I think it was missing a word or three.
|
Thu, 31 Jan 2008 22:11:53 +0000 |
Mark Doliner |
Some very minor cleanup
|
Thu, 31 Jan 2008 17:43:14 +0000 |
Will Thompson |
Update silc10 to use purple_connection_error_reason(), matching the uses in
|
Thu, 31 Jan 2008 07:53:22 +0000 |
Mark Doliner |
Fix some minor 'make docs' errors. For some reason the callback
|
Thu, 31 Jan 2008 04:40:04 +0000 |
Richard Nelson |
Fix a crash when pressing backspace at a menu
|
Thu, 31 Jan 2008 04:37:40 +0000 |
Richard Nelson |
merge of '04e7d54475c3ddf91ad523e3e58521bc4fa59c85'
|
Thu, 31 Jan 2008 02:23:55 +0000 |
Eoin Coffey |
Made account.c use purple_connection_get_prpl instead of gc->prpl.
|
Thu, 31 Jan 2008 02:13:30 +0000 |
Mark Doliner |
Revert bfc4df11256d088d75b0512bb0c4790967b68b19 because the code is
|
Tue, 29 Jan 2008 01:51:26 +0000 |
Jeffrey Connelly |
merge of '9d22bc3a3d82cb26e7196d41b472b81c7660274d'
|
Mon, 28 Jan 2008 05:31:28 +0000 |
Mark Doliner |
From the gethostname() man page:
|
Mon, 28 Jan 2008 04:10:59 +0000 |
Mark Doliner |
One more g_idle_add call
|
Tue, 29 Jan 2008 01:51:01 +0000 |
Jeffrey Connelly |
In msim_uid2username_from_blist(), return a static string as the documentation
|
Sun, 27 Jan 2008 21:37:43 +0000 |
Jeffrey Connelly |
Fix zap functionality in MySpaceIM.
|
Sun, 27 Jan 2008 20:52:53 +0000 |
Mark Doliner |
Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
|
Sun, 27 Jan 2008 10:44:51 +0000 |
Mark Doliner |
Stop unconditionally setting oscar's server-side preference "allow
|
Sun, 27 Jan 2008 10:03:26 +0000 |
Mark Doliner |
merge of '2e288b76540410af9b0ca21669ffb7e085633d59'
|
Sun, 27 Jan 2008 04:33:24 +0000 |
Sadrul Habib Chowdhury |
Forgot the since tag here.
|
Sun, 27 Jan 2008 04:12:46 +0000 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleGroup.
|
Sun, 27 Jan 2008 04:06:39 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
|
Sat, 26 Jan 2008 22:36:01 +0000 |
Sadrul Habib Chowdhury |
Include finch.h from these files, instead of internal.h.
|
Sat, 26 Jan 2008 22:33:08 +0000 |
Sadrul Habib Chowdhury |
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
|
Sat, 26 Jan 2008 21:58:51 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleXfer.
|
Sat, 26 Jan 2008 21:39:29 +0000 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleConversation.
|
Sat, 26 Jan 2008 21:13:46 +0000 |
Sadrul Habib Chowdhury |
Add accessor and update finch to not touch the internals of PurpleConnection.
|
Sat, 26 Jan 2008 20:45:41 +0000 |
Sadrul Habib Chowdhury |
Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
|
Sat, 26 Jan 2008 20:32:26 +0000 |
Sadrul Habib Chowdhury |
Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
|
Sat, 26 Jan 2008 20:28:35 +0000 |
Sadrul Habib Chowdhury |
Update the ChangeLog.API for the buddylist managers.
|
Sat, 26 Jan 2008 17:14:59 +0000 |
Will Thompson |
merge of '0f37c6a913d5207fa0fa327f5b11b215c7d35926'
|
Fri, 25 Jan 2008 20:43:15 +0000 |
Will Thompson |
Make autogen.sh return a non-zero exit code when it fails so that
|
Sat, 26 Jan 2008 16:17:36 +0000 |
Stu Tomlinson |
Use xdg-open instead of gnome-open, if possible. We might want to use
|
Sat, 26 Jan 2008 03:53:18 +0000 |
Evan Schoenberg |
If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.
|
Fri, 25 Jan 2008 22:20:58 +0000 |
Evan Schoenberg |
merge of '468a779996a2b7c9313bb894084fb632307d35fc'
|
Fri, 25 Jan 2008 22:18:49 +0000 |
Evan Schoenberg |
disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
|
Fri, 25 Jan 2008 22:20:18 +0000 |
Evan Schoenberg |
I'm not sure how to disapprove a local change without it ever getting pushed... sorry for the double commit. I didn't intend to leave a trailing colon, since we didn't use punctuation at the end previously.
|
Fri, 25 Jan 2008 22:17:17 +0000 |
Evan Schoenberg |
Fixed grammatically incorrect text when sending a file to an XMPP buddy with multiple online resources. I'm +/- on ending such requests with a period... but ending on a preposition, while acceptable if needed to make a sentence significantly more natural, should be avoided when smoothly possible.
|
Fri, 25 Jan 2008 13:48:24 +0000 |
Stu Tomlinson |
send_keepalive needs to return TRUE to ensure it'll get called again, and
|
Fri, 25 Jan 2008 13:46:55 +0000 |
Stu Tomlinson |
Kill this warning when using -Wstrict-prototypes:
|
Fri, 25 Jan 2008 13:43:46 +0000 |
Stu Tomlinson |
compile fix
|
Fri, 25 Jan 2008 02:12:41 +0000 |
Mark Doliner |
One more test. This is actually the one I cared about. It passes,
|
Fri, 25 Jan 2008 02:08:05 +0000 |
Sadrul Habib Chowdhury |
merge of '7e6f3aa974ad4672e16bd0ac3839d416c87160f1'
|
Fri, 25 Jan 2008 01:40:51 +0000 |
Mark Doliner |
Add a few tets to make sure we're catching some invalid email formats
|
Fri, 25 Jan 2008 00:52:40 +0000 |
Sean Egan |
ChangeLog.API last_received
|
Fri, 25 Jan 2008 00:51:06 +0000 |
Sean Egan |
merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f'
|
Thu, 24 Jan 2008 05:25:02 +0000 |
Mark Doliner |
merge of '4b11e0842d46778d47f4901ed6e00169c970471d'
|
Thu, 24 Jan 2008 05:19:51 +0000 |
John Bailey |
Fix some issues with the infopane and dragging when the infopane takes the
|
Thu, 24 Jan 2008 21:15:43 +0000 |
Sadrul Habib Chowdhury |
Pay attention to the 'show_offline' setting for the buddylist.
|
Thu, 24 Jan 2008 05:24:20 +0000 |
Mark Doliner |
Change purple_markup_html_to_xhtml() to convert <strong> tags to
|
Wed, 23 Jan 2008 21:46:54 +0000 |
Sadrul Habib Chowdhury |
Init and uninit the buddylist managers at appropriate times.
|
Wed, 23 Jan 2008 21:45:43 +0000 |
Sadrul Habib Chowdhury |
Allow customizing the expander in the tree. This is mostly a hack ;)
|
Wed, 23 Jan 2008 18:25:45 +0000 |
Sadrul Habib Chowdhury |
merge of '310bb375db205bf93c93b7bdc96853f6f1832a5d'
|
Wed, 23 Jan 2008 09:22:28 +0000 |
Jochen Kemnade |
updated German translation
|
Wed, 23 Jan 2008 18:17:34 +0000 |
Sadrul Habib Chowdhury |
Add a meebo-like grouping, where online contacts show up under the default
|
Wed, 23 Jan 2008 05:16:39 +0000 |
Sadrul Habib Chowdhury |
We need to store the img in the hashtable only after we have removed the old
|
Wed, 23 Jan 2008 04:47:04 +0000 |
Sadrul Habib Chowdhury |
Some minor doc update.
|
Wed, 23 Jan 2008 04:45:04 +0000 |
Sadrul Habib Chowdhury |
Fix some small leaks when destroying a statusbox.
|
Wed, 23 Jan 2008 01:44:30 +0000 |
Sadrul Habib Chowdhury |
Changelog the grouping option.
|
Wed, 23 Jan 2008 01:33:56 +0000 |
Sadrul Habib Chowdhury |
Rework some of the code that deals with adding and removing blist nodes in the tree. There were some typoed code that just happened to work. This fixes those.
|
Wed, 23 Jan 2008 01:31:36 +0000 |
Sadrul Habib Chowdhury |
When computing priority buddies for a contact, a buddy on an online account will always have a higher priority over a buddy on an offline account.
|
Wed, 23 Jan 2008 00:54:25 +0000 |
Sadrul Habib Chowdhury |
This is supposed to return the key, not the row itself.
|
Tue, 22 Jan 2008 21:13:11 +0000 |
Sadrul Habib Chowdhury |
Remember the selected grouping option.
|
Tue, 22 Jan 2008 20:54:50 +0000 |
Sadrul Habib Chowdhury |
Reconstruct the 'Grouping' menu when a blist manager is un/installed.
|
Tue, 22 Jan 2008 20:42:45 +0000 |
Sadrul Habib Chowdhury |
Add the plugin in the pot.
|
Tue, 22 Jan 2008 14:14:59 +0000 |
Sadrul Habib Chowdhury |
merge of '4ca258deda6a50b61f8431bb3a742805c180a583'
|
Tue, 22 Jan 2008 08:01:23 +0000 |
Sadrul Habib Chowdhury |
Mark some strings for translation.
|
Tue, 22 Jan 2008 07:54:48 +0000 |
Sadrul Habib Chowdhury |
Add a plugin to provide 'Online/Offline' grouping and no grouping.
|
Tue, 22 Jan 2008 07:51:32 +0000 |
Sadrul Habib Chowdhury |
Do not show a context menu for an unknown node.
|
Tue, 22 Jan 2008 07:38:01 +0000 |
Sadrul Habib Chowdhury |
Add a buddy list manager for finch. This allows plugins to show the buddylist
|
Tue, 22 Jan 2008 07:28:11 +0000 |
Sadrul Habib Chowdhury |
Function to get the parent key.
|
Tue, 22 Jan 2008 02:59:56 +0000 |
Sadrul Habib Chowdhury |
Add an accessor function for PurpleChat.
|
Mon, 21 Jan 2008 19:43:55 +0000 |
Sadrul Habib Chowdhury |
Add some accessor functions for PurpleBlistNode.
|
Mon, 21 Jan 2008 07:32:49 +0000 |
Mark Doliner |
Undo revision accb4afcd6bbf17cf99d9aac0b4b448293190647. This should
|