log

age author description
2010-08-24 Elliott Sales de Andrade Clarify documentation on a function return value.
2010-08-24 Stu Tomlinson My build was failing due to duplicate (but commented out?!) translations:
2010-08-23 Elliott Sales de Andrade Packages would like ticket numbers in the ChangeLog.
2010-08-23 Elliott Sales de Andrade merge of '86d9ff7ca5af691007b1e85ef39959fa13e7d996'
2010-08-23 Etan Reisner Add GG support to gevolution.
2010-08-23 Elliott Sales de Andrade We should probably actually put the question in the input request.
2010-08-23 Elliott Sales de Andrade Standardize on "cancelled".
2010-08-23 Elliott Sales de Andrade I think this is marginally better to read.
2010-08-23 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
2010-08-22 Elliott Sales de Andrade Space-to-tab.
2010-08-22 Elliott Sales de Andrade Optimize just a teensy-tiny bit.
2010-08-22 Elliott Sales de Andrade We already have the length of the string. Don't need to call strlen.
2010-08-22 Elliott Sales de Andrade These are dead increments.
2010-08-22 Elliott Sales de Andrade user should never be NULL here.
2010-08-21 Elliott Sales de Andrade Fix possible garbage value.
2010-08-23 Daniel Atallah Explicitly set the icon for Windows' Add/Remove Programs.
2010-08-23 Daniel Atallah -------------------------------------------------------------------------------
2010-08-22 John Bailey ChangeLog Eion's patch. Refs #12532.
2010-08-22 eion The Yahoo prpl makes unnecessary callbacks to the Yahoo servers if the
2010-08-19 Paul Aurich jabber: Document this not being an off-by-one...
2010-08-15 Kelemen Gábor Updated Hungarian translation after 2.7.3
2010-08-15 Mark Doliner Change the "length of bstream" data type to be a gsize, since it represents
2010-08-14 Elliott Sales de Andrade merge of '4216577c2d7814344e8e1face579d153098986ad'
2010-08-14 Elliott Sales de Andrade I'm pretty sure this is a logical operation, not bitwise.
2010-08-14 Elliott Sales de Andrade Fix a possible Garbage return value.
2010-08-14 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
2010-08-14 Elliott Sales de Andrade Correct me if I'm wrong, but why would the length be in UTF8, when
2010-08-14 Elliott Sales de Andrade I think this might be a leak. But probably only if the server changed
2010-08-11 Elliott Sales de Andrade Remove non-UTF8 character.
2010-08-14 Paul Aurich < QuLogic> on line 208 of jabber.c, should that be *dot?
2010-08-12 Mark Doliner Improve these comments? I was having a hard time trying to figure out what
2010-08-12 Mark Doliner This code is disabled, but in case we ever want to enable it then
2010-08-12 Daniel Atallah Fix win32 compile
2010-08-12 Mark Doliner Fix a compile error from my merge
2010-08-12 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 9166d0ffe82472b17cee09aabbef61d8ec6e3e44)
2010-08-10 Mark Doliner *** Plucked rev 7e159eaa14b0041fcc3ee5783cd1e4f2d039a1a1 (markdoliner@pidgin.im):
2010-08-10 Mark Doliner merge of '67241dfb975ba5ce0811cc461f1716d28bf8b730'
2010-08-05 ivan komarov A couple of refactorings related to oscar_utf8_try_convert().
2010-08-05 ivan komarov Removed unused "flags" parameter.
2010-08-05 ivan komarov Miranda expects a client ack from the other side for channel 2 messages,
2010-08-05 ivan komarov Fixes #12044. We send a dummy packet with DC version = 8 to make
2010-07-31 ivan komarov My esteemed mentor caught me red-handed. Thanks Mark!
2010-07-31 ivan komarov explicit merge of '7a18137f663908c5d0306e4d79ddb7d953386eab'
2010-07-29 ivan komarov explicit merge of '92760ff5074d9bcc75f59473f013ca8a959a85b8'
2010-07-31 ivan komarov Renames and cleanups.
2010-07-28 ivan komarov Bstream cleanups:
2010-07-28 ivan komarov encoding can be NULL in encoding_extract(); this is not an error and
2010-07-28 ivan komarov Got rid of receiving multipart messages over channel 1, which simplified the code
2010-07-28 ivan komarov Removed '#if 0/endif' blocks. Some of them have the form of TODO, but
2010-07-28 ivan komarov Removed unused #defines from oscar.h.
2010-07-28 ivan komarov Turns out that ncc doesn't catch everything, so continue killing things mercilessly.
2010-07-28 ivan komarov OK, I'm sick of constantly finding functions that are not used anywhere.
2010-07-28 ivan komarov Refactored oscar_encoding_to_utf8().
2010-07-27 ivan komarov Stop using custom encodings (and LATIN-1, for that matter) for sending
2010-07-26 ivan komarov Damn it.
2010-07-24 ivan komarov Forgot to add encoding.c.
2010-07-24 ivan komarov Fixed (I hope) #12284.
2010-07-24 ivan komarov Moved encoding-related functions to a separate file, renamed some of them,
2010-07-19 ivan komarov Two small fixes Mark suggested:
2010-07-08 ivan komarov Applied and slightly modified Sadrul's patch (http://pidgin.im/~sadrul/pp/icq-list.patch.txt)