aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Keep multiple IOHookProvider references in class ListenSocket•••This adds the <bind:hook> config option which works together with <bind:ssl> Gravatar Attila Molnar2016-08-082-4/+9
* | | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks Gravatar Attila Molnar2016-08-085-31/+22
* | | | Pass sendq to OnStreamSocketWriteGravatar Attila Molnar2016-08-083-6/+3
* | | | stripcolor now strips from part messages (#1175)Gravatar 0x277F2016-07-221-0/+17
* | | | Add mbedTLS SSL moduleGravatar Attila Molnar2016-06-151-0/+924
* | | | m_spanningtree Send snotice with the negotiated ciphersuite when connected us...Gravatar Attila Molnar2016-04-281-0/+10
* | | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...Gravatar Attila Molnar2016-04-283-45/+20
* | | | Export the GetCiphersuite() method from the SSL modulesGravatar Attila Molnar2016-04-282-2/+6
* | | | Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not•••Use it in a few places Gravatar Attila Molnar2016-04-281-1/+1
* | | | m_sasl Advertise the sasl capability only if the target server is online•••Issue #812 Gravatar Attila Molnar2016-04-251-2/+9
* | | | m_sasl Add ServerTracker class for tracking sasl_targetGravatar Attila Molnar2016-04-251-1/+65
* | | | m_spanningtree Call the OnServerLink hook from TreeServer constructorGravatar Attila Molnar2016-04-251-1/+2
* | | | m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s...Gravatar Attila Molnar2016-04-251-2/+3
* | | | m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...Gravatar Attila Molnar2016-04-251-0/+16
* | | | m_spanningtree Don't try to call the OnServerSplit hook when the module is be...Gravatar Attila Molnar2016-04-251-1/+2
* | | | m_spanningtree Ignore incoming BURST command in CONNECTED stateGravatar Attila Molnar2016-04-131-0/+5
* | | | m_spanningtree Fix FJOIN forwardingGravatar Attila Molnar2016-04-131-1/+1
* | | | m_spanningtree Resync servers when they recreate a channel outside of burstGravatar Attila Molnar2016-04-131-2/+12
* | | | m_spanningtree Allow IJOIN with lower TSGravatar Attila Molnar2016-04-131-4/+2
* | | | Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- 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 Gravatar Attila Molnar2016-04-115-50/+20
* | | | Remove unused ProtocolInterface::SendTopic()Gravatar Attila Molnar2016-03-302-6/+0
* | | | Remove ProtocolInterface::PushToClient()Gravatar Attila Molnar2016-03-302-6/+0
* | | | m_showfile Replace User::SendText() call with WriteCommand()Gravatar Attila Molnar2016-03-301-3/+4
* | | | 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