aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionGravatar Attila Molnar2015-12-052-2/+69
| * | | m_ircv3 Make WriteNeighborsWithCap() available for use in other modulesGravatar Attila Molnar2015-12-051-22/+3
| * | | m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...Gravatar Attila Molnar2015-12-051-0/+2
| * | | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionGravatar Attila Molnar2015-12-051-0/+149
| * | | m_cap Save and restore the cap state of a module when it is reloadedGravatar Attila Molnar2015-12-051-1/+81
| * | | m_cap Specialize extension itemGravatar Attila Molnar2015-12-051-1/+54
| * | | m_sasl Advertise SASL mechanism list to supporting clientsGravatar Attila Molnar2015-12-051-0/+22
| * | | m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...Gravatar Attila Molnar2015-12-051-0/+6
| * | | m_cap Provide the OnCapAddDel() eventGravatar Attila Molnar2015-12-051-2/+11
| * | | m_cap Add Capability::GetCapValue(), list capabilities with valuesGravatar Attila Molnar2015-12-051-4/+16
| * | | m_cap Reject CAP CLEAR from clients newer than 3.1Gravatar Attila Molnar2015-12-051-1/+1
| * | | m_cap Learn the supported capability negotiation protocol of a client from CA...•••Let modules implementing caps query this information Gravatar Attila Molnar2015-12-051-0/+12
| * | | m_cap Add Capability::OnList() hookGravatar Attila Molnar2015-12-051-0/+3
| * | | m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque...Gravatar Attila Molnar2015-12-051-2/+21
| * | | m_cap Add Capability::OnRequest() hookGravatar Attila Molnar2015-12-051-1/+9
| * | | Add rewritten m_cap module•••- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps Gravatar Attila Molnar2015-12-056-21/+266
| * | | m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, renameGravatar Attila Molnar2015-12-051-7/+7
* | | | m_sasl Enforce usage of uuids in server-to-server SASL commandGravatar Attila Molnar2015-12-051-1/+1
|/ / /
* | | Nuke m_capGravatar Attila Molnar2015-12-051-148/+0
* | | m_services_account Handle FORMAT_INTERNAL when unserializing the accountname•••Skip sending the numeric and firing the OnAccountChange event Gravatar Attila Molnar2015-11-261-0/+5
* | | Handle module reloading in core_reloadmodule entirelyGravatar Attila Molnar2015-11-261-23/+2
* | | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr...Gravatar Attila Molnar2015-11-111-1/+1
* | | m_ssl_gnutls Strip unrecognized tokens from the priority string if configured...Gravatar Attila Molnar2015-11-111-2/+61
* | | m_ssl_gnutls Add GnuTLS::Priority::GetDefault()Gravatar Attila Molnar2015-11-111-2/+12
* | | m_ssl_gnutls Remove DH parameter generation•••Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params. Gravatar Attila Molnar2015-11-101-17/+1
* | | m_ssl_openssl Disable compression and SSL v3 by defaultGravatar Attila Molnar2015-11-101-2/+2
* | | m_ssl_openssl Add workaround for a memory leak in OpenSSLGravatar Attila Molnar2015-11-101-1/+9
* | | Add UserManager::NextAlreadySentId() and convert all code to use itGravatar Attila Molnar2015-11-031-2/+2
* | | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one Gravatar Attila Molnar2015-11-023-6/+10
* | | m_ssl_openssl Implement custom BIO methods that call SocketEngine methodsGravatar Attila Molnar2015-07-071-3/+86
* | | m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructorGravatar Attila Molnar2015-07-071-2/+0
* | | m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if availableGravatar Attila Molnar2015-07-061-1/+6
* | | m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and laterGravatar Attila Molnar2015-07-061-0/+5
* | | m_ssl_openssl Unconditionally compile code for detecting renegotiation and di...Gravatar Attila Molnar2015-07-061-9/+1
* | | m_blockcaps Reword error message to indicate 'greater than or equal to' logic...Gravatar David Lamont2015-07-011-1/+1
* | | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar)Gravatar Attila Molnar2015-06-261-2/+2
|\ \ \
| * | | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly Gravatar James Lu2015-06-121-2/+2
* | | | m_ssl_gnutls, m_ssl_openssl Log library version information on loadGravatar Attila Molnar2015-06-222-0/+4
* | | | 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