summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-27Merge https://git.bananach.space/xban2HEADmasterroot
2018-09-26Added alt-accounts to /xban_recordGabriel Pérez-Cerezo
/xban_record now returns a list of other names used by the player.
2018-09-24Merge https://git.bananach.space/xban2root
2018-09-23Fix wrong time listing in /xban_record, use the same format as guiGabriel Pérez-Cerezo
2018-09-23Added option to add notes to criminal record, map ip to timeGabriel 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-23Merge https://github.com/minetest-mods/xban2Gabriel Pérez-Cerezo
2018-09-14Merge branch 'master' of https://github.com/minetest-mods/xban2root
2018-07-22Replace deprecated minetest.setting_* functions (#16)origin/masterorigin/HEADSaKeL
2018-02-19added feature to set propertiesGabriel Pérez-Cerezo
2018-02-16Added reason to unban, documented API changesGabriel Pérez-Cerezo
2018-02-15Added support for non-ban criminal recordsGabriel Pérez-Cerezo
2017-04-24Create README.mdDiego Martínez
2017-02-17Add `.luacheckrc` and fix warnings.Diego Martínez
2016-12-11Better diagnostics in case of DB load error.Diego Martínez
2016-11-26Filter fields submission by privs.Agaran
2016-11-18Create mod.confAuke Kok
2016-10-20GUI: Make `/xban_gui` only usable by players with `ban` priv.Diego Martínez
2016-10-19Add whitelisting.Diego Martínez
2016-10-10Disallow banning already-banned players.Diego Martínez
Fixes #9.
2016-05-05Make the GUI a little better.Diego Martinez
2015-11-01Fix spurious warnings on database save.Diego Martínez
2015-10-31Add `bower.json`.Diego Martinez
2015-10-26Fix temporary ban checker not being registered.Diego Martinez
2015-10-26Add source of ban to `get_record`.Diego Martinez
2015-01-08Change chatcommands to return success flag and message.Diego Martínez
2014-12-26Don't store the IP of the player if `get_player_ip` fails.Diego Martinez
2014-07-16Remove leftover debugging statement.Diego Martínez
2014-07-09Store last time player logged in into DB.Diego Martinez
2014-07-09Add simple GUI to check records interactively.Diego Martinez
2014-06-27Fix /xban_record showing last banned time for all entries.Diego Martínez
2014-06-26Add v2 database importer.Diego Martinez
2014-06-17Do not add name and IP to database in on_prejoinplayer.Diego Martinez
2014-05-23Oops.Diego Martinez
2014-05-23Save last position of banned users.Diego Martinez
Requested by shadowzone and VanessaE.
2014-05-23Add command to list players' ban record.Diego Martinez
2014-05-21Allow importing old databases.Diego Martinez
Currently: - Minetest (`ipban.txt') - xban v1 (`players.iplist')
2014-05-20Fix crash trying to format nil as string.Diego Martinez
Reported by CWz.
2014-05-20Remove DB backup.Diego Martinez
Haters gonna hate.
2014-05-19Changed DB format from 2 space indent to tabs.Diego Martinez
Requested by ShadowNinja.
2014-05-19First commit.Diego Martinez