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_dccallow.cpp
Age
Commit message (
Expand
)
Author
2006-10-20
Const refs
brain
2006-10-19
Insert massive change here.
brain
2006-10-16
Always allow a user to dcc themselves
brain
2006-10-16
Idea from nenolod, dont allow you to add yourself to your own dccallow list (!)
brain
2006-10-16
Make parameter count checks more readable
brain
2006-10-16
Fix checks on duration, this isnt valid, you cant compare a char* as an int:
brain
2006-10-16
Update syntax help to include HELP and LIST
brain
2006-10-16
you can't compare userrec::nick with ==, its a char[] buffer...
brain
2006-10-16
if (dl) { do_something() } else { delete dl; } ???
brain
2006-10-16
Indents all fixed, its all tabs now. Next person i see using spaces is going ...
brain
2006-10-16
More crashbug fixage, half way through indent fix
brain
2006-10-16
This compiles again now -- would have been very unstable in its old state (oo...
brain
2006-10-16
ReadFlag, oops
brain
2006-10-16
AURGH 4 space indents :/
brain
2006-10-16
GACK! you cannot ConfigReader::ReadValue to a const char*! you need to read t...
brain
2006-10-16
Fix: DCC types (CHAT/SEND) are case insensitive
brain
2006-10-16
1. Tidy up craq (two strcmps, lowercase and uppercase? use strcasecmp)
brain
2006-10-16
Add m_dccallow module and detail configuration in inspircd.conf.example
jamie