summaryrefslogtreecommitdiff
path: root/src/cmd_modules.cpp
AgeCommit message (Expand)Author
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