ioq3/code/server
Martin Gerhardy 6e4e8622ea Added built-in http server
this allows you to get a list of available maps on the server, get the status and download pk3s

pk3 download must get the sv_allowDownload and the download url configured

downloading works when talking to the /pk3 endpoint like this: curl http://localhost:8080/pk3/baseq3/my.pk3
2022-04-22 20:36:36 +02:00
..
server.h Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
sv_bot.c Remove FS_Read2(). 2017-03-17 04:21:11 -07:00
sv_ccmds.c Echo server say/tell/sayto message to console 2017-07-24 20:55:14 -05:00
sv_client.c Fix "Going to CS_ZOMBIE for [clientname]" developer message 2018-04-03 21:37:59 -05:00
sv_game.c Range check client number for trap_BotUserCommand 2017-06-07 20:38:12 -05:00
sv_http.c Added built-in http server 2022-04-22 20:36:36 +02:00
sv_init.c Added built-in http server 2022-04-22 20:36:36 +02:00
sv_main.c Added built-in http server 2022-04-22 20:36:36 +02:00
sv_net_chan.c Fix legacy protocol with new packet queueing 2011-07-17 23:43:33 +00:00
sv_rankings.c add a missing '\n', remove some unwanted ones 2012-06-18 16:16:57 +00:00
sv_snapshot.c Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
sv_world.c reduce the amount of compiler warnings for variable shadowing 2013-05-30 15:43:20 -05:00