changelog
- Wed, 23 Apr 2008 16:38:08 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 16:38:08 +0000] rev 22854
- Allow changing to or from an empty password when the protocol specifies
that passwords are optional
- Wed, 23 Apr 2008 16:37:28 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 16:37:28 +0000] rev 22853
- Prompt for silc private key passphrase if it is not saved for the account
and we are unable to open the private key without it
- Wed, 23 Apr 2008 16:36:04 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 16:36:04 +0000] rev 22852
- Fix for changing silc private key passphrase to or from the empty string,
preventing silc toolkit library trying to read from stdin (!)
- Wed, 23 Apr 2008 15:00:03 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 15:00:03 +0000] rev 22851
- Leak fix
- Wed, 23 Apr 2008 14:58:55 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 14:58:55 +0000] rev 22850
- Keep valgrind happy by zeroing out the tm struct before we stuff our
numbers in it and hand it off to mktime()
- Wed, 23 Apr 2008 14:56:30 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 14:56:30 +0000] rev 22849
- UTF-8 friendly password truncation
- Wed, 23 Apr 2008 14:55:29 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 14:55:29 +0000] rev 22848
- Leak fixes
- Wed, 23 Apr 2008 14:54:00 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 23 Apr 2008 14:54:00 +0000] rev 22847
- Don't access uninitialized memory (I think this might actually fix some
silc connection oddness I've been seeing too), and a leak fix or two.
- Wed, 23 Apr 2008 10:25:53 +0000
- by Sadrul Habib Chowdhury <sadrul@pidgin.im> [Wed, 23 Apr 2008 10:25:53 +0000] rev 22846
- merge of '7ccb529edf3f08fbf5dbe8accba978654f4054c6'
and '48b31ecd153e1bd8a6b396a629d9f0ec2f33aae4'
- Wed, 23 Apr 2008 03:06:49 +0000
- by Etan Reisner <deryni@pidgin.im> [Wed, 23 Apr 2008 03:06:49 +0000] rev 22845
- Add the recent perl callback changes to ChangeLog.API.
Add a Purple::timeout_remove function.
Change Purple::timeout_add to return a value usable in Purple::timeout_remove.