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(portal_tcp): send XML declaration in stream negotiation
Clombrong
2025-06-26
1
-1
/
+2
|
*
feat(portal_tcp): rewrite stanza_close to close
Clombrong
2025-06-26
1
-1
/
+2
|
*
feat(portal_tcp): rewrite stanza_open to negotiate
Clombrong
2025-06-26
1
-2
/
+17
|
*
feat(stream): use new Portal stream negotiation interface
Clombrong
2025-06-26
1
-5
/
+2
|
*
feat(portal): change stream open and close interface in Portal
Clombrong
2025-06-26
1
-2
/
+7
|
*
feat(portal): make portal_tcp an implementation of Portal
Clombrong
2025-06-26
5
-3
/
+58
|
*
feat(native_hello): open and close our first stream!
Clombrong
2025-06-26
1
-3
/
+3
|
*
fix(portal_tcp): use lwt_stream to coalesce xml fragments
Clombrong
2025-06-26
1
-5
/
+11
|
*
feat(portal_tcp): add stanza_close
Clombrong
2025-06-26
1
-0
/
+2
|
*
fix(portal_tcp): fix the horrible endless wait issue
Clombrong
2025-06-26
1
-1
/
+8
|
*
feat(portal_tcp): add stanza_open
Clombrong
2025-06-26
1
-0
/
+16
|
*
feat(portal_tcp): add xmlns
Clombrong
2025-06-25
1
-0
/
+2
|
*
chore(portal_websockets): remove useless open
Clombrong
2025-06-25
1
-1
/
+0
|
*
docs(portal_tcp): document connect
Clombrong
2025-06-25
1
-0
/
+7
|
*
feat(portal_tcp): add connect function
Clombrong
2025-06-25
1
-8
/
+11
|
*
feat(portal_tcp): add portal type t
Clombrong
2025-06-25
1
-0
/
+3
|
*
feat(portal_tcp): add MalformedStanza exception
Clombrong
2025-06-25
2
-1
/
+3
|
*
feat(portal_tcp): move tcp_stream push function to connect
Clombrong
2025-06-25
1
-11
/
+12
|
*
feat(portal): add MalformedStanza exception to Portal interface
Clombrong
2025-06-25
1
-0
/
+2
|
*
feat(native_hello): use tcp_stream
Clombrong
2025-06-25
2
-5
/
+10
|
*
feat(portal_tcp): add tcp_stream function
Clombrong
2025-06-25
2
-1
/
+29
|
*
chore: move comments to correct location
Clombrong
2025-06-25
4
-52
/
+50
|
*
fix(portal_websockets): change failure message
Clombrong
2025-06-25
1
-1
/
+1
|
*
fix(portal_websockets): use Lwt exceptions to signal failure
Clombrong
2025-06-25
1
-4
/
+4
|
*
feat(portal_tcp): add connect function
Clombrong
2025-06-25
2
-2
/
+4
|
*
fix(portal-tcp): rename tcp_endpoint to xmpp_port
Clombrong
2025-06-25
2
-3
/
+3
|
*
feat(native_hello): test portal
Clombrong
2025-06-25
2
-2
/
+6
|
*
feat(portal): new tcp portal module
Clombrong
2025-06-25
2
-0
/
+8
|
*
feat(native_hello): integrate env credentials
Clombrong
2025-06-25
1
-1
/
+4
|
*
feat(native_hello): new test for native OCaml
Clombrong
2025-06-25
2
-0
/
+4
|
*
chore(env): use .env to source credentials
Clombrong
2025-06-25
2
-0
/
+3
|
*
feat(portal): remove lib/ subdirectory
Clombrong
2025-06-25
4
-0
/
+0
|
*
fix(sasl): use pattern matching for auth config
Clombrong
2025-06-25
1
-2
/
+1
|
*
feat(websockets_hello): add preferred auth methods
v0.0.2
Clombrong
2025-06-25
1
-1
/
+1
|
*
feat(sasl): add features parsing to authenticate
Clombrong
2025-06-25
1
-3
/
+19
|
*
fix(websockets_hello): stop picking up authenticate's features stream
Clombrong
2025-06-25
1
-7
/
+6
|
*
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(websockets_hello): "handle" exceptions via print_endline
Clombrong
2025-06-24
1
-1
/
+9
|
*
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
|
[prev]
[next]