-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.2.4 - large structural & featureset improvements overall (more details in desc) #69
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TrueRou
pushed a commit
to Pure-Peace/gulag
that referenced
this pull request
Jan 11, 2022
…ails in desc) (osuAkatsuki#69) * /api/get_replay * binoppai * probably broken tourney client support & api cleanup * mods in /api/get_scores (strong & weak equality) * more api handlers & cleanup * add api/get_map_scores & api/get_score_info * add /api/get_match * add api keys & PUT /api/set_avatar * api (tokens -> keys) & fixes * de-cringe * add Player.send_bot to match Channel api * use chimu.moe as default mirror, extra support * switch to -devserver, fix custom (& ctb) achievements * better handling for sql update failure & less deps * add `after_serving` for `cmyui`.Server * optional server switcher support in nginx (temporary) * allow for `!recent <player>` syntax * switcher support [2/2] * missed /np ppy.sh * add assets.ppy.sh for switcher support as well * beatmap ratings (osu-osz2-getscores.php) * basic mania pp support * add ssl certificate generation to readme (fixes osuAkatsuki#63) * add map info to /api/get_player_(scores/status) * allow for /api/get_player_info?scope=all * clean up main & collections * add Context object to commands (contains trigger, likely more to come), add !server * testing without clans be like * shutdown properly on sql updater failure & include psutil in reqs * for now.. lol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This update was written over the course of a week pretty actively; it features a LOT of new stuff/improvements, namely:
i updated our oppai-ng wrapper a bit, so you'll will need to run
git submodule update && cd oppai-ng && ./build && cd ..
to update & rebuild oppai-ng for the binary output to work, and you'll also most likely have to update cmyui_pkg (pip install -U cmyui
) as that's where most of the signal improvements were made.since i believe this is my largest contribution so far and some sections are rather untested (note #61), there is a pretty large possibility for a few bugs in this release, remember we have a Discord if you're experiencing anything weird :)