aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add release process stuff to makefileJesse Luehrs2019-10-231-7/+42
* fix formattingJesse Luehrs2019-10-221-1/+1
* add readmeJesse Luehrs2019-10-221-0/+86
* another todoJesse Luehrs2019-10-221-0/+2
* add a makefile for common actionsJesse Luehrs2019-10-224-0/+78
* use cargo debJesse Luehrs2019-10-221-0/+3
* add commentJesse Luehrs2019-10-221-0/+15
* remove unnecessary tokio::spawn useJesse Luehrs2019-10-227-118/+107
* remove some duplicationJesse Luehrs2019-10-227-56/+70
* add todo listJesse Luehrs2019-10-211-0/+39
* improve dependencies a bitJesse Luehrs2019-10-212-111/+10
* update depsJesse Luehrs2019-10-212-170/+126
* improve usage informationJesse Luehrs2019-10-214-17/+89
* recompile when Cargo.toml changesJesse Luehrs2019-10-211-0/+2
* metadataJesse Luehrs2019-10-213-0/+11
* add a basic wizard to generate the initial config fileJesse Luehrs2019-10-216-15/+199
* log a message once the server starts listeningJesse Luehrs2019-10-211-0/+2
* use log::error! instead of eprintln!Jesse Luehrs2019-10-216-6/+7
* allow overriding the config fileJesse Luehrs2019-10-203-5/+25
* make running with no config file work againJesse Luehrs2019-10-208-40/+53
* fall back to /etc and /var if ~/.config files don't existJesse Luehrs2019-10-204-45/+95
* drop root privileges during normal operationJesse Luehrs2019-10-206-0/+174
* configure oauth through the config file tooJesse Luehrs2019-10-207-40/+163
* these all need a default deserializationJesse Luehrs2019-10-205-0/+9
* actually, configuring the command to run in the config file seems fineJesse Luehrs2019-10-201-2/+2
* use consts for option namesJesse Luehrs2019-10-201-48/+67
* exit with an error if we fail to parse the config fileJesse Luehrs2019-10-207-27/+42
* also rename the command line option hereJesse Luehrs2019-10-201-4/+4
* also move the flag definitions into the config readerJesse Luehrs2019-10-206-86/+74
* a bit more refactoringJesse Luehrs2019-10-202-16/+23
* i don't actually care about configuration via env varsJesse Luehrs2019-10-201-7/+0
* simplify config loadingJesse Luehrs2019-10-206-380/+339
* use separate configuration items for listen and connect addressesJesse Luehrs2019-10-193-15/+17
* don't allow configuring command to run except on the command lineJesse Luehrs2019-10-192-4/+4
* display connection errors in the watch uiJesse Luehrs2019-10-193-8/+31
* tweak watch uiJesse Luehrs2019-10-191-1/+9
* improve error messagesJesse Luehrs2019-10-1913-124/+207
* let allowed_login_methods take either a comma-separated string or a listJesse Luehrs2019-10-191-11/+46
* fix some deserializersJesse Luehrs2019-10-182-8/+23
* debug-log the final configurationJesse Luehrs2019-10-187-6/+7
* load config data from a file tooJesse Luehrs2019-10-189-14/+180
* give component_future its own try_ready! macroJesse Luehrs2019-10-1711-329/+166
* clippyJesse Luehrs2019-10-171-2/+4
* ensure resize handling works everywhereJesse Luehrs2019-10-176-91/+160
* improve the interface of component_future a bitJesse Luehrs2019-10-179-260/+286
* refactor config handlingJesse Luehrs2019-10-179-326/+688
* improve logging a bitJesse Luehrs2019-10-173-28/+25
* hide all logs except error logs for interactive subcommandsJesse Luehrs2019-10-173-7/+16
* pull some more hardcoded values into constantsJesse Luehrs2019-10-172-7/+10
* also factor out client auth id savingJesse Luehrs2019-10-172-9/+16