]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_nicklock.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_nicklock.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUpdate NICKLOCK to route using unicast
2009-09-02 danieldgChange allocation of commands/modes
2009-07-26 dzdon't send out global snotices from every server on...
2009-05-13 aquanightFix for some modules sending global snotices at each...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-05-02 w00tFix two stupid mistakes here
2009-05-02 w00tPatch from eLement notifying the user who sent a NICKLO...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-15 peaveySeveral changes
2009-02-04 w00tPrioritize nicklock before nickflood, so nickflood...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainMore done
2008-05-05 aquanightConversions
2008-05-05 aquanightConvert m_spanningtree
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-27 w00tnicklock: Allow change to a UID
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 w00tRemove unnecessary header traffic
2007-08-20 brainFixes for m_nicklock desync
2007-08-15 brainFix small typo found by danieldg
2007-08-03 w00tAdd VF_COMMON to a lot modules which require it. Report...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore conversions.
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 brainThou shalt test compile before committing :p
2007-05-11 w00tOne of my XXXs done, tidy logic in here
2007-05-11 w00tLast commit of that batch: Fix some returncodes (some...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-01 brainNow with binary versioning goodness
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainConvert to templated GetExt
2006-03-11 brainYet more const ref changes
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-01-27 omYet more tasty OnCleanup :)~~~
2006-01-15 brainFixed deprecated checks here that potentially break...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainMore conversions to 'Implements'
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 w00tBit of a cleanup, removed some unnecessary stuff
2005-11-29 brainAdded reason to OnUserQuit
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMade modules use irc::string where they were using...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-08 brainAdded m_nicklock module, a module which allows opers...