summaryrefslogtreecommitdiff
path: root/src/cmd_modules.cpp
AgeCommit message (Expand)Author
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
2007-03-16Remote /MODULESbrain
2007-01-27Spellig mistak.brain
2007-01-27OnExtendedMode was removed in 1.0, the function names here were incorrect.brain
2006-12-24Add OnGarbageCollect methodbrain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-11-27Add OnBuildExemptList, which is used to build an exempt list when passing a p...brain
2006-10-31Removed OnRawMode - this hasn't been called at all for awhile now, so it was ...special
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-01Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser...special
2006-09-25Mini security auditbrain
2006-09-15Annotationsbrain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
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