]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_safelist.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_safelist.cpp
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-24 brainLast of the -pedantic fixes. Seems we were all good...
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tRemove unnecessary header traffic
2007-08-13 w00tMore changes from patch. Don't throttle opers due to...
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 w00tConversions.
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-03-30 brainAdd extra stuff to LIST.
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainFix minor bug, number of users listing doesnt decrement...
2007-03-11 brainAdd safelist:maxlisters which prevents more than x...
2007-03-11 brainAdded OnBufferFlush, improved m_safelist, no longer...
2007-02-12 peaveyGet rid of a compile warning.
2007-02-10 brainMake some stuff configurable that hasnt been and should be.
2007-01-17 brainMass comment removal.
2007-01-09 peaveyRevert repeat timer to old one, to make sure it only...
2007-01-09 peaveyMake safelist use repeat timer.
2006-12-23 brainHash rehashing change
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-10 brainImplement a change for bug #171. It might not be pretty...
2006-10-22 brainMore mirc ball-suckage.
2006-10-22 brainmIRC sucks, and its author does too!
2006-10-19 brainInsert massive change here.
2006-10-12 brainOnly tick the timer when there are people doing /LIST...
2006-10-11 specialFixed a crash when unloading m_safelist (timers weren...
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-06 brainTidy up m_safelist to avoid strlen on every line output...
2006-10-04 brainFix for bug#159 reported by SiliconAI (unloading causes...
2006-10-01 brainNow with binary versioning goodness
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainAnnotations
2006-09-10 brainNicer fix
2006-09-10 brainChange a fux into a fix for pippjin (thanks for the bt)
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 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
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 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainPort to templated GetExt()
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-18 brainNo RFC says anything about hiding channels containing...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-11 brainYet more const ref changes
2006-03-09 omFix printf format to get rid of compile warning (using...
2006-03-09 brainDon't show channels where all users are invisible and...
2006-03-09 brainWrong var used here, oooops
2006-03-09 brainCalling a method of a null object due to refactoring...
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-01 brainFix for missing 'end of list' numeric
2006-03-01 brainAdded checking for +sp channels to safelist that someon...
2006-02-27 brainWith small sendq's, this can still exceed the sendq...
2006-02-23 brainRemoved bit of logging that said the timer was ticking...
2006-02-23 brainMoved LIST header
2006-02-23 brainAnd the typo.
2006-02-23 brainlistusers has to be global now (ugh)
2006-02-23 brainMoved timer stuff from OnBackgroundTimer to InspTimer...
2006-02-23 brainFixed to work
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-22 brainOptimized a little
2006-02-22 brainImproved calculation to account for server name on...
2006-02-22 brainSAFELIST 005 token is now part of m_safelist not the...
2006-02-22 brainFix typos :p
2006-02-22 brainCleanups on module unload or user /QUIT
2006-02-22 brainAdded m_safelist. This was originally w00t's code,...