Commit Graph

824 Commits

Author SHA1 Message Date
Hay1tsme
edd3ce8ead move to alembic 2024-01-09 13:57:59 -05:00
Hay1tsme
07cbbcc377 idac: fix matching 2024-01-09 12:52:53 -05:00
Hay1tsme
4bc77a8ef6 cxb: impl JSONResponseNoASCII 2024-01-09 12:44:48 -05:00
Hay1tsme
1c22c6bec0 idac: add echo server 2024-01-09 12:41:47 -05:00
Hay1tsme
7b49a8ab58 add JSONResponseNoASCII 2024-01-09 12:41:32 -05:00
Hay1tsme
f65aa4d60a idz: add socket servers 2024-01-09 12:21:31 -05:00
Hay1tsme
4b9db8be3b add uvicorn to requirements 2024-01-09 11:49:22 -05:00
Hay1tsme
5c124a7d61 chuni: remove semicolon 2024-01-09 11:48:28 -05:00
Hay1tsme
b0536e45ed chuni: remove semicolon 2024-01-09 11:43:43 -05:00
Hay1tsme
08c831ff8c add missing credit to changelog 2024-01-09 10:35:50 -05:00
Hay1tsme
0c3924a8f0 aimedb: fix lookup with banned or locked access code 2024-01-09 10:33:48 -05:00
zaphkito
4550cb2af5 delete "ADD config config" (#83)
this is because everywhere about docker build write to create and use configs/config folder, not config, if we follow docker installation guide, there will not exist config folder in artemis root. Even if the folder exists, the folder will not be mapped inside the container, then we will get a build error about config not exist
in docker-compose.yml
```
  app:
    hostname: ma.app
    build: .
    volumes:
      - ./aime:/app/aime
      - ./configs/config:/app/config
```

in INSTALL_DOCKER.md

- Create 'aime', 'configs', 'AimeDB', and 'logs' folder in ARTEMiS root folder (where all source files exist)
- Inside configs folder, create 'config' folder, and copy all .yaml files from example_config to config (thats all files without nginx_example.conf)
- Edit .yaml files inside configs/config to suit your server needs
- Edit core.yaml inside configs/config

I checked this file history
in d1259509ad, phantomlan already delete this, but don't know why it come back between 040742a9a4 and 565dc38e9a, maybe git bug? However, now delete it again

Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/83
Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
2024-01-09 15:31:03 +00:00
Kevin Trocolli
4933ad72f2 adb: change warning to debug 2024-01-09 03:17:23 -05:00
Kevin Trocolli
cc68b7f6c6 adb: fix timeout issue 2024-01-09 03:16:31 -05:00
Kevin Trocolli
14fa0f5e8e begin move 2024-01-09 03:07:04 -05:00
Kevin Trocolli
b056ff218d Update changelog 2024-01-08 21:25:45 -05:00
Kevin Trocolli
01591a0456 chuni: revert changes to udpHolePunchUri and reflectorUri 2024-01-08 21:23:10 -05:00
Kevin Trocolli
b4b40869c1 chuni: add roomId to handle_get_matching_state_api_request, update changelog 2024-01-08 20:21:27 -05:00
Hay1tsme
c9dfbc77c4 Merge pull request 'Fix issue in handle_get_user_music_api_request for Chunithm where songs would not always return all scores' (#92) from Kumubou/artemis:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/92
2024-01-09 01:20:46 +00:00
Hay1tsme
1b3e43b918 chuni: Imrpove GetGameSetting request handling for different versions 2024-01-08 18:30:03 -05:00
Hay1tsme
f5c77f04fa update changelog 2024-01-08 18:23:15 -05:00
Hay1tsme
27bf51f9f8 chuni: add matching config, stun turn stuff 2024-01-08 18:22:09 -05:00
Hay1tsme
343424e26a update changelog 2024-01-08 18:00:06 -05:00
Dniel97
7639c2ef74 idac: updated scripts + bugfixes, BACKUP DATABASE! 2024-01-08 18:36:46 +01:00
Dniel97
9ee58cd444 idac: bugfixes 2024-01-08 16:51:59 +01:00
Dniel97
e08acf8ee4 idac: added basic update/rollback scripts 2024-01-08 16:45:43 +01:00
Dniel97
62937584bc Merge branch 'online' into idac 2024-01-08 16:42:46 +01:00
UncleJim
c0078b252f Update titles/idac/const.py 2024-01-08 10:21:30 +00:00
UncleJim
4c1603db09 Update titles/idac/season2.py 2024-01-08 03:10:34 +00:00
UncleJim
3dd23d4b53 Added past round event data for season 1 2024-01-08 03:09:17 +00:00
UncleJim
a883450e5c oops 2024-01-08 02:39:31 +00:00
UncleJim
acc3a63030 removed excess columns 2024-01-08 02:38:35 +00:00
UncleJim
3426a37d2d fix typo 2024-01-06 14:05:28 +00:00
UncleJim
f225b732f2 implement new vs_info saving method 2024-01-06 14:04:47 +00:00
UncleJim
a42993aca7 implement new vs_info saving method 2024-01-06 14:01:14 +00:00
UncleJim
39031757f4 Implmented course_info query method 2024-01-06 08:52:35 +00:00
UncleJim
a2975fc979 hotfix 2024-01-05 04:07:01 +00:00
UncleJim
b1026fdec0 splited course_info from idac_user_vs_info table 2024-01-05 04:04:31 +00:00
Kumubou
5f33b2d3e4 Fix issue in handle_get_user_music_api_request where songs would not always return all scores 2024-01-03 22:05:24 +00:00
Dniel97
0b38778c19 Merge branch 'develop' into idac 2024-01-03 18:30:42 +01:00
Midorica
19baf05d7b cxb: fixing get_allnet_info 2023-12-29 13:59:53 -05:00
Midorica
32419faf01 Update docs/game_specific_info.md
Removing unused option details for cxb
2023-12-29 03:20:44 +00:00
Midorica
bf7d709b49 chuni: fixing the network encryption for Sun Plus 2023-12-15 22:22:36 -05:00
Midorica
37b1f41b44 fixing the upgrade & downgrade script for chunithm 2023-12-15 22:21:05 -05:00
Midorica
7b8611cee3 Merge pull request 'Chunithm Sun Plus, Int support' (#78) from EmmyHeart/artemis-sp:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/78
2023-12-16 03:20:02 +00:00
EmmyHeart
d0f8568e17 Fixed Rival Music API not returning everything due to iteration issues 2023-12-13 23:28:00 +00:00
EmmyHeart
fd0fefa48b Added Sun Plus to example config
my bad
2023-12-13 12:28:28 +00:00
EmmyHeart
b5462276f5 Last remnant. Goodbye, rank scaling. 2023-12-13 07:35:07 +00:00
EmmyHeart
626ea58f75 Updated game specific info for Sun Plus
Also removed some old info about rank scaling, since it got YEETed
2023-12-13 07:34:37 +00:00
EmmyHeart
40e6e42c87 Updated readme.md 2023-12-13 07:33:01 +00:00