Age | Commit message (Expand) | Author |
2014-10-26 | Remove some dead code found by Coverity | Attila Molnar |
2014-10-13 | m_spanningtree Rebuild serverlist and sidlist when receiving a specific Request | Attila Molnar |
2014-10-13 | Fix various warnings when building with LLVM 3.5. | Peter Powell |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar |
2014-07-24 | m_spanningtree Always treat the remote client as the winner on nick collision... | Attila Molnar |
2014-06-06 | m_spanningtree Forward NICK messages when they cause a collision with the new... | Attila Molnar |
2014-06-06 | m_spanningtree Fix cleanup of connections when unloading a module that provid... | Attila Molnar |
2014-05-21 | Update server.cpp | Dan Parsons |
2014-04-29 | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES | Attila Molnar |
2014-04-26 | m_spanningtree Set the bursting flag in the FJOIN handler based on whether th... | Attila Molnar |
2014-04-04 | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar |
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-12-15 | m_spanningtree Fix nick TS desync on SVSNICK | Attila Molnar |
2013-11-09 | Use case insensitive comparison for server names for (auto)connects, issue #662 | Adam |
2013-11-09 | Fix parsing ADDLINE with expiration or creation dates past ~2038 probably | Adam |
2013-11-09 | Fix issue #657, fix sending FNAME with spaces | Adam |
2013-08-31 | m_spanningtree Fix timestamp in AWAY | attilamolnar |
2013-08-21 | m_spanningtree When an IOHook goes away close all pending connections that us... | attilamolnar |
2013-07-26 | Use server ids when propagating squits | Adam |
2013-06-12 | m_spanningtree FJOIN handler: Merge and take maxmodes into consideration when... | attilamolnar |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-06-04 | m_spanningtree Fix FIDENT routing | attilamolnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-04-23 | m_spanningtree Fix crash when connecting to a remote server that has the same... | attilamolnar |
2013-04-18 | m_spanningtree Fix IS_LOCAL() check in OnRehash handler | attilamolnar |
2013-04-10 | m_spanningtree Create new TreeServers for incoming connections only when they... | attilamolnar |
2013-03-20 | m_spanningtree Fix incoming channel modes being lost for 0-user permanent cha... | attilamolnar |
2013-02-01 | Remove unused variables detected by Clang 4.2. | Peter Powell |
2013-01-14 | m_spanningtree Fix rare desync when a KILL crosses a message that has the kil... | attilamolnar |
2012-12-15 | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar |
2012-12-15 | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta... | attilamolnar |
2012-11-29 | cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop | attilamolnar |
2012-11-28 | m_spanningtree Remove redundant params.size() checks | attilamolnar |
2012-11-19 | Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-11-09 | m_spanningtree SVSNICK needs 3 parameters | attilamolnar |
2012-11-09 | m_spanningtree Refuse bogus NICK messages | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-10-07 | m_spanningtree Fix undefined behavior caused by referencing the returned buff... | attilamolnar |
2012-10-03 | m_spanningtree Fill a parameterlist in OnAddLine/OnDelLine | attilamolnar |
2012-10-03 | m_spanningtree Simplify OnMode and OnSetAway handlers | attilamolnar |
2012-10-03 | m_spanningtree Remove empty RedoConfig() | attilamolnar |
2012-10-03 | m_spanningtree Utils: Remove unused functions | attilamolnar |
2012-10-03 | m_spanningtree OPERTYPE handler: Return when finished processing instead of c... | attilamolnar |
2012-10-03 | m_spanningtree Remote WHOIS handler: Find target with FindNickOnly (don't acc... | attilamolnar |
2012-10-03 | m_spanningtree Netburst: Remove unused parameters and variables | attilamolnar |
2012-10-03 | m_spanningtree Netburst: Prefix SERVER and VERSION lines with SIDs instead of... | attilamolnar |