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
/
nickcollide.cpp
Age
Commit message (
Expand
)
Author
2014-07-26
m_spanningtree Return a bool from DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Replace WriteLine() call with Unicast() in DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Replace #defines with references in 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-03
m_spanningtree Replace manual string building of outgoing commands with CmdBu...
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-06-20
Increment serverstats::Collisions when a collision is handled, not when a mod...
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-15
Remove $ModDep comments
attilamolnar
2013-05-18
Change the signature of User::ForceNickChange() to accept const std::string& ...
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Add SAVE s2s protocol command
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-06
Send SVSNICKs during nick collision to prevent servers that do not fully impl...
danieldg
2009-01-02
Update copyrights for 2009.
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-23
Don't copy vars (faster) and also avoid a crash (non-const -> const)
w00t
2008-05-23
Collision tweaks
brain
2008-05-18
Convert m_spanningtree
aquanight
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-03
Split treesocket1 into a number of smaller files
w00t