Commit Graph
31 Commits
Author SHA1 Message Date
code002lover 99f1890257 fix error + format 2025-04-29 00:29:00 +02:00
Mystikfluu 3254d01581 fix some anti pattern stuff 2023-02-10 19:24:05 +01:00
Mystikfluu a4206ec1a7 change domain name
ipost.tk => ipost.rocks
2022-11-30 15:19:14 +01:00
Mystikfluu 5e425c0fbc change function name in dms
"postMessage" -> "postMsg"
2022-10-04 21:53:18 +02:00
Mystikfluu 08dcc9f96a Merge branch 'master' of https://github.com/Mystikfluu/authwebsite 2022-09-05 19:28:11 +02:00
deepsource-autofix[bot]andGitHub c478f83f70 Remove unnecessary 'async' keyword 2022-09-05 17:25:36 +00:00
Mystikfluu 6af25e4b16 fix bug in dms 2022-09-05 18:46:03 +02:00
Code002LoverandGitHub 85b549458d Merge pull request #29 from 002Hub/deepsource-fix-74783334
Replace  `==`/`!=` with `===`/`!==`
2022-09-05 09:41:10 -07:00
deepsource-autofix[bot]andGitHub 29e4d677f3 Replace ==/!= with ===/!== 2022-09-05 16:40:08 +00:00
deepsource-autofix[bot]andGitHub e2350b9aa4 Replace builtin prototype method with Object.prototype equivalent 2022-09-05 16:39:08 +00:00
Mystikfluu 7ceb781f55 fix username not being shown in dms 2022-08-27 00:27:08 +02:00
Mystikfluu d9fe8f2642 fix bugs, improve loading time 2022-08-25 17:35:17 +02:00
Mystikfluu 6eb634b9e9 make dms.html a template 2022-08-25 00:46:10 +02:00
Mystikfluu e443089188 fix dm duplication when using encryption 2022-08-23 00:43:18 +02:00
Mystikfluu 0e1226c5be supress websocket connecting errors 2022-08-23 00:41:26 +02:00
Mystikfluu c33ff903f7 enhance channel storage 2022-08-23 00:38:37 +02:00
Mystikfluu 94daecb56c simplify key storage 2022-08-23 00:36:42 +02:00
Mystikfluu fc0c96c1a1 add further encryption support for dms 2022-08-23 00:32:22 +02:00
Mystikfluu ad3ab133a5 move server_esm to server.js 2022-08-19 23:37:24 +02:00
Mystikfluu e567e04133 enhance simple e2ee 2022-08-19 19:51:08 +02:00
Mystikfluu f8ba9fd95b lay groundwork for simple dm encryption 2022-08-19 18:36:26 +02:00
Mystikfluu cda662f270 fix replies being shown as "undefined undefined" 2022-08-19 18:28:55 +02:00
Mystikfluu 18a080f349 add getDM endpoint 2022-08-14 00:22:12 +02:00
Mystikfluu 656b3d4de0 add channel saving 2022-08-12 23:54:06 +02:00
Mystikfluu 35148bb9c8 clear value after opening dm 2022-08-11 17:35:10 +02:00
Mystikfluu a44ed50c89 enhance dms 2022-08-11 17:33:45 +02:00
Mystikfluu f16f41adf9 bug fix 2022-08-11 17:29:14 +02:00
MystikfluuandAlpisc 347b1fff3f dms are now in the early alpha
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2022-08-11 17:26:58 +02:00
Mystikfluu 9a5b2c9385 remove duplicate dms 2022-08-11 12:01:53 +02:00
Mystikfluu 399933a803 fix infinite loading screen 2022-08-11 11:57:47 +02:00
Mystikfluu 61fdacc42b add simple prototype dms page 2022-08-11 11:53:32 +02:00