Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-26 | Added alt-accounts to /xban_record | Gabriel Pérez-Cerezo | |
/xban_record now returns a list of other names used by the player. | |||
2018-09-23 | Fix wrong time listing in /xban_record, use the same format as gui | Gabriel Pérez-Cerezo | |
2018-09-23 | Added option to add notes to criminal record, map ip to time | Gabriel Pérez-Cerezo | |
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. | |||
2018-09-23 | Merge https://github.com/minetest-mods/xban2 | Gabriel Pérez-Cerezo | |
2018-07-22 | Replace deprecated minetest.setting_* functions (#16)origin/masterorigin/HEAD | SaKeL | |
2018-02-19 | added feature to set properties | Gabriel Pérez-Cerezo | |
2018-02-16 | Added reason to unban, documented API changes | Gabriel Pérez-Cerezo | |
2018-02-15 | Added support for non-ban criminal records | Gabriel Pérez-Cerezo | |
2017-02-17 | Add `.luacheckrc` and fix warnings. | Diego Martínez | |
2016-12-11 | Better diagnostics in case of DB load error. | Diego Martínez | |
2016-10-19 | Add whitelisting. | Diego Martínez | |
2016-10-10 | Disallow banning already-banned players. | Diego Martínez | |
Fixes #9. | |||
2015-11-01 | Fix spurious warnings on database save. | Diego Martínez | |
2015-10-26 | Fix temporary ban checker not being registered. | Diego Martinez | |
2015-10-26 | Add source of ban to `get_record`. | Diego Martinez | |
2015-01-08 | Change chatcommands to return success flag and message. | Diego Martínez | |
2014-12-26 | Don't store the IP of the player if `get_player_ip` fails. | Diego Martinez | |
2014-07-09 | Store last time player logged in into DB. | Diego Martinez | |
2014-07-09 | Add simple GUI to check records interactively. | Diego Martinez | |
2014-06-27 | Fix /xban_record showing last banned time for all entries. | Diego Martínez | |
2014-06-26 | Add v2 database importer. | Diego Martinez | |
2014-06-17 | Do not add name and IP to database in on_prejoinplayer. | Diego Martinez | |
2014-05-23 | Oops. | Diego Martinez | |
2014-05-23 | Save last position of banned users. | Diego Martinez | |
Requested by shadowzone and VanessaE. | |||
2014-05-23 | Add command to list players' ban record. | Diego Martinez | |
2014-05-21 | Allow importing old databases. | Diego Martinez | |
Currently: - Minetest (`ipban.txt') - xban v1 (`players.iplist') | |||
2014-05-20 | Fix crash trying to format nil as string. | Diego Martinez | |
Reported by CWz. | |||
2014-05-20 | Remove DB backup. | Diego Martinez | |
Haters gonna hate. | |||
2014-05-19 | First commit. | Diego Martinez | |