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
/
modules
/
m_testcommand.cpp
Age
Commit message (
Expand
)
Author
2006-07-16
mass tidyup, change A LOT of stuff to const char** which was char** (such as ...
brain
2006-07-12
Add exception handling here
brain
2006-07-12
Added helperfuncs.h
brain
2006-07-12
Oops, make methods public
brain
2006-07-12
Test framework in m_testcommand, add interface
brain
2006-07-08
Tidied up m_testcommand (removed a mode handler)
brain
2006-03-12
Renamed to chanrec::modes
brain
2006-02-26
Server* Srv marked static or moved to private member of module class in all m...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-26
Last set converted to 'Implements'
brain
2005-12-16
Typo in declaration
brain
2005-12-16
Last set of modules converted to new command system
brain
2005-12-16
Added support for new command system
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Few more stylistic changes, modules is now (fairly) consistant with how it sh...
w00t
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-04-07
Tons of module versionflags stuff, and checks for it in /UNLOADMODULE
brain
2005-04-07
Added version flags
brain
2005-04-07
Started work on /UNLOADMODULE, resource tracking and flags in Version class
brain
2004-05-16
Updated header comments
brain
2004-05-01
Added Module::OnAccessCheck
brain
2004-04-05
Modified the Module::OnExtendedMode() method to use a void* as its target whi...
brain
2004-04-04
Fixed a bug in servermode handling where the target is a channel, found by Ch...
brain
2004-04-04
Completed support for module-handled umodes
brain
2004-04-04
Added support for module-based chanmodes with parameters and the ability to q...
brain
2004-04-03
Added support for module-defined chanmodes with no parameters
brain
2004-04-02
Improved comments
brain
2004-04-02
Added ability to override modes (allows SAMODE support etc)
brain
2004-04-02
Clarified documentation
brain
2004-04-02
Fixed typo
brain
2004-04-02
Added simple test command module
brain