aboutsummaryrefslogtreecommitdiffstats
path: root/storage_text.c
Commit message (Expand)AuthorAgeLines
* Completely reviewed all uses of irc->password, irc_setpass() andWilmer van der Gaast2008-09-06-10/+3
* 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
| * 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
| * Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-176/+2
| * 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
* | Merge WilmerJelmer Vernooij2006-01-10-1/+1
|\|
| * Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-1/+1
* | 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 storage_text...Wilmer van der Gaast2005-12-16-0/+2
* | 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
* 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