bot for taking notes about challenges during CTF
Stars
4
Forks
0
Watchers
4
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
73
commits
minor change. Make notifications being turned on/off say who its being turned on/off for.
703df20View on GitHubI made the notifications of messages that were left since you were gone now show you the CTF name and the challenge name, so now these notifications are useful!
f748380View on GitHubFixed typo that has always been present in schema, for the foreign key constraint on challengeID.
533c13bView on GitHubMade messages regarding you not having enough permissions pm
50792c9View on GitHubfixed minor derp in dbUtils that caused all the Notification stuff to break
be48ad5View on GitHubMerge branch 'master' of https://github.com/Pyhscript/CTFNoteTaker
0e3d5eeView on GitHubFixed deletenote, it was an issue from the actualuser/printuser update. Made notify.py log logins and logouts
59ed299View on GitHubMerge branch 'master' of https://github.com/Pyhscript/CTFNoteTaker
9b57678View on GitHubremoved debugging code that does nothing, added .notify to help message
977869aView on GitHubConverted checking firstRun.conf to checking if database.sqlite exists
4bf9cb1View on GitHubFixed a minor error where firstRunFile would never get closed if it was not the first run.
994feefView on GitHubMade firstRun code read schema from schema file, so the code is only maintained in one place.
68e0c41View on GitHub