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
/
cmd_nick.cpp
Age
Commit message (
Expand
)
Author
2006-03-07
Whowas refactor - probably wont compile yet
brain
2006-03-07
Tidying, strlen, strcasecmp where not needed.
brain
2006-02-21
It didn't, there was more strlcpy
w00t
2006-02-21
Fix this, I think.
w00t
2006-01-16
Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case:
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-11
Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS
brain
2005-12-28
New system for client exits using CullList seems stable, needs testing
brain
2005-12-28
Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...
brain
2005-12-26
Adding hook type checking to event calls to speed them up
brain
2005-12-20
Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are ...
brain
2005-12-20
Fixed case-change nicks not being propogated
brain
2005-12-20
Allow case changes in nick w00t -> w00T
brain
2005-12-18
Missing header in cmd_nick.cpp
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain