about summary refs log tree commit diff
path: root/modules/server
Commit message (Collapse)AuthorAge
* modules/bitlbee: install bitlbee-mastodonAlyssa Ross2020-07-15
|
* modules/server: *really* don't log refused connsAlyssa Ross2020-06-19
| | | | | | Looks like I set this to the opposite of what I meant to set it to. Fixes: 96d97dadfaa650cf4c937f64d0ff37f25dba5f34
* modules/xmpp: configure muc and http uploadAlyssa Ross2020-05-12
| | | | | The module fails to evaluate without these now, with a very nice message strongly recommending you set them.
* sys/atuin: enable public-inboxAlyssa Ross2020-05-10
|
* modules/ftp: fix with no contentAlyssa Ross2020-04-27
| | | | | This would fail if nothing used the module, because $out would never be created.
* modules/server: don't log refused connectionsAlyssa Ross2020-04-22
| | | | Otherwise dmesg consists of only these, so useful messages are lost.
* modules/nginx: enable access logAlyssa Ross2020-04-22
| | | | | | | | The "privacy" log format is essentially the default one, but with IP/User-Agent info removed, hence the name. Although I've already modified it to add scheme and host so I should perhaps have chosen something more generic.
* modules/ftp: initAlyssa Ross2020-04-15
|
* modules/xmpp: initAlyssa Ross2020-04-15
|
* modules/tor: set contact infoAlyssa Ross2020-04-07
|
* modules/server: globally install some utilitiesAlyssa Ross2020-04-07
| | | | | These are useful for troubleshooting, and often the time I need them is exactly the time when I'm no longer able to install them.
* Use C locale on serversAlyssa Ross2019-12-24
| | | | | UTC is the default timezone, so it doesn't need to be specified anywhere.
* modules/tor: only open firewall with explicit portAlyssa Ross2019-09-28
| | | | Doesn't make sense to otherwise. We can't open port "auto".
* sys/atuin: initAlyssa Ross2019-09-16