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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
|
*
fix(test): prefix env vars with FLESH_
Clombrong
2025-06-19
1
-2
/
+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
|
*
fix(test): use open! in test instead of open
Clombrong
2025-06-19
1
-4
/
+4
|
*
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
4
-29
/
+47
|
*
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
|
*
feat(portal-websockets): use Markup.ml signals in connect
Clombrong
2025-06-18
1
-28
/
+24
|
*
feat(portal-websockets): rework the ws_stream function (sleeker)
Clombrong
2025-06-18
1
-17
/
+14
|
*
feat(portal): add XML namespace to interface
Clombrong
2025-06-18
2
-3
/
+13
|
*
fix(portal): return stream of signals instead of parser
markup-rework
Clombrong
2025-06-18
2
-3
/
+3
|
*
fix(portal): accept parsing streams instead of pure signals
Clombrong
2025-06-18
2
-3
/
+3
|
*
feat(portal-websockets): make connect accept and return signals
Clombrong
2025-06-18
1
-27
/
+17
|
*
feat(portal): change default type t
Clombrong
2025-06-18
2
-2
/
+2
|
*
feat(portal-websockets): return a stream of signals with stanza_close
Clombrong
2025-06-17
2
-2
/
+2
|
*
feat(portal-websockets): return a stream of signals with stanza_open
Clombrong
2025-06-17
4
-5
/
+8
|
*
feat(portal): depend on markup.ml
Clombrong
2025-06-17
3
-6
/
+4
|
*
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
3
-8
/
+11
|
*
feat(sasl): use new auth_config record for authentication
Clombrong
2025-06-17
2
-15
/
+26
|
*
feat(websockets_hello): close stream after main
Clombrong
2025-06-17
1
-3
/
+3
|
*
feat(sasl): replace full jid with node part in SASL auth
Clombrong
2025-06-13
2
-7
/
+13
|
|
|
|
sasl'ing with the full jid is not compliant (and works with ejabberd only)
*
feat: move auth to sasl
Clombrong
2025-06-11
3
-3
/
+3
|
*
feat(stream): add ClosedStream exception
Clombrong
2025-06-11
2
-1
/
+4
|
*
fix(tests): use environment variables for testing account
Clombrong
2025-06-11
1
-4
/
+6
|
*
feat(auth): add MalformedRequest SASL error
Clombrong
2025-06-11
2
-1
/
+4
|
*
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
2
-3
/
+28
|
*
feat(test): catch lwt exceptions
Clombrong
2025-06-11
1
-7
/
+10
|
*
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
2
-5
/
+6
|
*
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
2
-3
/
+8
|
*
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
|
*
chore(dune): add base64 dependency
Clombrong
2025-06-10
2
-0
/
+2
|
*
feat!: new module Auth
Clombrong
2025-06-09
2
-1
/
+10
|
*
chore(dune): add ppx_deriving dependency
Clombrong
2025-06-09
2
-0
/
+2
|
*
chore(manifest): add unzip
Clombrong
2025-06-09
1
-1
/
+2
|
*
fix(open_stanza): use Markup.ml to construct the default open stanza
Clombrong
2025-06-03
1
-7
/
+14
|
*
chore(dir-locals): fix whitespace
Clombrong
2025-06-02
1
-9
/
+9
|
[prev]
[next]