Sashanoraa sashanoraa
  • Joined on 2021-10-21
sashanoraa pushed to convert-http-to-saml at Emi/PronounsToday 2021-11-15 06:42:10 +00:00
4cef709f52 REQUEST_URL debug log message
sashanoraa opened issue Emi/PronounsToday#11 2021-11-15 06:36:26 +00:00
Clean up Unix socket on exit/panic
sashanoraa opened issue Emi/PronounsToday#10 2021-11-15 06:35:07 +00:00
Don't panic on invalid requests
sashanoraa created branch json-resp in Emi/PronounsToday 2021-11-13 23:05:35 +00:00
sashanoraa pushed to json-resp at Emi/PronounsToday 2021-11-13 23:05:35 +00:00
d88049b138 WIP [web] Add a JSON pronouns endpoint
sashanoraa opened issue Emi/PronounsToday#9 2021-11-13 22:36:46 +00:00
Add test web server
sashanoraa opened issue Emi/PronounsToday#8 2021-11-13 22:34:36 +00:00
Default generated config don't work
sashanoraa commented on issue Emi/PronounsToday#7 2021-11-13 22:33:28 +00:00
Produce meaningful error messages for network errors

Errors regarding the config should also print the path the config it being loaded from.

sashanoraa deleted branch write-all-vectored from Emi/PronounsToday 2021-11-06 18:13:14 +00:00
sashanoraa merged pull request Emi/PronounsToday#4 2021-11-05 19:39:54 +00:00
Better Vectored Write
sashanoraa opened issue Emi/PronounsToday#6 2021-11-04 18:07:16 +00:00
Fix doc tests
sashanoraa opened issue Emi/PronounsToday#5 2021-11-04 00:50:32 +00:00
Hardening
sashanoraa created pull request Emi/PronounsToday#4 2021-11-04 00:34:15 +00:00
Better Vectored Write
sashanoraa pushed to write-all-vectored at Emi/PronounsToday 2021-11-04 00:32:09 +00:00
3a4afbcaea [web] confirm safety of advance
sashanoraa pushed to write-all-vectored at Emi/PronounsToday 2021-11-03 23:45:02 +00:00
63cfa014d5 [web] use actual vectored write
sashanoraa created branch write-all-vectored in Emi/PronounsToday 2021-11-03 23:45:02 +00:00
sashanoraa commented on pull request Emi/PronounsToday#2 2021-11-02 17:08:19 +00:00
[web] Statics dumpy???

I think this might be cleaner with a for loop instead of 2 iterators but it's fine if you prefer this way.

sashanoraa commented on pull request Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

The user should be able to specify a full socket address.

sashanoraa commented on pull request Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

Don't use Strings for paths. Use PathBuf instead.

sashanoraa commented on pull request Emi/PronounsToday#1 2021-10-30 17:40:28 +00:00
[web] Support runtime configuration using commandline args + config file

Config should specify the full socket address, not just the port. It should also support multiple.