Age | Commit message (Expand) | Author |
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 |
2009-02-18 | Apparently casting to float is not sufficient to cause a conversion | danieldg |
2009-02-18 | Rework /MAP output to not be overly wide | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-09 | Remove space before first user in FJOIN; also call c->ChanModes less for larg... | danieldg |
2009-02-09 | Fix merge FJOIN debug message | danieldg |
2009-02-08 | Fix: always have a colon marking the last FJOIN parameter, otherwise servers ... | w00t |
2009-01-31 | We already have an error for not enough params to the SERVER command, but the... | brain |
2009-01-22 | Revert "Check nickname validity on introduction, closes bug #682 reported by ... | w00t |
2009-01-21 | Check nickname validity on introduction, closes bug #682 reported by danieldg... | w00t |
2009-01-04 | This is out of date, useless, and nobody updates it. | brain |
2009-01-02 | ...and make it not go querying modules that dont implement the right interfac... | brain |
2009-01-02 | If a module is loaded after m_spanningtree that it needs, then it will now re... | brain |
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-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-12-12 | Fix problem with autoconnects: don't reset NextConnectTime to a higher value ... | w00t |
2008-12-07 | Make an error message more verbose to help users | brain |
2008-11-30 | Remove unused variable (thanks to everyone who noticed it) | w00t |
2008-11-27 | Don't append server name to kill reasons. | w00t |
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-11-16 | Don't burst expired X:, should help stop bounce wars.. | w00t |
2008-11-04 | Fix malformed UID errors so that w00t can troubleshoot! :) | brain |
2008-11-02 | Fire every debug. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |