aboutsummaryrefslogtreecommitdiffstats
path: root/storage_xml.c
Commit message (Expand)AuthorAgeLines
* Don't save the global "away" settings, leave that to the IRC /AWAY infoWilmer van der Gaast2010-11-21-1/+1
* Allow changing the display_name, now permanently!Wilmer van der Gaast2010-08-14-0/+10
* Use the account tag in a few places and store it in the XML file as anWilmer van der Gaast2010-07-24-10/+8
* Merging mainline.Wilmer van der Gaast2010-07-17-2/+18
|\
| * Skip unsupported tags in user configs. (This should make downgrades fromWilmer van der Gaast2010-07-03-2/+18
* | Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-1/+1
* | Also allow selecting contacts for a channel by protocol instead of account.Wilmer van der Gaast2010-06-30-0/+4
* | Mark nameless groupchat channels as temporary so they don't stick aroundWilmer van der Gaast2010-06-28-0/+3
* | Save and load channels. Also fixing a bug in creating non-control channelsWilmer van der Gaast2010-06-27-9/+47
* | Import chatrooms configured in older BitlBee versions. Settings are currentlyWilmer van der Gaast2010-06-27-27/+24
* | Merging memory leak fixes from devel, time to find the ui-fix-specificWilmer van der Gaast2010-06-08-3/+3
|\|
| * Use mkstemp() instead of just a tilde-file when writing new configs to aWilmer van der Gaast2010-06-06-3/+3
* | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-0/+1
|\|
| * fsync() the user configuration file before closing it. (Bug #559)Wilmer van der Gaast2010-04-14-0/+1
* | Restore the storage module.Wilmer van der Gaast2010-04-10-8/+10
|/
* Don't include chat.h from bitlbee.h. make install-dev doesn't installWilmer van der Gaast2009-10-22-0/+1
* Merging BitlBee 1.2.3 release.Wilmer van der Gaast2008-09-07-15/+4
|\
| * Really removing the gstdio.h include now to fully fix GLib 2.4Wilmer van der Gaast2008-09-07-1/+0
| * Completely reviewed all uses of irc->password, irc_setpass() andWilmer van der Gaast2008-09-06-15/+4
* | Support for saving the chatroom list. Also removed the hack that was usedWilmer van der Gaast2008-08-30-2/+22
* | Added support for loading chatroom data from user .xml files.Wilmer van der Gaast2008-08-30-4/+33
|/
* Now really fixing #429 by including unistd.h (which defines F_OK).Wilmer van der Gaast2008-08-24-1/+4
* Just use g_access() everywhere instead of a mix of that and g_file_test().Wilmer van der Gaast2008-06-30-4/+4
* Avoid g_access on GLib < 2.8.0.Jelmer Vernooij2008-06-28-1/+7
* xml_remove() didn't convert nicknames to lowercase so it caused some confusingWilmer van der Gaast2008-06-27-2/+6
* Use GLib functions to check whether files exist, for extra portability.Jelmer Vernooij2008-04-02-3/+4
* Moved password hash verification to md5_verify_password() so this can beWilmer van der Gaast2008-03-16-30/+11
* Adding padding to encrypted IM-passwords so the exact password length can'tWilmer van der Gaast2008-03-16-1/+1
* Got rid of some noise at startup: complaining when the default configurationWilmer van der Gaast2008-02-11-2/+2
* Some changes to get rid of compiler warnings. (And disabling strictWilmer van der Gaast2007-11-22-2/+2
* Renaming RC4 to ArcFour (possible trademark issues).Wilmer van der Gaast2007-10-07-9/+9
* Merge from Jelmer (making GCC4 happy by sanitizing some typecasting messWilmer van der Gaast2007-07-15-6/+7
|\
| * Fix some warnings in storage.c.Jelmer Vernooij2007-07-07-6/+9
|/
* Forgot to pass O_CREAT to open() which can cause problems if there's aWilmer van der Gaast2006-11-25-1/+1
* Fixed #181. (Using wrong (static) variable in error messages.)Wilmer van der Gaast2006-10-22-1/+1
* Strings passed to xml_text aren't necessarily \0-terminated, so don't countWilmer van der Gaast2006-09-17-1/+5
* Fixed text_load(), added detection of primary storage backends withoutWilmer van der Gaast2006-07-05-1/+4
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-6/+17
* Added "account set" command.Wilmer van der Gaast2006-07-01-30/+35
* Made set.c API more generic so it's not specific to irc_t structures anymore,Wilmer van der Gaast2006-06-30-3/+2
* Added random_bytes() function for better/more reliable randomization andWilmer van der Gaast2006-06-28-3/+2
* Moved the call to "account on" to the right place.Wilmer van der Gaast2006-06-26-8/+0
* Implemented cleaner way of passing the "Incorrect password" error.Wilmer van der Gaast2006-06-26-6/+8
* Forgot to initialize pass_rc4 (which caused memory management mess whenWilmer van der Gaast2006-06-25-1/+1
* Added versioning information to the XML-file (convenient for later formatWilmer van der Gaast2006-06-25-1/+2
* Using salted MD5 checksums for the user's BitlBee password and salted RC4Wilmer van der Gaast2006-06-25-18/+59
* Fixed GError memory leak, correctly setting the migrate_storage default.Wilmer van der Gaast2006-06-21-0/+6
* Implemented handling of autoconnect attribute.Wilmer van der Gaast2006-06-21-2/+7
* Fixed error message for unknown protocols.Wilmer van der Gaast2006-06-21-2/+2
* xml_save() now stores the password's md5sum too. Kind of ... important..Wilmer van der Gaast2006-06-20-3/+17