index
:
clombrong/flesh.git
markup-rework
master
merged-socket-tcp
socket-refactor
XMPP flesh interface for OCaml
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
portal
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
1
-1
/
+1
|
*
feat(portal_tcp): add tcp_stream function
Clombrong
2025-06-25
2
-1
/
+29
|
*
chore: move comments to correct location
Clombrong
2025-06-25
2
-35
/
+34
|
*
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
1
-0
/
+3
|
*
fix(portal-tcp): rename tcp_endpoint to xmpp_port
Clombrong
2025-06-25
1
-2
/
+2
|
*
feat(portal): new tcp portal module
Clombrong
2025-06-25
2
-0
/
+8
|
*
feat(portal): remove lib/ subdirectory
Clombrong
2025-06-25
4
-0
/
+0
|
*
style: change fill-column to 88
Clombrong
2025-06-18
1
-24
/
+36
|
*
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
|
*
fix(open_stanza): use Markup.ml to construct the default open stanza
Clombrong
2025-06-03
1
-7
/
+14
|
*
feat!(portal): add from parameter to the opening stanza
Clombrong
2025-05-31
2
-4
/
+11
|
*
test(js): move portal tests to global tests
Clombrong
2025-05-30
5
-69
/
+0
|
*
feat(portal): add default type t
Clombrong
2025-05-30
2
-1
/
+5
|
*
feat(portal): make portal_ws an implementation of portal
Clombrong
2025-05-29
3
-3
/
+4
|
*
feat(portal): add the portal virtual package
Clombrong
2025-05-29
2
-0
/
+9
|
*
refactor(portal_ws): move to portal/lib/ws/
Clombrong
2025-05-29
2
-0
/
+0
|
*
feat(opam): rename flesh_websockets to portal-websockets
Clombrong
2025-05-29
1
-2
/
+1
|
*
feat(portal_ws): MalformedStanza exception
Clombrong
2025-05-29
1
-1
/
+7
|
*
docs(portal_ws): no more undefined anything in connect
Clombrong
2025-05-29
1
-2
/
+2
|
*
feat(testing): add nicer view to debug
Clombrong
2025-05-09
1
-4
/
+4
|
*
feat!(portal_ws): to_frames function relatively complete
Clombrong
2025-05-09
2
-6
/
+33
|
*
fix(stanza_open): shorten
Clombrong
2025-05-09
1
-3
/
+1
|
*
fix(portal_ws): remove buffer
Clombrong
2025-05-09
1
-10
/
+0
|
*
feat(portal_ws): add markup-lwt to connect
Clombrong
2025-05-09
1
-2
/
+5
|
*
feat(dune): add markup-lwt dependency
Clombrong
2025-05-09
1
-1
/
+1
|
*
feat: add to_frames function
Clombrong
2025-05-08
1
-2
/
+7
|
|
|
|
i think the main scaffold of the function is mostly done
*
feat: add staging buffer to send frame
Clombrong
2025-05-08
1
-0
/
+10
|
*
docs: redo ws_stream
Clombrong
2025-05-08
1
-2
/
+5
|
*
feat: add open and close stanzas
Clombrong
2025-05-08
1
-0
/
+10
|
*
feat(portal_ws): create connect function
Clombrong
2025-05-08
2
-15
/
+27
|
*
refactor: port ws_endpoint to markup.ml
Clombrong
2025-05-08
1
-29
/
+22
|
*
feat: start xmlm to markup.ml migration
Clombrong
2025-05-08
2
-1
/
+10
|
*
docs: correct the ws_stream doc
Clombrong
2025-04-24
1
-2
/
+2
|
*
feat: test a real XMPP connection
Clombrong
2025-04-24
1
-15
/
+11
|
*
fix: make parse_xrd accept XRD with whitespace
Clombrong
2025-04-24
1
-7
/
+7
|
*
fix: advertise xmpp protocol in the websocket
Clombrong
2025-04-24
1
-1
/
+1
|
*
fix: rearrange all portals under common portal/ folder
Clombrong
2025-04-24
7
-0
/
+144
[prev]