index
:
clombrong/flesh.git
markup-rework
master
merged-socket-tcp
XMPP flesh interface for OCaml
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
docs(portal): remove useless bit of doc
Clombrong
2025-06-29
1
-3
/
+1
|
*
refactor(stream): move features to module Feature
Clombrong
2025-06-29
2
-44
/
+48
|
*
refactor(stream): migrate to custom requirement wrapping type
Clombrong
2025-06-29
1
-15
/
+29
|
*
docs(stream): document negotiate
Clombrong
2025-06-29
1
-0
/
+4
|
*
style(stream): rename negotiate_feature to negotiate
Clombrong
2025-06-29
2
-6
/
+5
|
*
feat(flesh): merge negotiate and initiate into connect function
Clombrong
2025-06-29
2
-35
/
+30
|
*
refactor(stream): move start_stream outside of negotiate
Clombrong
2025-06-29
1
-7
/
+8
|
*
style(stream): move authenticate inside negotiate_feature
Clombrong
2025-06-29
1
-25
/
+23
|
*
style(stream): rename handle_feature to negotiate_feature
Clombrong
2025-06-29
1
-2
/
+2
|
*
refactor(stream): move handle_feature outside of negotiate
Clombrong
2025-06-29
1
-22
/
+13
|
*
docs(stream): remove obsolete comment in initiate
Clombrong
2025-06-29
1
-4
/
+2
|
*
feat(stream): detach sasl negotiation from main function
Clombrong
2025-06-29
1
-18
/
+22
|
*
feat(stream): detach starttls function from handle_features
Clombrong
2025-06-29
1
-6
/
+11
|
*
feat(stream): adapt to stream config type
Clombrong
2025-06-29
1
-9
/
+5
|
*
docs(starttls): add for config type
Clombrong
2025-06-29
1
-0
/
+4
|
*
feat(stream): add config type
Clombrong
2025-06-29
1
-1
/
+7
|
*
feat(starttls): add config type
Clombrong
2025-06-29
1
-0
/
+4
|
*
style(sasl): rename sasl_error to error
Clombrong
2025-06-29
1
-4
/
+4
|
*
style(sasl): rename auth_config to config
Clombrong
2025-06-29
2
-4
/
+4
|
*
feat(stream): adapt negotiate to the new features type
Clombrong
2025-06-29
1
-30
/
+42
|
*
feat(stream): create features type for features
Clombrong
2025-06-29
1
-1
/
+4
|
*
style(sasl): rename auth_mechanism to mechanism
Clombrong
2025-06-29
2
-7
/
+7
|
*
feat(stream): parse_features returns a good old tuple
Clombrong
2025-06-29
1
-17
/
+14
|
*
chore(stream): rename el to stanza in parse_features
Clombrong
2025-06-29
1
-13
/
+13
|
*
feat(stream): raise an exception on insufficient encryption
Clombrong
2025-06-29
1
-1
/
+5
|
*
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
|
*
feat(portal_tcp): send closing element when pushing None
Clombrong
2025-06-29
1
-9
/
+3
|
*
docs(stream): improve doc of negotiate
Clombrong
2025-06-28
1
-2
/
+6
|
*
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
1
-3
/
+7
|
*
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
|
*
feat(xmlns): add tls namespace
Clombrong
2025-06-28
1
-0
/
+1
|
*
feat(stream): add function initiate
Clombrong
2025-06-27
1
-0
/
+17
|
*
feat(wire): move next and get from xml to wire
Clombrong
2025-06-27
4
-21
/
+23
|
*
feat(flesh): new module Wire
Clombrong
2025-06-27
2
-0
/
+1
|
*
feat(portal): add field in t for underlying socket
Clombrong
2025-06-27
1
-1
/
+1
|
*
feat(portal): change type t into a record
Clombrong
2025-06-27
2
-4
/
+4
|
*
feat(sasl): add negotiate function
Clombrong
2025-06-27
1
-0
/
+16
|
*
refactor(sasl): move all auth-related types from Stream to Sasl
Clombrong
2025-06-26
2
-12
/
+11
|
*
refactor(sasl): handle stream features outside of authenticate
Clombrong
2025-06-26
1
-16
/
+16
|
*
refactor(sasl): rename features record and its fields
Clombrong
2025-06-26
2
-11
/
+11
|
[prev]
[next]