Age | Commit message (Expand) | Author |
2010-02-07 | More cleanup of quit servers | danieldg |
2010-02-04 | Add DYING link state, push error messages on link, and only limit recvq on un... | danieldg |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-11-03 | Clean up duplicated link snomask messages on errors | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-10-24 | Fix incorrect netburst detection | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Fix recursive SENDSNO bounce | danieldg |
2009-10-21 | some WriteGlobalSno changes | danieldg |
2009-10-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-01 | Merge remote/local MODULES output | 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 | 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 away timestamp to the AWAY message sent server-server | danieldg |
2009-09-02 | Add SAVE s2s protocol command | danieldg |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Remove useless vector copy | 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-08-14 | Print line on empty prefix errors to track down a bug | w00t |
2009-05-13 | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree | danieldg |
2009-05-13 | Make the previous patches actually work | danieldg |
2009-05-13 | Use a FakeUser source for server-sourced commands in spanningtree | danieldg |
2009-04-26 | Enable lag-check pings on active servers - if bandwidth waste is an issue, th... | danieldg |
2009-04-20 | Use loopCall to protect OnUserKick rather than the triggerevents hack | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!" | danieldg |
2009-03-14 | Send remote BURST on new incoming server introduction | danieldg |
2009-03-10 | Quiet bursts for uplinks, suggested by HiroP, thanks! | brain |
2009-03-06 | Send SVSNICKs during nick collision to prevent servers that do not fully impl... | danieldg |
2009-03-05 | Fix crash when services (or a misbehaving remote server) introduces a server ... | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-21 | Allow for kick from a server origin to have a comma seperated list of nicknam... | brain |
2008-11-27 | Forward-port: Created commit fcadb0b: Change rm to force removal for configur... | w00t |
2008-11-20 | Fix for potential crash with invalid prefixes (prefixes which are neither val... | brain |
2008-10-31 | Add snomask +s +L - remote link notices. | w00t |
2008-09-30 | Some suggestions from jilles about handling unknown prefix errors, and some i... | brain |
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 |