index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
m_abbreviation Fix typo in numeric text
Attila Molnar
2015-01-21
1
-1
/
+1
|
*
|
Merge pull request #961 from SaberUK/insp20+fix-snotice
•••
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
Attila Molnar
2015-01-21
1
-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.
Peter Powell
2015-01-03
1
-2
/
+2
|
*
|
|
m_operprefix Fix force joined opers not being given the operprefix mode
Attila Molnar
2015-01-19
1
-1
/
+17
|
*
|
|
m_hideoper Fix wrong /WHO output for hidden opers if the channel name contain...
Attila Molnar
2015-01-17
1
-1
/
+5
|
*
|
|
m_check Fix non-standard format specifier %s passed to strftime() causing pro...
Attila Molnar
2014-12-27
1
-2
/
+4
|
|
/
/
|
*
|
m_httpd On module unload close all connections hooked by the module being unl...
Attila Molnar
2014-12-10
1
-1
/
+15
|
*
|
Don't submit a reload worker if the module doing the reload is scheduled for ...
Attila Molnar
2014-11-30
1
-1
/
+1
|
*
|
Allow setting a limit of less than 64 entries for non-ban listmodes via <banl...
•••
Fixes regression introduced in 234be2f3cb
Attila Molnar
2014-10-27
1
-0
/
+2
*
|
|
Merge branch 'master+ehdispatch'
Attila Molnar
2015-04-15
2
-37
/
+19
|
\
\
\
|
*
|
|
Dispatch EventHandler events to dedicated virtual functions
•••
Remove enum EventType
Attila Molnar
2015-04-12
2
-37
/
+19
*
|
|
|
Add ipv6 dnsbl support
Adam
2015-04-07
1
-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
Attila Molnar
2015-03-06
1
-0
/
+42
*
|
|
m_ssl_openssl Remove OpenSSLIOHook::outbound and is_outbound constructor para...
Attila Molnar
2015-03-05
1
-5
/
+3
*
|
|
m_ssl_openssl Specify TLS client/server role on session creation, switch to S...
Attila Molnar
2015-03-05
1
-11
/
+14
*
|
|
m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_...
Attila Molnar
2015-03-05
1
-4
/
+4
*
|
|
m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ...
Attila Molnar
2015-03-05
1
-0
/
+8
*
|
|
m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:...
Attila Molnar
2015-03-05
1
-14
/
+9
*
|
|
m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling code
Attila Molnar
2015-03-05
2
-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
Attila Molnar
2015-03-05
2
-19
/
+5
*
|
|
m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handling
Attila Molnar
2015-03-05
2
-36
/
+25
*
|
|
m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single state
Attila Molnar
2015-03-05
1
-5
/
+4
*
|
|
m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop...
Attila Molnar
2015-02-28
1
-0
/
+27
*
|
|
m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:...
Attila Molnar
2015-02-28
1
-4
/
+25
*
|
|
m_ssl_gnutls Add convenience macro for library version checking, change check...
Attila Molnar
2015-02-28
1
-11
/
+12
*
|
|
Fix oversights in substr() conversion
•••
Thanks to @StevenVanAcker for reporting and testing this
Attila Molnar
2015-02-27
1
-1
/
+1
*
|
|
capab: m_kicknorejoin: Don't advertise upper bound to 2.0 servers
Daniel Vassdal
2015-02-22
1
-0
/
+5
*
|
|
m_kicknorejoin: Advertise upper bound. Closes #913
Daniel Vassdal
2015-02-22
1
-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.
Daniel Vassdal
2015-02-22
1
-1
/
+1
*
|
|
Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...
Attila Molnar
2015-02-15
4
-4
/
+4
*
|
|
m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events
Attila Molnar
2015-02-12
1
-2
/
+2
*
|
|
Merge branch 'master+crossmodevents'
Attila Molnar
2015-02-12
14
-98
/
+102
|
\
\
\
|
*
|
|
m_httpd Remove now unused variable "claimed"
Attila Molnar
2015-02-11
1
-3
/
+0
|
*
|
|
Convert the spanningtree events to use the new cross-module event system
Attila Molnar
2015-02-11
3
-2
/
+10
|
*
|
|
Remove unused parameters from HTTPRequest constructor
Attila Molnar
2015-02-11
1
-2
/
+2
|
*
|
|
Convert the HTTPd request event to use the new cross-module event system
Attila Molnar
2015-02-11
3
-12
/
+28
|
*
|
|
Convert the HTTPd ACL event to use the new cross-module event system
Attila Molnar
2015-02-11
2
-11
/
+24
|
*
|
|
Convert the SASL fallback event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-1
/
+5
|
*
|
|
Convert the CAP event to use the new cross-module event system
Attila Molnar
2015-02-11
6
-30
/
+6
|
*
|
|
Allow enabling/disabling caps via GenericCap::SetActive()
Attila Molnar
2015-02-11
1
-17
/
+10
|
*
|
|
Convert the account login event to use the new cross-module event system
Attila Molnar
2015-02-11
2
-25
/
+22
*
|
|
|
m_httpd_stats Remove days/hours/mins/secs from <uptime>
•••
Uptime can be calculated easily from the boot time
Attila Molnar
2015-02-12
1
-7
/
+1
*
|
|
|
m_httpd_stats Fix pointer being shown instead of server name in <user>
Attila Molnar
2015-02-12
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'master+tlsversion'
Attila Molnar
2015-02-06
2
-6
/
+19
|
\
\
\
|
*
|
|
m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite string
Attila Molnar
2015-01-27
2
-0
/
+2
|
*
|
|
m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...
Attila Molnar
2015-01-27
2
-6
/
+17
*
|
|
|
Merge pull request #984 from Renegade334/modules-exempt-uline
•••
Allow U-lined services to bypass m_silence (configurable)
Attila Molnar
2015-02-06
1
-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.
Renegade334
2015-02-05
1
-1
/
+9
*
|
|
|
|
m_mysql Add charset config option
Florian Praden
2015-02-06
1
-0
/
+6
*
|
|
|
|
Merge pull request #976 from SaberUK/master+fix-xline-db
•••
Fix xline reasons being truncated in m_xline_db.
Attila Molnar
2015-02-05
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[prev]
[next]