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_chanprotect.cpp
Age
Commit message (
Expand
)
Author
2006-07-09
Make it compile... >_<
om
2006-07-09
Move to stack-allocated OnRehash()-local ConfigReader *duck*
om
2006-07-09
More copy/paste fixes
brain
2006-07-09
Give modeclasses access to Server* Srv via constructor
brain
2006-07-09
More typo fixes
brain
2006-07-09
More tweaks (remove OnExtendedMode)
brain
2006-07-09
Started on this
brain
2006-07-09
DELETE()'s in destructors *fwap*
om
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-04-06
Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...
w00t
2006-03-11
More converted modules
brain
2006-03-08
These modules were using deprecated Server::IsOnChannel. They arent any more :)
brain
2006-01-25
Changed to use InsertMode
brain
2006-01-17
Added support for part messages in the module API (and therefore between serv...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-26
Converted to new implements system
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Removed old OnUserSync and OnChannelSync
brain
2005-11-30
Added OnSyncUser, OnSyncChannel, ProtoSendMode
brain
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-10-01
Fix to bug#82 reported by ashen - "the're" typo
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-25
Changed so that when the first in the channel gets founder, the +q mode chang...
brain
2005-05-20
*** empty log message ***
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-03
Fixed to remove privilages upon kick
brain
2005-04-13
Added Module::OnSendList
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-03
More secure checking in 005 handlers
brain
2005-03-28
Fixed to take away +q and +a when the user parts the channel (double DOH)
brain
2005-03-27
Added 005 numeric handling to most of the modules
brain
2004-05-16
Updated header comments
brain
2004-05-02
Added oper-override module
brain
2004-05-01
Added hardcoded support for chanmodes +aq
brain
2004-05-01
Tidied the code to use Azhrarns new ConfigReader::ReadFlag method
brain
2004-05-01
Added comments
brain
2004-05-01
Provided modules with the ability to sync data on a netjoin
brain
2004-05-01
Added <options noservices> behaviour for m_chanprotect.so as suggested by Craig
brain
2004-05-01
Added access checks.
brain
2004-05-01
Added module to support modes +q and +a
brain