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
/
addline.cpp
Age
Commit message (
Expand
)
Author
2013-12-18
Clean up CoreException
Attila Molnar
2013-12-15
Make various self contained methods static.
Peter Powell
2013-08-27
m_spanningtree Introduce command builders
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-07-24
m_spanningtree Change the type of TreeServer::ServerName to std::string
attilamolnar
2013-04-12
m_spanningtree atoi() to ConvToInt() conversion, add const where possible
attilamolnar
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-07-01
Fix crash in ADDLINE handler when the command had no parameters
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-14
Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]
danieldg
2009-09-02
Remove calls to strdup() in core, it is not better than std::string
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-22
Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi...
brain
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-09-21
Fix various rline bugs, implement /stats R, and fix the issue where you get n...
brain
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-04-05
Fix showing of sid/uid instead of nick or servername when lines are added
brain
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-04
Split treesocket2 into various smaller files
w00t