Age | Commit message (Expand) | Author |
2013-08-25 | m_spanningtree Allow server-to-server command handlers to specify whether the... | attilamolnar |
2013-08-22 | m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G... | attilamolnar |
2013-08-22 | m_spanningtree Change TreeServer::GetSocket() to always return the socket tha... | attilamolnar |
2013-08-18 | m_spanningtree Move all server-to-server command handlers into handler classes | attilamolnar |
2013-08-17 | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-24 | m_spanningtree Change the type of TreeServer::ServerName to std::string | attilamolnar |
2013-07-24 | m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction | attilamolnar |
2013-06-07 | Create IOHook interface (extracted from Module) | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Change both prefix and first parameter of SQUIT to be a SID | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-08-10 | m_spanningtree Add missing aposthrope to connection failed server notice | attilamolnar |
2012-08-10 | m_spanningtree: Resolve issue #250 | ChrisTX |
2012-07-08 | m_spanningtree Add function to easily determine whether a server was introduc... | 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-02-21 | Add HMAC implementation to HashProvider | danieldg |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-13 | Fix double-invocation of Squit that can cause a crash on delink | danieldg |
2010-02-11 | Restart server_hash iteration after quitting dead and pinged out servers | danieldg |
2010-02-04 | Add DYING link state, push error messages on link, and only limit recvq on un... | danieldg |
2010-02-03 | Split servers if they try to send infinite garbage without a newline | danieldg |
2010-01-30 | Stop parsing inbound server lines on an error | danieldg |
2010-01-15 | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-11-03 | Clean up duplicated link snomask messages on errors | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Fix plural on netsplit SNO. [dKingston] | peavey |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | some WriteGlobalSno changes | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-09 | Fix hook finding code and error reporting | danieldg |
2009-10-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
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-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | 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 | Don't try to write to dead users, add debug to SquitServer, and remove a stri... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |