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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
refactor(portal-ws): move header function to stream
Clombrong
2025-08-17
1
-31
/
+34
|
*
refactor!(portal): rename header function to stream
Clombrong
2025-08-17
1
-4
/
+3
|
*
refactor(portal-ws): move down close stanza
Clombrong
2025-08-17
1
-3
/
+3
|
*
refactor(portal-ws): recycle ws_stream into connect
Clombrong
2025-08-17
1
-19
/
+18
|
*
refactor(portal-ws): recycle connect into portal_of_socket
Clombrong
2025-08-17
1
-12
/
+12
|
*
refactor(portal-ws): change socket type to the lwt stream
Clombrong
2025-08-17
1
-2
/
+11
|
*
refactor!(portal): split portal creation in two functions
Clombrong
2025-08-17
1
-7
/
+6
|
*
refactor(portal-tcp): add domain to socket type
Clombrong
2025-08-17
1
-15
/
+19
|
*
refactor(portal-tcp): change the underlying socket representation
Clombrong
2025-08-17
1
-51
/
+38
|
|
|
|
sockets are now abstracted via sock types, with read, write and close methods
*
feat(xml): tree fails in lwt-land directly
Clombrong
2025-08-17
2
-10
/
+10
|
*
feat(xml): make tree function async
Clombrong
2025-08-16
2
-7
/
+8
|
*
chore(starttls): remove useless exception type
Clombrong
2025-08-16
1
-2
/
+0
|
*
feat: rename Wire to Segment
Clombrong
2025-08-15
5
-4
/
+4
|
*
refactor(session): move state map to specialized function
Clombrong
2025-08-15
1
-18
/
+17
|
*
feat(dune): new dependency nanoid
Clombrong
2025-08-15
2
-0
/
+2
|
*
feat(flesh): new module Iq
Clombrong
2025-08-15
2
-0
/
+1
|
*
feat(stream): parse bind feature
Clombrong
2025-08-15
1
-0
/
+1
|
*
feat(stream): add resource binding feature
Clombrong
2025-08-15
1
-0
/
+2
|
*
feat(stream): remove indifferent function, dump optional features
Clombrong
2025-08-15
1
-6
/
+4
|
*
feat(xmlns): add bind namespace
Clombrong
2025-08-15
1
-0
/
+1
|
*
feat(session): new function connect
v0.1.1
Clombrong
2025-08-15
2
-1
/
+4
|
*
docs(session): update doc according to session type
Clombrong
2025-08-15
1
-2
/
+4
|
*
feat!(portal): remove domain field from Portal.header (useless now)
Clombrong
2025-08-15
6
-9
/
+9
|
*
feat(portal): add domain to portal type
Clombrong
2025-08-15
3
-2
/
+5
|
*
feat!: use new opaque domain type in code
Clombrong
2025-08-15
3
-6
/
+7
|
*
feat(portal): add opaque domain type to portal
Clombrong
2025-08-15
3
-2
/
+20
|
*
feat(session): add t type for session data
Clombrong
2025-08-15
2
-3
/
+8
|
*
feat(session): give end-user access to update function
Clombrong
2025-08-14
2
-4
/
+4
|
*
fix(stream): remove the infamous Success! message
Clombrong
2025-08-14
1
-1
/
+1
|
*
feat(session): refactor session state
Clombrong
2025-08-14
2
-20
/
+21
|
|
|
|
session state is closer to the protocol
*
feat(session): move features negotiation logic into signals
Clombrong
2025-08-14
1
-25
/
+19
|
*
fix(session): remove domain in Starting_stream step
Clombrong
2025-08-14
1
-3
/
+3
|
*
feat(session): start xmpp stream via signals
Clombrong
2025-08-14
1
-2
/
+7
|
*
feat(session): add eq relation to connection signal
Clombrong
2025-08-14
1
-2
/
+8
|
*
feat(session): add connection_step type (granular connection step)
Clombrong
2025-08-14
1
-3
/
+6
|
*
feat(session): pass portal via state
Clombrong
2025-08-14
1
-8
/
+10
|
*
feat(session): merge connect and create into a single function
Clombrong
2025-08-14
1
-29
/
+29
|
*
feat(session): use state management in connection handling
Clombrong
2025-08-14
2
-8
/
+21
|
*
test(hello): try state management for connection
Clombrong
2025-08-11
1
-1
/
+8
|
*
feat(session): add states connecting and connected
Clombrong
2025-08-11
1
-0
/
+2
|
*
feat(session): move connect from flesh to session
Clombrong
2025-08-11
3
-31
/
+31
|
*
feat(session): new type state
Clombrong
2025-08-11
1
-0
/
+2
|
*
feat(flesh): new module Session
Clombrong
2025-08-11
3
-1
/
+3
|
*
feat(dune): new dependency react
Clombrong
2025-08-04
2
-0
/
+2
|
|
|
|
il découvre react finalement
*
fix(dune): add markup{,-lwt} to dependencies
Clombrong
2025-08-04
2
-0
/
+4
|
*
style(jid): move to_string function up
Clombrong
2025-07-26
1
-6
/
+5
|
*
docs(jid): document of_string function
Clombrong
2025-07-26
1
-0
/
+11
|
*
docs(jid): document utf8 functions
Clombrong
2025-07-26
1
-0
/
+5
|
*
docs(jid): document type t
Clombrong
2025-07-26
1
-0
/
+1
|
*
test(jid): promote all examples
Clombrong
2025-07-26
1
-13
/
+65
|
[next]