diff options
author | grant-kun <[email protected]> | 2022-10-25 08:38:13 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-25 08:38:13 -0500 |
commit | eb7dc5ba1945270f632657df36a621c253e91faa (patch) | |
tree | 4ae49971f72f08000ace1e79b4557d80b9b251be | |
parent | fd66e581b089f44db20c79de201852177af6964f (diff) |
qol changes and fixed
-rw-r--r-- | html/mail.html | 4 | ||||
-rw-r--r-- | readme.md | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/html/mail.html b/html/mail.html index 0de77a9..5502d15 100644 --- a/html/mail.html +++ b/html/mail.html @@ -398,7 +398,9 @@ revved = emails.reverse() index = revved.indexOf(emails[index]) + 1 //pretty proud of this reverse indexer :) - sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }) + sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }).then(()=>{ + update() + }) } function umail() { let ret = '' @@ -83,5 +83,12 @@ visit the [main git](https://git.disroot.org/grantsquires/kanna-site) or the [gi - [ ] encryption (md5 hashing, and rsa) - [ ] add aliases that are used in cookies and randomly gen. - [ ] also server side hash to check/verify the alias + - [ ] more sexy gradients (everywhere) + - [ ] lower verbosity (and options to change it) + +### issues + + - [ ] storage not saving + - [ ] check for login key cookie on page loads FeMail (iron mail) |