summaryrefslogtreecommitdiff
path: root/src/cmd_modules.cpp
AgeCommit message (Expand)Author
2006-08-28Add support for NAMESXbrain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfigbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-20Move to new include pathbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-05Bugfix to cmd_modules, we've added some event types since it was written, cou...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2005-12-26Typoedbrain
2005-12-26Modified to omit unimplemented module methodsbrain
2005-12-26Fixed indentationbrain
2005-12-26Fixed and implemented /modules debug <glob>brain
2005-12-26Added *experimental* /modules debugbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain