| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-17 | Remove some clutter print messages | Jesusaves | 1 | -5/+2 | |
| 2020-12-17 | New function: security.score() | Jesusaves | 4 | -5/+52 | |
| Whenever a bad packet is received or something, it adds a "score" to the conn. If it exceeds a certain threshold (5 for unauthed, 30 for authed users), the connection is killed and IP is blacklisted for BAN_TIME (default: 3 mins) | |||||
| 2020-12-17 | Move blacklist functions to security.py | Jesusaves | 3 | -41/+85 | |
| 2020-12-17 | Fix a few bugs and ignore the ban files. | Jesusaves | 2 | -6/+18 | |
| 2020-12-17 | Update README instructions, and fix the blacklist system to use dl_search | Jesusaves | 2 | -1/+14 | |
| instead. | |||||
| 2020-12-17 | Add support for three blacklist files | Jesusaves | 3 | -5/+41 | |
| But technicially, Z-Line and G-Line should be processed before | |||||
| 2020-12-16 | Initial protocol processing system | Jesusaves | 2 | -9/+62 | |
| 2020-12-16 | Add back the autotools from the old version | Jesusaves | 8 | -0/+336 | |
| 2020-12-16 | Import the good ol' SQL module. | Jesusaves | 4 | -1/+534 | |
| 2020-12-16 | Not sure, but pyflakes might want pass.json? | Jesusaves | 1 | -0/+1 | |
| 2020-12-16 | pass.json may contain secrets, so make a .example out of it. | Jesusaves | 2 | -3/+4 | |
| *I'm also sure that is not the right username/password/db for localhost anyway* *I still am not at SQL stage after all* | |||||
| 2020-12-16 | Remove unused dependency | Jesusaves | 1 | -1/+1 | |
| 2020-12-16 | Add utils for improved logging. | Jesusaves | 10 | -11/+1553 | |
| Add the placeholder JSONs from earlier. | |||||
| 2020-12-16 | Add pipelines | Jesusaves | 1 | -0/+36 | |
| 2020-12-15 | Allow server to be run with SSL encryptation | Jesusaves | 1 | -4/+8 | |
| It is a hurdle in both Google Play Console as in Python-For-Android | |||||
| 2020-12-15 | Messages should always be a reply, never a global notice | Jesusaves | 1 | -5/+1 | |
| 2020-12-15 | Always reply to clients | Jesusaves | 1 | -2/+12 | |
| 2020-12-09 | Initial websocket structure | Jesusaves | 2 | -0/+775 | |
| 2020-12-09 | Initial commit | Jesusaves | 1 | -0/+23 | |