index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
command_parse.h
Age
Commit message (
Expand
)
Author
2006-12-17
Make RemoveCommand private.
peavey
2006-12-17
Invented safe delete-while-itering for hash_map.
peavey
2006-12-15
And now, just to force you to recompile the *whole* ircd.. updated headers on...
w00t
2006-11-03
Revert special's sqloper change, nice try but only half a biscuit.
brain
2006-09-13
If inspircd crashes in std::string destructor in CommandParser::ProcessComman...
brain
2006-09-06
Finish off the fix for bug #136 (a biggie for such a simple thing)
brain
2006-09-06
Command result codes. This isnt finished yet, still got to do most of the mod...
brain
2006-09-03
Proper error checking on loading cmd_*.so files
brain
2006-09-03
Add /RELOAD and move cmd_mode into its own command.
brain
2006-09-03
Auto loading of commands as shared objects via dlsym (very lightweight interf...
brain
2006-08-30
Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use
brain
2006-08-12
Document command_parse.h and CommandParser class
brain
2006-08-10
So much stuff changed in this one, i forgot most of it.
brain
2006-07-16
Created new class irc::commasepstream.
brain
2006-07-16
mass tidyup, change A LOT of stuff to const char** which was char** (such as ...
brain
2006-07-16
MAJOR tidy of line parser, some parts rewritten and major chunks removed
brain
2006-07-10
Inherit just about everything from classbase
brain
2006-03-11
Missed some stuff
brain
2006-03-02
Changed definition of CallHandler and CallCommandHandler for the ability to r...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-02
GCC 4.1 is more strict about extra qualification on members
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain
2005-12-16
Moved more command parsing stuff to CommandParser
brain
2005-12-16
Moved command_parse functions into class CommandParser
brain
2005-12-16
Made remove_commands public
brain
2005-12-16
Moved command parsing crap into command_parse.cpp
brain