aboutsummaryrefslogtreecommitdiffstats
path: root/storage_text.c
Commit message (Collapse)AuthorAgeLines
* Completely reviewed all uses of irc->password, irc_setpass() andWilmer van der Gaast2008-09-06-10/+3
| | | | | | USTATUS_IDENTIFIED after another account overwriting vulnerability was found by Tero Marttila.
* Merge trunk.Jelmer Vernooij2008-04-02-221/+30
|\
| * Got rid of some noise at startup: complaining when the default configurationWilmer van der Gaast2008-02-11-4/+4
| | | | | | | | | | | | file couldn't be found while the user specified an alternative location with the -c option, and double complaints about /var/lib/bitlbee/ permissions.
| * Fixed a possible issue with corrupted .nicks files in text_load().Wilmer van der Gaast2007-02-18-1/+1
| |
| * Fixed #181. (Using wrong (static) variable in error messages.)Wilmer van der Gaast2006-10-22-1/+1
| |
| * Fixed text_load(), added detection of primary storage backends withoutWilmer van der Gaast2006-07-05-34/+23
| | | | | | | | | | | | save support (which shouldn't be allowed) and added a call to nick_lc() to xml_save() so at least nicks should now be case-insensitive.
| * Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-176/+2
| | | | | | | | | | | | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()!
| * Moved the call to "account on" to the right place.Wilmer van der Gaast2006-06-26-6/+0
| |
| * Converted irc->status to binary flags. (This also fixes auto-save-on-quitWilmer van der Gaast2006-06-15-2/+2
| | | | | | | | | | that broke because of USTATUS_SHUTDOWN. :-( )
* | Merge WilmerJelmer Vernooij2006-01-10-1/+1
|\|
| * Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-1/+1
| | | | | | | | | | *INSECURE* because users can just do /mode +o to become operator.
* | Merge integrationJelmer Vernooij2005-12-17-1/+1
|\|
| * Yay for useless optimizations!Wilmer van der Gaast2005-12-16-3/+1
| |
| * Added the ICQ and AIM protocol numbers to find_protocol_by_id in ↵Wilmer van der Gaast2005-12-16-0/+2
| | | | | | | | storage_text.c, because those numbers are used by old versions.
* | Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)Jelmer Vernooij2005-12-17-0/+8
|/
* Merged Jelmer's pluginable tree (mainly useful for the Win32 port).Wilmer van der Gaast2005-12-15-4/+37
|\
| * Merge my pluginable branchJelmer Vernooij2005-12-14-4/+37
|/
* Add support for 'primary' and 'migrate' account storages.Jelmer Vernooij2005-12-14-7/+8
| | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes.
* Clearer seperation between crypting and generic password codeJelmer Vernooij2005-12-08-2/+4
|
* Couple of small bugfixesJelmer Vernooij2005-12-08-1/+1
|
* Add check_pass functionJelmer Vernooij2005-12-08-1/+14
|
* Simplify storage API a bitJelmer Vernooij2005-12-08-54/+44
|
* Add abstraction layer for storageJelmer Vernooij2005-12-08-0/+308