aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | m_spanningtree Remove PUSH handlerGravatar Attila Molnar2016-03-303-45/+1
* | | | Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...Gravatar Attila Molnar2016-03-292-0/+6
* | | | m_spanningtree Add CommandNum::BuilderGravatar Attila Molnar2016-03-292-0/+22
* | | | m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...Gravatar Attila Molnar2016-03-291-0/+90
* | | | m_spanningtree Add NUM command handlerGravatar Attila Molnar2016-03-293-1/+57
* | | | m_spanningtree Add class SpanningTree::RemoteUserGravatar Attila Molnar2016-03-293-1/+61
* | | | Simplify GetRouting() methods doing unicastGravatar Attila Molnar2016-03-2914-58/+15
* | | | m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()•••This makes ROUTE_UNICAST() accept nicks and uuids Gravatar Attila Molnar2016-03-291-1/+3
* | | | m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()Gravatar Attila Molnar2016-03-292-0/+18
* | | | m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()Gravatar Attila Molnar2016-03-292-30/+0
* | | | m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...Gravatar Attila Molnar2016-03-292-11/+0
* | | | m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a s...Gravatar Attila Molnar2016-03-291-5/+0
* | | | Ensure server names passed to some commands are really server namesGravatar Attila Molnar2016-03-292-2/+2
* | | | Add support for SASL reauthentication.Gravatar Peter Powell2016-03-241-2/+0
| | | |
| \ \ \
*-. \ \ \ Merge branches 'master+check' and 'master+namedmodes'Gravatar Attila Molnar2016-03-222-108/+133
|\ \ \ \ \
| | * | | | m_namedmodes Switch to Numeric::ParamBuilderGravatar Attila Molnar2016-03-221-6/+7
| | * | | | m_namedmodes Inherit command handler from SplitCommand•••Pass a LocalUser pointer to DisplayList() Gravatar Attila Molnar2016-03-221-5/+7
| |/ / / / |/| | | |
| * | | | m_check Move DumpExt() into CheckContextGravatar Attila Molnar2016-03-191-18/+18
| * | | | m_check Move DumpListMode() into CheckContextGravatar Attila Molnar2016-03-191-13/+13
| * | | | m_check Refactor, move to the new RPL_CHECK numericGravatar Attila Molnar2016-03-191-80/+102
|/ / / /
* | | | Send NOTICEs to local channel members with Channel::WriteNotice()Gravatar Attila Molnar2016-03-058-10/+10
* | | | Adds classban module providing extban 'n' for connect class ban.Gravatar Johanna A2016-03-041-0/+47
* | | | m_spanningtree Remove ModuleSpanningTree::RemoteMessage()•••This method is no longer used, replacement is User::WriteRemoteNotice() Gravatar Attila Molnar2016-03-012-17/+0
* | | | Send NOTICEs that can go to both local and remote users with User::WriteRemot...Gravatar Attila Molnar2016-03-015-10/+10
* | | | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Gravatar Attila Molnar2016-02-263-24/+14
* | | | m_hideoper Reorder checks in OnSendWhoLine()•••Check if the entire line should be hidden first Gravatar Attila Molnar2016-02-261-3/+4
* | | | Return ModResult from the OnSendWhoLine hookGravatar Attila Molnar2016-02-263-13/+15
* | | | Remove unnecessary std::string::c_str() callsGravatar Attila Molnar2016-02-251-1/+1
* | | | Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics•••Use them instead of the raw numbers Gravatar Attila Molnar2016-02-251-1/+1
* | | | m_clones Send numeric with User::WriteNumeric()Gravatar Attila Molnar2016-02-251-4/+4
* | | | m_userip Send numeric with User::WriteNumeric()Gravatar Attila Molnar2016-02-251-2/+2
* | | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to itGravatar Attila Molnar2016-02-2510-41/+47
* | | | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Gravatar Attila Molnar2016-02-257-26/+28
* | | | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Gravatar Attila Molnar2016-02-259-19/+19
* | | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-2579-215/+208
* | | | m_dccallow Call WriteNumeric() in a loop when displaying helpGravatar Attila Molnar2016-02-241-19/+25
* | | | Fix some numericsGravatar Attila Molnar2016-02-242-2/+2
* | | | Merge insp20Gravatar Attila Molnar2016-02-228-13/+80
|\| | |
| * | | m_namedmodes Only show chan key to members and opers with channels/auspexGravatar Attila Molnar2016-02-131-1/+6
| * | | m_callerid Free old extension data before unserializing the new dataGravatar Attila Molnar2016-02-131-4/+5
| * | | m_dccallow Add config option to control max entries on a list•••Default to 20 Gravatar Attila Molnar2016-02-121-1/+10
| * | | m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify...Gravatar Attila Molnar2016-02-121-1/+1
| * | | Merge pull request #1071 from SaberUK/insp20+fix-lusers•••[2.0] Fix hidden operators being shown in LUSERS.Gravatar Attila Molnar2016-02-121-1/+41
| |\ \ \
| | * | | Fix hidden operators being shown in LUSERS.Gravatar Peter Powell2016-02-121-1/+41
| * | | | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4Gravatar Adam2016-02-111-1/+1
| * | | | Work around irc::spacesepstream not stripping extraneous spaces.Gravatar Peter Powell2015-12-071-1/+6
| * | | | Fix CAP REQ to be atomic like the standard dictates.•••Reported by @dequis on IRC. Gravatar Peter Powell2015-12-072-9/+12
| |/ / /
| * | | m_operprefix Unset mode on unload•••Fixes issue #1109 reported by @Sheogorath-SI Gravatar Attila Molnar2015-11-231-0/+33
| * | | Fix incorrect std::string::operator[] usage•••Passing a position equal to length() to the non-const version of operator[] is undefined Gravatar Attila Molnar2015-09-282-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. Gravatar Peter Powell2015-06-141-5/+14