Commit Graph

  • 2a46b611b5
    Merge 9c6374eedf into df92ff8b6f Krystian Chmura 2024-05-15 21:00:35 +0200
  • 9c6374eedf
    fix errors in /account Krystian Chmura 2024-05-15 20:57:58 +0200
  • da5f472475
    Merge c1d2a44dc2 into df92ff8b6f Krystian Chmura 2024-05-15 18:56:23 +0000
  • c1d2a44dc2
    review feedback Krystian Chmura 2024-05-12 13:51:25 +0200
  • 201431761a
    write tests for /account/* Krystian Chmura 2024-05-11 17:03:22 +0200
  • df92ff8b6f Add last activity update on verify master Flashfyre 2024-05-15 13:37:36 -0400
  • 509ca8df12
    better errors Up 2024-05-15 07:28:49 +0200
  • f31f130c14
    also check for empty Up 2024-05-15 06:47:06 +0200
  • c17c583321
    update active session if none is found Up 2024-05-15 06:46:08 +0200
  • 76e7ba02ad
    always delete claimed vouchers Up 2024-05-15 04:27:53 +0200
  • a063b1740c
    add missing foreign key declarations Up 2024-05-15 04:12:20 +0200
  • e4713e6ea3
    fall back to legacy save ID Up 2024-05-15 04:08:42 +0200
  • 2aab022ce3
    properly use client session ID Up 2024-05-15 04:07:47 +0200
  • e7cff35d69
    delete vouchers when claiming them Up 2024-05-15 00:50:50 +0200
  • 174b962f19
    update verify endpoint Up 2024-05-15 00:00:38 +0200
  • e2efcd550c
    fix faulty sql query Up 2024-05-14 23:17:14 +0200
  • 834d1e62a0
    add foreign key constraint on client session table Up 2024-05-14 14:33:53 +0200
  • c0aade2e65
    simplify ID handling Up 2024-05-14 14:30:04 +0200
  • 983e17c894
    continue if linting fails Up 2024-05-14 13:23:22 +0200
  • b88b3f6fab
    explicitly define linter config Up 2024-05-14 13:18:39 +0200
  • c24d006f88
    move linter args to config file Up 2024-05-14 13:07:07 +0200
  • 12b0a0df0b
    try make linter ignore unused stuff Up 2024-05-14 13:01:29 +0200
  • 436fce8759
    add client session ID tokens Up 2024-05-14 12:54:06 +0200
  • 22e210a5cc
    Merge 8d32873f02 into 8439519d8e Gamray 2024-05-13 19:03:30 +0000
  • 8d32873f02 Fixing rollback gamray 2024-05-13 21:03:24 +0200
  • d1fb726b7a
    Update db/savedata.go Gamray 2024-05-13 21:02:27 +0200
  • 733e01ec16 Using transaction instead of normal handle to do multiple queries gamray 2024-05-13 00:35:17 +0200
  • 81592af770 Using transaction instead of normal handle to do multiple queries gamray 2024-05-13 00:32:54 +0200
  • 64bbaed3ed removed unusued code gamray 2024-05-13 00:24:04 +0200
  • cf1b33e170 fixed bad copy paste (200 ok should be sent on success) gamray 2024-05-13 00:21:00 +0200
  • 4567108da8 Added separate endpoints to handle eggs (get, update and delete) gamray 2024-05-12 22:37:43 +0200
  • 8439519d8e
    start on splitting api call handler function Up 2024-05-12 20:42:07 +0200
  • d70c082aa9
    simplify json response writing Up 2024-05-12 20:05:46 +0200
  • f0c283af42
    merge token and uuid lookups to reduce roundtrips Up 2024-05-12 19:44:04 +0200
  • 81853b1863
    forgot to update stats column Up 2024-05-12 08:38:57 +0200
  • a44a6c382f
    save data when applying vouchers Up 2024-05-12 08:30:46 +0200
  • c06b1496a3
    add watchtower in example compose file Up 2024-05-12 08:11:36 +0200
  • 4430a18dae
    update example compose file Up 2024-05-12 08:05:40 +0200
  • 5d6bfe0c22
    add accounts activity index Up 2024-05-12 05:12:46 +0200
  • 2700afafdb
    cleanup Up 2024-05-12 04:41:56 +0200
  • 94df201bf7
    update endpoint name Up 2024-05-12 03:42:35 +0200
  • 884bb88cd3
    add combined update endpoint Up 2024-05-12 03:34:08 +0200
  • ab69d940e6
    update action step name Up 2024-05-12 01:23:29 +0200
  • 43f2f5a163
    Merge pull request #11 from slsyy/run-golangci-lint-in-CI Up 2024-05-12 00:28:46 +0200
  • 03865f9b94
    run golangci-lint in CI Krystian Chmura 2024-05-11 14:06:47 +0200
  • 36f353b8a6
    Clean up db.go maru 2024-05-11 02:30:20 -0400
  • 5656fb96d1
    Use log.Fatal isntead of panic maru 2024-05-11 02:24:20 -0400
  • dd013a1626
    Merge pull request #8 from cgnetsec/master Up 2024-05-11 05:44:57 +0200
  • 8c209163db
    Update README.md ser3n1ty 2024-05-10 20:38:28 -0700
  • 1cec1d313d
    Update README.md ser3n1ty 2024-05-10 20:36:03 -0700
  • 2704e64e38 Add newclear endpoint better-accounts 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 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 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 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. 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
  • 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