summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-25m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ↵Attila Molnar
on unload
2016-04-25m_spanningtree Don't try to call the OnServerSplit hook when the module is ↵Attila Molnar
being unloaded
2016-04-22Merge pull request #1170 from SaberUK/insp20+travisAttila Molnar
Add configuration for building with Travis-CI.
2016-04-13m_spanningtree Ignore incoming BURST command in CONNECTED stateAttila Molnar
2016-04-13m_spanningtree Fix FJOIN forwardingAttila Molnar
2016-04-13m_spanningtree Resync servers when they recreate a channel outside of burstAttila Molnar
2016-04-13m_spanningtree Allow IJOIN with lower TSAttila Molnar
2016-04-11Refactor topic setting logic to go through Channel::SetTopic() in all casesAttila Molnar
- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently
2016-04-10Add configuration for building with Travis-CI.Peter Powell
2016-04-10Merge pull request #1169 from SaberUK/insp20+fix-makefileAttila Molnar
[2.0] Fix extraneous quotes in makefile template.
2016-04-10Fix extraneous quotes in makefile template.Peter Powell
2016-04-04Merge pull request #1168 from SaberUK/master+fix-configure-cache-parserAttila Molnar
Fix "use of uninitialized value $key in hash element" error.
2016-04-04Fix "use of uninitialized value $key in hash element" error.Peter Powell
2016-04-04Merge pull request #1167 from SaberUK/master+collisionAttila Molnar
Rename vague build environment variables to prevent collisions.
2016-04-04Rename M to INSPIRCD_MODULE.Peter Powell
2016-04-04Rename T to INSPIRCD_TARGET.Peter Powell
2016-04-04Rename D to INSPIRCD_DEBUG.Peter Powell
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-29Merge pull request #1162 from SaberUK/insp20+fix-deinstallAttila Molnar
[2.0] Delete modules cautiously when doing a deinstall.
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-25Delete modules cautiously when doing a deinstall.Peter Powell
2016-03-25Partially revert "Quote paths in the makefile".Peter Powell
There is no need to quote BASE and {BIN,CON,DAT,MOD,LOG}PATH because they are alreaady quoted. {BUILD,SOURCE}PATH however are unquoted so their usages still need to be quoted. This reverts commit dbcbf9647d0abb421f8a84b41e674f403c91ce8f.
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