|
|
@542e44a
|
2010-04-13T22:35:55Z |
wilmer |
fsync() the user configuration file before closing it. (Bug #559)
|
|
|
@b75acf6
|
2009-10-22T21:55:23Z |
wilmer |
Don't include chat.h from bitlbee.h. make install-dev doesn't install …
|
|
|
@ced1e17
|
2008-09-07T14:34:50Z |
wilmer |
Merging BitlBee 1.2.3 release.
|
|
|
@15d1469
|
2008-09-06T23:10:47Z |
wilmer |
Really removing the gstdio.h include now to fully fix GLib 2.4 …
|
|
|
@3183c21
|
2008-09-06T22:59:32Z |
wilmer |
Completely reviewed all uses of irc->password, irc_setpass() and …
|
|
|
@b84800d
|
2008-08-30T21:30:13Z |
wilmer |
Support for saving the chatroom list. Also removed the hack that was …
|
|
|
@1917a1ec
|
2008-08-30T19:43:38Z |
wilmer |
Added support for loading chatroom data from user .xml files.
|
|
|
@88d2208
|
2008-08-24T16:45:40Z |
wilmer |
Now really fixing #429 by including unistd.h (which defines F_OK).
|
|
|
@dfd442b
|
2008-06-29T23:45:11Z |
wilmer |
Just use g_access() everywhere instead of a mix of that and …
|
|
|
@47b571d
|
2008-06-28T17:35:34Z |
Jelmer Vernooij |
Avoid g_access on GLib < 2.8.0.
|
|
|
@e0f9170
|
2008-06-26T23:18:31Z |
wilmer |
xml_remove() didn't convert nicknames to lowercase so it caused some …
|
|
|
@5f5d433
|
2008-04-02T14:17:37Z |
Jelmer Vernooij |
Use GLib functions to check whether files exist, for extra portability.
|
|
|
@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
|