index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_sasl.cpp
Age
Commit message (
Expand
)
Author
2020-12-16
Use !empty instead of size when checking if containers are empty.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-02-21
Add support for requiring users to use SSL in order to use SASL.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-09-30
Stop GCC warnings about the deprecated OnServerSplit event.
Peter Powell
2019-09-23
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-07-31
Fix sasl hangs with clients that blindly request the capability.
Peter Powell
2019-07-26
Fix various cases of broken indentation.
Peter Powell
2019-07-15
Split ServerEventListener into {Broadcast,Link,Sync}EventListener.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2018-12-01
Fix detecting secure clients connecting through HAProxy/WEBIRC.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2017-12-10
Require that the services server be configured in <sasl:target>.
Peter Powell
2017-12-03
Rename the spanningtree module header to server.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-12
Merge the latest changes from insp20 into master.
Peter Powell
2017-10-12
Clean up m_sasl slightly by making SendSASL take common params.
Peter Powell
2017-10-12
Send ERR_SASLTOOLONG when a client sends an oversized AUTHENTICATE.
Peter Powell
2017-10-11
Include connection security with the SASL host information.
Peter Powell
2017-10-11
Don't abort the SASL authentication in OnUserConnect.
Peter Powell
2017-10-11
Get rid of ReadCGIIRCExt() in m_sasl.
Peter Powell
2017-10-11
Convert the AUTHENTICATE handler to use SplitCommand.
Peter Powell
2017-09-06
Convert uncontroversial anonymous numerics to use constants.
Peter Powell
2017-08-27
Remove module file extensions from user-visible messages.
Peter Powell
2017-07-12
Merge pull request #1270 from SaberUK/master+sasl
Peter Powell
2017-07-09
Merge v2.0.23 and v2.0.24 into master.
Peter Powell
2017-02-26
m_sasl: use host/ip from m_cgiirc if applicable
Adam
2016-12-22
Always append the SSL fingerprint even if EXTERNAL is not used.
Peter Powell
2016-12-19
m_sasl: send host/ip info
Adam
2016-09-05
m_sasl: really abort sasl session on register
Adam
2016-09-03
m_sasl: don't allow AUTHENTICATE with mechanisms with a space
Adam
2016-08-17
Merge insp20
Attila Molnar
2016-08-13
Fix more incorrect std::string::operator[] usage
Attila Molnar
2016-04-25
m_sasl Advertise the sasl capability only if the target server is online
Attila Molnar
2016-04-25
m_sasl Add ServerTracker class for tracking sasl_target
Attila Molnar
2016-03-24
Add support for SASL reauthentication.
Peter Powell
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-24
Fix some numerics
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-12-06
Merge branch 'master+cap'
Attila Molnar
2015-12-05
m_sasl Advertise SASL mechanism list to supporting clients
Attila Molnar
2015-12-05
m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque...
Attila Molnar
2015-12-05
Add rewritten m_cap module
Attila Molnar
2015-12-05
m_sasl Enforce usage of uuids in server-to-server SASL command
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-04-16
m_sasl Update description, SASL is no longer exclusive to Atheme
Attila Molnar
2015-04-16
m_sasl Add missing validation for server-to-server SASL message
Attila Molnar
[next]