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_nonicks.cpp
Age
Commit message (
Expand
)
Author
2006-08-08
WHEEEEE!!!!!
brain
2006-07-09
Fix for new API
brain
2006-04-06
Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...
w00t
2006-03-12
Renamed to chanrec::modes
brain
2006-03-11
Yet more const ref changes
brain
2006-03-09
Correctly use iterators and pointer to ucrec
brain
2006-02-15
Removed a whole lot of strchr's looking for mode +o where we can do if *user-...
brain
2006-01-25
Changed more to use InsertMode
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-26
More 'Implements' Conversions
brain
2005-12-13
Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Made modules use irc::string where they were using strcasecmp()
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
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-27
Added 005 numeric handling to most of the modules
brain
2004-05-16
Updated header comments
brain
2004-05-15
Modified so opers can still change nicks on a +N channel
brain
2004-05-15
Added ability for (H)OP to still change nick on +N channel
brain
2004-05-15
Added +N via m_nonicks, restored some stuff from a firewall fuckup
brain