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
/
commands
/
cmd_notice.cpp
Age
Commit message (
Expand
)
Author
2008-10-18
Working privs implementation, and example usage in NOTICE for mass messaging.
w00t
2008-08-21
match() is no longer a function+no header, now a static method of InspIRCd cl...
w00t
2008-05-25
First phase of conversion to dynamic limits on all the lengths, configured vi...
brain
2008-05-19
Convert channel::name to std::string, this was a beastie!
brain
2008-05-18
Make User:: nick/ident/dhost/fullname and some other things std::string inste...
aquanight
2008-05-05
Calling wrong loopcall overloaded method, due to hasty search and replace ear...
brain
2008-05-04
Conversion of command handler params from "const char* const* parameters, int...
brain
2008-04-04
Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...
brain
2008-03-22
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...
brain
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-30
Add support for nick@server requested by many. We are not likely to backport ...
brain
2007-10-26
Typo
brain
2007-10-26
Add new event for this with gauranteed delivery of message BEFORE the text is...
brain
2007-10-22
Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...
w00t