summaryrefslogtreecommitdiff
path: root/src/modules/m_safelist.cpp
AgeCommit message (Expand)Author
2007-03-30Add extra stuff to LIST.brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-11Fix minor bug, number of users listing doesnt decrement if a user quits while...brain
2007-03-11Add safelist:maxlisters which prevents more than x number of people doing a L...brain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-02-12Get rid of a compile warning.peavey
2007-02-10Make some stuff configurable that hasnt been and should be.brain
2007-01-17Mass comment removal.brain
2007-01-09Revert repeat timer to old one, to make sure it only runs if list was actuall...peavey
2007-01-09Make safelist use repeat timer.peavey
2006-12-23Hash rehashing changebrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-11-10Implement a change for bug #171. It might not be pretty in the /list output, ...brain
2006-10-22More mirc ball-suckage.brain
2006-10-22mIRC sucks, and its author does too!brain
2006-10-19Insert massive change here.brain
2006-10-12Only tick the timer when there are people doing /LIST, as suggested by specialbrain
2006-10-11Fixed a crash when unloading m_safelist (timers weren't properly tracked to b...special
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-06Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ...brain
2006-10-04Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects to...brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Annotationsbrain
2006-09-10Nicer fixbrain
2006-09-10Change a fux into a fix for pippjin (thanks for the bt)brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Change to use InspIRCd::Time()brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Relocate timer stuff into TimerManager classbrain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Port to templated GetExt()brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-18No RFC says anything about hiding channels containing only +i users -- and it...brain
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain