aboutsummaryrefslogtreecommitdiff
path: root/init.lua
Commit message (Collapse)AuthorAge
* made moderators afk by defaultHEADmasterGabriel Pérez-Cerezo2021-12-25
|
* add mechanism for moderators to announce they are afk.Gabriel Pérez-Cerezo2021-04-25
|
* Announce new players to moderatorsGabriel Pérez-Cerezo2021-04-25
|
* require ban privGabriel Pérez-Cerezo2021-03-09
|
* Add setting to disallow new accounts while no moderators are onlineGabriel Pérez-Cerezo2020-11-11
|
* Add /xr short command and command to set server passwordGabriel Pérez-Cerezo2020-04-24
| | | | | Server password can be set to declare a state of emergency while under attack from trolls coming from wildly different IPs.
* Add removal of old unineresting records.Gabriel Pérez-Cerezo2019-12-20
|
* Do not display name of current player in alt account listGabriel Pérez-Cerezo2019-06-29
|
* Merge https://github.com/minetest-mods/xban2, Cleanup functionGabriel Pérez-Cerezo2019-06-29
|\ | | | | | | | | | | Modify cleanup function to remove only uninteresting entries, not only not banned users. This makes the function more suitable to an xban mod where ban is not the only type of entry available.
| * Add /xban_cleanup command to purge unbanned entries (#20)Thomas Rudin2019-06-06
| | | | | | Add documentation for /xban_cleanup
* | Various small improvementsGabriel Pérez-Cerezo2019-06-29
| | | | | | | | | | | | | | | | * Removal of old ip addresses (default: 1 Week old) * No display of IPv6 addresses in /xban_record * New /xkick command * Alt accounts always get shown when running /xban_record * /xban_record now requires kick priv, not ban.
* | Fix expiry dateGabriel Pérez-Cerezo2018-12-23
| |
* | Added alt-accounts to /xban_recordGabriel Pérez-Cerezo2018-09-26
| | | | | | | | /xban_record now returns a list of other names used by the player.
* | Fix wrong time listing in /xban_record, use the same format as guiGabriel Pérez-Cerezo2018-09-23
| |
* | Added option to add notes to criminal record, map ip to timeGabriel Pérez-Cerezo2018-09-23
| | | | | | | | | | | | | | | | The option to map IP address to time will make it easier to delete personal information after a certain time, since the IP records can be expired after a certain time if the player has commited no large infractions. Also, this would prevent players with dynamic IP addresses from being accidentally banned because of a previous owner.
* | Merge https://github.com/minetest-mods/xban2Gabriel Pérez-Cerezo2018-09-23
|\|
| * Replace deprecated minetest.setting_* functions (#16)SaKeL2018-07-22
| |
* | added feature to set propertiesGabriel Pérez-Cerezo2018-02-19
| |
* | Added reason to unban, documented API changesGabriel Pérez-Cerezo2018-02-16
| |
* | Added support for non-ban criminal recordsGabriel Pérez-Cerezo2018-02-15
|/
* Add `.luacheckrc` and fix warnings.Diego Martínez2017-02-17
|
* Better diagnostics in case of DB load error.Diego Martínez2016-12-11
|
* Add whitelisting.Diego Martínez2016-10-19
|
* Disallow banning already-banned players.Diego Martínez2016-10-10
| | | | Fixes #9.
* Fix spurious warnings on database save.Diego Martínez2015-11-01
|
* Fix temporary ban checker not being registered.Diego Martinez2015-10-26
|
* Add source of ban to `get_record`.Diego Martinez2015-10-26
|
* Change chatcommands to return success flag and message.Diego Martínez2015-01-08
|
* Don't store the IP of the player if `get_player_ip` fails.Diego Martinez2014-12-26
|
* Store last time player logged in into DB.Diego Martinez2014-07-09
|
* Add simple GUI to check records interactively.Diego Martinez2014-07-09
|
* Fix /xban_record showing last banned time for all entries.Diego Martínez2014-06-27
|
* Add v2 database importer.Diego Martinez2014-06-26
|
* Do not add name and IP to database in on_prejoinplayer.Diego Martinez2014-06-17
|
* Oops.Diego Martinez2014-05-23
|
* Save last position of banned users.Diego Martinez2014-05-23
| | | | Requested by shadowzone and VanessaE.
* Add command to list players' ban record.Diego Martinez2014-05-23
|
* Allow importing old databases.Diego Martinez2014-05-21
| | | | | | Currently: - Minetest (`ipban.txt') - xban v1 (`players.iplist')
* Fix crash trying to format nil as string.Diego Martinez2014-05-20
| | | | Reported by CWz.
* Remove DB backup.Diego Martinez2014-05-20
| | | | Haters gonna hate.
* First commit.Diego Martinez2014-05-19