aboutsummaryrefslogtreecommitdiffstats
path: root/storage_text.c
Commit message (Collapse)AuthorAgeLines
* 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.
* 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.
* 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