summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-04Rename V to INSPIRCD_VERBOSE.Peter Powell
2016-04-04Rename PURE_STATIC to INSPIRCD_STATIC.Peter Powell
2016-03-30Remove unused ProtocolInterface::SendTopic()Attila Molnar
2016-03-30Remove ProtocolInterface::PushToClient()Attila Molnar
2016-03-30Remove User::SendText() and overrides completelyAttila Molnar
2016-03-30m_showfile Replace User::SendText() call with WriteCommand()Attila Molnar
2016-03-30m_spanningtree Remove PUSH handlerAttila Molnar
2016-03-30Merge branch 'master+stnum'Attila Molnar
2016-03-29Make User::WriteRemoteNumeric() virtual, implement it in ↵Attila Molnar
SpanningTree::RemoteUser
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-29Handle numerics with a source other than the local server in ↵Attila Molnar
User::WriteNumeric()
2016-03-29Merge branch 'master+stroute'Attila Molnar
2016-03-29Merge pull request #1165 from Adam-/master+dnssourceAttila Molnar
core_dns: allow configuring source address
2016-03-29core_dns: allow configuring source addressAdam
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-29core_info Deduplicate code by inheriting some commands from ServerTargetCommandAttila Molnar
2016-03-29core_info Add class ServerTargetCommandAttila Molnar
2016-03-24Merge pull request #1149 from SaberUK/master+saslAttila Molnar
Add support for SASL reauthentication.
2016-03-24Add support for SASL reauthentication.Peter Powell
2016-03-24Merge pull request #1159 from SaberUK/master+configureAttila Molnar
Improvements to ./configure file generation.
2016-03-23Don't prepend ":<nick>" to raw input logAttila Molnar
2016-03-22Simplify the configure cache file format.Peter Powell
This prevents the need to implement escaping of values which was a bug in the previous format.
2016-03-22Move the configure cache to the .configure directory too.Peter Powell
2016-03-22Write generated templates to the .configure directory.Peter Powell
2016-03-22Fix a typo in parse_templates.Peter Powell
2016-03-22Extract directory creation code to its own subroutine.Peter Powell
2016-03-22Remove now unused overload of User::SendText()Attila Molnar
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-22Add Numeric::ParamBuilderAttila Molnar
It builds numerics where the individual components are parameters of the numeric
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-19Fix oversights in the WriteNumeric() parameter conversionAttila Molnar
2016-03-05Merge branch 'master+chanwritenotice'Attila Molnar
2016-03-05Send NOTICEs to local channel members with Channel::WriteNotice()Attila Molnar
2016-03-05Add Channel::WriteNotice()Attila Molnar
2016-03-04Merge pull request #1150 from johanna-a/conname_extbanAttila Molnar
Adds classban module providing extban 'n' for connect class ban.
2016-03-04Adds classban module providing extban 'n' for connect class ban.Johanna A
2016-03-02Merge branch 'master+writeremotenotice'Attila Molnar