1
0
Fork 0
OpenTTD/src/network
Peter Nelson 908ee7292b
Codechange: Replace all FILE * with FileHandle RAII class. (#12718)
This removes the need to manually ensure all files are closed.
2024-09-16 08:45:26 +01:00
..
core Feature: encrypt admin connection when using secure join 2024-07-01 17:16:55 +02:00
CMakeLists.txt Codechange: add set of classes providing authentication and encryption 2024-03-17 18:33:53 +01:00
network.cpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
network.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_admin.cpp Feature: encrypt admin connection when using secure join 2024-07-01 17:16:55 +02:00
network_admin.h Feature: encrypt admin connection when using secure join 2024-07-01 17:16:55 +02:00
network_base.h Feature: authorize specific clients to join network company without password 2024-05-07 00:03:15 +02:00
network_chat_gui.cpp Codechange: Pass NWidgetParts as span instead of begin/end pointers. (#12779) 2024-06-12 23:08:35 +01:00
network_client.cpp Fix #12856, e17c82e: Updating network settings does not invalidate data (#12858) 2024-07-21 16:59:48 -04:00
network_client.h Cleanup: remove UI for changing the password 2024-05-07 00:03:15 +02:00
network_command.cpp Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
network_content.cpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
network_content.h Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
network_content_gui.cpp Change: [UI] Use scaled sprite sizes and correct matrix padding for content list. (#12875) 2024-07-21 14:01:29 +01:00
network_content_gui.h Codechange: Pass WindowDesc by reference instead of pointer. (#12771) 2024-06-11 08:58:03 +01:00
network_coordinator.cpp Codechange: pass the socket handler that is going to send the packet into the packet 2024-03-16 10:39:22 +01:00
network_coordinator.h Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_crypto.cpp Feature: authorize specific clients to join network company without password 2024-05-07 00:03:15 +02:00
network_crypto.h Feature: admin support for password authentication without sending password 2024-07-01 17:16:55 +02:00
network_crypto_internal.h Fix fb9d4af: use different nonces for key exchange and stream encryption 2024-03-31 15:14:16 +02:00
network_func.h Cleanup: remove company password hashing and anything related to it 2024-05-07 00:03:15 +02:00
network_gamelist.cpp Codechange: make the MD5 hash/digest/checksum variables a std::array 2023-05-19 11:24:44 +02:00
network_gamelist.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 2023-09-02 19:46:52 +02:00
network_gui.cpp Change: [UI] Use proper matrix padding for server list test. 2024-07-21 10:07:50 +01:00
network_gui.h Cleanup: remove UI for asking user for company password 2024-05-07 00:03:15 +02:00
network_internal.h Cleanup: remove company password hashing and anything related to it 2024-05-07 00:03:15 +02:00
network_query.cpp Codechange: pass the socket handler that is going to send the packet into the packet 2024-03-16 10:39:22 +01:00
network_query.h Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_server.cpp Codechange: also allow removing clients from the company allow lists 2024-05-22 22:20:10 +02:00
network_server.h Cleanup: remove UI for changing the password 2024-05-07 00:03:15 +02:00
network_stun.cpp Codechange: pass the socket handler that is going to send the packet into the packet 2024-03-16 10:39:22 +01:00
network_stun.h Codechange: use std::shared_ptr for vector of TCPConnecters 2024-01-20 23:03:44 +01:00
network_survey.cpp Add: track savegame size to report with survey (#12304) 2024-03-16 08:58:56 +01:00
network_survey.h Fix: don't unneededly block on transmitting survey on exit (#11687) 2024-01-05 18:54:00 +00:00
network_turn.cpp Codechange: pass the socket handler that is going to send the packet into the packet 2024-03-16 10:39:22 +01:00
network_turn.h Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_type.h Feature: admin support for password authentication without sending password 2024-07-01 17:16:55 +02:00
network_udp.cpp Codechange: pass the socket handler that is going to send the packet into the packet 2024-03-16 10:39:22 +01:00
network_udp.h Remove: old server listing via Master Server 2021-07-10 20:17:07 +02:00