summaryrefslogtreecommitdiffstats
path: root/modules/enet/doc_classes/ENetConnection.xml
Commit message (Expand)AuthorAgeFilesLines
* Clarify that `ENetConnection`'s `create_host[_bound]` and `service` must be c...João Marcos P. Bezerra2024-07-101-4/+8
* Mention timeout unit in ENetConnection::service docsJoão Marcos P. Bezerra2024-07-041-1/+1
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
* Fixes packet details of ENetConnection EventType EVENT_RECEIVE documentationMike Martin2023-08-021-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Add socket_send method to ENetConnection.TestSubject062023-06-131-0/+11
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-5/+5
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-7/+5
* Replace Array return types with TypedArray 3kobewi2022-08-241-1/+1
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-29/+29
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix various typosluz paz2022-01-021-3/+3
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-3/+3
* Document ENetConnection compression must match between client and serverHugo Locurcio2021-08-231-0/+1
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-92/+46
* [Net] Implement lower level ENet wrappers.Fabio Alessandrelli2021-07-291-0/+240