Age | Commit message (Expand) | Author |
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 |
2012-10-02 | m_spanningtree Netburst: Remove unnecessary variables from DoBurst() | attilamolnar |
2012-10-02 | m_spanningtree Use iterators in CAPAB handler and when generating reply to sp... | attilamolnar |
2012-10-02 | m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUIT | attilamolnar |
2012-09-30 | m_spanningtree Return const references from several TreeServer getter functions | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by std::stri... | 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-08-08 | m_spanningtree Specify the uuid of the remote user when sending server NOTICE... | attilamolnar |
2012-08-08 | m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP | attilamolnar |
2012-07-08 | m_spanningtree Add function to easily determine whether a server was introduc... | attilamolnar |
2012-07-04 | m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist | attilamolnar |
2012-07-01 | m_spanningtree Call the collision handler with the proper parameter (client i... | attilamolnar |
2012-07-01 | m_spanningtree Return when ecountering an invalid command coming from a remot... | attilamolnar |
2012-07-01 | Fix crash in ADDLINE handler when the command had no parameters | attilamolnar |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-06-12 | m_spanningtree Burst to a new server before introducing it to the rest of the... | attilamolnar |
2012-06-12 | Be consistent with Robby's qQ snomask changes | Sir Poggles |
2012-06-11 | m_spanningtree Only add a resolved server IP as valid if it still exists when... | attilamolnar |
2012-06-11 | m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h | attilamolnar |
2012-06-11 | m_spanningtree Disallow server passwords which contain a space char and those... | attilamolnar |
2012-06-11 | m_spanningtree Notify opers upon ecountering a configuration error when rehas... | attilamolnar |
2012-05-31 | m_spanningtree Fix desync issue #37 reported by @Joah - part 2 | attilamolnar |
2012-05-25 | Debian typo fixes. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-18 | Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. | attilamolnar |
2012-04-18 | Log mode errors when processing FJOIN. | Robin Burchell |
2012-04-18 | Fix typo. | Robin Burchell |
2012-04-18 | Match the logging in the rest of this module. | Robin Burchell |
2012-04-18 | Be more helpful when processing commands from a linked server. | Robin Burchell |