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 (
Expand
)
Author
Age
Files
Lines
*
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
*
test(jid): add all RFC7622 examples
Clombrong
2025-07-26
1
-0
/
+43
*
test(jid): re-promote tests according to new show
Clombrong
2025-07-26
1
-3
/
+5
*
fix(jid): implement show manually instead of using derivers
Clombrong
2025-07-26
1
-1
/
+9
*
refactor(jid): add pos information to uchars type
Clombrong
2025-07-26
1
-21
/
+24
*
refactor(jid): delete string_of_uchars function
Clombrong
2025-07-26
1
-5
/
+0
*
test(jid): promote full jid
Clombrong
2025-07-26
1
-1
/
+4
*
fix(jid): rework of_string by incremental splitting
Clombrong
2025-07-26
1
-8
/
+11
*
test(jid): add full jid expect test
Clombrong
2025-07-26
1
-0
/
+3
*
test(jid): promote bare jid
Clombrong
2025-07-26
1
-1
/
+4
*
fix(jid): calculate domain length right
Clombrong
2025-07-26
1
-3
/
+3
*
fix(jid): uchars_of_string starts parsing string to 0 now...
Clombrong
2025-07-26
1
-1
/
+1
*
test(jid): add bare jid expect test
Clombrong
2025-07-26
1
-0
/
+3
*
feat(flesh): add ppx_expect inline testing in dune
Clombrong
2025-07-26
1
-1
/
+3
*
feat(jid): derive Show for Jids
Clombrong
2025-07-26
1
-1
/
+1
*
fix(jid): take strings in of_string function
Clombrong
2025-07-26
1
-1
/
+2
*
feat(jid): use uchars for JID parsing
Clombrong
2025-07-26
1
-35
/
+19
*
feat(jid): add inverse function string_of_uchars
Clombrong
2025-07-26
1
-0
/
+5
*
feat(jid): add utf8-converting function uchars_of_string
Clombrong
2025-07-26
1
-0
/
+16
*
feat(jid): new uchars type
Clombrong
2025-07-26
1
-0
/
+2
*
feat(sasl): use Jid.t as the jid type
Clombrong
2025-07-26
1
-6
/
+4
*
feat(jid): add to_string function
Clombrong
2025-07-26
1
-0
/
+5
*
feat(jid): add function of_string
Clombrong
2025-07-26
1
-0
/
+39
*
feat(jid): new type Jid.t
Clombrong
2025-06-30
2
-0
/
+6
*
style(starttls): rename prefer_starttls to prefer
Clombrong
2025-06-29
2
-3
/
+3
*
refactor(stream): migrate indifferent features to own function
Clombrong
2025-06-29
1
-10
/
+13
*
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
[next]