index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_safelist.cpp
Age
Commit message (
Expand
)
Author
2006-03-11
Yet more const ref changes
brain
2006-03-09
Fix printf format to get rid of compile warning (using %d for a long, change ...
om
2006-03-09
Don't show channels where all users are invisible and therefore usercount is 0
brain
2006-03-09
Wrong var used here, oooops
brain
2006-03-09
Calling a method of a null object due to refactoring and HasUser - fixed
brain
2006-03-08
Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...
brain
2006-03-01
Fix for missing 'end of list' numeric
brain
2006-03-01
Added checking for +sp channels to safelist that someone left out *nonchalant...
brain
2006-02-27
With small sendq's, this can still exceed the sendq, so now we've reduced the...
brain
2006-02-23
Removed bit of logging that said the timer was ticking -- we know it works no...
brain
2006-02-23
Moved LIST header
brain
2006-02-23
And the typo.
brain
2006-02-23
listusers has to be global now (ugh)
brain
2006-02-23
Moved timer stuff from OnBackgroundTimer to InspTimer derivative
brain
2006-02-23
Fixed to work
brain
2006-02-23
Incorporating InspTimer into safelist as a test
brain
2006-02-22
Optimized a little
brain
2006-02-22
Improved calculation to account for server name on start of numeric, plus spa...
brain
2006-02-22
SAFELIST 005 token is now part of m_safelist not the core 005
brain
2006-02-22
Fix typos :p
brain
2006-02-22
Cleanups on module unload or user /QUIT
brain
2006-02-22
Added m_safelist. This was originally w00t's code, but i bastardized it (just...
brain