2008-03-06 |
Sadrul Habib Chowdhury |
Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
|
2008-03-05 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
|
2008-03-06 |
Will Thompson |
Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
|
2008-03-06 |
Mark Doliner |
Patch #3874 from beret. There was a similar patch #2712 from rschnz,
|
2008-03-06 |
Mark Doliner |
I realized that I don't like initializing variables when I declare
|
2008-03-06 |
Mark Doliner |
Fix a missing a comma
|
2008-03-06 |
Evan Schoenberg |
Added some comments and debug logging to yahoo_process_ignore() gleaned from libyahoo2's implementation, from which I guess our prpl was forked (?) given how similar many functions are.
|
2008-03-05 |
Mark Doliner |
Bring back the lines that free info.whatever on subsequent calls to
|
2008-03-05 |
Mark Doliner |
merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
|
2008-03-05 |
Mark Doliner |
Improve our error handling of Gnome proxy settings.
|
2008-03-05 |
Mark Doliner |
Short circuit and return out of the function early if gconftool-2
|
2008-03-05 |
Mark Doliner |
disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
|
2008-03-05 |
Mark Doliner |
These things are always NULL, so these if statements are never triggered
|
2008-03-05 |
Evan Schoenberg |
Fixed bug in which Yahoo contacts were erroneously considered to be blocked,
|
2008-03-04 |
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.
|
2008-03-04 |
Evan Schoenberg |
Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
|
2008-03-04 |
Stu Tomlinson |
Correct documentation in --help and man page for -l command line option.
|
2008-03-04 |
Mark Doliner |
Move the status note parsing into a separate function, which I think
|
2008-03-04 |
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.
|
2008-03-03 |
Bartoz Oler |
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
|
2008-03-03 |
Daniel Atallah |
Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
|
2008-03-03 |
Mark Doliner |
Make sure we tell stuff that oscar supports offline messages for AIM
|
2008-03-03 |
Mark Doliner |
Fix a crash in the zephyr normalize function that I added when gc is
|
2008-03-03 |
Mark Doliner |
Fix coverity CID 382: Remove an unused variable
|
2008-03-03 |
Mark Doliner |
I believe this fixes Coverity 383:
|
2008-03-03 |
Mark Doliner |
Switch to using "username" instead of "screen name." I really really
|
2008-03-03 |
Ka-Hing Cheung |
serv_got_joined_chat() emits "chat-joined" but it also calls
|
2008-03-02 |
Kevin Stange |
merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'
|
2008-03-02 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)
|
2008-03-02 |
Jeffrey Connelly |
In msimprpl, allow some levels of nested bold/italic/underline formatting.
|
2008-03-02 |
Sadrul Habib Chowdhury |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
2008-03-02 |
Sadrul Habib Chowdhury |
merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'
|
2008-03-02 |
Jeffrey Connelly |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
2008-03-01 |
Kevin Stange |
Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
|
2008-03-02 |
Sadrul Habib Chowdhury |
Allow translation/transliteration foo in the plugin window tooltip.
|
2008-02-29 |
Stu Tomlinson |
Truncate password to 16 characters on MSN, before encoding.
|
2008-02-29 |
Stu Tomlinson |
Merge 2 "if ENABLE_GTK" sections
|
2008-02-29 |
Stu Tomlinson |
Minor whitespace cleanup
|
2008-02-29 |
Ethan Blanton |
do what now?
|
2008-02-29 |
Will Thompson |
Document PurpleEventLoopUiOps and associated misc.
|
2008-02-29 |
Stu Tomlinson |
Fixes #4948
|
2008-02-29 |
Stu Tomlinson |
Fix building with glib < 2.6
|
2008-02-29 |
Stu Tomlinson |
Bump!
|
2008-02-29 |
Stu Tomlinson |
NEWS!
|
2008-02-29 |
Andrew Gaul |
Fixes a memleak:
|
2008-02-29 |
Stu Tomlinson |
merge of '6694efeab877d30da766aff29ae0e59bad4860fd'
|
2008-02-29 |
Ka-Hing Cheung |
Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-
|
2008-02-29 |
Stu Tomlinson |
Final changes for 2.4.0, release imminent (for some definition of imminent)
|
2008-02-29 |
Daniel Atallah |
Enable SASL support for xmpp in the win32 build.
|
2008-02-29 |
Daniel Atallah |
Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.
|
2008-02-29 |
Ka-Hing Cheung |
(17:59:47) stu.tomlinson: khc: say something random
|
2008-02-29 |
Sadrul Habib Chowdhury |
NEWS
|
2008-02-29 |
John Bailey |
NEWSing
|
2008-02-28 |
Stu Tomlinson |
- Remove --with-howl options as we no longer support using howl for bonjour
|
2008-02-28 |
Stu Tomlinson |
Silence errors during RPM installation when gtk-update-icon-cache does not
|
2008-02-28 |
Stu Tomlinson |
Add Sinhala language and translator to Help -> About. I promise to try to
|
2008-02-28 |
Jochen Kemnade |
German translation was also updated
|
2008-02-28 |
Stu Tomlinson |
French translation updated (Éric Boumaour)
|
2008-02-28 |
Stu Tomlinson |
Finnish translation updated (Timo Jyrinki)
|
2008-02-28 |
Stu Tomlinson |
Greek translation updated (Bouklis Panos)
|
2008-02-28 |
Stu Tomlinson |
Hebrew translation updated (Shalom Craimer)
|
2008-02-28 |
Stu Tomlinson |
Slovak translation updated (loptosko)
|
2008-02-28 |
Stu Tomlinson |
Arabic translation updated (Khaled Hosny)
|
2008-02-28 |
Stu Tomlinson |
Fix errors in translations
|
2008-02-28 |
Stu Tomlinson |
Belarusian Latin translation updated (Ihar Hrachyshka)
|
2008-02-28 |
Stu Tomlinson |
Dutch translation updated (Daniël Heres)
|
2008-02-28 |
Stu Tomlinson |
Vietnamese translation updated (Clytie Siddall)
|
2008-02-28 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
2008-02-28 |
Stu Tomlinson |
Norwegian Bokmål translation updated
|
2008-02-28 |
Stu Tomlinson |
Polish translation updated (Emil Nowak)
|
2008-02-28 |
Stu Tomlinson |
Spanish translation updated (Javier Fernández-Sanguino)
|
2008-02-28 |
Stu Tomlinson |
Slovenian transalation updated (Martin Srebotnjak)
|
2008-02-28 |
Stu Tomlinson |
Sinhala translation added (Danishka Navin)
|
2008-02-28 |
Richard Nelson |
Fix showing a contact's log, and don't access struct internals
|
2008-02-28 |
Richard Nelson |
merge of '6c2edffe33d42d0d4190eea6c634aa46a22ec2d0'
|
2008-02-28 |
Ka-Hing Cheung |
Fixes an error detected by valgrind:
|
2008-02-28 |
Peter Hjalmarsson |
Updated Swedish translation
|
2008-02-28 |
Mark Doliner |
* Don't flag outgoing oscar messages as "offline deliverable" if the
|
2008-02-28 |
Stu Tomlinson |
Disable invisible text things, if someone can conclusively prove this is
|
2008-02-27 |
Stu Tomlinson |
Fix make distcheck
|
2008-02-27 |
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.
|
2008-02-27 |
Stu Tomlinson |
Specify the base to convert from to prevent interpreting 0-prefixed client
|
2008-02-27 |
Mark Doliner |
Add support for offline messages for AIM, thanks to some info from
|
2008-02-27 |
Ka-Hing Cheung |
Patch from Jorge Villaseñor, treat the client id as unsigned so 0x80000000
|
2008-02-27 |
Ka-Hing Cheung |
merge of 'a4c768e127679f724617481cff7d907dab10463f'
|
2008-02-27 |
John Bailey |
Mention the new API.
|
2008-02-27 |
John Bailey |
Felipe is technically no longer retired :)
|
2008-02-27 |
John Bailey |
This is part of a patch from felipec, also known as shx, that adds
|
2008-02-26 |
Stu Tomlinson |
Add some things to the ChangeLog
|
2008-02-26 |
Stu Tomlinson |
Give IRC channel owners the founder icon on networks that report supporting
|
2008-02-26 |
Stu Tomlinson |
chomp chomp chomp chomp chomp chomp chomp chomp chomp chomp
|
2008-02-26 |
Stu Tomlinson |
I'm going to pretend this solves all my problems, except I can't see how
|
2008-02-26 |
Stu Tomlinson |
Use connect server as FQDN for SASL auth except when it is an IP address.
|
2008-02-25 |
Sadrul Habib Chowdhury |
This should fix the issue with persistent conversations getting closed all unexpected like.
|
2008-02-25 |
Jeffrey Connelly |
merge of 'd7446f6ac5bc209e6a03852945edf2f8cecffe9f'
|
2008-02-25 |
Jeffrey Connelly |
In msimprpl, support dynamically-allocated strings in message element names,
|
2008-02-27 |
Sean Egan |
new about logo
|
2008-02-24 |
John Bailey |
merge of '26a24e2e90db8354c4d854df5f8e833e3d1086e3'
|
2008-02-24 |
John Bailey |
Give credit where it's due for Gideon N. Guillen's Yahoo patch.
|
2008-02-24 |
John Bailey |
merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
|
2008-02-24 |
Jochen Kemnade |
completed German translation for 2.4.0
|
2008-02-24 |
John Bailey |
merge of '7a17d421ad7600c57d0ecdb59f7881de03bf2027'
|
2008-02-22 |
John Bailey |
Kill off some uses of account->gc.
|
2008-02-22 |
Stu Tomlinson |
Don't call NULL callbacks. Fixes #4901
|
2008-03-01 |
Sean Egan |
disapproval of revision 'fb186fe2307039838fc0d044506008a9eb2f8438'
|
2008-02-22 |
Sean Egan |
the 2.10.10 check is wrong. if 0 this until it's figured out.
|
2008-02-20 |
Daniel Atallah |
Plug some leaks caused by GtkTreePaths not being freed.
|
2008-02-20 |
Daniel Atallah |
Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702
|
2008-02-19 |
Jochen Kemnade |
updated German translation
|
2008-02-25 |
Sadrul Habib Chowdhury |
Attempt at a better error message.
|
2008-02-25 |
Sadrul Habib Chowdhury |
Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) to
|
2008-02-25 |
Sadrul Habib Chowdhury |
Fix a leak, and correct the docs.
|