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_spanningtree
/
nick.cpp
Age
Commit message (
Expand
)
Author
2014-07-26
m_spanningtree Set the TS of the uuid nick to the same value on collision
Attila Molnar
2014-07-26
m_spanningtree Don't accept NICK with 0 TS
Attila Molnar
2014-07-26
m_spanningtree Return a bool from DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Update comments around collision handling
Attila Molnar
2014-07-26
m_spanningtree Let the NICK handler change the nick of the incoming user on c...
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-08-25
m_spanningtree Allow server-to-server command handlers to specify whether the...
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar