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
...
*
|
|
|
Fix incorrect iterator use leading to prematurely exiting loops when quitting...
Attila Molnar
2015-05-17
3
-3
/
+9
|
/
/
/
*
|
|
m_spanningtree Use uint64_t for the burst start time to avoid overflows
Attila Molnar
2015-05-13
4
-8
/
+8
*
|
|
m_spanningtree Clean up comments
Attila Molnar
2015-05-13
14
-67
/
+43
*
|
|
Merge insp20
Attila Molnar
2015-05-10
3
-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.
Attila Molnar
2015-05-10
1
-2
/
+10
|
|
\
\
|
|
*
|
Fix not being able to message ulines when m_restrictmsg is loaded.
Peter Powell
2015-05-10
1
-2
/
+10
|
*
|
|
m_ssl_gnutls Hold users in pre-registration state until the handshake is comp...
Attila Molnar
2015-05-10
1
-1
/
+8
|
|
/
/
*
|
|
Merge branch 'master+whoiscontext'
Attila Molnar
2015-05-04
8
-43
/
+56
|
\
\
\
|
*
|
|
Move OnWhois* events to core_whois, add Whois::Context
•••
Remove InspIRCd::SendWhoisLine()
Attila Molnar
2015-04-28
8
-41
/
+55
|
*
|
|
Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()
Attila Molnar
2015-04-28
7
-10
/
+9
|
*
|
|
m_servprotect Remove pointless compare of src and dst from OnWhoisLine handler
Attila Molnar
2015-04-28
1
-1
/
+1
*
|
|
|
m_httpd Fix iteration in OnUnloadModule()
Attila Molnar
2015-05-01
1
-1
/
+1
|
/
/
/
*
|
|
Merge insp20
Attila Molnar
2015-04-20
12
-10
/
+104
|
\
|
|
|
*
|
m_sasl Update description, SASL is no longer exclusive to Atheme
Attila Molnar
2015-04-16
1
-1
/
+1
|
*
|
m_dccallow Validate tokens before use
Attila Molnar
2015-04-16
1
-0
/
+6
|
*
|
Merge branch 'insp20+timedbans' into insp20
Attila Molnar
2015-04-16
1
-6
/
+45
|
|
\
\
|
|
*
|
m_timedbans Notice user when trying to set a ban that's already set
Attila Molnar
2015-04-13
1
-0
/
+7
|
|
*
|
m_timedbans Extract IsBanSet() to a function
Attila Molnar
2015-04-13
1
-5
/
+13
|
|
*
|
m_timedbans On channel destruction remove all timed bans belonging to the cha...
Attila Molnar
2015-04-13
1
-1
/
+23
|
|
*
|
m_timedbans Store Channel pointer in struct TimedBan
Attila Molnar
2015-04-13
1
-0
/
+2
|
*
|
|
m_sasl Add missing validation for server-to-server SASL message
Attila Molnar
2015-04-16
1
-0
/
+3
|
|
/
/
|
*
|
Fix various Clang warnings.
•••
- warning: 'register' storage class specifier is deprecated.
Peter Powell
2015-02-26
1
-1
/
+1
|
*
|
m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...
Attila Molnar
2015-02-04
1
-1
/
+1
|
*
|
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
[prev]
[next]