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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
docs(dune): remove warning about TCP
v0.1.0
Clombrong
2025-06-29
3
-15
/
+7
|
*
docs: document FLESH_ALLOW_STRIPTLS
Clombrong
2025-06-29
1
-6
/
+13
|
*
feat(stream): raise an exception on insufficient encryption
Clombrong
2025-06-29
1
-1
/
+5
|
*
feat(portal): add _encrypted function
Clombrong
2025-06-29
3
-0
/
+9
|
*
feat(stream): adapt negotiate and initiate to feature list
Clombrong
2025-06-29
1
-7
/
+18
|
*
feat(stream): parse_features returns a feature list
Clombrong
2025-06-29
1
-22
/
+12
|
*
feat(stream): raise exception if there's bare text in <features>
Clombrong
2025-06-29
1
-0
/
+6
|
*
feat(stream): remplace features type by feature type
Clombrong
2025-06-29
1
-5
/
+4
|
*
chore(parse_features): spacing
Clombrong
2025-06-29
1
-0
/
+6
|
*
fix(stream): raise exception on non-mechanism in mechanisms
Clombrong
2025-06-29
1
-5
/
+4
|
*
fix(stream): allow <starttls/> required special case
Clombrong
2025-06-29
1
-4
/
+12
|
*
style(portal_tcp): de-uglify starttls function
Clombrong
2025-06-29
1
-6
/
+3
|
*
fix(portal_tcp): fix TLS error message
Clombrong
2025-06-29
1
-2
/
+2
|
*
fix(portal_tcp): remove close
Clombrong
2025-06-29
1
-3
/
+0
|
*
fix(portal): remove close stanza, and use push None to close streams
Clombrong
2025-06-29
1
-7
/
+2
|
*
feat(portal_ws): send close stanza after pushing None
Clombrong
2025-06-29
1
-2
/
+11
|
*
feat(portal_tcp): send closing element when pushing None
Clombrong
2025-06-29
2
-10
/
+13
|
*
style(portal_tcp): stream_to_socket: organize more clearly
Clombrong
2025-06-29
1
-16
/
+25
|
*
fix(portal_tcp): move stream rehydration to the header function
Clombrong
2025-06-29
2
-8
/
+12
|
|
|
|
this fixes the annoying xml declaration bug
*
chore(portal_tcp): move header and close to the bottom of the file
Clombrong
2025-06-29
2
-47
/
+47
|
*
test(hello): handle MalformedStanza exceptions
Clombrong
2025-06-29
1
-0
/
+1
|
*
feat(portal_tcp, portal_ws): throw MalformedStanza asynchronously
Clombrong
2025-06-28
2
-2
/
+2
|
*
feat(portal): remove location in MalformedStanza
Clombrong
2025-06-28
3
-7
/
+7
|
|
|
|
what were you gonna do with that information anyway?
*
docs(stream): improve doc of negotiate
Clombrong
2025-06-28
1
-2
/
+6
|
*
feat(test): adapt test to initiate function
Clombrong
2025-06-28
1
-15
/
+5
|
*
feat(test): add Lwt ppx
Clombrong
2025-06-28
1
-1
/
+2
|
*
feat(stream): add SASL auth in stream negotiation
Clombrong
2025-06-28
1
-2
/
+10
|
*
feat(stream): pass down auth config to the negotiate function
Clombrong
2025-06-28
2
-4
/
+8
|
*
feat(stream): handle STARTTLS negotiation
Clombrong
2025-06-28
1
-4
/
+12
|
*
docs(starttls): document Starttls module functions
Clombrong
2025-06-28
1
-0
/
+6
|
*
feat(starttls): add upgrade function
Clombrong
2025-06-28
1
-0
/
+28
|
*
feat(flesh): new module Starttls
Clombrong
2025-06-28
2
-0
/
+1
|
*
style(tcp_portal): remove some explicit Markup_lwt
Clombrong
2025-06-28
1
-1
/
+1
|
*
feat(xmlns): add tls namespace
Clombrong
2025-06-28
1
-0
/
+1
|
*
fix(portal_tcp): resolve the comment incident
Clombrong
2025-06-28
1
-1
/
+5
|
*
feat(portal): add starttls to the Portal interface
Clombrong
2025-06-28
1
-0
/
+4
|
*
feat(portal_ws): implement starttls function
Clombrong
2025-06-28
1
-0
/
+2
|
*
feat(portal_to_tcp): implement starttls function
Clombrong
2025-06-28
1
-0
/
+12
|
*
feat(portal_tcp): add upgrade_to_tls function
Clombrong
2025-06-28
2
-1
/
+14
|
*
feat(portal_tcp): add Tls variant to socket type
Clombrong
2025-06-28
2
-2
/
+25
|
*
feat(tcp_portal): send with Lwt_bytes instead of Buffers
Clombrong
2025-06-28
1
-24
/
+34
|
*
feat(portal_tcp): adapt socket_to_stream to variant type
Clombrong
2025-06-28
1
-26
/
+38
|
*
refactor(portal_tcp): make socket type into a variant
Clombrong
2025-06-28
1
-3
/
+3
|
*
style(portal_tcp): rename xml_ to outbound_
Clombrong
2025-06-28
1
-4
/
+4
|
*
fix(portal_tcp): eschew the horrible send_char
Clombrong
2025-06-28
1
-5
/
+21
|
*
chore(portal_tcp): socket_to_stream: rename buffer into recv_bytes
Clombrong
2025-06-28
1
-3
/
+3
|
*
fix(portal_tcp): reading from the socket handles errors
Clombrong
2025-06-28
1
-1
/
+7
|
*
chore(portal_tcp): add lwt ppx
Clombrong
2025-06-28
1
-1
/
+2
|
*
fix(portal_tcp): create buffer only once in socket_to_stream
Clombrong
2025-06-28
1
-3
/
+2
|
*
style(portal_tcp): make push function less ugly
Clombrong
2025-06-28
1
-5
/
+3
|
[next]