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 xline reasons being truncated in m_xline_db.
•••
This error was introduced in bbeb5ea3.
Peter Powell
2015-01-29
1
-1
/
+1
*
|
|
|
|
Merge branch 'master+foreachneighbor'
Attila Molnar
2015-01-26
1
-38
/
+20
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()
Attila Molnar
2015-01-24
1
-38
/
+20
*
|
|
|
|
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
28
-34
/
+59
|
\
\
\
\
|
*
\
\
\
Merge branch 'master+exttype' into master+no-rtti
Attila Molnar
2015-01-22
28
-34
/
+59
|
|
\
\
\
\
|
|
*
|
|
|
m_services_account Replace dynamic_cast with static_cast as we know the objec...
Attila Molnar
2015-01-18
1
-3
/
+1
|
|
*
|
|
|
m_spanningtree Only unserialize() METADATA if the object type matches Extensi...
Attila Molnar
2015-01-18
1
-2
/
+2
|
|
*
|
|
|
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-18
27
-29
/
+56
*
|
|
|
|
|
m_kicknorejoin Store kicked users in a vector
Attila Molnar
2015-01-23
1
-8
/
+26
*
|
|
|
|
|
m_kicknorejoin Move logic that tracks kicked users into KickRejoinData
Attila Molnar
2015-01-23
1
-25
/
+34
|
/
/
/
/
/
*
|
|
|
|
m_spanningtree Remove public TreeServer methods that are only called from Tre...
Attila Molnar
2015-01-20
2
-20
/
+2
*
|
|
|
|
m_spanningtree Get rid of some boilerplate
•••
Make methods const while at it
Attila Molnar
2015-01-20
4
-45
/
+7
|
/
/
/
/
*
|
|
|
Merge branch 'master+stfjoinforward'
Attila Molnar
2015-01-14
3
-16
/
+111
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
m_spanningtree Increase maximum generated FJOIN line size to 510
Attila Molnar
2015-01-09
1
-1
/
+1
|
*
|
|
m_spanningtree Forward FJOINs with correct TS, modes and userlist
Attila Molnar
2015-01-09
2
-3
/
+78
|
*
|
|
m_spanningtree Change name and scope of commait in FJOIN handler
Attila Molnar
2015-01-09
1
-3
/
+4
|
*
|
|
m_spanningtree Add overload for add() and has_room(), giving more flexibility...
Attila Molnar
2015-01-09
2
-6
/
+18
|
*
|
|
m_spanningtree Add CmdBuilder::push_raw() overload for ranges
Attila Molnar
2015-01-09
1
-0
/
+7
|
*
|
|
m_spanningtree Add source server parameter to CommandFJOIN::Builder constructor
•••
Default it to this server
Attila Molnar
2015-01-09
2
-3
/
+3
*
|
|
|
Remove some unnecessary NULL checks
Attila Molnar
2015-01-10
2
-7
/
+2
*
|
|
|
Reduce std::string::substr() usage
•••
substr() returns a new string while erase() and assign() modify the existing one
Attila Molnar
2015-01-10
19
-29
/
+29
|
/
/
/
*
|
|
Fix a regression in m_cloaking
•••
5c7db14a5 made the cloak use hex-encoded hashes instead of the binary output.
Thomas Fargeix
2014-12-29
1
-1
/
+1
*
|
|
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-12-15
14
-27
/
+21
*
|
|
Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs
Attila Molnar
2014-12-15
1
-2
/
+2
*
|
|
Merge branch 'master+callerid' into master+flatmap
Attila Molnar
2014-12-15
1
-20
/
+14
|
\
\
\
|
*
|
|
m_callerid Change CallerIdDataSet (wholistsme) to be a vector
Attila Molnar
2014-12-10
1
-3
/
+3
|
*
|
|
m_callerid Add typedefs for containers in callerid_data
Attila Molnar
2014-12-10
1
-6
/
+9
|
*
|
|
m_callerid Simplify code interacting with containers
Attila Molnar
2014-12-10
1
-12
/
+3
*
|
|
|
Merge branch 'master+timeout'
Attila Molnar
2014-12-08
2
-56
/
+56
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
m_flashpolicyd, m_httpd Store sockets in a intrusive list
Attila Molnar
2014-11-03
2
-8
/
+8
|
*
|
|
m_flashpolicyd, m_httpd Handle timeouts using the Timer system
Attila Molnar
2014-11-03
2
-46
/
+49
|
*
|
|
m_httpd Clean up HttpServerSocket constructor
Attila Molnar
2014-11-03
1
-3
/
+4
|
*
|
|
m_httpd Remove unused container
Attila Molnar
2014-11-03
1
-1
/
+0
|
*
|
|
m_httpd Always timeout connections, set default timeout to 10 seconds
Attila Molnar
2014-11-03
1
-4
/
+1
*
|
|
|
Link m_ldap against libldap_r
Adam
2014-12-07
1
-2
/
+2
*
|
|
|
Fix warnings in m_ssl_openssl about the use of `long long` on C++03.
Peter Powell
2014-12-07
1
-0
/
+7
|
/
/
/
*
|
|
Add stdalgo::isin() and use it to simplify code
Attila Molnar
2014-11-01
1
-1
/
+1
*
|
|
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-11-01
3
-21
/
+4
*
|
|
Merge insp20
Attila Molnar
2014-10-27
10
-19
/
+214
|
\
|
|
|
*
|
Remove some dead code found by Coverity
Attila Molnar
2014-10-26
2
-5
/
+1
|
*
|
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
•••
This is a modified version of 690c372. Fixes #905.
Peter Powell
2014-10-25
1
-6
/
+3
|
*
|
m_delaymsg Add option to disallow NOTICEs too
Attila Molnar
2014-10-23
1
-1
/
+18
|
*
|
Fix m_banredirect causing bans added for hosts being rewritten as nicks
Adam
2014-10-23
1
-0
/
+11
|
*
|
m_ssl_openssl Add compile time option that allows disabling renegotiations
Attila Molnar
2014-10-20
1
-0
/
+61
|
*
|
m_ssl_openssl Add compile time option to enable ECDH
Attila Molnar
2014-10-20
1
-0
/
+36
|
*
|
m_ssl_gnutls Add compile time option for allowing sha256 certificate fingerpr...
Attila Molnar
2014-10-20
1
-0
/
+4
|
*
|
Fix watch away numerics, #937
Adam
2014-10-19
1
-1
/
+1
|
*
|
m_delayjoin Only send JOIN on mode change if the mode being changed is a pref...
Attila Molnar
2014-10-17
1
-0
/
+5
|
*
|
Initialize all fields of issl_session on module load in SSL modules
Attila Molnar
2014-10-16
2
-1
/
+3
[prev]
[next]