log

age author description
2011-02-22 Mark Doliner Stop trying to get "gtk-autojoin" as a string from chat rooms in the buddy
2011-02-21 Evan Schoenberg merge of '4f105e3377f4f4857b76c46669e414e45bdde0d1'
2011-02-21 Evan Schoenberg merge of '68f895b33b8b9c0317cb580b90d3df28b85065b6'
2011-02-21 Evan Schoenberg merge of '123768d79f4f982bc33327525308486cd2eba51b'
2011-02-21 Evan Schoenberg merge of '3031bead50a8d359f718d5d9accd75d5e79fac7d'
2011-02-21 Evan Schoenberg disapproval of revision 'a694289accbec14c593b3636ef1f626fd8279805'
2011-02-21 Evan Schoenberg merge of '974d79cf8eb22b7138c9a3d7313e89585fd8b443'
2011-02-21 Evan Schoenberg disapproval of revision '8a43e3ddd7adacb208afe2d7ee3ea983c95901be'
2011-02-21 Evan Schoenberg disapproval of revision '22937ab220c41cd0c4a3f9e21e3db687db80da75'
2011-02-21 Evan Schoenberg disapproval of revision 'cba010d1c097d4e6599f08276ed9d894710c1074'
2011-02-21 Evan Schoenberg disapproval of revision '7ee5e1d431651ed2b1a54bc942d63f35580af55c'
2011-02-21 Mark Doliner OOH! I think I found the cause of a bug! I changed this function in revision
2011-02-21 Mark Doliner There is code above these lines, just before the start of the switch(),
2011-02-21 Mark Doliner I think this was accidentally changed in revision
2011-02-21 Paul Aurich More unbreaking of the build
2011-02-21 Paul Aurich Spaces -> \t
2011-02-21 Paul Aurich merge of '5a1200b2b4048e408dafc7a965a87d3429925cb4'
2011-02-21 Paul Aurich disapproval of revision '3de680fff7ddd1b00149657afb7f6cd833000a90'
2011-02-21 Evan Schoenberg Whitespace fix
2011-02-21 Evan Schoenberg Patch from Zac West which performs periodic WHO updates on IRC channel participants in order to track 'away' status, userhost, and real name. Plucked from a series of im.pidgin.adium commits.
2011-02-21 Evan Schoenberg applied changes from 471aa5f04627823959bd9accda5d5e5630f119d5
2011-02-21 Evan Schoenberg Patch from Zac West, plucked from several im.pidgin.adium commits, which adds an API for setting and getting attributes on PurpleConvChatBuddys
2011-02-21 Evan Schoenberg When a jabber identity is added or removed, the caps_hash that would be created changes; uncache it so that it is recalculated as appropriate.
2011-02-20 Paul Aurich jabber: Compatibility with older servers
2011-02-20 Paul Aurich silc: Debug messages.
2011-02-20 Paul Aurich Credit xnyhps (Thijs)
2011-02-20 thijs jabber: Treat the presence storm on joining a room as not new arrivals.
2011-02-20 Paul Aurich jabber: Use a straight equality check instead of collate
2011-02-18 Mark Doliner Fixes this crash:
2011-02-18 Gary Kramlich propagate from branch 'im.pidgin.cipher_breakout' (head ba76b36ed3711f14953e16ce66b3b6ae28d03161)
2011-02-17 Gary Kramlich Added ciphers/*.c to libpurple/Makefile.mingw's C_SRC's. I tried using the same convenience library trick that I did in linux, but I just can't make it work here
2011-02-17 Gary Kramlich rc4.c and sha1.c needs to include libpurple/util.h as well
2011-02-17 Gary Kramlich hmac.c needs to include libpurple/util.h
2011-02-17 Gary Kramlich forgot to mark the purple_g_checksum_* api as static again
2011-02-17 Gary Kramlich Fixed a typo
2011-02-17 Gary Kramlich Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files
2011-02-14 Gary Kramlich fixed some indentation issues that were missed earlier in rc4.c
2011-02-14 Gary Kramlich included string.h in cipher.h since almost all of the ciphers use it.
2011-02-14 Gary Kramlich broke des and des3 out to ciphers/des.c
2011-02-14 Gary Kramlich Moved sha256 to the sub library
2011-02-14 Gary Kramlich Moved rc4 to the ciphers sublibrary
2011-02-14 Gary Kramlich Broke sha1 out
2011-02-14 Gary Kramlich Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c
2011-02-14 Gary Kramlich Fixed indentation, forgot to do so on my first commit. Added additional info from cipher.c to the file header
2011-02-14 Gary Kramlich Created a new branch to break the ciphers out to their own files. Also I've now exposed purple_g_checksum_* if we're on glib >= 2.16.0
2011-02-15 Paul Aurich merge of '84e4c2078413eedc9eaea26df534ecca59425b69'
2011-02-15 Mark Doliner g_warn_if_reached was added in glib 2.16.0, but we agree to support 2.12.0.
2011-02-15 Elliott Sales de Andrade merge of '25bd5b382cc84daef94ed59dab062fea9d1613f9'
2011-02-13 Elliott Sales de Andrade Updated client capabilities and networks from msnpsharp.
2011-02-14 Mark Doliner Space indentation to tab indentation in one little place, and remove a few
2011-02-14 Mark Doliner Add to a comment
2011-02-14 Mark Doliner Small changes to how we format oscar screen names. We now
2011-02-14 Mark Doliner Add unit tests for oscar_util_name_compare. I suspected that this
2011-02-14 Mark Doliner Attempt to fix a crash I've seen a few times. I think it happens if you
2011-02-12 John Bailey ChangeLog that.
2011-02-12 John Bailey merge of '1ce90eeff222690b47ecfe394e118403b2782a2f'
2011-02-12 John Bailey libgadu: Alver determined this is needed to build on HP-UX.
2011-02-07 John Bailey Prep for new development.
2011-02-07 John Bailey NEWS, versioning configure.ac, and dating ChangeLog for release.
2011-02-07 John Bailey merge of '54f14206293cad5f17a3d9ac3b90a79bbc302d28'