Commit Graph

  • 8c209163db
    Update README.md #8 ser3n1ty 2024-05-10 20:38:28 -0700
  • 1cec1d313d
    Update README.md ser3n1ty 2024-05-10 20:36:03 -0700
  • 2704e64e38 Add newclear endpoint Flashfyre 2024-05-10 18:07:14 -0400
  • e97e5f73d5
    Update ghcr.yml maru 2024-05-10 16:00:47 -0400
  • d4a906a0f1
    Move HTTPS-related flags in rogueserver.go maru 2024-05-10 15:50:19 -0400
  • 693663103b
    Run formatter on files maru 2024-05-10 15:49:26 -0400
  • a8502fcd3f
    add GitHub actions workflows and build docker image (#9) Up 2024-05-10 21:47:22 +0200
  • b5e8094039
    Don't return INVALID on seed-related function error maru 2024-05-10 15:44:35 -0400
  • 28d828d62f
    Merge branch 'master' into build-docker-image #9 Up 2024-05-10 21:40:49 +0200
  • eea2266920
    Remove unneeded assertion check in handleSaveData maru 2024-05-10 15:40:22 -0400
  • 17294e5179
    Fix handleDailySeed maru 2024-05-10 15:37:24 -0400
  • b91c169b16
    endpoints.go consistency maru 2024-05-10 15:33:37 -0400
  • 3ed5f41d58
    make server automatically create DB schema if not exists (#5) Up 2024-05-10 21:30:47 +0200
  • 2e2d50c1c0
    sort imports #5 Up 2024-05-10 21:26:11 +0200
  • b2241cb4df
    Merge branch 'master' into db-schema Up 2024-05-10 21:25:11 +0200
  • b835cb4686
    make generated schema match production Up 2024-05-10 21:18:22 +0200
  • 8a32efeaa3
    Clean up rogueserver.go maru 2024-05-10 13:40:00 -0400
  • 633142eb29
    Allow serving HTTPS maru 2024-05-10 13:16:35 -0400
  • fadd10602a
    Don't log ErrNoRows in savedata maru 2024-05-09 14:26:54 -0400
  • e4de7c2391
    Update database limiting code more maru 2024-05-09 14:22:20 -0400
  • de0bd74dc2
    Update database limits maru 2024-05-09 14:13:19 -0400
  • 59ea469fb6
    Don't import legacy saves if system exists in database maru 2024-05-09 05:59:48 -0400
  • ccf5e6e832
    add example compose file Up 2024-05-09 11:41:28 +0200
  • 50c2874adf
    only build docker image on main repo Up 2024-05-09 11:31:52 +0200
  • 60212146e3
    add os architecture Up 2024-05-09 11:31:43 +0200
  • bd1e324bbd
    add GitHub actions scripts and dockerfile Up 2024-05-09 11:24:07 +0200
  • e01364e1a6
    Update README.md ser3n1ty 2024-05-09 01:44:04 -0700
  • d5e7b438f3
    Update README.md ser3n1ty 2024-05-09 00:57:07 -0700
  • b00321f501
    Update README.md ser3n1ty 2024-05-09 00:51:44 -0700
  • a41a1fc618
    updating readme #7 ser3n1ty 2024-05-09 00:38:40 -0700
  • 0e3cafe499
    Update README.md ser3n1ty 2024-05-08 23:40:55 -0700
  • cb333cdd71
    Updated README.md ser3n1ty 2024-05-08 23:40:21 -0700
  • 1bc15b201e Added table creation statements to set up the database if the tables do not exist yet. #6 NotMessing 2024-05-08 21:26:59 -0700
  • c0bf433e85 Added port to default address so that the default arguments work if none are provided. NotMessing 2024-05-08 21:25:01 -0700
  • 12b0124bfb
    Update README.md ser3n1ty 2024-05-08 20:07:56 -0700
  • 8563e61880
    Update README.md ser3n1ty 2024-05-08 19:46:42 -0700
  • d3bc315b04
    Update README.md ser3n1ty 2024-05-08 19:43:13 -0700
  • a42de8083b
    Create sqlqueries.sql ser3n1ty 2024-05-08 19:17:49 -0700
  • 2313cc2406
    Update rogueserver.go ser3n1ty 2024-05-08 19:15:16 -0700
  • 4971ad9d42
    Add new database limits maru 2024-05-08 20:19:33 -0400
  • 192b777ac3
    Set ArgonMaxInstances to number of cores maru 2024-05-08 20:08:10 -0400
  • 7dbcb18ebf
    Use INSERT instead of REPLACE for savedata storage functions maru 2024-05-08 17:23:07 -0400
  • 0ead2da2da
    Remove unused endpoint game/playercount maru 2024-05-08 15:47:56 -0400
  • 2ea8c465c8 Convert debug to bool Jonas Pinson 2024-05-08 20:13:22 +0200
  • 3191ac9ab6 update code Jonas Pinson 2024-05-08 20:03:57 +0200
  • 99723edd75 update to use environment variables Jonas Pinson 2024-05-08 20:01:31 +0200
  • 58947d1bcb Update dockerfile Jonas Pinson 2024-05-08 19:53:07 +0200
  • 4b89c96625 Add dockerfile Jonas Pinson 2024-05-08 19:06:25 +0200
  • 1763e1af5f Added some tests Jonas Pinson 2024-05-08 18:53:58 +0200
  • ae23b18f9c
    start on port 8001 by default for client parity Up 2024-05-08 13:07:55 +0200
  • b803dff3e9
    ensure uniqueness of daily seed Up 2024-05-08 12:58:11 +0200
  • 3a5f6fb116
    compensations and daily runs Up 2024-05-08 12:31:20 +0200
  • 1e9e868460
    account stats and create db indices Up 2024-05-08 12:08:14 +0200
  • 54c4c43437
    accounts, acccountStats Up 2024-05-08 11:47:57 +0200
  • 8d39b9614f
    prevent crash if userdata dir does not exist Up 2024-05-08 11:28:41 +0200
  • 22cee19985
    add development docker compose file Up 2024-05-08 11:28:15 +0200
  • 9cfb923708
    add default values for CLI args Up 2024-05-08 11:27:51 +0200
  • 6cb179b553
    Clean up savedata.go maru 2024-05-07 20:38:12 -0400
  • 405a578e8c manually parse all save states for now Up 2024-05-08 01:28:33 +0200
  • 9b07fb3ac8
    manually parse all save states for now #4 Up 2024-05-08 01:28:33 +0200
  • 0d6539a87b
    continue on existing save (#3) Up 2024-05-08 01:14:07 +0200
  • 8e8aeef0f7
    Revert "one slot only?" #3 Up 2024-05-08 01:12:06 +0200
  • 9a03f7ec5c
    fallback if there is no slot data yet Up 2024-05-08 01:11:51 +0200
  • 20997e9cd8
    one slot only? Up 2024-05-08 01:07:44 +0200
  • cb071d9d9b
    fix continue Up 2024-05-08 01:02:57 +0200
  • 9102b69194
    long blob Up 2024-05-08 01:02:35 +0200
  • 1f95f7c042
    hotfix: move save data to DB (#2) Up 2024-05-07 23:10:33 +0200
  • 409c39e19a
    fix typo #2 Up 2024-05-07 23:03:09 +0200
  • 1c659d4fd2
    use REPLACE INTO Up 2024-05-07 22:58:24 +0200
  • ec65e0eb4a
    better table creation Up 2024-05-07 22:57:30 +0200
  • 87c65984f8
    fix pk Up 2024-05-07 22:49:17 +0200
  • 17f409c04f
    update gitignore Up 2024-05-07 22:44:08 +0200
  • b6848f4739
    remove more dir creation Up 2024-05-07 22:42:59 +0200
  • 40a1ce97e0
    fix import cycle Up 2024-05-07 22:41:53 +0200
  • d39d2d4e7f
    remove leftover dir creation Up 2024-05-07 22:39:21 +0200
  • b463a64003
    finish migration code Up 2024-05-07 22:31:55 +0200
  • 3ca235aa14
    start reading save data from DB Up 2024-05-07 22:00:28 +0200
  • 723fe48969 Add classic win count to starter data Flashfyre 2024-05-07 00:16:00 -0400
  • a087234aa8
    Replace usernameFromRequest maru 2024-05-05 16:12:10 -0400
  • 808a9e6c7d
    Remove redundant error check maru 2024-05-05 16:08:43 -0400
  • 3553891e6e Temporarily remove session expiration check Flashfyre 2024-05-05 14:57:58 -0400
  • 223bb6e90c Add support for some tracked run stats Flashfyre 2024-05-03 23:53:00 -0400
  • 99e878b933 Add friendship starter data field Flashfyre 2024-05-02 17:34:11 -0400
  • c0a23079fa Re-implement fix for data overwrites Flashfyre 2024-04-30 15:26:13 -0400
  • 8a17845d42 Revert "Fix underlying issue with save override prevention" Flashfyre 2024-04-30 15:11:01 -0400
  • c12c770844 Fix underlying issue with save override prevention Flashfyre 2024-04-30 15:06:37 -0400
  • e19104c86a Prevent initial out of date message on register Flashfyre 2024-04-30 14:59:58 -0400
  • 512a24e5c3
    Remove anti cheat maru 2024-04-30 14:34:40 -0400
  • cde572d626 Revert "Fix data override prevention on update" Flashfyre 2024-04-30 13:39:06 -0400
  • 52756fdba3 Fix data override prevention on update Flashfyre 2024-04-30 11:17:14 -0400
  • 786e947e09
    Change 'banned' to 'limited maru 2024-04-30 00:32:55 -0400
  • 8481626193
    Relicense under AGPL maru 2024-04-29 17:26:46 -0400
  • 235fb9c91c
    Add copyright notice to files maru 2024-04-29 15:32:58 -0400
  • e8240c9c38
    Rename to rogueserver maru 2024-04-29 15:22:27 -0400
  • b52abbf7fe
    Ban if daily score over 20000 maru 2024-04-28 22:21:30 -0400
  • e184e9da91
    Ban if vouchers over a certain threshold maru 2024-04-28 20:59:53 -0400
  • bc8084b70b Increment server version Flashfyre 2024-04-28 20:44:33 -0400
  • ec33952aaa
    Simplify variable declaration maru 2024-04-28 17:41:00 -0400
  • cbcc68f8e4
    Add password changes maru 2024-04-28 17:27:58 -0400
  • 4ce5a0198d
    Don't check token length twice in Logout maru 2024-04-26 13:17:06 -0400