Age | Commit message (Expand) | Author |
2013-04-13 | m_spanningtree Ignore hopcount in incoming SERVER command, always send 0 at b... | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree atoi() to ConvToInt() conversion, add const where possible | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-06-12 | m_spanningtree Burst to a new server before introducing it to the rest of the... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-12-02 | Restore prefix | Jackmcbarn |
2010-12-02 | Fix possible crash | Jackmcbarn |
2010-04-16 | Fix crash when a remote server has the same name as we do | Daniel De Graaf |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
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-26 | Remove InspIRCd* parameters and fields | 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 modules to the VF_COMMON list in backwards compatability link mode, trans... | 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-06-07 | Allow SSL fingerprint-based server authentication | danieldg |
2009-04-22 | Fix PingFlag not being set correctly for servers whose burst takes longer tha... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Mark children of remote servers as bursting while their parent is bursting | danieldg |
2009-03-10 | Push password comparison logic into ComparePass, fixes authentication bug not... | danieldg |
2009-03-05 | Fix crash when services (or a misbehaving remote server) introduces a server ... | danieldg |
2009-01-31 | We already have an error for not enough params to the SERVER command, but the... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Make an error message more verbose to help users | brain |
2008-10-31 | Move some messages (correctly) to remote link snomask. | w00t |
2008-09-24 | Fix for listening sockets not clearing their timeout on connected. Reported b... | peavey |
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-20 | Add note to check other server on this message | w00t |
2008-04-08 | Oddness | brain |
2008-04-08 | Extra debug | brain |
2008-04-08 | Fix authentication logic, someone forgot to change an || to an &&, because we... | brain |
2008-04-08 | Fix compile error I introduced | w00t |
2008-04-08 | add a couple of parenthesis to the password comparison, because i couldnt eas... | brain |
2008-04-08 | Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ... | w00t |
2008-04-07 | Use server names for introduction of servers, not SIDs | w00t |
2008-03-30 | Make sure CAPAB always comes before SERVER on either side of the link at all ... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-05 | Add server.cpp, handles all stuff related to the server command. treesocket2.... | w00t |