log mod_sasl2/mod_sasl2.lua @ 5707:9a5fca9f90a6

age author description
23 months ago Matthew Wild mod_sasl2: Pull user-agent info into sasl_handler for later reference
23 months ago Matthew Wild mod_sasl2: Fire authentication-{success,failure} events like mod_saslauth
2022-11-28 Matthew Wild mod_sasl2: Honour (c2s_)require_encryption config option
2022-10-14 Matthew Wild mod_sasl2: Forward stream attributes into sub-event
2022-10-13 Matthew Wild mod_sasl2: Clear sasl_handler on final success
2022-09-22 Matthew Wild mod_sasl2: Further break up success handling, into pre/post stream:features
2022-09-22 Matthew Wild mod_sasl2: Store client id if provided
2022-09-21 Matthew Wild mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistency
2022-09-21 Matthew Wild mod_sasl2: Move <inline/> into <authentication>
2022-09-21 Matthew Wild mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)
2022-09-13 Matthew Wild mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace
2022-09-06 Matthew Wild mod_sasl2: Hacky support for channel binding
2022-09-02 Matthew Wild mod_sasl2: Add event for other modules to advertise inline features
2022-08-29 Matthew Wild mod_sasl2: Fix handling of various failure/error cases
2022-08-28 Matthew Wild mod_sasl2: Include additional-data in SASL success response
2022-08-28 Matthew Wild mod_sasl2: Eventually return true from success handler
2022-08-28 Matthew Wild mod_sasl2: Return true to indicate challenge was handled successfully
2022-08-28 Matthew Wild mod_sasl2: Fix <challenge> generation
2022-08-28 Matthew Wild mod_sasl2: Return status from event handlers
2021-11-28 Kim Alvefur mod_sasl2: Silence [luacheck] warning
2021-11-28 Kim Alvefur mod_sasl2: Remove channel binding
2019-09-27 Kim Alvefur mod_sasl2: Experimental implementation of XEP-0388