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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
refactor(xml): move get and next functions to Xml
Clombrong
2025-06-26
3
-23
/
+21
|
*
refactor(xml): move InvalidStanza exception to Xml
Clombrong
2025-06-26
3
-4
/
+5
|
*
fix(stream): remove start function
Clombrong
2025-06-26
1
-12
/
+0
|
*
refactor(portal_ws): stanza_open to header
Clombrong
2025-06-26
1
-1
/
+1
|
*
feat(stream): use new Portal stream negotiation interface
Clombrong
2025-06-26
1
-5
/
+2
|
*
chore: move comments to correct location
Clombrong
2025-06-25
2
-17
/
+16
|
*
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(dune): add markup-lwt dependency
Clombrong
2025-06-24
1
-1
/
+2
|
*
fix(sasl): depend on Stream.get to get auth response as Xml.element
Clombrong
2025-06-24
1
-7
/
+1
|
*
feat(stream): add function get for xml elements
Clombrong
2025-06-24
1
-0
/
+7
|
*
fix(stream): rename function get to next
Clombrong
2025-06-24
1
-2
/
+2
|
*
feat(sasl): add parse_features function
Clombrong
2025-06-24
1
-0
/
+26
|
*
feat(sasl): add stream_features record
Clombrong
2025-06-24
1
-0
/
+6
|
*
fix(sasl): use Xmlns.sasl in unwrapping
Clombrong
2025-06-24
1
-6
/
+2
|
*
feat(xml): add xmlns to debugging
Clombrong
2025-06-24
1
-6
/
+8
|
*
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
|
*
feat(stream): add parse_auth_mechanism function
Clombrong
2025-06-24
1
-0
/
+4
|
*
feat(xml): add function element_to_string
Clombrong
2025-06-24
1
-0
/
+26
|
*
docs(xml): document the tree function
Clombrong
2025-06-20
1
-0
/
+2
|
*
feat(xml): add conversion function from Markup.ml to element
Clombrong
2025-06-19
1
-0
/
+20
|
*
feat: new module Xml
Clombrong
2025-06-19
2
-0
/
+7
|
*
refactor(sasl): move xmlns to its own module
Clombrong
2025-06-18
2
-4
/
+4
|
*
style: change fill-column to 88
Clombrong
2025-06-18
2
-5
/
+10
|
*
feat(sasl): add Unknown auth mechanism
Clombrong
2025-06-18
2
-1
/
+4
|
*
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
2
-5
/
+6
|
*
feat(sasl): adapt sasl to receive Markup signals
Clombrong
2025-06-18
1
-6
/
+7
|
*
feat(stream): return a stream of signals when using get
Clombrong
2025-06-18
1
-7
/
+10
|
*
docs(stream): docstring get wrapper
Clombrong
2025-06-17
1
-0
/
+3
|
*
feat(stream): wrap Lwt_stream.get to support ClosedStream exception
Clombrong
2025-06-17
2
-7
/
+10
|
*
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
2
-1
/
+1
|
*
feat(stream): add ClosedStream exception
Clombrong
2025-06-11
2
-1
/
+4
|
*
feat(auth): add MalformedRequest SASL error
Clombrong
2025-06-11
1
-0
/
+2
|
*
fix(auth): assume english by default
Clombrong
2025-06-11
1
-0
/
+1
|
*
feat(auth): parse auth response and return appropriate result
Clombrong
2025-06-11
1
-2
/
+24
|
*
feat(stream): add InvalidStanza exception
Clombrong
2025-06-10
1
-0
/
+2
|
*
feat(auth): introduce not-authorized sasl error
Clombrong
2025-06-10
1
-0
/
+7
|
*
docs(stream): add docstring for the start function
Clombrong
2025-06-10
1
-0
/
+3
|
*
feat(auth): use streams directly for send_auth_stanza
Clombrong
2025-06-10
1
-2
/
+4
|
*
feat(auth): wrap plain auth in <auth> stanza
Clombrong
2025-06-10
2
-2
/
+10
|
*
test(auth): add send_auth_stanza to tests
Clombrong
2025-06-10
1
-0
/
+1
|
*
feat(auth): replace authenticate with send_auth_stanza function
Clombrong
2025-06-10
1
-8
/
+3
|
*
fix(auth): derive show without path
Clombrong
2025-06-10
1
-1
/
+1
|
*
feat(auth): gen auth parameter
Clombrong
2025-06-10
2
-0
/
+4
|
[prev]
[next]