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_nick.cpp
Age
Commit message (
Expand
)
Author
2008-04-08
Allow remote users to bypass Q:Line (why on earth wasn't this the case)
w00t
2008-04-08
Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w...
w00t
2008-03-22
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...
brain
2008-03-19
And one more tweak to this.
peavey
2008-03-19
Fix OnUserRegister() not getting called for if USER sent before NICK on regis...
peavey
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-02-11
Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-09
Fake lag on nick change, thanks pLaYa
w00t
2007-11-02
Tidy up, and make the identifer for a line type be std::string not char
brain
2007-11-02
xline gutting, once more. There is no longer an active_lines vector, and no r...
brain
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