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
/
extra
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
11
-31
/
+32
*
|
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
4
-11
/
+12
*
|
Log the versions of third-party libraries used by modules.
Sadie Powell
2023-01-19
10
-4
/
+70
*
|
Add a helper method for determining if a sockaddrs is an IP endpoint.
Sadie Powell
2023-01-17
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-01-16
1
-5
/
+32
|
\
|
|
*
Fix building the pgsql connection DSN in some rare cases.
•••
These values need to be escaped or they will be malformed. Ref: https://www.postgresql.org/docs/15/libpq-connect.html#id-1.7.3.8.3.5
Sadie Powell
2023-01-14
1
-5
/
+32
*
|
Remove some more unnecessary things from the global headers.
Sadie Powell
2023-01-14
1
-0
/
+1
*
|
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
8
-14
/
+14
*
|
Fix using std::move when not appropriate.
Sadie Powell
2023-01-10
2
-3
/
+3
*
|
Avoid copying various shared_ptr usages when not necessary.
Sadie Powell
2023-01-10
1
-2
/
+2
*
|
Avoid copying shared_ptr<IOHookProvider> when not necessary.
Sadie Powell
2023-01-10
3
-3
/
+3
*
|
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
11
-18
/
+18
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
6
-10
/
+7
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
9
-13
/
+8
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-12-25
1
-0
/
+6
|
\
|
|
*
Fix an incompatibility between MySQL and MariaDB.
Sadie Powell
2022-12-18
1
-0
/
+2
|
*
Add SSL support to the mysql module.
Sadie Powell
2022-12-18
1
-0
/
+4
*
|
Pass the client/server sockaddr around as a ref instead of a ptr.
Sadie Powell
2022-12-25
3
-3
/
+3
*
|
Move extension types to their own header to speed up build times.
Sadie Powell
2022-12-19
1
-1
/
+3
*
|
Rework the levels things are logged at to make more sense.
Sadie Powell
2022-12-18
7
-13
/
+13
*
|
Update module descriptions.
Sadie Powell
2022-12-12
3
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-12-10
1
-0
/
+6
|
\
|
|
*
Add a sslprofile option for disabling TLS 1.3 in ssl_openssl.
•••
This mirrors the options (<sslprofile:tlsv{1,11,12}>) for other TLS versions.
Sadie Powell
2022-12-10
1
-0
/
+6
|
*
Import regex_pcre2 from inspircd-contrib.
•••
The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already.
Sadie Powell
2022-12-05
2
-2
/
+110
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
2
-4
/
+13
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-11-30
1
-4
/
+2
|
\
|
|
*
Use gnutls_digest_get_id if supported by the GnuTLS library.
Sadie Powell
2022-11-29
1
-1
/
+4
|
*
Fix asserting when building against libstdc++ in debug mode.
•••
This code was safe as the pointer was never actually dereferenced but libstdc++ would assert on it anyway.
Sadie Powell
2022-11-28
1
-1
/
+1
*
|
More const correctness.
Sadie Powell
2022-10-23
3
-3
/
+3
*
|
Switch the ssl_mbedtls module to use ifstream instead of FileReader.
•••
Using FileReader here is problematic because it means that certs can't be reloaded without a full rehash.
Sadie Powell
2022-10-11
1
-5
/
+6
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
6
-9
/
+9
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-09-21
2
-18
/
+82
|
\
|
|
*
Allow building regex_posix against PCRE on Windows for link compat.
Sadie Powell
2022-09-21
1
-2
/
+8
|
*
Fix the ldap module when building against Windows LDAP.
Sadie Powell
2022-09-21
1
-16
/
+75
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
7
-20
/
+14
*
|
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
7
-20
/
+20
*
|
Fix some warnings noticed by the bugprone-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-1
/
+1
*
|
Clean up the Windows build process and remove some legacy code.
Sadie Powell
2022-09-03
1
-3
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-09-03
1
-1
/
+1
|
\
|
|
*
Fix the name of the compiler flags attribute in the ldap module.
Sadie Powell
2022-09-01
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-08-27
2
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-08-25
2
-1
/
+2
*
|
Add support for logging JSON to stdout and stderr.
Sadie Powell
2022-08-24
1
-8
/
+36
*
|
Fix cached log messages not having the correct timestamp.
Sadie Powell
2022-08-23
2
-4
/
+4
*
|
Rename OnSetUserIP to OnChangeRemoteAddress.
Sadie Powell
2022-08-10
1
-1
/
+1
*
|
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
7
-29
/
+20
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
11
-64
/
+64
*
|
Drop support for ancient unsupported versions of OpenSSL.
Sadie Powell
2022-06-30
1
-19
/
+3
*
|
Drop support for ancient unsupported versions of GnuTLS.
Sadie Powell
2022-06-30
1
-61
/
+3
[prev]
[next]