]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_modules.cpp
Change includes, use --libs_r rather than mysql_config --libs, we want re-enterant...
[user/henk/code/inspircd.git] / src / cmd_modules.cpp
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-05 brainBugfix to cmd_modules, we've added some event types...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-26 brainTypoed
2005-12-26 brainModified to omit unimplemented module methods
2005-12-26 brainFixed indentation
2005-12-26 brainFixed and implemented /modules debug <glob>
2005-12-26 brainAdded *experimental* /modules debug
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-16 brainSplit all commands into seperate files and redid comman...