index
:
clombrong/flesh.git
markup-rework
master
merged-socket-tcp
XMPP flesh interface for OCaml
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sasl.ml
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(sasl): use Jid.t as the jid type
Clombrong
2025-07-26
1
-6
/
+4
|
*
style(sasl): rename sasl_error to error
Clombrong
2025-06-29
1
-4
/
+4
|
*
style(sasl): rename auth_config to config
Clombrong
2025-06-29
1
-2
/
+2
|
*
style(sasl): rename auth_mechanism to mechanism
Clombrong
2025-06-29
1
-5
/
+5
|
*
feat(wire): move next and get from xml to wire
Clombrong
2025-06-27
1
-1
/
+1
|
*
feat(portal): add field in t for underlying socket
Clombrong
2025-06-27
1
-1
/
+1
|
*
feat(portal): change type t into a record
Clombrong
2025-06-27
1
-1
/
+1
|
*
refactor(sasl): move all auth-related types from Stream to Sasl
Clombrong
2025-06-26
1
-2
/
+9
|
*
refactor(sasl): handle stream features outside of authenticate
Clombrong
2025-06-26
1
-16
/
+16
|
*
refactor(sasl): rename features record and its fields
Clombrong
2025-06-26
1
-2
/
+2
|
*
refactor(xml): move get and next functions to Xml
Clombrong
2025-06-26
1
-2
/
+2
|
*
refactor(xml): move InvalidStanza exception to Xml
Clombrong
2025-06-26
1
-2
/
+2
|
*
fix(sasl): use pattern matching for auth config
Clombrong
2025-06-25
1
-2
/
+1
|
*
feat(sasl): add features parsing to authenticate
Clombrong
2025-06-25
1
-3
/
+19
|
*
feat(sasl): add match unrecoverable
Clombrong
2025-06-25
1
-0
/
+4
|
*
feat(sasl): collect stream features in authenticate function
Clombrong
2025-06-24
1
-5
/
+8
|
*
fix(sasl): depend on Stream.get to get auth response as Xml.element
Clombrong
2025-06-24
1
-7
/
+1
|
*
fix(sasl): use Xmlns.sasl in unwrapping
Clombrong
2025-06-24
1
-6
/
+2
|
*
feat(sasl): parse auth stanza using Xml.element
Clombrong
2025-06-24
1
-24
/
+31
|
*
fix(sasl): forgot a space in unknown auth message
Clombrong
2025-06-24
1
-1
/
+1
|
*
refactor(sasl): move xmlns to its own module
Clombrong
2025-06-18
1
-4
/
+3
|
*
style: change fill-column to 88
Clombrong
2025-06-18
1
-3
/
+6
|
*
feat(sasl): add Unknown auth mechanism
Clombrong
2025-06-18
1
-0
/
+1
|
*
fix(sasl): rename read_sasl_error to parse_sasl_error
Clombrong
2025-06-18
1
-4
/
+4
|
*
refactor(stream): move auth_mecchanism from sasl to stream
Clombrong
2025-06-18
1
-5
/
+4
|
*
feat(sasl): adapt sasl to receive Markup signals
Clombrong
2025-06-18
1
-6
/
+7
|
*
feat(stream): wrap Lwt_stream.get to support ClosedStream exception
Clombrong
2025-06-17
1
-6
/
+3
|
*
feat(sasl): use new auth_config record for authentication
Clombrong
2025-06-17
1
-0
/
+15
|
*
feat(sasl): replace full jid with node part in SASL auth
Clombrong
2025-06-13
1
-2
/
+2
|
|
|
|
sasl'ing with the full jid is not compliant (and works with ejabberd only)
*
feat: move auth to sasl
Clombrong
2025-06-11
1
-0
/
+49