source: storage_xml.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @542e44a   2010-04-13T22:35:55Z wilmer fsync() the user configuration file before closing it. (Bug #559)
(edit) @1f92a58   2010-04-10T02:27:50Z wilmer Restore the storage module.
(edit) @b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
(edit) @ced1e17   2008-09-07T14:34:50Z wilmer Merging BitlBee 1.2.3 release.
(edit) @15d1469   2008-09-06T23:10:47Z wilmer Really removing the gstdio.h include now to fully fix GLib 2.4 …
(edit) @3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
(edit) @b84800d   2008-08-30T21:30:13Z wilmer Support for saving the chatroom list. Also removed the hack that was …
(edit) @1917a1ec   2008-08-30T19:43:38Z wilmer Added support for loading chatroom data from user .xml files.
(edit) @88d2208   2008-08-24T16:45:40Z wilmer Now really fixing #429 by including unistd.h (which defines F_OK).
(edit) @dfd442b   2008-06-29T23:45:11Z wilmer Just use g_access() everywhere instead of a mix of that and …
(edit) @47b571d   2008-06-28T17:35:34Z Jelmer Vernooij Avoid g_access on GLib < 2.8.0.
(edit) @e0f9170   2008-06-26T23:18:31Z wilmer xml_remove() didn't convert nicknames to lowercase so it caused some …
(edit) @5f5d433   2008-04-02T14:17:37Z Jelmer Vernooij Use GLib functions to check whether files exist, for extra portability.
(edit) @4e8db1c   2008-03-16T16:03:52Z wilmer Moved password hash verification to md5_verify_password() so this can …
(edit) @ddcf491f   2008-03-16T14:18:22Z wilmer Adding padding to encrypted IM-passwords so the exact password length …
(edit) @eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
(edit) @56f260a   2007-11-22T22:56:52Z wilmer Some changes to get rid of compiler warnings. (And disabling strict …
(edit) @a7b5925   2007-10-07T20:42:37Z wilmer Renaming RC4 to ArcFour (possible trademark issues).
(edit) @a8a0b4c   2007-07-14T23:54:18Z wilmer Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
(edit) @3b6eadc   2007-07-07T17:19:28Z Jelmer Vernooij Fix some warnings in storage.c.
(edit) @55078f5   2006-11-25T09:20:29Z wilmer Forgot to pass O_CREAT to open() which can cause problems if there's a …
(edit) @28eda86   2006-10-22T13:53:55Z wilmer Fixed #181. (Using wrong (static) variable in error messages.)
(edit) @8320a7a   2006-09-17T15:30:35Z wilmer Strings passed to xml_text aren't necessarily \0-terminated, so don't …
(edit) @7e3592e   2006-07-05T18:34:31Z wilmer Fixed text_load(), added detection of primary storage backends without …
(edit) @5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
(edit) @5100caa   2006-07-01T15:52:05Z wilmer Added "account set" command.
(edit) @5c9512f   2006-06-30T09:17:18Z wilmer Made set.c API more generic so it's not specific to irc_t structures …
(edit) @1719464   2006-06-28T14:47:05Z wilmer Added random_bytes() function for better/more reliable randomization …
(edit) @90bbb0e   2006-06-26T16:50:47Z wilmer Moved the call to "account on" to the right place.
(edit) @c9f0c79   2006-06-26T12:04:21Z wilmer Implemented cleaner way of passing the "Incorrect password" error.
(edit) @6ee9d2d   2006-06-25T18:25:13Z wilmer Forgot to initialize pass_rc4 (which caused memory management mess …
(edit) @88086db   2006-06-25T17:23:27Z wilmer Added versioning information to the XML-file (convenient for later …
(edit) @6e1fed7   2006-06-25T17:07:25Z wilmer Using salted MD5 checksums for the user's BitlBee password and salted …
(edit) @00ab350   2006-06-21T17:14:49Z wilmer Fixed GError memory leak, correctly setting the migrate_storage default.
(edit) @2b14eef   2006-06-20T22:14:46Z wilmer Implemented handling of autoconnect attribute.
(edit) @9b46b64   2006-06-20T22:05:04Z wilmer Fixed error message for unknown protocols.
(edit) @ece2cd2   2006-06-20T21:48:28Z wilmer xml_save() now stores the password's md5sum too. Kind of ... important..
(edit) @84e9cea   2006-06-20T21:36:53Z wilmer Added xml_remove() and xml_check_pass().
(edit) @d028a77   2006-06-19T11:52:34Z wilmer Better detection of incorrect MD5 password hashes.
(edit) @d28f3b35   2006-06-18T23:07:28Z wilmer Now saving the password's md5sum instead of the plaintext version.
(edit) @5898ef8   2006-06-15T12:46:31Z wilmer xml_save(), decent error handling and merging fixed autosaving.
(edit) @c121f89   2006-06-14T20:30:25Z wilmer xml_load() works pretty well now.
(add) @a312b6b   2006-06-07T11:25:46Z wilmer Added storage_xml.c
Note: See TracRevisionLog for help on using the revision log.