index
:
clombrong/flesh.git
markup-rework
master
merged-socket-tcp
XMPP flesh interface for OCaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(websockets_hello): add preferred auth methods
v0.0.2
Clombrong
2025-06-25
1
-1
/
+1
|
*
fix(websockets_hello): stop picking up authenticate's features stream
Clombrong
2025-06-25
1
-7
/
+6
|
*
fix(websockets_hello): "handle" exceptions via print_endline
Clombrong
2025-06-24
1
-1
/
+9
|
*
fix(test): prefix env vars with FLESH_
Clombrong
2025-06-19
1
-2
/
+2
|
*
fix(test): use open! in test instead of open
Clombrong
2025-06-19
1
-4
/
+4
|
*
feat(stream): wrap Lwt_stream.get to support ClosedStream exception
Clombrong
2025-06-17
1
-1
/
+1
|
*
feat(sasl): use new auth_config record for authentication
Clombrong
2025-06-17
1
-15
/
+11
|
*
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
1
-5
/
+11
|
|
|
|
sasl'ing with the full jid is not compliant (and works with ejabberd only)
*
feat: move auth to sasl
Clombrong
2025-06-11
1
-2
/
+2
|
*
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
1
-1
/
+2
|
*
feat(auth): parse auth response and return appropriate result
Clombrong
2025-06-11
1
-1
/
+4
|
*
feat(test): catch lwt exceptions
Clombrong
2025-06-11
1
-7
/
+10
|
*
feat(auth): use streams directly for send_auth_stanza
Clombrong
2025-06-10
1
-3
/
+2
|
*
test(auth): add send_auth_stanza to tests
Clombrong
2025-06-10
1
-3
/
+7
|
*
feat!(stream): stream handles automatic handshake
Clombrong
2025-05-31
1
-4
/
+4
|
*
feat!: new module Stream
Clombrong
2025-05-30
2
-9
/
+7
|
*
test(js): move portal tests to global tests
Clombrong
2025-05-30
5
-0
/
+69
|
*
fix: rearrange all portals under common portal/ folder
Clombrong
2025-04-24
5
-76
/
+0
|
*
fix: custom lwt runner for js tests
Clombrong
2025-04-24
1
-11
/
+26
|
*
fix: make npm deps great again
Clombrong
2025-04-24
1
-0
/
+2
|
*
feat: add ws endpoint detection function
Clombrong
2025-04-23
1
-4
/
+4
|
*
feat: add custom rule to install npm polyfills for node testing
Clombrong
2025-04-23
4
-1
/
+35
|
*
feat: new module flesh_websockets.
Clombrong
2025-04-22
2
-0
/
+25
Create flesh_websockets module. Add lwt_ws function.