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_oper.cpp
Age
Commit message (
Expand
)
Author
2009-01-02
Update copyrights for 2009.
w00t
2008-12-07
Convert necessary match calls to use ASCII casemap.
w00t
2008-08-27
Clean up opering a tiny bit.. pave the way for SVSOPER
w00t
2008-08-26
Someone messed this up
brain
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-20
char -> std::string conversion
w00t
2008-05-19
Convert connection::host
brain
2008-05-18
Make User:: nick/ident/dhost/fullname and some other things std::string inste...
aquanight
2008-05-18
Fix two occurances of match() on a const char* here
brain
2008-05-05
Snotice on failed oper.
w00t
2008-05-04
Conversion of command handler params from "const char* const* parameters, int...
brain
2008-04-17
Remove use of SendSNONotice to send to remote servers, this is done automagic...
w00t
2008-04-04
Fix bad use of old event based api for spanningtree (this is mostly gone now)
brain
2008-03-22
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-01-27
Change API OnOperCompare to OnPassCompare, password hashing is now available ...
aquanight
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-02
Add param 'opername' to event OnPostOper. This will help make a (slightly nic...
w00t
2007-10-23
Some more class stuff, blah. Now possible to move a user to a different class...
w00t
2007-10-23
All the core is now pedantic safe!
brain
2007-10-22
Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...
w00t