log

age author description
2007-08-31 Sadrul Habib Chowdhury Do not crash on hidden conversations.
2007-08-29 Sadrul Habib Chowdhury Do not try to update a buddy in the buddylist when there's no buddylist.
2007-09-03 Richard Laager Fix a couple compiler warnings:
2007-08-30 Richard Laager merge of '5d55a7b785e21cf51b586dd442481032b187c6c6'
2007-08-29 Sadrul Habib Chowdhury merge of '2828a20e21dea1029a9d9df5e39bcdc2847930b5'
2007-08-29 William Ehlhardt - Change wording on certificate accept/reject dialog
2007-08-29 Sean Egan merge of '049ca3ae717d81081bd07de106953936972af11c'
2007-08-29 Sean Egan Add Resiak as CPW too
2007-08-29 Sadrul Habib Chowdhury Deactivate only an active status.
2007-08-29 William Ehlhardt - Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully
2007-08-29 William Ehlhardt merge of 'b33c072ae9fdbe741dc85fdd8e78e3a1ad8d1378'
2007-08-29 Sadrul Habib Chowdhury Fix building on older glib versions.
2007-08-29 Sadrul Habib Chowdhury Oops. This wasn't supposed to get in.
2007-08-29 Sadrul Habib Chowdhury merge of '67e02391b6e685a1ab33fea548cebc07716e15e9'
2007-08-29 William Ehlhardt - Add Verisign Class 3 Primary CA. Fixes #2821
2007-08-29 Ka-Hing Cheung merge of '80cc49cd64db4d457f67ee6f7a936e162748f026'
2007-08-29 Daniel Atallah Upgrade the win32 build to use version 1.1.2 of the SILC toolkit.
2007-08-29 Daniel Atallah Remove some relics from when we didn't create the buddy list immediately.
2007-08-29 William Ehlhardt merge of '770ac36e679db47d463b561e8972d12c2f77bd4f'
2007-08-29 Daniel Atallah Make a note about purple_prefs_load no longer needing to be called by the UI and update finch accordingly. There doesn't appear to be any negative effects of having the purple_prefs_load called twice.
2007-08-29 William Ehlhardt - Add Verisign's Class 3 Extended Validation CA (used for login.live.com
2007-08-29 Mark Doliner merge of 'ee4f8f7ebf5f6057974f66b75c8b59c199e44ae0'
2007-08-29 Sadrul Habib Chowdhury (Un)Register the pools with DBus to avoid a runtime fit.
2007-08-29 Sadrul Habib Chowdhury Add certificate UI in finch.
2007-08-28 Sadrul Habib Chowdhury There's some disagreement over the response-id sent to the callbacks to
2007-08-28 Sadrul Habib Chowdhury merge of '45cf46d3ba2b0debc7f98159ddf5a0262809cde4'
2007-08-28 Daniel Atallah Fix printf(%s, NULL).
2007-08-28 Daniel Atallah Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
2007-08-28 Sadrul Habib Chowdhury Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message
2007-08-28 Sadrul Habib Chowdhury Don't trigger 'receiving-' and 'received-' signals when sending attention request.