robosats/chat
2022-06-05 04:18:06 -07:00
..
__init__.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
admin.py Serve PGP messages after reconnect 2022-05-28 07:59:32 -07:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
consumers.py Fix signature verification error due to clock mismatch. Fix amount limits rounding. 2022-06-05 04:18:06 -07:00
models.py Fix chatroom names. Fix users entering old chats 2022-06-03 02:39:48 -07:00
routing.py Re-format all python code 2022-02-17 11:50:10 -08:00
tasks.py Create task to delete older than 3 days encrypted messages 2022-05-31 02:23:01 -07:00
tests.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
urls.py Re-format all python code 2022-02-17 11:50:10 -08:00
views.py Re-format all python code 2022-02-17 11:50:10 -08:00