Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Renamed commands.c, got rid of return values in all command functions. | Wilmer van der Gaast | 2006-01-20 | -833/+0 |
| | ||||
* | Moved all IRC commands to separate functions in irc_commands.c. At least the ↵ | Wilmer van der Gaast | 2006-01-14 | -41/+41 |
| | | | | PASS command doesn't work yet in this form. | |||
* | Moved root_command functions to commands.c | Wilmer van der Gaast | 2006-01-04 | -1/+60 |
| | ||||
* | Fixed that security hole, and added mode +R (don't know if that's the right ↵ | Wilmer van der Gaast | 2005-12-26 | -0/+4 |
| | | | | | | | one). Now to add the actual oper features (and IPC). :-) | |||
* | Merge my pluginable branch | Jelmer Vernooij | 2005-12-14 | -23/+12 |
|\ | ||||
| * | Merge Wilmer | Jelmer Vernooij | 2005-11-19 | -2/+5 |
| |\ | ||||
| * \ | Merge changes from Wilmer | Jelmer Vernooij | 2005-11-15 | -8/+0 |
| |\ \ | ||||
| * | | | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -22/+11 |
| | | | | ||||
* | | | | Add support for 'primary' and 'migrate' account storages. | Jelmer Vernooij | 2005-12-14 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes. | |||
* | | | | Use helper functions rather then the backends directly. This will be | Jelmer Vernooij | 2005-12-10 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | used for transparent upgrade support later on. | |||
* | | | | Clearer seperation between crypting and generic password code | Jelmer Vernooij | 2005-12-08 | -2/+2 |
| | | | | ||||
* | | | | Couple of small bugfixes | Jelmer Vernooij | 2005-12-08 | -13/+11 |
| | | | | ||||
* | | | | Simplify storage API a bit | Jelmer Vernooij | 2005-12-08 | -23/+27 |
| | | | | ||||
* | | | | Add abstraction layer for storage | Jelmer Vernooij | 2005-12-08 | -29/+9 |
| |_|/ |/| | | ||||
* | | | Got rid of raw ^B's in source, | Wilmer van der Gaast | 2005-11-16 | -2/+5 |
| |/ |/| | | | | | | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch. | |||
* | | Got rid of some debugging code we tried to use to track the 100% CPU bug. | Wilmer van der Gaast | 2005-11-07 | -8/+0 |
|/ | | | | | Turned out it was very suitable DoS code. :-) | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+804 |