]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_safelist.cpp
Yet more const ref changes
[user/henk/code/inspircd.git] / src / modules / m_safelist.cpp
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,...