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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 miscalculation of maxlen in Channel::UserList() introduced by the WriteNu...
Attila Molnar
2015-02-27
1
-1
/
+1
*
Fix oversights in substr() conversion
•••
Thanks to @StevenVanAcker for reporting and testing this
Attila Molnar
2015-02-27
2
-2
/
+2
*
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
*
Change all occurrences of Inspire to InspIRCd
Attila Molnar
2015-02-20
1
-1
/
+1
*
Eliminate constant return value of the all events version of ModuleManager::S...
Attila Molnar
2015-02-15
1
-3
/
+1
*
Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...
Attila Molnar
2015-02-15
4
-4
/
+4
*
Remove I_BEGIN from enum Implementation
Attila Molnar
2015-02-15
1
-3
/
+3
*
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
15
-110
/
+116
|
\
|
*
m_httpd Remove now unused variable "claimed"
Attila Molnar
2015-02-11
1
-3
/
+0
|
*
Remove class Event and the OnEvent hook
Attila Molnar
2015-02-11
1
-8
/
+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
|
*
Allow dynrefs to have an OnCapture() hook
Attila Molnar
2015-02-11
1
-2
/
+10
|
*
Ensure all dynrefs with the same target resolve to the same object when one n...
Attila Molnar
2015-02-11
1
-2
/
+4
*
|
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
|
\
\
\
|
*
|
|
Fix xline reasons being truncated in m_xline_db.
•••
This error was introduced in bbeb5ea3.
Peter Powell
2015-01-29
1
-1
/
+1
*
|
|
|
Merge pull request #971 from SaberUK/master+numeric-xline
•••
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
Attila Molnar
2015-02-05
2
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
•••
This is specified in RFC 1459 so we should probably use it.
Peter Powell
2015-01-24
2
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'master+foreachneighbor'
Attila Molnar
2015-01-26
3
-102
/
+103
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove needless checks from User::WriteCommon()/WriteCommonRaw()
Attila Molnar
2015-01-24
1
-6
/
+0
|
*
|
m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()
Attila Molnar
2015-01-24
1
-38
/
+20
|
*
|
Implement User::WriteCommonRaw() using ForEachNeighbor()
Attila Molnar
2015-01-24
1
-33
/
+21
|
*
|
Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager
Attila Molnar
2015-01-24
2
-41
/
+25
|
*
|
Add User::ForEachNeighbor()
Attila Molnar
2015-01-24
1
-0
/
+53
*
|
|
Merge branch 'master+cmdcleanup'
Attila Molnar
2015-01-25
1
-0
/
+28
|
\
\
\
|
*
|
|
Move implementation of Command and CommandBase functions into a source file
Attila Molnar
2015-01-24
1
-0
/
+28
|
|
/
/
*
/
/
m_spanningtree Rewrite PING logic to use Timers
Attila Molnar
2015-01-25
7
-120
/
+195
|
/
/
*
|
Merge branch 'master+no-rtti'
Attila Molnar
2015-01-23
33
-44
/
+89
|
\
\
|
*
\
Merge branch 'master+exttype' into master+no-rtti
Attila Molnar
2015-01-22
32
-44
/
+77
|
|
\
\
|
|
*
|
m_services_account Replace dynamic_cast with static_cast as we know the objec...
Attila Molnar
2015-01-18
1
-3
/
+1
[next]