Commit Graph

28 Commits (master)

Author SHA1 Message Date
Pierre-Adrien Langrognet 9326b2dfda
Merge pull request #1 from Panquesito7/master
Use mod.conf for description
2019-10-27 22:38:39 +01:00
Panquesito7 84dde24e4a
Use mod.conf for description
Description taken from repository's description.
2019-10-27 15:34:17 -06:00
upsilon d6d0a2fdb7
Add a `rocks` file
Used by custom update scripts on the Eurythmia server
2018-01-14 11:25:36 +01:00
upsilon 5fa39e24b2
Fix crash on join player
Set the joinplayer_timeout default value to 15 minutes
2017-11-29 18:21:16 +01:00
upsilon e8ae320611
Installation instructions 2017-11-28 17:08:37 +01:00
upsilon 2ad1c2e2e4 Fix crash on pinging 2017-11-28 16:42:01 +01:00
upsilon e73fb7ce67 Add HTTPS support 2017-11-28 16:19:59 +01:00
upsilon 2f39be89a3
Change version number to 0.0.1
This version number will be used until Beta is released. At this point, "normal" numbering (as described in README.txt) will begin.
2017-11-23 20:00:18 +01:00
upsilon 3088d04bf3
Implement automatic per-session user translation
Currently, this only works with minetest.chat_send_player and minetest.chat_send_all.
Also, this is quite untested.
2017-11-22 19:27:39 +01:00
upsilon 05a8c5f9c1 Implement server auth 2017-11-20 21:43:57 +01:00
upsilon def1c36299 The is_blacklisted command now returns only one entry. 2017-11-19 17:35:16 +01:00
upsilon 796eb4e544 Implement local ban 2017-11-19 16:32:26 +01:00
upsilon f733f8658c
Implement serverapi.get_user_info 2017-11-19 13:59:59 +01:00
upsilon d158bda130 Error handling on authentication and registering 2017-11-18 12:55:54 +01:00
upsilon 169025d308
Implement password changing 2017-11-18 11:35:22 +01:00
upsilon d6c4953eb2
Check if user is globally blacklisted on connection 2017-11-18 11:06:25 +01:00
upsilon ebe55ffd44
Implement subcommands: unblacklist, whitelist, unwhitelist 2017-11-15 18:28:01 +01:00
upsilon 79aa3a86a7
Use a "reload" subcommand instead of /umabis_reload 2017-11-15 18:04:31 +01:00
upsilon eba08ad85c
Display available blacklist categories in blacklist help message 2017-11-15 17:53:11 +01:00
upsilon b6db311c9f
Implement the /umabis help subcommand 2017-11-14 20:33:17 +01:00
upsilon 81c7e28ccb
Reduce code redundancy & better error handling 2017-11-14 19:14:10 +01:00
upsilon ed7e100059
Implement template chatcommand /umabis blacklist
As an example for the future ones
2017-11-14 18:44:42 +01:00
upsilon cf46dea0be
Send user language to server 2017-09-09 17:02:46 +02:00
upsilon 5c080a26a8
Fixups and updates for the previous commit 2017-09-09 13:54:42 +02:00
upsilon 011b944935 Implement registration & authentication & pinging 2017-09-09 13:17:36 +02:00
upsilon 5ab589d6fc
Add the ability to hot-reload the mod.
Hot-reloading allows to reload the client and server settings, to re-init the connection after a server reboot...
2017-09-07 18:12:42 +02:00
upsilon eb48cf4cdd
Write a very first skeleton 2017-09-05 19:15:40 +02:00
Pierre-Adrien Langrognet be2e4bef4d Create README.md 2017-07-30 18:20:09 +02:00