log mod_client_certs/mod_client_certs.lua @ 4575:5b4f43b90766

age author description
Fri, 18 Jan 2019 14:06:05 +0100 Thibaut Girka mod_client_certs: do not crash on plain sockets
Fri, 24 Aug 2018 20:49:54 +0200 Emmanuel Gil Peyrot mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.
Thu, 13 Aug 2015 18:03:11 +0200 Thijs Alkemade mod_client_certs: Patch from mathieui fixing invalid results when requesting multiple certs, missing stream feature and problem with PEM decoding.
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Sun, 30 Jun 2013 01:12:24 +0200 Kim Alvefur mod_client_certs: Update for x509 API in LuaSec 0.5
Mon, 29 Apr 2013 23:32:16 +0200 Thijs Alkemade mod_client_certs: Updated to match the specification in urn:xmpp:saslcert:1.
Tue, 12 Jun 2012 19:27:02 +0200 Florian Zeitz mod_client_certs: Add Ad-Hoc commands for certificate management
Tue, 12 Jun 2012 14:00:57 +0200 Florian Zeitz mod_client_certs: Strip x509 data
Sat, 09 Jun 2012 23:15:44 +0200 Thijs Alkemade mod_client_certs: Follow the rules in XEP-0178 about the inclusion of the username when using EXTERNAL, instead of mapping one certificate to one user.
Tue, 05 Jun 2012 20:47:02 +0200 Thijs Alkemade mod_client_certs: Fix the checking of valid id_on_xmppAddr fields.
Tue, 05 Jun 2012 19:31:03 +0200 Thijs Alkemade mod_client_certs: Disconnect every session that was using that cert when revoking a client certificate.
Tue, 05 Jun 2012 18:02:28 +0200 Thijs Alkemade mod_client_certs: Checking in the latest version I have with Zash's changes.