summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs(dune): remove warning about TCPv0.1.0Clombrong2025-06-293-15/+7
|
* docs: document FLESH_ALLOW_STRIPTLSClombrong2025-06-291-6/+13
|
* feat(stream): raise an exception on insufficient encryptionClombrong2025-06-291-1/+5
|
* feat(portal): add _encrypted functionClombrong2025-06-293-0/+9
|
* feat(stream): adapt negotiate and initiate to feature listClombrong2025-06-291-7/+18
|
* feat(stream): parse_features returns a feature listClombrong2025-06-291-22/+12
|
* feat(stream): raise exception if there's bare text in <features>Clombrong2025-06-291-0/+6
|
* feat(stream): remplace features type by feature typeClombrong2025-06-291-5/+4
|
* chore(parse_features): spacingClombrong2025-06-291-0/+6
|
* fix(stream): raise exception on non-mechanism in mechanismsClombrong2025-06-291-5/+4
|
* fix(stream): allow <starttls/> required special caseClombrong2025-06-291-4/+12
|
* style(portal_tcp): de-uglify starttls functionClombrong2025-06-291-6/+3
|
* fix(portal_tcp): fix TLS error messageClombrong2025-06-291-2/+2
|
* fix(portal_tcp): remove closeClombrong2025-06-291-3/+0
|
* fix(portal): remove close stanza, and use push None to close streamsClombrong2025-06-291-7/+2
|
* feat(portal_ws): send close stanza after pushing NoneClombrong2025-06-291-2/+11
|
* feat(portal_tcp): send closing element when pushing NoneClombrong2025-06-292-10/+13
|
* style(portal_tcp): stream_to_socket: organize more clearlyClombrong2025-06-291-16/+25
|
* fix(portal_tcp): move stream rehydration to the header functionClombrong2025-06-292-8/+12
| | | | this fixes the annoying xml declaration bug
* chore(portal_tcp): move header and close to the bottom of the fileClombrong2025-06-292-47/+47
|
* test(hello): handle MalformedStanza exceptionsClombrong2025-06-291-0/+1
|
* feat(portal_tcp, portal_ws): throw MalformedStanza asynchronouslyClombrong2025-06-282-2/+2
|
* feat(portal): remove location in MalformedStanzaClombrong2025-06-283-7/+7
| | | | what were you gonna do with that information anyway?
* docs(stream): improve doc of negotiateClombrong2025-06-281-2/+6
|
* feat(test): adapt test to initiate functionClombrong2025-06-281-15/+5
|
* feat(test): add Lwt ppxClombrong2025-06-281-1/+2
|
* feat(stream): add SASL auth in stream negotiationClombrong2025-06-281-2/+10
|
* feat(stream): pass down auth config to the negotiate functionClombrong2025-06-282-4/+8
|
* feat(stream): handle STARTTLS negotiationClombrong2025-06-281-4/+12
|
* docs(starttls): document Starttls module functionsClombrong2025-06-281-0/+6
|
* feat(starttls): add upgrade functionClombrong2025-06-281-0/+28
|
* feat(flesh): new module StarttlsClombrong2025-06-282-0/+1
|
* style(tcp_portal): remove some explicit Markup_lwtClombrong2025-06-281-1/+1
|
* feat(xmlns): add tls namespaceClombrong2025-06-281-0/+1
|
* fix(portal_tcp): resolve the comment incidentClombrong2025-06-281-1/+5
|
* feat(portal): add starttls to the Portal interfaceClombrong2025-06-281-0/+4
|
* feat(portal_ws): implement starttls functionClombrong2025-06-281-0/+2
|
* feat(portal_to_tcp): implement starttls functionClombrong2025-06-281-0/+12
|
* feat(portal_tcp): add upgrade_to_tls functionClombrong2025-06-282-1/+14
|
* feat(portal_tcp): add Tls variant to socket typeClombrong2025-06-282-2/+25
|
* feat(tcp_portal): send with Lwt_bytes instead of BuffersClombrong2025-06-281-24/+34
|
* feat(portal_tcp): adapt socket_to_stream to variant typeClombrong2025-06-281-26/+38
|
* refactor(portal_tcp): make socket type into a variantClombrong2025-06-281-3/+3
|
* style(portal_tcp): rename xml_ to outbound_Clombrong2025-06-281-4/+4
|
* fix(portal_tcp): eschew the horrible send_charClombrong2025-06-281-5/+21
|
* chore(portal_tcp): socket_to_stream: rename buffer into recv_bytesClombrong2025-06-281-3/+3
|
* fix(portal_tcp): reading from the socket handles errorsClombrong2025-06-281-1/+7
|
* chore(portal_tcp): add lwt ppxClombrong2025-06-281-1/+2
|
* fix(portal_tcp): create buffer only once in socket_to_streamClombrong2025-06-281-3/+2
|
* style(portal_tcp): make push function less uglyClombrong2025-06-281-5/+3
|