|
|
@4e8db1c
|
2008-03-16T16:03:52Z |
wilmer |
Moved password hash verification to md5_verify_password() so this can …
|
|
|
@ddcf491f
|
2008-03-16T14:18:22Z |
wilmer |
Adding padding to encrypted IM-passwords so the exact password length …
|
|
|
@eeb85a8
|
2008-02-11T12:35:01Z |
wilmer |
Got rid of some noise at startup: complaining when the default …
|
|
|
@56f260a
|
2007-11-22T22:56:52Z |
wilmer |
Some changes to get rid of compiler warnings. (And disabling strict …
|
|
|
@a7b5925
|
2007-10-07T20:42:37Z |
wilmer |
Renaming RC4 to ArcFour (possible trademark issues).
|
|
|
@a8a0b4c
|
2007-07-14T23:54:18Z |
wilmer |
Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
|
|
|
@3b6eadc
|
2007-07-07T17:19:28Z |
Jelmer Vernooij |
Fix some warnings in storage.c.
|
|
|
@55078f5
|
2006-11-25T09:20:29Z |
wilmer |
Forgot to pass O_CREAT to open() which can cause problems if there's a …
|
|
|
@28eda86
|
2006-10-22T13:53:55Z |
wilmer |
Fixed #181. (Using wrong (static) variable in error messages.)
|
|
|
@8320a7a
|
2006-09-17T15:30:35Z |
wilmer |
Strings passed to xml_text aren't necessarily \0-terminated, so don't …
|
|
|
@7e3592e
|
2006-07-05T18:34:31Z |
wilmer |
Fixed text_load(), added detection of primary storage backends without …
|
|
|
@5b52a48
|
2006-07-03T21:22:45Z |
wilmer |
Implemented per-account nick lists instead of per-protocol nick lists. …
|
|
|
@5100caa
|
2006-07-01T15:52:05Z |
wilmer |
Added "account set" command.
|
|
|
@5c9512f
|
2006-06-30T09:17:18Z |
wilmer |
Made set.c API more generic so it's not specific to irc_t structures …
|
|
|
@1719464
|
2006-06-28T14:47:05Z |
wilmer |
Added random_bytes() function for better/more reliable randomization …
|
|
|
@90bbb0e
|
2006-06-26T16:50:47Z |
wilmer |
Moved the call to "account on" to the right place.
|
|
|
@c9f0c79
|
2006-06-26T12:04:21Z |
wilmer |
Implemented cleaner way of passing the "Incorrect password" error.
|
|
|
@6ee9d2d
|
2006-06-25T18:25:13Z |
wilmer |
Forgot to initialize pass_rc4 (which caused memory management mess …
|
|
|
@88086db
|
2006-06-25T17:23:27Z |
wilmer |
Added versioning information to the XML-file (convenient for later …
|
|
|
@6e1fed7
|
2006-06-25T17:07:25Z |
wilmer |
Using salted MD5 checksums for the user's BitlBee password and salted …
|
|
|
@00ab350
|
2006-06-21T17:14:49Z |
wilmer |
Fixed GError memory leak, correctly setting the migrate_storage default.
|
|
|
@2b14eef
|
2006-06-20T22:14:46Z |
wilmer |
Implemented handling of autoconnect attribute.
|
|
|
@9b46b64
|
2006-06-20T22:05:04Z |
wilmer |
Fixed error message for unknown protocols.
|
|
|
@ece2cd2
|
2006-06-20T21:48:28Z |
wilmer |
xml_save() now stores the password's md5sum too. Kind of ... important..
|
|
|
@84e9cea
|
2006-06-20T21:36:53Z |
wilmer |
Added xml_remove() and xml_check_pass().
|
|
|
@d028a77
|
2006-06-19T11:52:34Z |
wilmer |
Better detection of incorrect MD5 password hashes.
|
|
|
@d28f3b35
|
2006-06-18T23:07:28Z |
wilmer |
Now saving the password's md5sum instead of the plaintext version.
|
|
|
@5898ef8
|
2006-06-15T12:46:31Z |
wilmer |
xml_save(), decent error handling and merging fixed autosaving.
|
|
|
@c121f89
|
2006-06-14T20:30:25Z |
wilmer |
xml_load() works pretty well now.
|
|
|
@a312b6b
|
2006-06-07T11:25:46Z |
wilmer |
Added storage_xml.c
|