Martin Michelsen
|
3370b5fad3
|
add explicit operator!= for parray/ptext
|
2022-04-01 10:16:07 -07:00 |
|
Martin Michelsen
|
c04ed9b6ce
|
use ptext base copy constructor instead of operator=
|
2022-04-01 10:12:20 -07:00 |
|
Martin Michelsen
|
345820145e
|
implement switch assist
|
2022-04-01 10:08:06 -07:00 |
|
Martin Michelsen
|
edd9f4ea8f
|
add proxy commands to override lobby params
|
2022-03-31 23:33:43 -07:00 |
|
Martin Michelsen
|
8a9e1a2049
|
use safe packed string types
|
2022-03-31 23:23:02 -07:00 |
|
Martin Michelsen
|
832135a505
|
always null-terminate limited-length strings
|
2022-03-31 10:04:37 -07:00 |
|
Martin Michelsen
|
f39dd5a0af
|
make size non-optional in add_color
|
2022-03-31 09:55:25 -07:00 |
|
Martin Michelsen
|
7dce8b6c2c
|
centralize command formats; fix a few range bugs
|
2022-03-31 01:03:13 -07:00 |
|
Martin Michelsen
|
db099ed2dd
|
make proxy change ship behavior cleaner
|
2022-03-30 11:34:01 -07:00 |
|
Martin Michelsen
|
419b24e089
|
mention proxy ports in readme
|
2022-03-30 10:58:43 -07:00 |
|
Martin Michelsen
|
a26013c571
|
expand readme section about proxy
|
2022-03-30 00:52:50 -07:00 |
|
Martin Michelsen
|
d9a554beb3
|
add chat filter proxy option
|
2022-03-30 00:51:30 -07:00 |
|
Martin Michelsen
|
39f8a33588
|
add option to set nonzero client IDs by default
|
2022-03-30 00:51:08 -07:00 |
|
Martin Michelsen
|
bcd69bab89
|
add option for suppressing commands
|
2022-03-29 23:46:17 -07:00 |
|
Martin Michelsen
|
5848beb6c2
|
add set-save-files
|
2022-03-29 23:37:56 -07:00 |
|
Martin Michelsen
|
2e839fe70a
|
allow returning to newserv from proxy server
|
2022-03-29 23:25:16 -07:00 |
|
Martin Michelsen
|
03dcc016d8
|
add session timeout on proxy server
|
2022-03-29 23:22:45 -07:00 |
|
Martin Michelsen
|
f3a3e18455
|
add some more game subcommands
|
2022-03-29 17:45:51 -07:00 |
|
Martin Michelsen
|
2e9e65f028
|
remove packed attr on shipgate player struct
|
2022-03-29 00:16:09 -07:00 |
|
Martin Michelsen
|
5c388c4052
|
make all file/network-related structs packed
|
2022-03-29 00:12:16 -07:00 |
|
Martin Michelsen
|
b61a9bcdcb
|
add warp command in proxy
|
2022-03-28 22:30:13 -07:00 |
|
Martin Michelsen
|
04aef91c16
|
make add_color_inplace safer
|
2022-03-28 22:30:04 -07:00 |
|
Martin Michelsen
|
97db8da273
|
keep track of lobby player slots on proxy server
|
2022-03-28 22:29:20 -07:00 |
|
Martin Michelsen
|
162b0327b9
|
add some safety for accidental newserv chat commands on proxy server
|
2022-03-28 22:28:05 -07:00 |
|
Martin Michelsen
|
5b47414a30
|
clean up some ip stack warnings
|
2022-03-28 22:27:02 -07:00 |
|
Martin Michelsen
|
5c6a420a61
|
move config to config.example.json
|
2022-03-28 19:56:22 -07:00 |
|
Martin Michelsen
|
4001968c84
|
use memcpy instead of strncpy where appropriate
|
2022-03-28 18:41:53 -07:00 |
|
Martin Michelsen
|
1cfd12699b
|
also ignore -Wstringop-truncation
|
2022-03-28 18:38:24 -07:00 |
|
Martin Michelsen
|
c99864fd69
|
fix limits and add fallthrough label in proxy server
|
2022-03-28 18:33:58 -07:00 |
|
Martin Michelsen
|
7f727d46e0
|
ignore -Waddress-of-packed-member
|
2022-03-28 18:27:15 -07:00 |
|
Martin Michelsen
|
50a8783e95
|
fix uninitialized memory in simple mail handler
|
2022-03-28 18:22:08 -07:00 |
|
Martin Michelsen
|
29c4387192
|
add comment about choice search implementation
|
2022-03-28 18:22:08 -07:00 |
|
Martin Michelsen
|
9699b86d1e
|
do something for E2 commands so clients don't get stuck
|
2022-03-28 18:22:08 -07:00 |
|
Martin Michelsen
|
cf44e2041e
|
add card config backup
|
2022-03-28 18:22:08 -07:00 |
|
Martin Michelsen
|
035730c1b2
|
improve proxy server security data handling
|
2022-03-28 17:57:16 -07:00 |
|
Martin Michelsen
|
2597da95bc
|
rewrite proxy server to support multiple clients and integration with game server
|
2022-03-28 15:55:19 -07:00 |
|
Martin Michelsen
|
d977cf0608
|
supporting changes for proxy server rewrite
|
2022-03-28 15:55:19 -07:00 |
|
Martin Michelsen
|
20410e7a94
|
fix info board
|
2022-03-27 00:29:44 -07:00 |
|
Martin Michelsen
|
040cccf785
|
fix a few subcommand comments
|
2022-03-27 00:29:39 -07:00 |
|
Martin Michelsen
|
e7ecec6161
|
fix infinite tp flag check
|
2022-03-27 00:29:24 -07:00 |
|
Martin Michelsen
|
3aeb121b00
|
rewrite subcommand list, add some comments
|
2022-03-26 23:59:58 -07:00 |
|
Martin Michelsen
|
0bcd76d909
|
add trade window to to-do list
|
2022-03-26 23:17:28 -07:00 |
|
clint-david
|
99ae834cf2
|
add subcommands, identified process trade command
add subcommands for drop meseta, trade proposal, place trap, trigger trap
identified command ID for process trade on gamecube (0xD0)
|
2022-03-26 23:11:33 -07:00 |
|
Martin Michelsen
|
fa07ce457b
|
make enum style consistent
|
2022-03-26 19:26:26 -07:00 |
|
clint-david
|
bd8aadb09f
|
add subcommand for level-up and revive
|
2022-03-25 11:13:33 -07:00 |
|
Martin Michelsen
|
fa90f32619
|
fix map variations in non-BB games
|
2022-03-24 11:25:10 -07:00 |
|
Martin Michelsen
|
e9ce295cda
|
update some readme text
|
2022-03-23 17:38:29 -07:00 |
|
Martin Michelsen
|
ece71153d9
|
add a few more subcommands
|
2022-03-23 17:38:29 -07:00 |
|
Martin Michelsen
|
c0193747f4
|
use actual remote address when ip stack clients connect to proxy
|
2022-03-20 16:55:16 -07:00 |
|
Martin Michelsen
|
819027145c
|
in proxy mode, log subcommands not implemented in the server
|
2022-03-18 18:51:00 -07:00 |
|