Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | additional nil checkHEADmaster | gpcf | 2024-09-26 |
| | |||
* | Fix accidental deletion of newline | gpcf | 2024-09-22 |
| | |||
* | Security and Bug fixes | gpcf | 2024-09-22 |
| | | | | | | | | | | | Security fix: validate that the form submitter is actually the owner of the shop when changing the channel Bug fixes: - Fix issue in which the position table was overwritten and the customer inventory would not be shown to the owner - Show the unlimited stock message only if the shop's stock is actually unlimited, fix spelling issue in the message. | ||
* | Replace depends.txt with mod.conf | gpcf | 2024-09-22 |
| | |||
* | Merge pull request #1 from erstazi/feat-digiline | jingkaimori | 2022-05-26 |
|\ | | | | | Updating depends.txt with digilines dependency | ||
| * | Updating depends.txt with digilines dependency | erstazi | 2022-05-21 |
|/ | | | This should resolve any issues with digilines being required in depends.txt | ||
* | [chore] clean up sendall function | jingkaimori | 2021-12-03 |
| | |||
* | document and clean-up | jingkaimori | 2021-11-10 |
| | |||
* | add offer set feature | jingkaimori | 2021-11-10 |
| | |||
* | enhanced offer info | jingkaimori | 2021-11-10 |
| | |||
* | add digiline reporter for stock info | jingkaimori | 2021-11-10 |
| | |||
* | modify minegeld counting for 50 mg note | Gabriel Pérez-Cerezo | 2021-07-04 |
| | |||
* | refresh entities on rightclick | Gabriel Pérez-Cerezo | 2020-05-13 |
| | |||
* | Preserve metadata on sale | Gabriel Pérez-Cerezo | 2020-03-06 |
| | | | | | | | This allows sale of items such as crated digtrons. However, BEWARE OF SCAMS: the metadata might not match up with the object advertised by the seller. | ||
* | [Security] Only allow unlimited shop creation if player is allowed | Gabriel Pérez-Cerezo | 2020-03-06 |
| | | | | | | | | The previous code assumed that the limit toggle button cannot be pressed by non-creative players. However, this is easily possible with a specially crafted client, that submits this field. The fix checks if the player really has creative before switching a shop to unlimited mode. | ||
* | added patch from SmallJoker | Gabriel Pérez-Cerezo | 2018-07-11 |
| | |||
* | Fixed wrong description. | Gabriel Pérez-Cerezo | 2018-05-25 |
| | |||
* | added report on globalstep, add sample munin plugin | Gabriel Pérez-Cerezo | 2018-05-13 |
| | |||
* | add shop count to report | Gabriel Pérez-Cerezo | 2018-05-10 |
| | |||
* | added function to add report | Gabriel Pérez-Cerezo | 2018-05-10 |
| | |||
* | remove syntax error | Gabriel Pérez-Cerezo | 2018-05-10 |
| | |||
* | add lbm to add smartshops to stats | Gabriel Pérez-Cerezo | 2018-05-10 |
| | |||
* | fixed bug (division by nil, zero division, number of items not clearing); ↵ | Gabriel Pérez-Cerezo | 2018-05-10 |
| | | | | clip average price to 3 decimal places | ||
* | added ability for statistics on shops (itemcount being sold, average price) | Gabriel Pérez-Cerezo | 2018-05-10 |
| | |||
* | Fixed crash when smartshop position unknown | Gabriel Pérez-Cerezo | 2018-01-20 |
| | |||
* | dirty fix for weird bug | Gabriel Pérez-Cerezo | 2017-12-03 |
| | |||
* | Bugfix and code cleanup | Gabriel Pérez-Cerezo | 2017-11-23 |
| | |||
* | Cleaned up code, made raising prices easier | Gabriel Pérez-Cerezo | 2017-11-20 |
| | |||
* | forgot to switch back | Gabriel Pérez-Cerezo | 2017-11-18 |
| | |||
* | Fixed bug that could lead to item loss. | Gabriel Pérez-Cerezo | 2017-11-18 |
| | |||
* | solved bug with alerting | Gabriel Pérez-Cerezo | 2017-11-18 |
| | |||
* | Smartshop now uses ghost items for stuff being sold | Gabriel Pérez-Cerezo | 2017-11-18 |
| | |||
* | Fixed crash with unknown objects | Gabriel Pérez-Cerezo | 2017-11-15 |
| | |||
* | Added mail sending when stock is empty, only accept items that get sold by ↵ | Gabriel Pérez-Cerezo | 2017-11-15 |
the shop |