index
:
propellor
master
gnusosa's centralized propellor repository for hosts spin-up.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Propellor
/
Property
/
Tor.hs
Age
Commit message (
Expand
)
Author
2017-03-19
Merge branch 'joeyconfig'
Joey Hess
2017-03-19
switch to kite4
Joey Hess
2017-03-19
Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key pair in...
Joey Hess
2017-03-18
Tor: Restart daemon after installing private key.
Joey Hess
2017-02-26
use ConfigurableValue where applicable
Joey Hess
2017-02-20
Tor bugfix: use fromPort instead of show
Félix Sipma
2017-01-30
fix type error: hiddenService -> hiddenService'
Sean Whitton
2017-01-18
Tor: enable multiple ports hidden services with hiddenService'/hiddenServiceA...
Félix Sipma
2016-09-15
propellor spin
Joey Hess
2016-09-15
avoid using a warning to display hidden service hostname
Joey Hess
2016-09-01
Tor.hiddenServiceAvailable: The hidden service hostname file may not be avail...
Joey Hess
2016-09-01
propellor spin
Joey Hess
2016-09-01
Tor.hiddenService: Converted port parameter from Int to Port. (API change)
Joey Hess
2016-03-26
more ported
Joey Hess
2016-03-18
propellor spin
Joey Hess
2016-03-18
Tor.named: Fix bug that sometimes caused the property to fail the first time,...
Joey Hess
2015-10-10
propellor spin
Joey Hess
2015-09-14
clean up privdata excess/lacking newline issue
Joey Hess
2015-08-25
use ConfFile.ajustSection to define Tor.hiddenService
Félix Sipma
2015-07-31
Propellor.Property.Tor: remove duplicate code
Félix Sipma
2015-04-22
API change: Added User and Group newtypes, and Properties that used to use th...
Joey Hess
2015-02-27
propellor spin
Joey Hess
2015-02-27
propellor spin
Joey Hess
2015-02-27
propellor spin
Joey Hess
2015-02-27
propellor spin
Joey Hess
2015-01-29
propellor spin
Joey Hess
2015-01-29
propellor spin
Joey Hess
2015-01-24
GADT properties seem to work (untested)
Joey Hess
2014-12-07
Fixed privdata introspection for User.hasPassword and User.hasSomePassword
Joey Hess
2014-11-13
Tor: change unlines to unwords in hiddenService
Félix Sipma
2014-11-12
Tor: change unlines to unwords in description messages
Félix Sipma
2014-11-11
Tor: hiddenServiceData
Félix Sipma
2014-11-11
Tor: varRun
Félix Sipma
2014-11-11
Tor: rename 'varPath' to 'varLib'
Félix Sipma
2014-11-11
Tor: mainConfig, varPath, hidden service by hostname
Félix Sipma
2014-11-10
didn't need quite so much indentation
Joey Hess
2014-11-10
Tor: hidden service
Félix Sipma
2014-09-23
use Daemon.restarted consistently, and implement using Service.restarted
Joey Hess
2014-05-14
moved source code to src
Joey Hess