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
/
src
/
modules
/
m_sslinfo.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-3
/
+3
|
*
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-1
/
+2
|
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
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-04-16
1
-1
/
+1
|
\
|
|
*
Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.
Sadie Powell
2022-04-12
1
-1
/
+1
|
|
|
|
|
|
|
|
This should make privilege errors more consistent.
*
|
Use more appropriate types in module-specific extension types.
Sadie Powell
2022-01-31
1
-8
/
+8
|
|
*
|
Refuse to set an extension on the wrong type of extensible.
Sadie Powell
2022-01-31
1
-0
/
+3
|
|
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-6
/
+6
|
|
*
|
Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>.
Sadie Powell
2022-01-16
1
-1
/
+1
|
|
*
|
Replace some references to "SSL" that snuck in during the merge.
Sadie Powell
2022-01-09
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+1
|
|
*
|
Make all extensibles use kebab-case for names where possible.
Sadie Powell
2021-12-26
1
-1
/
+1
|
|
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-10
1
-5
/
+25
|
\
|
|
*
Implement support for WebIRC gateways sending client fingerprints.
Sadie Powell
2021-11-10
1
-5
/
+25
|
|
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-3
/
+5
|
|
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-0
/
+1
|
|
*
|
Always respect the host field when automatically logging in opers.
Sadie Powell
2021-08-26
1
-18
/
+10
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-17
1
-9
/
+0
|
\
|
|
*
Deduplicate all whois numerics to the whois module header.
Sadie Powell
2021-07-05
1
-9
/
+0
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-1
/
+17
|
\
|
|
*
Add 'if-host-match' option to m_sslinfo oper autologin configuration.
Molly Miller
2021-06-21
1
-1
/
+17
|
|
|
|
|
|
|
|
|
|
|
|
This adds an option to perform the source host check (which is usually performed on manual oper login) in addition to the certificate fingerprint check when automatically logging in opers upon connection to the ircd.
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-1
/
+4
|
\
|
|
*
Skip clients on ulined servers in SSLINFO <#chan>.
Sadie Powell
2021-05-03
1
-1
/
+4
|
|
*
|
Add ChannelManager::IsPrefix.
Sadie Powell
2021-05-08
1
-1
/
+1
|
|
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-2
/
+2
|
|
*
|
Fix an inverted condition in the previous commit.
Sadie Powell
2021-04-12
1
-2
/
+2
|
|
*
|
Move ssl_cert::GetMetaLine into the sslinfo module.
Sadie Powell
2021-04-12
1
-2
/
+17
|
|
*
|
Refer to encryption as TLS instead of SSL in all messages.
Sadie Powell
2021-04-08
1
-13
/
+13
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-3
/
+2
|
|
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
|
|
*
|
Add a subclass of ExtensionItem exclusively for booleans.
Sadie Powell
2021-03-17
1
-2
/
+2
|
|
*
|
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
1
-2
/
+5
|
|
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-2
/
+2
|
|
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
|
|
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-4
/
+4
|
|
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-4
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-2
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-2
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-01
1
-26
/
+87
|
\
|
|
*
Move SSLINFO code for users to its own function and refactor.
Sadie Powell
2021-02-01
1
-16
/
+21
|
|
|
*
Allow using SSLINFO on channels.
Sadie Powell
2021-02-01
1
-18
/
+69
|
|
|
*
Convert SSLINFO to SplitCommand.
Sadie Powell
2021-02-01
1
-4
/
+4
|
|
|
*
Read <sslinfo:operonly> once at load time.
Sadie Powell
2021-02-01
1
-3
/
+8
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
1
-1
/
+1
|
\
|
[next]