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 (
Expand
)
Author
Age
Files
Lines
*
feat(stream): raise an exception on insufficient encryption
Clombrong
2025-06-29
1
-1
/
+5
*
feat(stream): adapt negotiate and initiate to feature list
Clombrong
2025-06-29
1
-7
/
+18
*
feat(stream): parse_features returns a feature list
Clombrong
2025-06-29
1
-22
/
+12
*
feat(stream): raise exception if there's bare text in <features>
Clombrong
2025-06-29
1
-0
/
+6
*
feat(stream): remplace features type by feature type
Clombrong
2025-06-29
1
-5
/
+4
*
chore(parse_features): spacing
Clombrong
2025-06-29
1
-0
/
+6
*
fix(stream): raise exception on non-mechanism in mechanisms
Clombrong
2025-06-29
1
-5
/
+4
*
fix(stream): allow <starttls/> required special case
Clombrong
2025-06-29
1
-4
/
+12
*
feat(portal_tcp): send closing element when pushing None
Clombrong
2025-06-29
1
-9
/
+3
*
docs(stream): improve doc of negotiate
Clombrong
2025-06-28
1
-2
/
+6
*
feat(stream): add SASL auth in stream negotiation
Clombrong
2025-06-28
1
-2
/
+10
*
feat(stream): pass down auth config to the negotiate function
Clombrong
2025-06-28
1
-3
/
+7
*
feat(stream): handle STARTTLS negotiation
Clombrong
2025-06-28
1
-4
/
+12
*
docs(starttls): document Starttls module functions
Clombrong
2025-06-28
1
-0
/
+6
*
feat(starttls): add upgrade function
Clombrong
2025-06-28
1
-0
/
+28
*
feat(flesh): new module Starttls
Clombrong
2025-06-28
2
-0
/
+1
*
feat(xmlns): add tls namespace
Clombrong
2025-06-28
1
-0
/
+1
*
feat(stream): add function initiate
Clombrong
2025-06-27
1
-0
/
+17
*
feat(wire): move next and get from xml to wire
Clombrong
2025-06-27
4
-21
/
+23
*
feat(flesh): new module Wire
Clombrong
2025-06-27
2
-0
/
+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
2
-4
/
+4
*
feat(sasl): add negotiate function
Clombrong
2025-06-27
1
-0
/
+16
*
refactor(sasl): move all auth-related types from Stream to Sasl
Clombrong
2025-06-26
2
-12
/
+11
*
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
2
-11
/
+11
*
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
[next]