summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* move low priority todos to web siteJoey Hess2017-05-01
|
* updateJoey Hess2017-05-01
|
* avoid sending email when it's clearly not a valid email addressJoey Hess2017-05-01
|
* remove (gpg does this already)Joey Hess2017-05-01
|
* fix crash when offlineJoey Hess2017-05-01
|
* todoJoey Hess2017-05-01
|
* fix urlJoey Hess2017-05-01
|
* updateJoey Hess2017-04-30
|
* todoJoey Hess2017-04-30
|
* titleJoey Hess2017-04-30
|
* capsJoey Hess2017-04-30
|
* levelsJoey Hess2017-04-30
|
* addJoey Hess2017-04-30
|
* faqJoey Hess2017-04-30
|
* add --use-server option for userJoey Hess2017-04-30
|
* capsJoey Hess2017-04-30
|
* move protocol to websiteJoey Hess2017-04-30
|
* moreJoey Hess2017-04-30
|
* better messageJoey Hess2017-04-30
|
* linkifyJoey Hess2017-04-30
|
* sigsJoey Hess2017-04-30
|
* copy man pageJoey Hess2017-04-30
|
* add license headers to all source filesJoey Hess2017-04-30
|
* website startJoey Hess2017-04-30
|
* testingJoey Hess2017-04-30
|
* addJoey Hess2017-04-30
|
* Merge remote-tracking branch 'origin/master'Joey Hess2017-04-30
|\
| * initial commitadmin2017-04-30
|
* server: email logs to user, and option to delete old onesJoey Hess2017-04-30
|
* improceJoey Hess2017-04-30
|
* improveJoey Hess2017-04-30
|
* more message improvementsJoey Hess2017-04-30
|
* simplifyJoey Hess2017-04-30
| | | | Last commit allows this simplification
* fix probable race in use of restoreHashesJoey Hess2017-04-30
| | | | | | | | | | | | | I think there was a race where a SessionKey message had been drained from the TChan, but not yet added to the developer state, which was resonsible for recent instability at startup. It manifested as protocol errors where the prevActivity hash was wrongly Nothing. Fixed by adding a MissingHashes type to tag things whose hashes have been stripped, and adding back the hashes when needed, which always happens inside atomically blocks, so won't have such a race.
* dump developer state on protocol errorJoey Hess2017-04-30
|
* fix displayJoey Hess2017-04-30
|
* log remote logs to subdirJoey Hess2017-04-30
|
* avoid STM crash on protocol errorJoey Hess2017-04-30
|
* prevent terminal echo before user grants write accessJoey Hess2017-04-30
| | | | And improve some messages.
* make url work without --debugJoey Hess2017-04-30
|
* don't forward other developer's SessionKey control messages to control windowJoey Hess2017-04-29
| | | | | The control window doesn't know it's running for a developer, so it would prompt to allow these, which was pointless.
* correctionJoey Hess2017-04-29
|
* noteJoey Hess2017-04-29
|
* propritizeJoey Hess2017-04-29
|
* fix server to not relay developer messages back to selfJoey Hess2017-04-29
| | | | This fixes chat message echoing consistency too.
* be clear when control window is doneJoey Hess2017-04-29
| | | | Can be confusing otherwise when running debug-me --control
* use developer control window to tell when write access is grantedJoey Hess2017-04-29
|
* user gpg key checking and prompting done!Joey Hess2017-04-29
|
* add Gpg web of trust parserJoey Hess2017-04-29
|
* split moduleJoey Hess2017-04-29
|