From 7da86de05e93a96a14f1e2bbe3cc1746a94cadcd Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Fri, 18 Aug 2017 09:24:31 -0700 Subject: [PATCH] [whitelist] Update to Git commit b813b19: https://github.com/AntumMT/mod-whitelist/tree/b813b19 --- README.md | 5 ++--- mods/admin/whitelist/README.md | 5 ++++- mods/admin/whitelist/init.lua | 3 ++- mods/admin/whitelist/mod.conf | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b07d2ec6..73f69e59 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [privilegeareas][] ([WTFPL][lic.privilegeareas] / [CC0][lic.cc0]) -- version: [aebaa00 Git][ver.privilegeareas] *2016-05-18* * [privs][] ([CC0][lic.cc0]) * [spectator_mode][] ([WTFPL][lic.spectator_mode]) -- version: [7d68bec Git][ver.spectator_mode] *2017-03-30* - * [whitelist][] ([CC0][lic.cc0]) -- version [38e97c9 Git][ver.whitelist] *2014-11-20* ([patched][patch.whitelist]) + * [whitelist][] ([CC0][lic.cc0]) -- version [0.1 (b813b19 Git)][ver.whitelist] *2017-08-18* * [awards][] ([LGPL][lic.lgpl2.1]) -- version: [096fe16 Git][ver.awards] *2017-02-25* ([patched][patch.awards]) ***UPDATE*** * [antum][] ([MIT][lic.antum]) -- version: [62c0f6e Git][ver.antum] *2017-08-13* * buildings/ @@ -516,7 +516,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ver.waffles]: https://github.com/GreenXenith/waffles/tree/b02ffbf [ver.walking_light]: https://github.com/petermaloney/walking_light/tree/b23d836 [ver.wardrobe]: https://github.com/prestidigitator/minetest-mod-wardrobe/tree/c48b011 -[ver.whitelist]: https://github.com/ShadowNinja/whitelist/tree/38e97c9 +[ver.whitelist]: https://github.com/AntumMT/mod-whitelist/tree/b813b19 [ver.windmill]: https://github.com/Sokomine/windmill/tree/47b029d [ver.workbench]: https://github.com/minetest-mods/workbench/tree/74dd1af [ver.worldedge]: https://github.com/minetest-mods/worldedge/tree/608462d @@ -578,6 +578,5 @@ The game includes the mods from the default [minetest_game](https://github.com/m [patch.trash_can]: https://github.com/AntumMT/mod-trash_can/tree/5a92bf4 [patch.unifieddyes]: https://github.com/AntumMT/mod-unifieddyes/tree/9c2f740 [patch.walking_light]: https://github.com/AntumMT/mod-walking_light/tree/e602515 -[patch.whitelist]: https://github.com/AntumMT/mod-whitelist/tree/9a254b5 [patch.windmill]: https://github.com/AntumMT/mod-windmill/tree/7756ab4 [patch.workbench]: https://github.com/AntumMT/mod-workbench/tree/b964323 diff --git a/mods/admin/whitelist/README.md b/mods/admin/whitelist/README.md index ed1358d2..2b9f80c1 100644 --- a/mods/admin/whitelist/README.md +++ b/mods/admin/whitelist/README.md @@ -1,4 +1,4 @@ -## Whitelist Mod for [Minetest][] +## Whiter List (*whitelist*) Mod for [Minetest][] --- @@ -6,6 +6,8 @@ This is a simple Minetest mod that adds a player whitelist. Any player names not found in the whitelist are denied access to the server. +Original [White List][] mod by ShadowNinja. + - Commands: - ***/whitelist add *** - Adds a username to whitelist & allows access to server. @@ -26,3 +28,4 @@ CC0 [Minetest]: http://www.minetest.net/ +[White List]: https://forum.minetest.net/viewtopic.php?t=8434 diff --git a/mods/admin/whitelist/init.lua b/mods/admin/whitelist/init.lua index fda1c60c..028c0a5d 100644 --- a/mods/admin/whitelist/init.lua +++ b/mods/admin/whitelist/init.lua @@ -1,5 +1,6 @@ --[[ --- Whitelist mod by ShadowNinja +-- Whiter List mod by Jordan Irwin (AntumDeluge) +-- Original Whitelist mod by ShadowNinja -- License: CC0 --]] diff --git a/mods/admin/whitelist/mod.conf b/mods/admin/whitelist/mod.conf index bf92cdd2..a2596c8d 100644 --- a/mods/admin/whitelist/mod.conf +++ b/mods/admin/whitelist/mod.conf @@ -1,4 +1,5 @@ name = whitelist -author = ShadowNinja +title = Whiter List +author = Jordan Irwin (AntumDeluge) license = CC0 version = 0.1