]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/server.cpp
m_spanningtree atoi() to ConvToInt() conversion, add const where possible
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / server.cpp
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarm_spanningtree Burst to a new server before introducing...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-12-02 JackmcbarnRestore prefix
2010-12-02 JackmcbarnFix possible crash
2010-04-17 Daniel De GraafFix crash when a remote server has the same name as...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
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...