log

age author description
2007-10-27 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head a6e1d13e8af0e00ac47c87b5e118bb3c7ed5064f)
2007-10-28 Will Thompson Connect to connection-error in account.c so that the account error is actually
2007-10-27 Will Thompson Call pidgin_blist_update_account_error_state in response to
2007-10-27 Will Thompson Remove repeated calls to purple_*_get_handle().
2007-10-27 Will Thompson Changelog purple_account_get_current_error() and account-error-changed.
2007-10-27 Will Thompson Make PurpleAccount keep track of the last connection error suffered (or not, if
2007-10-27 Will Thompson Document connection-error signal.
2007-10-24 Will Thompson I figured a signal firing on a connection error would be useful.
2007-10-24 Will Thompson Having read the XMPP SASL specification, these errors seem more accurate.
2007-10-24 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head 08acda06a60a49c86dd22b679a931a22c62e3c13)
2007-10-17 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head 365b126365cc18309aea7f8eef0e9b2a19e6bda8)
2007-10-15 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
2007-10-14 Will Thompson Document that the char * parameter of purple_connection_error{,_reason} may
2007-10-14 Will Thompson Rename:
2007-10-14 Will Thompson rlaager suggested using the last element of the PurpleDisconnectReason enum
2007-10-13 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head 6f090c623ea4e9357e5b4238348a888b4c869ab7)
2007-10-12 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)
2007-11-16 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
2007-11-16 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
2007-11-16 Richard Laager merge of '12ad71995f63338f624cb01c1e25710a0307ca31'
2007-11-16 Richard Laager merge of '55275a531f00a6cabade1b8bfe74eafa3c2db4ba'
2007-11-16 Richard Laager merge of '1d521d53265eb98ae00fd955fb78a1d39e4c8ba6'
2007-11-16 Richard Laager merge of '88ea7f54513c734e65a7fc3f4318f393093f6fb6'
2007-11-16 Richard Laager merge of '2b4dccc8587d65d95c8698baa12619b506cec2f7'
2007-11-16 Richard Laager merge of '53b79b2ce557c515c1eb6d234e40ede98328a82e'
2007-11-16 Richard Laager merge of 'b2a396d17dcaf8a381d711f406c759863a99557c'
2007-11-16 Richard Laager merge of '2a243210bfd2514b2f7d77cba01c2cf78b8fe8a5'
2007-11-16 Richard Laager merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245'
2007-11-16 Richard Laager merge of '2af6143b8106e9e17b15eacee5bd408d8b7fc91a'
2007-11-16 Richard Laager merge of '2c0e5c4e8381b58fde7f6ed1f20e1bf8bcf46201'
2007-11-16 Richard Laager explicit merge of '2762c6075c0dc52a96098c5478c5bf68cfd890a3'
2007-11-16 Richard Laager Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to
2007-11-16 Richard Laager disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'
2007-11-16 Richard Laager disapproval of revision '2ce5a939a395a946ffcf7f9c862b4c54aba7457f'
2007-11-16 Richard Laager disapproval of revision '0e51fd6f70ba330cbc25cff479b5c6325e939196'
2007-11-16 Richard Laager disapproval of revision 'd0c23dfc8d64e57036509dd2e2248caaea3e6d9f'
2007-11-16 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
2007-11-16 Richard Laager disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'
2007-11-11 Stu Tomlinson Fix win32 build following death of share/Makefile.mingw
2007-11-11 Stu Tomlinson merge of '73057ee4da2b6a1bb75ad46fec3e2df323aa3e42'
2007-11-11 Stu Tomlinson merge of '0f99eebc17d3efab8dac3d72feb857ab25b06cb7'
2007-11-11 Stu Tomlinson Kill off another redundant Makefile
2007-11-11 Stu Tomlinson Add tooltips when hovering over rooms in the roomlist so the full channel
2007-11-11 Stu Tomlinson Some versions of libgadu use __GG_LIBGADU_HAVE_OPENSSL, others use
2007-11-11 Will Thompson merge of '0d945ca4ad9da6d9547272ea91c99f3dc3909ac6'
2007-11-19 Evan Schoenberg Fixed whitespace and indentation in jabber_register_parse(). I'm seeing crashes while attempting to register, and it was difficult to follow the previous code with inconsistent and misleading indentation.
2007-11-11 Evan Schoenberg An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.
2007-11-11 Stu Tomlinson I think this is what the fwrite is actually meant to be doing.
2007-11-11 Stu Tomlinson fix a bunch of these warnings from running configure:
2007-11-11 Will Thompson May as well use an existing string as the title for the error notification.
2007-11-11 Will Thompson Actually properly fix this gg "write my buddy list to a file" callback by just
2007-11-11 Kelemen Gábor Hungarian translation updated
2007-11-11 Will Thompson merge of '2fb075583d4e52527a1045112f38c7a76f2c7e80'
2007-11-11 Will Thompson Explicitly cast from xmlChar (== unsigned char) to char, squishing a warning.
2007-11-11 Will Thompson Use distinct variables for the result of g_strerror (which is const) and a
2007-11-11 Will Thompson Handle fwrite returning 0 in gg's "save my buddy list to a file" code,
2007-11-11 Jochen Kemnade update for next version (probably 2.3.0)
2007-11-11 Stu Tomlinson Might help if we include msnp9 in the dist
2007-11-11 Stu Tomlinson Update the list of files to be translated
2007-11-11 Stu Tomlinson Add MSNP9 back as an alternative alongside the existing MSN prpl. Cowardly