Age | Commit message (Expand) | Author |
2014-03-02 | m_spanningtree Do pointer comparison before deleting one of the pointers in T... | Attila Molnar |
2014-03-02 | m_spanningtree Don't send snotices to servers about remote servers splitting | Attila Molnar |
2013-07-26 | Use server ids when propagating squits | Adam |
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 |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | 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 | Add VF_OPTCOMMON for optionally common modules | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | 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-05-07 | Remove handshake timer on server sockets that die before completing handshake | danieldg |
2009-04-19 | Add loopCall to prevent double-broadcasting new X:lines | 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 |