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
/
svsnick.cpp
Age
Commit message (
Expand
)
Author
2016-03-29
Simplify GetRouting() methods doing unicast
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2014-07-05
m_spanningtree Add optional expected nick TS parameter to SVSNICK
Attila Molnar
2014-07-03
User::ChangeNick() cannot fail if the new nick is the uuid, document this and...
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-03-03
m_spanningtree Remove remains of the KeepNickTS workaround
Attila Molnar
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2013-12-15
m_spanningtree Fix nick TS desync on SVSNICK
Attila Molnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
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
2013-04-12
m_spanningtree atoi() to ConvToInt() conversion, add const where possible
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-24
If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ...
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2010-01-02
Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
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-01-02
Update copyrights for 2009.
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-07-19
Fix total mess of makefile dependency macros (all depending on stuff they don...
brain
2008-05-18
Convert m_spanningtree
aquanight
2008-04-09
Move QuitUser into UserManager class, and unstaticize it. This prepares for s...
w00t
2008-02-04
Split treesocket2 into various smaller files
w00t