aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-04-17 12:00:42 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-04-17 12:00:42 +0200
commit12c1bec3d755477c9d2a905091cc7f94c19ffeac (patch)
treeb198ed6df5f1362998fd6f6331cfaa92e6cce5c8
parent51c61834e3edf60b9df877f628801704adf1c70d (diff)
downloadauth_export-12c1bec3d755477c9d2a905091cc7f94c19ffeac.tar.gz
auth_export-12c1bec3d755477c9d2a905091cc7f94c19ffeac.tar.bz2
auth_export-12c1bec3d755477c9d2a905091cc7f94c19ffeac.zip
improved readme
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 894fad9..0ec3eb3 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is an ad-hoc mod written to interface Minetest with Mediawiki
(see [the mediawiki plugin](/AuthMinetest.git/)). It is intended only
for usage with the http server bundled with the mediawiki plugin.
-# Installation
+## Installation
To set up your minetest installation to communicate with the minetest server, edit your "minetest.conf":
@@ -14,7 +14,14 @@ secure.http_mods = mail
secure.http_mods = auth_export
```
-# credits
+## TODO
+
+* Improve architecture – This mod's architecture is rather ugly right now
+* Integrate with various ban mechanisms
+* Add service-specific access rights, such as a "wiki" priv for wiki
+ access, or "nowiki" xban flag to ban access to wiki
+
+## Credits
This mod is essentially scavenged from
[the webmail mod](https://github.com/thomasrudin-mt/mail) by Thomas