summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2016-03-29m_spanningtree Add CommandNum::BuilderAttila Molnar
2016-03-29m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for ↵Attila Molnar
1202 protocol servers
2016-03-29m_spanningtree Add NUM command handlerAttila Molnar
2016-03-29m_spanningtree Add class SpanningTree::RemoteUserAttila Molnar
2016-03-29Simplify GetRouting() methods doing unicastAttila Molnar
2016-03-29m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()Attila Molnar
This makes ROUTE_UNICAST() accept nicks and uuids
2016-03-29m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()Attila Molnar
2016-03-29m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()Attila Molnar
2016-03-29m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload ↵Attila Molnar
accepting a string
2016-03-29m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a ↵Attila Molnar
string
2016-03-29Ensure server names passed to some commands are really server namesAttila Molnar
2016-03-24Add support for SASL reauthentication.Peter Powell
2016-03-22Merge branches 'master+check' and 'master+namedmodes'Attila Molnar
2016-03-22m_namedmodes Switch to Numeric::ParamBuilderAttila Molnar
2016-03-22m_namedmodes Inherit command handler from SplitCommandAttila Molnar
Pass a LocalUser pointer to DisplayList()
2016-03-19m_check Move DumpExt() into CheckContextAttila Molnar
2016-03-19m_check Move DumpListMode() into CheckContextAttila Molnar
2016-03-19m_check Refactor, move to the new RPL_CHECK numericAttila Molnar
2016-03-05Send NOTICEs to local channel members with Channel::WriteNotice()Attila Molnar
2016-03-04Adds classban module providing extban 'n' for connect class ban.Johanna A
2016-03-01m_spanningtree Remove ModuleSpanningTree::RemoteMessage()Attila Molnar
This method is no longer used, replacement is User::WriteRemoteNotice()
2016-03-01Send NOTICEs that can go to both local and remote users with ↵Attila Molnar
User::WriteRemoteNotice()
2016-02-29Remove embarrassing negative comments about some clients from the codeAttila Molnar
2016-02-28Minor spelling errors in m_spanningtree.soGuillaume Delacour
2016-02-26Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric ↵Attila Molnar
objects to the OnSendWhoLine hook
2016-02-26m_hideoper Reorder checks in OnSendWhoLine()Attila Molnar
Check if the entire line should be hidden first
2016-02-26Return ModResult from the OnSendWhoLine hookAttila Molnar
2016-02-25Remove unnecessary std::string::c_str() callsAttila Molnar
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
Use them instead of the raw numbers
2016-02-25m_clones Send numeric with User::WriteNumeric()Attila Molnar
2016-02-25m_userip Send numeric with User::WriteNumeric()Attila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵Attila Molnar
numerics to it
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ↵Attila Molnar
as method parameters
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Attila Molnar
parameters
2016-02-24m_dccallow Call WriteNumeric() in a loop when displaying helpAttila Molnar
2016-02-24Fix some numericsAttila Molnar
2016-02-22Merge insp20Attila Molnar
2016-02-22Merge pull request #1139 from johanna-a/masterAttila Molnar
Adds <commandlist> tag with command usage to httpd_stats.
2016-02-20Adds <commandlist> tag with command usage to httpd_stats.Johanna A
2016-02-20Fix GCC 6 warning about auto_ptr via a different method.Peter Powell
The previous method was causing build errors on CentOS and Solaris.
2016-02-20Remove the useless testnet module.Peter Powell
2016-02-19Merge pull request #1135 from SaberUK/master+starttlsAttila Molnar
Remove the STARTTLS token from ISUPPORT.
2016-02-19Merge pull request #1130 from SaberUK/master+capnewAttila Molnar
Fix cap-notify sending ADD instead of NEW.
2016-02-19Remove the STARTTLS token from ISUPPORT.Peter Powell
This is an InspIRCd-specific token which is pointless because: 1. You can't STARTTLS after registration is complete. 2. You can already discover STARTTLS support via cap `tls`.
2016-02-19Fix cap-notify sending ADD instead of NEW.Peter Powell
2016-02-19Fix warnings when building under GCC 6.Peter Powell
2016-02-18Fix dccallow to work with files with spaces in their namesAdam
2016-02-13m_namedmodes Only show chan key to members and opers with channels/auspexAttila Molnar
2016-02-13m_callerid Free old extension data before unserializing the new dataAttila Molnar