Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -1/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | fix(markup.ml): counter stack overflow | Clombrong | 2025-05-08 | 1 | -0/+13 | |
| | ||||||
* | feat: start xmlm to markup.ml migration | Clombrong | 2025-05-08 | 2 | -1/+10 | |
| | ||||||
* | feat: add markup.ml dependency | Clombrong | 2025-05-08 | 2 | -0/+2 | |
| | ||||||
* | fix(tooling): add merlin and utop everywhere | Clombrong | 2025-05-08 | 3 | -2/+8 | |
| | ||||||
* | fix(tooling): simplify envrc | Clombrong | 2025-05-08 | 1 | -3/+2 | |
| | ||||||
* | docs: correct the ws_stream doc | Clombrong | 2025-04-24 | 2 | -7/+15 | |
| | ||||||
* | 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 | 9 | -0/+4 | |
| | ||||||
* | fix: custom lwt runner for js tests | Clombrong | 2025-04-24 | 1 | -11/+26 | |
| | ||||||
* | fix: make npm deps great again | Clombrong | 2025-04-24 | 2 | -126/+3 | |
| | ||||||
* | feat: add ws endpoint detection function | Clombrong | 2025-04-23 | 5 | -9/+47 | |
| | ||||||
* | feat: add custom rule to install npm polyfills for node testing | Clombrong | 2025-04-23 | 5 | -1/+161 | |
| | ||||||
* | feat: new module flesh_websockets. | Clombrong | 2025-04-22 | 8 | -1/+103 | |
| | | | | | Create flesh_websockets module. Add lwt_ws function. | |||||
* | feat: try js compilation | Clombrong | 2025-04-21 | 3 | -1/+5 | |
| | ||||||
* | feat: Hello, flesh. | Clombrong | 2025-04-21 | 7 | -2/+13 | |
| | ||||||
* | init: Oh no. This one is real. | Clombrong | 2025-04-19 | 11 | -0/+301 | |
add README and COPYING license files instantiate all dune stanzas setup dune with guix shell and direnv, using merlin for project setup |