log

age author description
2008-03-11 Evan Schoenberg Only allow one keepalive_timeout at a time. This prevents us from starting a
2008-03-11 Daniel Atallah Further changes to use UTF-16 instead of UCS-2. Also, fix #5167 by making sure that the encoding conversion worked before using the result.
2008-03-11 Stu Tomlinson GDK_WINDOW_TYPE_HINT_TOOLTIP is new with Gtk 2.10
2008-03-11 Will Thompson Set the TOOLTIP hint on imhtml link tooltips. Thanks to Danny Baumann for
2008-03-11 Will Thompson Remove duplicated docs for _varg variants of request functions; correct and
2008-03-11 Will Thompson Make PurpleAccount's documentation actually show up; also, sprinkle some
2008-03-09 Ka-Hing Cheung When Andrew was working on the memleak fixes, he pondered why buffer was
2008-03-09 Andrew Gaul some memleak fixes from Andrew Gaul again:
2008-03-09 Stu Tomlinson merge of '2df22d7ed44f0ccc912fc22ea2e0389c0e445b6f'
2008-03-09 Evan Schoenberg If we receive a Full Name and no nickname, use the Full Name as the serverside alias for an XMPP contact. If we receive just a nickname or both a full name and a nickname, prefer the nickname.
2008-03-09 Mark Doliner Some AIM screen names have periods in them, but it's like impossible
2008-03-09 Stu Tomlinson Fix Topic in chat node tooltips, and turn on using the transient chat node
2008-03-09 Stu Tomlinson Make "Show when offline" work on group nodes too, which sets the flag for
2008-03-09 Stu Tomlinson Escape conversation title for use in infopane so that ampersands don't
2008-03-09 Stu Tomlinson Avoid a compile warning when building with NetworkManager support because
2008-03-09 Stu Tomlinson Improve "Get Info" parsing on MSN - ignore all URLs in fields instead of
2008-03-08 Ethan Blanton Increase XMPP ping timeout from 20s to 120s
2008-03-08 Sadrul Habib Chowdhury merge of '83a8dbf04d73ded7b026f8b63a26f5656d8fb25b'
2008-03-07 Jochen Kemnade another update for the German translation
2008-03-07 Mark Doliner This is pretty important for our 7 zephyr users.
2008-03-07 Mark Doliner merge of '6b600951723c4797bafdc840f751b75c3f0f95af'
2008-03-07 Stu Tomlinson Add some notable items to the ChangeLog
2008-03-07 Sadrul Habib Chowdhury Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
2008-03-07 Sadrul Habib Chowdhury merge of '1aa8a701c81527c4f91549a4546a54262fccce6d'
2008-03-07 Ethan Blanton Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
2008-03-07 Sadrul Habib Chowdhury The names history-next and history-prev were backwards! Make them right, and add c-n/c-p bindings as the default bindings. Thanks to shofixti for reporting the bug. Fixes #4593.
2008-03-07 Sadrul Habib Chowdhury This fixes some cases of the 1-px height bug.
2008-03-06 Sadrul Habib Chowdhury finch port of e4b22781 ('Tell gstreamer not to fork').
2008-03-06 Jochen Kemnade German translation update
2008-03-06 Sadrul Habib Chowdhury merge of '372b94fab52b770bd853506200652575d0588539'
2008-03-06 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
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.