Age | Commit message (Expand) | Author |
2009-07-03 | Use server name for source of remote TIME rather than SID | danieldg |
2009-06-30 | Roll back mysterious DNS change from 2007 which broke multiple-answer | w00t |
2009-06-15 | Fix ENCAP forwarding with multiword final parameter, noticed by Namegduf | danieldg |
2009-06-07 | Allow SSL fingerprint-based server authentication | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-14 | Fix UID collision on reload of m_spanningtree.so | danieldg |
2009-05-14 | Fix some incorrect STL iterations (using < end() instead of != end()) | special |
2009-05-13 | Show correct server source to users on FTOPIC and FMODE | danieldg |
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 | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ... | danieldg |
2009-05-13 | Use a FakeUser source for server-sourced commands in spanningtree | danieldg |
2009-05-07 | Remove handshake timer on server sockets that die before completing handshake | danieldg |
2009-04-26 | Enable lag-check pings on active servers - if bandwidth waste is an issue, th... | danieldg |
2009-04-26 | Remove lag reporting in /map from servers that do not yet have a valid value;... | danieldg |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-04-22 | Addendum to previous ping patch: NextPingTime was not being set at endburst, ... | danieldg |
2009-04-22 | Fix PingFlag not being set correctly for servers whose burst takes longer tha... | danieldg |
2009-04-21 | Abort link early when mismatched modules are detected so that the error messa... | danieldg |
2009-04-20 | Actually use irc::modestacker correctly | danieldg |
2009-04-20 | Use loopCall to protect OnUserKick rather than the triggerevents hack | danieldg |
2009-04-19 | Initialize loopCall on construction | danieldg |
2009-04-19 | Add loopCall to prevent double-broadcasting new X:lines | danieldg |
2009-04-18 | Don't send out UID for users that are quitting, because the QUIT won't be sen... | danieldg |
2009-04-01 | Fix ping server-skip logic from bug 792 fix | danieldg |
2009-03-18 | Fix for bug #784 reported by HiroP, add check to the FHOST code to not send o... | brain |
2009-03-18 | Fix for bug #792 reported by recyclebin, do not attempt to ping local servers... | brain |
2009-03-16 | Instead of re adding the HandshakeTimer in m_spanningtree, make it a reoccurr... | psychon |
2009-03-15 | Use IS_OPER(u) instead of checking for umode +o to correctly add opers during... | dz |
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 | Mark children of remote servers as bursting while their parent is bursting | danieldg |
2009-03-14 | Send remote BURST on new incoming server introduction | danieldg |
2009-03-11 | Fix ComparePass for servers not supporting HMAC-SHA256 when ChallengeResponse... | danieldg |
2009-03-10 | Push password comparison logic into ComparePass, fixes authentication bug not... | danieldg |
2009-03-10 | Quiet bursts for uplinks, suggested by HiroP, thanks! | brain |
2009-03-09 | An FJOIN is not bursting unless the source server is bursting | danieldg |
2009-03-07 | Remove some unneeded debug messages on the common case of FJOIN | danieldg |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
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-03-02 | Revert "Don't apply channel modes received in an non-burst, non-creation FJOI... | danieldg |
2009-03-02 | Don't apply channel modes received in an non-burst, non-creation FJOIN, becau... | danieldg |
2009-02-27 | Fix SID-sourced KILL being displayed to killee as from SID not from server name | danieldg |
2009-02-27 | Fix previous module mismatch message; "remote" is misleading when sent as an ... | danieldg |
2009-02-24 | Clarify module mismatch message | danieldg |
2009-02-18 | Remove unused NumServers field | danieldg |
2009-02-18 | Remove MaxMapHeight, replace with dynamically sized buffers | danieldg |