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
/
override_stats.cpp
Age
Commit message (
Expand
)
Author
2009-10-09
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-30
Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-17
Add <autoconnect> blocks [jackmcbarn]
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
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-10-27
Fix redundant stats snotice, thanks dz.
w00t
2008-09-08
Remove old listening stuff from spanningtree, use a new derived listener class.
w00t
2008-08-29
Fix extra End of /STATS on spanningtree override of stats c and n.
peavey
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-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-19
Convert connection::host
brain
2008-05-18
Convert m_spanningtree
aquanight
2008-05-18
Fix some unneeded .c_str() usage in m_spanningtree
aquanight
2008-05-05
Convert m_spanningtree
aquanight
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-15
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...
w00t
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-10-14
Fix indentation
brain
2007-10-14
Split up spanningtree some more, the filenames should be more intuitive so th...
brain