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
/
src
/
cmd_modules.cpp
Age
Commit message (
Expand
)
Author
2006-08-10
Mass-tidyup of module global vars, theyre no longer global vars.
brain
2006-08-10
Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfig
brain
2006-08-09
ServerConfig extern moved into class InspIRCd
brain
2006-08-08
WHEEEEE!!!!!
brain
2006-07-16
mass tidyup, change A LOT of stuff to const char** which was char** (such as ...
brain
2006-04-20
Move to new include path
brain
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-03-07
Whowas refactor - probably wont compile yet
brain
2006-02-15
Removed a whole lot of strchr's looking for mode +o where we can do if *user-...
brain
2006-02-05
Bugfix to cmd_modules, we've added some event types since it was written, cou...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-11
Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS
brain
2005-12-26
Typoed
brain
2005-12-26
Modified to omit unimplemented module methods
brain
2005-12-26
Fixed indentation
brain
2005-12-26
Fixed and implemented /modules debug <glob>
brain
2005-12-26
Added *experimental* /modules debug
brain
2005-12-22
Optimized out strcpys that copy empty strings (craq++)
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain