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_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies...
Attila Molnar
2015-06-06
1
-18
/
+89
*
|
|
|
Call OnStreamSocketWrite() once per write event
•••
Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core
Attila Molnar
2015-06-06
2
-5
/
+15
*
|
|
|
Add max outgoing record size option to sslprofile config
Attila Molnar
2015-06-06
2
-2
/
+16
*
|
|
|
Convert all code to use StreamSocket::SendQueue
•••
Let OnStreamSocketWrite see the entire sendq instead of one element at a time
Attila Molnar
2015-06-06
2
-6
/
+10
*
|
|
|
Add support for channel alias prefixes with multiple characters.
Peter Powell
2015-06-03
1
-9
/
+9
*
|
|
|
m_silence Change silencelist type to vector
Attila Molnar
2015-06-03
1
-3
/
+3
*
|
|
|
m_silence Remove unused parameters from OnBuildExemptList and rename it
Attila Molnar
2015-06-03
1
-2
/
+2
*
|
|
|
m_callerid Prioritize after other mods for the OnUserPreMessage hook
•••
Issue #1051
Attila Molnar
2015-06-03
1
-0
/
+6
*
|
|
|
Fix incomplete conversion to the new whois system noticed by @SaberUK
Attila Molnar
2015-06-02
4
-17
/
+23
*
|
|
|
m_spanningtree Log nick collisions more verbosely and in all cases
Attila Molnar
2015-05-23
4
-6
/
+8
*
|
|
|
m_spanningtree Fix harmless valgrind warning about uninit var usage on unload
Attila Molnar
2015-05-19
1
-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.
Adam
2015-05-18
1
-302
/
+343
*
|
|
|
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
[prev]
[next]