slawkens
149de620ff
Merge branch 'develop' into blacktek-toml
2026-04-24 21:45:02 +02:00
slawkens
7851e337eb
Merge branch 'main' into develop
2026-04-24 21:44:38 +02:00
slawkens
1da5139128
Merge branch 'develop' into blacktek-toml
2026-04-24 21:44:03 +02:00
slawkens
ba1ee4bdb7
Nothing important [skip ci]
2026-04-24 21:22:27 +02:00
slawkens
e61c40d6b3
Merge branch 'main' into develop
2026-04-24 20:37:11 +02:00
slawkens
54bdea85a3
Fix phpstan
2026-04-24 20:36:56 +02:00
slawkens
48284e426f
Merge branch 'main' into develop
2026-04-24 16:40:08 +02:00
slawkens
ac9a328206
Highscores: Prevent mass queries amount caused by getPlayerLink
2026-04-24 16:39:55 +02:00
slawkens
0635108d4c
Merge branch 'main' into develop
2026-04-24 16:33:07 +02:00
slawkens
47ec36a176
Merge branch 'main' into develop
2026-04-24 16:33:01 +02:00
slawkens
e4a947cabb
tibiacom: Reduce queries count from highscores box
2026-04-24 16:32:53 +02:00
slawkens
609cf152af
Plugins: Fix uninstall when hook is without HOOK_ prefix
2026-04-24 16:24:06 +02:00
slawkens
6b89dd133d
Fix phpstan
2026-04-19 17:29:25 +02:00
slawkens
6dc16397a1
[WIP] Lua + TOML stages loading
...
Lua extension required for .lua (canary)
2026-04-19 17:22:32 +02:00
slawkens
5dd97ad8fd
Add more configs for ots-info site [skip ci]
2026-04-19 16:29:20 +02:00
slawkens
a6a3c76b8d
gameplay & groups are also not needed [skip ci]
2026-04-19 16:17:18 +02:00
slawkens
1eba4cc509
[WIP] Loading of config .toml's
...
Deprecate load_config_lua, use MyAAC\Server\Lua\Loader::load instead
2026-04-19 16:05:22 +02:00
slawkens
6e603ad558
Merge branch 'develop' into blacktek-toml
2026-04-17 17:31:13 +02:00
slawkens
c16f95f8d2
Merge branch 'main' into develop
2026-04-17 17:30:53 +02:00
slawkens
ec7079dd57
Bye JetBrains, it was not my decision :(
2026-04-14 19:58:12 +02:00
slawkens
9e0e2601d2
Add indexes to myaac_account_actions table
2026-04-12 14:13:13 +02:00
slawkens
e7198aeb23
Update CHANGELOG-2.x.md
2026-04-12 13:42:25 +02:00
slawkens
1fa3630f86
Update CHANGELOG-2.x.md
2026-04-12 13:33:16 +02:00
slawkens
e274b83504
Fix: Reset settings by plugin name, not the settings key name
2026-04-12 13:20:48 +02:00
slawkens
a467a540b1
Add constant DEFAULT_PRIORITY
2026-04-12 13:14:10 +02:00
slawkens
08507e2940
Plugins: type hints
2026-04-12 13:10:44 +02:00
slawkens
f1aa128408
Feat: plugins autoload init-priority option
2026-04-12 13:10:15 +02:00
slawkens
7104c2258f
Settings: Add Reset button
2026-04-12 10:43:09 +02:00
slawkens
f51211d47a
Merge branch 'main' into develop
2026-04-12 09:56:10 +02:00
slawkens
fa93187f80
Add $fillable to Account model
2026-04-12 09:56:01 +02:00
slawkens
2c62a97160
Make myaac_config table columns bigger
2026-04-12 08:53:02 +02:00
slawkens
7bc8a66cc1
BugTracker has been moved to plugins, remove the model
2026-04-11 18:13:25 +02:00
slawkens
f6c2e6e460
Merge branch 'main' into develop
2026-04-11 17:58:02 +02:00
slawkens
4145d9eb3c
Fix: Clear hooks on plugin uninstall
...
Fixes error with gesior-shop-system clear-cache.php being called, despite it's removed
2026-04-11 17:49:22 +02:00
slawkens
a27b8a4fa5
Merge branch 'main' of https://github.com/slawkens/myaac
2026-04-11 17:42:45 +02:00
dependabot[bot]
4570ba3801
Bump lodash from 4.17.23 to 4.18.1 ( #358 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-11 17:23:17 +02:00
slawkens
578c0548ee
Start v1.8.10-dev
2026-04-11 15:23:46 +02:00
slawkens
aa63e1c986
Fix client boosted + online count (?)
2026-04-10 23:08:33 +02:00
slawkens
0413de85b5
Release v1.8.9
v1.8.9
2026-04-06 12:23:42 +02:00
Slawomir Boczek
dd97a749b4
Better name validation, like in the original game website ( #356 )
...
* Better name validation, like in the original game website
* Don't automatically ucfirst and strtolower the cases of the word
* This allows for names like: Lord of Ring, Man of the Earth etc.
* Don't allow special characters like: -, [], '
* Don't allow one letter words
* Require at least one vowel per word
* Add notice about admin logged in
* Add trim, for future
Currently its stripped anyway in the init.php, but AI don't know it :P
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Implement AI recommended changes
* Update tools/validate.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Trim $name
* Update Validator.php
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-06 10:41:29 +02:00
slawkens
050181357a
Merge branch 'main' into develop
2026-03-15 13:04:37 +01:00
slawkens
4ae2fdd0df
Add page load time to admin panel
2026-03-15 13:02:22 +01:00
slawkens
2c18f9c767
Backward support for MyAAC\Items class
2026-03-08 21:08:29 +01:00
slawkens
39614a22c4
Update Items.php
2026-03-07 21:16:17 +01:00
slawkens
02ce6b364b
Update Items.php
2026-03-07 21:09:57 +01:00
slawkens
e10ebed2f4
Fix fromid toid parsing
2026-03-07 21:00:14 +01:00
slawkens
a6e658b1a2
60x faster items.xml loading
...
Using simplexml, which is enabled by default on php
2026-03-07 20:54:47 +01:00
slawkens
2a80bc1b46
Nothing important, var name
2026-03-02 21:05:19 +01:00
slawkens
fbb5034458
[WIP] Refactoring - Uniform error message + TOML exception catch
2026-03-01 21:45:48 +01:00
slawkens
4ca79a1e85
Use static methods instead, looks better
2026-02-27 15:25:06 +01:00