summaryrefslogtreecommitdiffstats
path: root/core/io/dtls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-3/+3
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Fix editor crash when mbedtls is disabled.Fabio Alessandrelli2020-06-061-1/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* New PacketPeerDTLS and DTLSServer classes.Fabio Alessandrelli2020-02-171-0/+54