]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/server.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / server.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd modules to the VF_COMMON list in backwards compatab...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-04-22 danieldgFix PingFlag not being set correctly for servers whose...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgMark children of remote servers as bursting while their...
2009-03-10 danieldgPush password comparison logic into ComparePass, fixes...
2009-03-05 danieldgFix crash when services (or a misbehaving remote server...
2009-01-31 brainWe already have an error for not enough params to the...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 brainMake an error message more verbose to help users
2008-10-31 w00tMove some messages (correctly) to remote link snomask.
2008-09-24 peaveyFix for listening sockets not clearing their timeout...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-05-20 w00tAdd note to check other server on this message
2008-04-08 brainOddness
2008-04-08 brainExtra debug
2008-04-08 brainFix authentication logic, someone forgot to change...
2008-04-08 w00tFix compile error I introduced
2008-04-08 brainadd a couple of parenthesis to the password comparison...
2008-04-08 w00tAllow for open link networks (<link:name> to *) and...
2008-04-07 w00tUse server names for introduction of servers, not SIDs
2008-03-30 brainMake sure CAPAB always comes before SERVER on either...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-05 w00tAdd server.cpp, handles all stuff related to the server...