| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | m_spanningtree Remove PUSH handler | 2016-03-30 | 3 | -45/+1 | ||
| * | | | | Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote... | 2016-03-29 | 2 | -0/+6 | ||
| * | | | | m_spanningtree Add CommandNum::Builder | 2016-03-29 | 2 | -0/+22 | ||
| * | | | | m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1... | 2016-03-29 | 1 | -0/+90 | ||
| * | | | | m_spanningtree Add NUM command handler | 2016-03-29 | 3 | -1/+57 | ||
| * | | | | m_spanningtree Add class SpanningTree::RemoteUser | 2016-03-29 | 3 | -1/+61 | ||
| * | | | | Simplify GetRouting() methods doing unicast | 2016-03-29 | 14 | -58/+15 | ||
| * | | | | m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()•••This makes ROUTE_UNICAST() accept nicks and uuids | 2016-03-29 | 1 | -1/+3 | ||
| * | | | | m_spanningtree Add SpanningTreeUtilities::FindRouteTarget() | 2016-03-29 | 2 | -0/+18 | ||
| * | | | | m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo() | 2016-03-29 | 2 | -30/+0 | ||
| * | | | | m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc... | 2016-03-29 | 2 | -11/+0 | ||
| * | | | | m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a s... | 2016-03-29 | 1 | -5/+0 | ||
| * | | | | Ensure server names passed to some commands are really server names | 2016-03-29 | 2 | -2/+2 | ||
| * | | | | Add support for SASL reauthentication. | 2016-03-24 | 1 | -2/+0 | ||
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | Merge branches 'master+check' and 'master+namedmodes' | 2016-03-22 | 2 | -108/+133 | ||
| |\ \ \ \ \ | ||||||
| | | * | | | | m_namedmodes Switch to Numeric::ParamBuilder | 2016-03-22 | 1 | -6/+7 | ||
| | | * | | | | m_namedmodes Inherit command handler from SplitCommand•••Pass a LocalUser pointer to DisplayList() | 2016-03-22 | 1 | -5/+7 | ||
| | |/ / / / |/| | | | | ||||||
| | * | | | | m_check Move DumpExt() into CheckContext | 2016-03-19 | 1 | -18/+18 | ||
| | * | | | | m_check Move DumpListMode() into CheckContext | 2016-03-19 | 1 | -13/+13 | ||
| | * | | | | m_check Refactor, move to the new RPL_CHECK numeric | 2016-03-19 | 1 | -80/+102 | ||
| |/ / / / | ||||||
| * | | | | Send NOTICEs to local channel members with Channel::WriteNotice() | 2016-03-05 | 8 | -10/+10 | ||
| * | | | | Adds classban module providing extban 'n' for connect class ban. | 2016-03-04 | 1 | -0/+47 | ||
| * | | | | m_spanningtree Remove ModuleSpanningTree::RemoteMessage()•••This method is no longer used, replacement is User::WriteRemoteNotice() | 2016-03-01 | 2 | -17/+0 | ||
| * | | | | Send NOTICEs that can go to both local and remote users with User::WriteRemot... | 2016-03-01 | 5 | -10/+10 | ||
| * | | | | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje... | 2016-02-26 | 3 | -24/+14 | ||
| * | | | | m_hideoper Reorder checks in OnSendWhoLine()•••Check if the entire line should be hidden first | 2016-02-26 | 1 | -3/+4 | ||
| * | | | | Return ModResult from the OnSendWhoLine hook | 2016-02-26 | 3 | -13/+15 | ||
| * | | | | Remove unnecessary std::string::c_str() calls | 2016-02-25 | 1 | -1/+1 | ||
| * | | | | Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics•••Use them instead of the raw numbers | 2016-02-25 | 1 | -1/+1 | ||
| * | | | | m_clones Send numeric with User::WriteNumeric() | 2016-02-25 | 1 | -4/+4 | ||
| * | | | | m_userip Send numeric with User::WriteNumeric() | 2016-02-25 | 1 | -2/+2 | ||
| * | | | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 2016-02-25 | 10 | -41/+47 | ||
| * | | | | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer... | 2016-02-25 | 7 | -26/+28 | ||
| * | | | | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | 2016-02-25 | 9 | -19/+19 | ||
| * | | | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 79 | -215/+208 | ||
| * | | | | m_dccallow Call WriteNumeric() in a loop when displaying help | 2016-02-24 | 1 | -19/+25 | ||
| * | | | | Fix some numerics | 2016-02-24 | 2 | -2/+2 | ||
| * | | | | Merge insp20 | 2016-02-22 | 8 | -13/+80 | ||
| |\| | | | ||||||
| | * | | | m_namedmodes Only show chan key to members and opers with channels/auspex | 2016-02-13 | 1 | -1/+6 | ||
| | * | | | m_callerid Free old extension data before unserializing the new data | 2016-02-13 | 1 | -4/+5 | ||
| | * | | | m_dccallow Add config option to control max entries on a list•••Default to 20 | 2016-02-12 | 1 | -1/+10 | ||
| | * | | | m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify... | 2016-02-12 | 1 | -1/+1 | ||
| | * | | | Merge pull request #1071 from SaberUK/insp20+fix-lusers•••[2.0] Fix hidden operators being shown in LUSERS. | 2016-02-12 | 1 | -1/+41 | ||
| | |\ \ \ | ||||||
| | | * | | | Fix hidden operators being shown in LUSERS. | 2016-02-12 | 1 | -1/+41 | ||
| | * | | | | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | 2016-02-11 | 1 | -1/+1 | ||
| | * | | | | Work around irc::spacesepstream not stripping extraneous spaces. | 2015-12-07 | 1 | -1/+6 | ||
| | * | | | | Fix CAP REQ to be atomic like the standard dictates.•••Reported by @dequis on IRC. | 2015-12-07 | 2 | -9/+12 | ||
| | |/ / / | ||||||
| | * | | | m_operprefix Unset mode on unload•••Fixes issue #1109 reported by @Sheogorath-SI | 2015-11-23 | 1 | -0/+33 | ||
| | * | | | Fix incorrect std::string::operator[] usage•••Passing a position equal to length() to the non-const version of operator[] is undefined | 2015-09-28 | 2 | -1/+3 | ||
| | |/ / | ||||||
| | * | | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. | 2015-06-14 | 1 | -5/+14 | ||
