]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_safelist.cpp
FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, GetClass...
[user/henk/code/inspircd.git] / src / modules / m_safelist.cpp
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,...