aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies...Gravatar Attila Molnar2015-06-061-18/+89
* | | | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core Gravatar Attila Molnar2015-06-062-5/+15
* | | | Add max outgoing record size option to sslprofile configGravatar Attila Molnar2015-06-062-2/+16
* | | | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time Gravatar Attila Molnar2015-06-062-6/+10
* | | | Add support for channel alias prefixes with multiple characters.Gravatar Peter Powell2015-06-031-9/+9
* | | | m_silence Change silencelist type to vectorGravatar Attila Molnar2015-06-031-3/+3
* | | | m_silence Remove unused parameters from OnBuildExemptList and rename itGravatar Attila Molnar2015-06-031-2/+2
* | | | m_callerid Prioritize after other mods for the OnUserPreMessage hook•••Issue #1051 Gravatar Attila Molnar2015-06-031-0/+6
* | | | Fix incomplete conversion to the new whois system noticed by @SaberUKGravatar Attila Molnar2015-06-024-17/+23
* | | | m_spanningtree Log nick collisions more verbosely and in all casesGravatar Attila Molnar2015-05-234-6/+8
* | | | m_spanningtree Fix harmless valgrind warning about uninit var usage on unloadGravatar Attila Molnar2015-05-191-0/+1
* | | | New m_ldap from Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. Gravatar Adam2015-05-181-302/+343
* | | | Fix incorrect iterator use leading to prematurely exiting loops when quitting...Gravatar Attila Molnar2015-05-173-3/+9
|/ / /
* | | m_spanningtree Use uint64_t for the burst start time to avoid overflowsGravatar Attila Molnar2015-05-134-8/+8
* | | m_spanningtree Clean up commentsGravatar Attila Molnar2015-05-1314-67/+43
* | | Merge insp20Gravatar Attila Molnar2015-05-103-1/+29
|\| |
| * | Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-uline•••[2.0] Fix not being able to message ulines when m_restrictmsg is loaded.Gravatar Attila Molnar2015-05-101-2/+10
| |\ \
| | * | Fix not being able to message ulines when m_restrictmsg is loaded.Gravatar Peter Powell2015-05-101-2/+10
| * | | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp...Gravatar Attila Molnar2015-05-101-1/+8
| |/ /
* | | Merge branch 'master+whoiscontext'Gravatar Attila Molnar2015-05-048-43/+56
|\ \ \
| * | | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine() Gravatar Attila Molnar2015-04-288-41/+55
| * | | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Gravatar Attila Molnar2015-04-287-10/+9
| * | | m_servprotect Remove pointless compare of src and dst from OnWhoisLine handlerGravatar Attila Molnar2015-04-281-1/+1
* | | | m_httpd Fix iteration in OnUnloadModule()Gravatar Attila Molnar2015-05-011-1/+1
|/ / /
* | | Merge insp20Gravatar Attila Molnar2015-04-2012-10/+104
|\| |
| * | m_sasl Update description, SASL is no longer exclusive to AthemeGravatar Attila Molnar2015-04-161-1/+1
| * | m_dccallow Validate tokens before useGravatar Attila Molnar2015-04-161-0/+6
| * | Merge branch 'insp20+timedbans' into insp20Gravatar Attila Molnar2015-04-161-6/+45
| |\ \
| | * | m_timedbans Notice user when trying to set a ban that's already setGravatar Attila Molnar2015-04-131-0/+7
| | * | m_timedbans Extract IsBanSet() to a functionGravatar Attila Molnar2015-04-131-5/+13
| | * | m_timedbans On channel destruction remove all timed bans belonging to the cha...Gravatar Attila Molnar2015-04-131-1/+23
| | * | m_timedbans Store Channel pointer in struct TimedBanGravatar Attila Molnar2015-04-131-0/+2
| * | | m_sasl Add missing validation for server-to-server SASL messageGravatar Attila Molnar2015-04-161-0/+3
| |/ /
| * | Fix various Clang warnings.•••- warning: 'register' storage class specifier is deprecated. Gravatar Peter Powell2015-02-261-1/+1
| * | m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...Gravatar Attila Molnar2015-02-041-1/+1
| * | m_abbreviation Fix typo in numeric textGravatar Attila Molnar2015-01-211-1/+1
| * | Merge pull request #961 from SaberUK/insp20+fix-snotice•••Fix a snotice in m_spanningtree incorrectly using an unsigned long.Gravatar Attila Molnar2015-01-211-2/+2
| |\ \
| | * | Fix a snotice in m_spanningtree incorrectly using an unsigned long.•••This value can be negative so it should be a signed long not an unsigned long. Gravatar Peter Powell2015-01-031-2/+2
| * | | m_operprefix Fix force joined opers not being given the operprefix modeGravatar Attila Molnar2015-01-191-1/+17
| * | | m_hideoper Fix wrong /WHO output for hidden opers if the channel name contain...Gravatar Attila Molnar2015-01-171-1/+5
| * | | m_check Fix non-standard format specifier %s passed to strftime() causing pro...Gravatar Attila Molnar2014-12-271-2/+4
| |/ /
| * | m_httpd On module unload close all connections hooked by the module being unl...Gravatar Attila Molnar2014-12-101-1/+15
| * | Don't submit a reload worker if the module doing the reload is scheduled for ...Gravatar Attila Molnar2014-11-301-1/+1
| * | Allow setting a limit of less than 64 entries for non-ban listmodes via <banl...•••Fixes regression introduced in 234be2f3cb Gravatar Attila Molnar2014-10-271-0/+2
* | | Merge branch 'master+ehdispatch'Gravatar Attila Molnar2015-04-152-37/+19
|\ \ \
| * | | Dispatch EventHandler events to dedicated virtual functions•••Remove enum EventType Gravatar Attila Molnar2015-04-122-37/+19
* | | | Add ipv6 dnsbl supportGravatar Adam2015-04-071-7/+26
|/ / /
* | | m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and later•••Setting a vector push function is recommended to reduce overhead during handshake Gravatar Attila Molnar2015-03-061-0/+42
* | | m_ssl_openssl Remove OpenSSLIOHook::outbound and is_outbound constructor para...Gravatar Attila Molnar2015-03-051-5/+3
* | | m_ssl_openssl Specify TLS client/server role on session creation, switch to S...Gravatar Attila Molnar2015-03-051-11/+14