aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_...Gravatar Attila Molnar2015-03-051-4/+4
* | | m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ...Gravatar Attila Molnar2015-03-051-0/+8
* | | m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:...Gravatar Attila Molnar2015-03-051-14/+9
* | | m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling codeGravatar Attila Molnar2015-03-052-53/+47
* | | m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write han...•••Remove states ISSL_CLOSING and ISSL_CLOSED from m_ssl_gnutls Gravatar Attila Molnar2015-03-052-19/+5
* | | m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handlingGravatar Attila Molnar2015-03-052-36/+25
* | | m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single stateGravatar Attila Molnar2015-03-051-5/+4
* | | m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop...Gravatar Attila Molnar2015-02-281-0/+27
* | | m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:...Gravatar Attila Molnar2015-02-281-4/+25
* | | m_ssl_gnutls Add convenience macro for library version checking, change check...Gravatar Attila Molnar2015-02-281-11/+12
* | | Fix oversights in substr() conversion•••Thanks to @StevenVanAcker for reporting and testing this Gravatar Attila Molnar2015-02-271-1/+1
* | | capab: m_kicknorejoin: Don't advertise upper bound to 2.0 serversGravatar Daniel Vassdal2015-02-221-0/+5
* | | m_kicknorejoin: Advertise upper bound. Closes #913Gravatar Daniel Vassdal2015-02-221-2/+8
* | | m_sqloper.cpp: Add support for the `active` column•••When active is true the user is allowed to log in. When it is FALSE, he is not. 2.0 users must alter their table (or view) so that it contains this field. Gravatar Daniel Vassdal2015-02-221-1/+1
* | | Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...Gravatar Attila Molnar2015-02-154-4/+4
* | | m_spanningtree Pass Server* to the OnServerLink/OnServerSplit eventsGravatar Attila Molnar2015-02-121-2/+2
* | | Merge branch 'master+crossmodevents'Gravatar Attila Molnar2015-02-1214-98/+102
|\ \ \
| * | | m_httpd Remove now unused variable "claimed"Gravatar Attila Molnar2015-02-111-3/+0
| * | | Convert the spanningtree events to use the new cross-module event systemGravatar Attila Molnar2015-02-113-2/+10
| * | | Remove unused parameters from HTTPRequest constructorGravatar Attila Molnar2015-02-111-2/+2
| * | | Convert the HTTPd request event to use the new cross-module event systemGravatar Attila Molnar2015-02-113-12/+28
| * | | Convert the HTTPd ACL event to use the new cross-module event systemGravatar Attila Molnar2015-02-112-11/+24
| * | | Convert the SASL fallback event to use the new cross-module event systemGravatar Attila Molnar2015-02-111-1/+5
| * | | Convert the CAP event to use the new cross-module event systemGravatar Attila Molnar2015-02-116-30/+6
| * | | Allow enabling/disabling caps via GenericCap::SetActive()Gravatar Attila Molnar2015-02-111-17/+10
| * | | Convert the account login event to use the new cross-module event systemGravatar Attila Molnar2015-02-112-25/+22
* | | | m_httpd_stats Remove days/hours/mins/secs from <uptime>•••Uptime can be calculated easily from the boot time Gravatar Attila Molnar2015-02-121-7/+1
* | | | m_httpd_stats Fix pointer being shown instead of server name in <user>Gravatar Attila Molnar2015-02-121-1/+1
|/ / /
* | | Merge branch 'master+tlsversion'Gravatar Attila Molnar2015-02-062-6/+19
|\ \ \
| * | | m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite stringGravatar Attila Molnar2015-01-272-0/+2
| * | | m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...Gravatar Attila Molnar2015-01-272-6/+17
* | | | Merge pull request #984 from Renegade334/modules-exempt-uline•••Allow U-lined services to bypass m_silence (configurable)Gravatar Attila Molnar2015-02-061-1/+9
|\ \ \ \
| * | | | modules/m_silence: Allow U-lined services to bypass silence masks•••Adds a config entry (silence->exemptuline) that specifies whether users on U-lined servers can bypass silence masks. Gravatar Renegade3342015-02-051-1/+9
* | | | | m_mysql Add charset config optionGravatar Florian Praden2015-02-061-0/+6
* | | | | Merge pull request #976 from SaberUK/master+fix-xline-db•••Fix xline reasons being truncated in m_xline_db.Gravatar Attila Molnar2015-02-051-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |