]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cban.cpp
MetaData rework
[user/henk/code/inspircd.git] / src / modules / m_cban.cpp
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-18 brainFix for bug #773 reported by Taros, thanks!
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-12 specialFix an oper-triggerable crash on CBAN; found by Taros
2009-01-28 dzNote to self, cast time_t to long int for printf.....
2009-01-28 dzMake xline expiry messages a bit clearer that the xline...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-28 w00tAdd reasons to other modules that implement XLines...
2008-10-25 w00tFix a number of commands to have max_params field....
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 w00tFix m_cban /stats C, broken after the XLine conversion...
2008-07-12 w00tDelete all XLines when destroying module
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-18 brainNext to convert
2008-05-04 peaveyConvert a whole bunch more
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-08 w00tCBan rewritten to use the XLine API. Untested as yet.
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-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 brainSome useful defines for tidy definition of translation...
2007-08-27 w00tRemove unnecessary header traffic
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-06-16 brainChange to show time/date set and/or time/date to expire...
2007-06-13 brainI think this fixes visual studio oddities
2007-06-13 brainFixes for tokenization oddness with metadata, and weird...
2007-06-11 brainThe spelling nazis are amongst us!
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 w00tLast commit of that batch: Fix some returncodes (some...
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-01-17 brainMass comment removal.
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainAll done.
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
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 tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
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 brainInherit just about everything from classbase
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-06-19 w00tForward-port CBAN expiry fix
2006-03-11 brainMore converted modules
2006-02-13 w00ts/No such channel/Invalid channel name
2006-02-13 w00tMake use of IsValidChannelName() - as a side note,...
2006-02-05 omBug in code for syncing cbans
2006-02-03 omAdd operators >> and << for irc::string and i/ostreams...
2006-02-01 omIRC case sensitivity bug, if only we could use ASCII...
2006-01-31 omSome changes to some stuff..
2006-01-30 omMajor updates to CBANs...like they're reasonably functional
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainNew 'Implements' system
2005-12-23 w00tSemi-pointless commit to see CIA in action...
2005-12-22 w00tMaybe done removing of CBans?
2005-12-22 brainFixed
2005-12-22 w00tAdded debugging. Let's fix this sucker >:/
2005-12-22 w00tWell, it should do something useful now
2005-12-22 w00tAnother commit, just because I can :P
2005-12-22 brainChanged to use []
2005-12-22 w00tc++ errors, ftw
2005-12-22 w00tGetting closer...
2005-12-22 w00tFixed compile problems... Move along please, nothing...
2005-12-21 w00tMore CBAN structuring... getting there :-)
2005-12-21 w00tInitiial revision of CBAN. It doesn't do anything usefu...