summaryrefslogtreecommitdiff
path: root/src/modules/m_safelist.cpp
AgeCommit message (Expand)Author
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
2006-03-11Yet more const ref changesbrain
2006-03-09Fix printf format to get rid of compile warning (using %d for a long, change ...om
2006-03-09Don't show channels where all users are invisible and therefore usercount is 0brain
2006-03-09Wrong var used here, oooopsbrain
2006-03-09Calling a method of a null object due to refactoring and HasUser - fixedbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-01Fix for missing 'end of list' numericbrain
2006-03-01Added checking for +sp channels to safelist that someone left out *nonchalant...brain
2006-02-27With small sendq's, this can still exceed the sendq, so now we've reduced the...brain
2006-02-23Removed bit of logging that said the timer was ticking -- we know it works no...brain
2006-02-23Moved LIST headerbrain
2006-02-23And the typo.brain
2006-02-23listusers has to be global now (ugh)brain
2006-02-23Moved timer stuff from OnBackgroundTimer to InspTimer derivativebrain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-22Optimized a littlebrain
2006-02-22Improved calculation to account for server name on start of numeric, plus spa...brain
2006-02-22SAFELIST 005 token is now part of m_safelist not the core 005brain
2006-02-22Fix typos :pbrain
2006-02-22Cleanups on module unload or user /QUITbrain
2006-02-22Added m_safelist. This was originally w00t's code, but i bastardized it (just...brain