aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
Commit message (Expand)AuthorAgeLines
* Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-833/+0
* Moved all IRC commands to separate functions in irc_commands.c. At least the ...Wilmer van der Gaast2006-01-14-41/+41
* Moved root_command functions to commands.cWilmer van der Gaast2006-01-04-1/+60
* Fixed that security hole, and added mode +R (don't know if that's the right o...Wilmer van der Gaast2005-12-26-0/+4
* Merge my pluginable branchJelmer Vernooij2005-12-14-23/+12
|\
| * Merge WilmerJelmer Vernooij2005-11-19-2/+5
| |\
| * \ Merge changes from WilmerJelmer Vernooij2005-11-15-8/+0
| |\ \
| * | | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-22/+11
* | | | Add support for 'primary' and 'migrate' account storages.Jelmer Vernooij2005-12-14-1/+1
* | | | Use helper functions rather then the backends directly. This will be Jelmer Vernooij2005-12-10-4/+4
* | | | Clearer seperation between crypting and generic password codeJelmer Vernooij2005-12-08-2/+2
* | | | Couple of small bugfixesJelmer Vernooij2005-12-08-13/+11
* | | | Simplify storage API a bitJelmer Vernooij2005-12-08-23/+27
* | | | Add abstraction layer for storageJelmer Vernooij2005-12-08-29/+9
| |_|/ |/| |
* | | Got rid of raw ^B's in source,Wilmer van der Gaast2005-11-16-2/+5
| |/ |/|
* | Got rid of some debugging code we tried to use to track the 100% CPU bug.Wilmer van der Gaast2005-11-07-8/+0
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+804