Releases: 0xb01u/Cerberus
Cerberus v0.4.1 - Wind version
This version of Cerberus fixes all the bugs detected in v0.4.0:
- Automatically make
./tests
,./outputs
and./programs
directories. - Now generated tests are automatically added execution permissions.
- Correctly display the number of failed tests and errors.
- Remove
original.tgz
. - Simplified program name logic by removing
SEQ_PROGRAM
environment variable.
WIND VERSION: If you are a Computación Paralela 2021 student, download the Cerberus-wind_cuda.tar.gz
asset below to enjoy a plug-and-play, almost ready version of Cerberus: just add the TOKEN for your bot to env.json
. This "wind version" comes with a correct ./programs/original.tgz
file to generate the tests with, and also with 16 predefined tests, from the OpenMP and MPI contests. It also contains an Example Makefile
file to use with your programs to correctly generate the .tgz
files to send to Cerberus. You can also use the Makefile below to generate the correct .tgz
files.
For installation instructions, see INSTALLATION.md, and for user usage instructions see INSTRUCTIONS.md.
If you have any doubt or issue, you can contact me through this repo or Discord: B0lu#8913
Also, you can support me through my Ko-fi <3.
Cerberus v0.4.0
First release for Cerberus (the OG), aimed at helping students with the CUDA contest. It must be installed in a CUDA-capable system.
Cerberus simulates Computación Paralela's Tablón by executing programs inside .tgz
s sent through Discord channels.
Currently available commands are:
!add
to add a test.!test
to view a test.!del
to delete a test.
For installation instructions, see INSTALLATION.md, and for user usage instructions see INSTRUCTIONS.md.
Also, you can support me through my Ko-fi <3.
Hermes v1.5.2
Another minor update for Hermes that focuses on bugfixes. This one fixes empty leaderboards not being properly refreshed, some congratulation messages not being sent, and requests errors not being properly logged. It also makes the bot globally log requests errors where the requests can't reach the Tablón's server, with a special log message and a ping.
As always, general documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.5.1
This is a minor update for Hermes that adds some small tweaks:
- Fixed leaderboard visualization ordering (hopefully).
- Congratulations to the top N teams on a leaderboard will only be sent when there are more than N teams on the leaderboard.
- Hermes will mark the C files it delivers to Tablón with an identifying comment.
As always, general documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.5.0 - The multicolumn update
This version of Hermes adds the possibility to show more than one field in leaderboard visualizations, aside from Position and Team. It also adds a command to close leaderboards from within Discord. Also, errors while creating and sending requests will be globally logged, if possible.
As always, general documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.4.3
This version focuses on minor bugfixes and small QoL changes. Some of these bugfixes target network and server-side bugs that are outside of the bot's programming but crashed the bot. Hopefully, they are fixed now. It also removes the feature of v1.4.2 where all the commands would be dumped to stderr.
As always, general documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.4.2
Version 1.4.2 of Hermes adds these new features:
- Team rename for leaderboard visualizations:
!team rename
,!teamedit rename
(for admin usage). !alias
command for server aliasing.!teamsend
admin command for sending private messages to all members of a team.
It also fixes all these bugs and tweaks some funcionalities:
- All commands and requestes received by the bot are now dumped to stderr, for debugging purposes.
- Sending requests without a team or set password is now disallowed.
- Leaderboards will show the team's names instead of their ID.
- Team requests will now show the username and discriminator of the requester, as an attempt to fix mobile users just seeing @invalid-user.
- Added log for team creation using
!team join
. - Added "passwd" extension support for password files.
- Now only manage guild permissions are needed to send a password file to be processed.
- Changing a team's password will now notify every team member of the change.
- Usage of
--
when sending requests to the queue is now discouraged. - The bot will now notify teams when they enter a leaderboard or surpass a Reference.
- All non-command private messages sent to Hermes will now be logged.
- Fixed some logs not showing the user who triggered the log.
- Fixed bug where boolean environment variables were not resolving properly.
- Fixed bug where leaving and deleting a team would mess up new team creation.
- Fixed bug with team renaming appearing to be successful when it actually wasn't.
- Fixed bug with
!config
never showing the team passwords. - Fixed bug where new members on the Discord server would crash the bot.
- Fixed bug where the bot couldn't locate the target server on DM commands, making it crash.
- Fixed bug with team fetching.
- Fixed bug where the bot would crash if the password file had more teams than there are on the server.
- Fixed various team related bugs.
As always, general documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.3.3
The first official release for Hermes, now actually ready to be used on a real scenario.
This version fixes some critical issues present in previous versions:
- Fixed the behavior of the request embeder when the requests are unsuccessful (mainly for sending various requests too close together).
- Fixed bugs with the guildMap not being created properly and crashing on new installations.
- Fixed bug where userMap mapped each user ID to "undefined".
- Fixed bug where empty leaderboards crashed Hermes.
- Fixed bug with team creation where a team would be incorrectly assigned when an user used
!team join id
, withid
being an invalid team identifier. - Removed all message deletion related code.
As always, general documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.3.0
DO NOT USE THIS VERSION. Use at least v1.3.3.
The first official release for Hermes, ready to be used on a real scenario.
Changelog brief (from v1.2.1-rc2):
- Added leaderboard position updates to teams: public messages can be sent to a specific server channel congratulating teams when they enter or scale up on the top X (settable parameter) of a leaderboard. Private messages can be sent to team members when they leave or scale down on the top X of a leaderboard. These updates are triggered whenever a leaderboard is manually refreshed.
- All requests sent through the bot are now logged on the specific (private) server channel for the bot. Some execution errors are also logged on this channel.
General documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.
Hermes v1.2.1 release candidate 1
The first (pre-)release for Hermes.
This version (1.2.1), besides all the features present in the beta pre-releases, adds the visualization of Tablón leaderboards on Discord channels.
General documentation can be found in the doc folder. For installation instructions, see INSTALLATION.md, for a list of features, see FEATURES.md, and for student usage instructions see INSTRUCTIONS.md. Ideas for future features can be found on WIP.md.