A python script to enable users to register on tilde.fun.
Find a file
Darksider3 8d4d2038d3 Typing support and sqlite3.Row!
Typing will be handy in further development, as well will i settle down
to sqlite3.Row. Fetchall() returns now a list(grr) with
dict-imitating/sumating objects, which you can call keys() on and will
return them, what we now already use for Backups, which comes handy.

Also Typing gives the ability to let the code even more documentate
itself. It's planned to use all over the place but i've to read myself
into it yet more to get started on that one.
It's a step in the right direction!
2019-10-25 03:03:47 +02:00
config Reflect changes made 2019-09-24 00:38:03 +02:00
private Typing support and sqlite3.Row! 2019-10-25 03:03:47 +02:00
public Allow uppercase Chars afters first character in usernames 2019-10-17 15:27:57 +02:00
.gitignore add gitignore 2019-10-13 10:53:09 +02:00
Dockerfile Breaking up the code smell regarding the CFG.py! 2019-10-19 22:36:00 +02:00