aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix bursting channel bansGravatar Adam2016-08-012-11/+16
| | | |
| * | | m_ssl_openssl Verify DH params being non-NULL before setting it on the contextGravatar Attila Molnar2016-07-221-4/+11
| | | | | | | | | | | | | | | | Fixes issue reported by @m4rkw on IRC
| * | | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data ↵Gravatar Attila Molnar2016-06-212-1/+11
| | | | | | | | | | | | | | | | remains in the buffer of the SSL library
| * | | Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ↵Gravatar Attila Molnar2016-06-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | ConfigTag::readString() Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure
| * | | Fix a minor warning in m_hideoper on some systems.Gravatar Peter Powell2016-05-031-1/+1
| | | |
| * | | Remove embarrassing negative comments about some clients from the codeGravatar Attila Molnar2016-02-291-1/+1
| | | |
| * | | Minor spelling errors in m_spanningtree.soGravatar Guillaume Delacour2016-02-282-2/+2
| | | |
| * | | Fix dccallow to work with files with spaces in their namesGravatar Adam2016-02-181-12/+26
| | | |
* | | | m_ssl_mbedtls Apply dummy CA workaround for client contextGravatar Attila Molnar2016-08-101-0/+1
| | | |
* | | | m_ssl_* Add option to sslprofile controlling whether to request client ↵Gravatar Attila Molnar2016-08-083-9/+39
| | | | | | | | | | | | | | | | certificates
* | | | Add WebSocket moduleGravatar Attila Molnar2016-08-081-0/+405
| | | |
* | | | Add SHA1 moduleGravatar Attila Molnar2016-08-081-0/+199
| | | |
* | | | Keep multiple IOHookProvider references in class ListenSocketGravatar Attila Molnar2016-08-082-4/+9
| | | | | | | | | | | | | | | | This adds the <bind:hook> config option which works together with <bind:ssl>
* | | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ↵Gravatar Attila Molnar2016-08-085-31/+22
| | | | | | | | | | | | | | | | | | | | | | | | module Use it to simplify logic in all modules using or providing IOHooks
* | | | 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 ↵Gravatar Attila Molnar2016-04-281-0/+10
| | | | | | | | | | | | | | | | using SSL
* | | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into ↵Gravatar Attila Molnar2016-04-283-45/+20
| | | | | | | | | | | | | | | | m_sslinfo
* | | | 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 notGravatar Attila Molnar2016-04-281-1/+1
| | | | | | | | | | | | | | | | Use it in a few places
* | | | m_sasl Advertise the sasl capability only if the target server is onlineGravatar Attila Molnar2016-04-251-2/+9
| | | | | | | | | | | | | | | | Issue #812
* | | | 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() ↵Gravatar Attila Molnar2016-04-251-2/+3
| | | | | | | | | | | | | | | | so it runs for all lost servers
* | | | m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ↵Gravatar Attila Molnar2016-04-251-0/+16
| | | | | | | | | | | | | | | | on unload
* | | | m_spanningtree Don't try to call the OnServerSplit hook when the module is ↵Gravatar Attila Molnar2016-04-251-1/+2
| | | | | | | | | | | | | | | | being unloaded
* | | | 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 casesGravatar Attila Molnar2016-04-115-50/+20
| | | | | | | | | | | | | | | | | | | | - 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
* | | | 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 ↵Gravatar Attila Molnar2016-03-292-0/+6
| | | | | | | | | | | | | | | | SpanningTree::RemoteUser
* | | | 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 ↵Gravatar Attila Molnar2016-03-291-0/+90
| | | | | | | | | | | | | | | | 1202 protocol servers
* | | | 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()Gravatar Attila Molnar2016-03-291-1/+3
| | | | | | | | | | | | | | | | This makes ROUTE_UNICAST() accept nicks and uuids
* | | | 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 ↵Gravatar Attila Molnar2016-03-292-11/+0
| | | | | | | | | | | | | | | | accepting a string
* | | | m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a ↵Gravatar Attila Molnar2016-03-291-5/+0
| | | | | | | | | | | | | | | | string
* | | | 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
|\ \ \ \ \