index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
modules
/
ssl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'insp3' into master.
Sadie Powell
2023-05-16
1
-2
/
+2
|
\
|
*
Fix some minor Doxygen issues.
Sadie Powell
2023-05-16
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-04-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2023-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-04-27
1
-0
/
+19
|
\
|
|
*
Add client cert activation/expiration times to the ssl_cert class.
Sadie Powell
2023-03-01
1
-1
/
+26
|
*
Silence a Valgrind warning in SSLIOHook.
•••
Closes #2011.
Sadie Powell
2023-01-05
1
-0
/
+1
*
|
Add an option so local non-SSL users can be seen as securely connected.
Sadie Powell
2023-02-11
1
-0
/
+5
*
|
Avoid copying shared_ptr<IOHookProvider> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-03-11
1
-1
/
+0
|
\
|
|
*
Make the accessor methods in ssl_cert const.
Sadie Powell
2022-02-14
1
-11
/
+11
*
|
Remove duplicate includes from module headers.
Sadie Powell
2022-01-25
1
-1
/
+0
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-6
/
+6
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-6
/
+11
*
|
Replace some references to ssl with tls.
Sadie Powell
2021-12-08
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-23
1
-0
/
+19
|
\
|
|
*
Use CXX11_OVERRIDE instead of the override keyword.
Sadie Powell
2021-09-22
1
-1
/
+1
|
*
Add an API for checking if I/O hooks are ready or not.
Sadie Powell
2021-09-22
1
-0
/
+19
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-1
/
+1
|
\
|
|
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+2
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-2
/
+2
*
|
Move ssl_cert::GetMetaLine into the sslinfo module.
Sadie Powell
2021-04-12
1
-12
/
+0
*
|
Constify the members of ssl_cert.
Sadie Powell
2021-04-12
1
-10
/
+10
*
|
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Sadie Powell
2021-04-09
1
-1
/
+1
*
|
Refer to encryption as TLS instead of SSL in all messages.
Sadie Powell
2021-04-08
1
-21
/
+21
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
1
-0
/
+10
|
\
|
|
*
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-09
1
-0
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-29
1
-3
/
+4
|
\
|
|
*
Fix secure websocket users not being seen as secure.
•••
Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached.
Matt Schatz
2020-07-27
1
-3
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-2
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-0
/
+1
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-2
/
+2
|
*
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-14
1
-20
/
+20
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-14
1
-20
/
+20
|
\
\
|
*
|
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-14
1
-20
/
+20
|
|
/
*
/
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-3
/
+4
|
/
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+9
*
Allow SSLIOHook instances to override Get{Certificate,Fingerprint}.
Peter Powell
2019-05-13
1
-2
/
+2
*
Fix a minor typo in ssl.h
B00mX0r
2019-02-01
1
-1
/
+1
*
Only check if a SSL cert is usable if we're getting the fp.
Peter Powell
2018-11-26
1
-4
/
+2
*
Allow HAProxy to specify that a client is connecting with SSL.
Peter Powell
2018-10-25
1
-0
/
+6
*
Ignore expired or invalid client certificates (#1468).
•••
Fixes #1345.
Dylan Frank
2018-03-29
1
-2
/
+16
*
Add support to IOHook for retrieving the hostname sent via SNI.
Peter Powell
2017-10-29
1
-0
/
+7
[next]