summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-22stripcolor now strips from part messages (#1175)0x277F
2016-06-27Merge pull request #1187 from SaberUK/master+431Attila Molnar
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
2016-06-27Fix a minor oversight in ERR_NONICKNAMEGIVEN.Peter Powell
2016-06-27Merge pull request #1186 from SaberUK/master+build-system-cleanupAttila Molnar
Pass INSPIRCD_VERBOSE through the environment to unit-cc.
2016-06-27Merge pull request #1182 from SaberUK/master+431Attila Molnar
Fix sending the wrong numeric when an empty new nick is received.
2016-06-27Pass INSPIRCD_VERBOSE through the environment to unit-cc.Peter Powell
2016-06-27Fix cleaning files generated by configure.Peter Powell
This is an oversight from f79a55616b5ff05d4f2e6b031a17be5668d1d3ea.
2016-06-22Fix sending the wrong numeric when an empty new nick is received.Peter Powell
2016-06-15Add mbedTLS SSL moduleAttila Molnar
2016-05-03Update .gitignore to reflect LDAP module changesAttila Molnar
2016-04-30Merge branch 'master+sslconnmsg'Attila Molnar
2016-04-28m_spanningtree Send snotice with the negotiated ciphersuite when connected ↵Attila Molnar
using SSL
2016-04-28Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into ↵Attila Molnar
m_sslinfo
2016-04-28Export the GetCiphersuite() method from the SSL modulesAttila Molnar
2016-04-28Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or notAttila Molnar
Use it in a few places
2016-04-26Merge branch 'master+sasloffline'Attila Molnar
2016-04-25m_sasl Advertise the sasl capability only if the target server is onlineAttila Molnar
Issue #812
2016-04-25m_sasl Add ServerTracker class for tracking sasl_targetAttila Molnar
2016-04-25m_spanningtree Call the OnServerLink hook from TreeServer constructorAttila Molnar
2016-04-25m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() ↵Attila Molnar
so it runs for all lost servers
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-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-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