slawkens
ec7e5a8838
Fix when server uses another items serializer
2023-03-25 21:59:13 +01:00
slawkens
92569b7965
patch some changes
...
add contributors
2023-03-01 10:36:38 +01:00
slawkens
2ac8ed7411
more php 8.x compatibility
2023-02-18 21:23:21 +01:00
slawkens
a39600efe2
fix player save on tfs 1.5 with new ipv6
2023-02-18 20:57:55 +01:00
slawkens
fa9f7aab7c
accounts.blocked is not used by AAC
2023-02-03 17:26:50 +01:00
slawkens
ead9d79cb1
fix #185
2023-02-03 15:36:57 +01:00
slawkens
c318d3a9de
Option to disable plugin adjusted
2023-02-03 14:09:39 +01:00
slawkens
4028a58adc
Update OTS_DB_PDOQuery_PHP71.php
2023-02-02 16:20:09 +01:00
slawkens
0a3a079b86
PHP 8.1 compatibility
2023-02-02 16:19:28 +01:00
slawkens
d691148c84
Revert "Fix compatibility with PHP 8.1"
...
This reverts commit 99338afacbb11fbe75449966ecb8f476ec27a89d.
2023-02-02 16:17:33 +01:00
slawkens
99338afacb
Fix compatibility with PHP 8.1
2023-02-02 11:15:17 +01:00
slawkens
301c3b86e2
Add fill-mbstring, which is required by twig
2023-02-02 10:42:47 +01:00
slawkens
130f7ba405
Update Twig to v2.15.4
2023-02-02 10:37:45 +01:00
slawkens
33817e5ab1
Fix undefined notice
...
Ahh @gpedro ;)
2022-08-31 18:43:42 +02:00
Gabriel Pedro
dd3d6b3f47
feat: custom words blocked ( #190 )
...
* Update config.php
* Update validator.php
* Update config.php
2022-07-30 22:53:19 +02:00
Gabriel Pedro
d99f507244
fix: query blob param escape ( #200 )
2022-07-30 22:47:44 +02:00
Gabriel Pedro
b6c8a0923f
feat: config use character sample skill ( #201 )
2022-07-27 10:12:30 +02:00
slawkens
e2575c3612
Don't count deleted players (patched from develop)
2022-05-31 11:54:56 +02:00
slawkens
240be18367
Update login.php for latest TFS 1.x and otservbr
...
Works in both.
Thanks for Znote for rfc6238 lib.
2022-05-16 20:31:19 +02:00
slawkens
734a63f6c3
Fix #191
...
Allow admin to create GM, God etc. names
2022-05-16 14:33:50 +02:00
slawkens
ac37802b7a
Typo.
2021-12-04 14:38:17 +01:00
slawkens
723e81e90e
Fix: undefined variable notice on database_log enabled
2021-08-30 16:10:54 +02:00
slawkens
60d2cfea99
Fix #169
2021-08-11 22:47:59 +02:00
czbadaro
9d7854dda6
Gratis premium account ( #156 )
...
* skip premdays and lastdays calculation when premdays = 65535 (gratis premium in TFS)
* TFS consider 65535 as gratis premium account and PHP_INT_MAX does not assume this value
* adds condition of premdays=65535 and standardize the label "gratis premium account" with tibia client
* adjust the label "days" when there is only one day of premium account
* adjusted premium account status
* Some small adjustment
* Sorry, typo.
Co-authored-by: slawkens <slawkens@gmail.com>
2021-04-22 22:49:42 +02:00
slawkens
f2c3b6362d
Fix travis
2021-02-23 23:13:22 +01:00
slawkens
aa17ddbf24
Fix compatibility with PHP 7.0 and lower
2021-02-23 15:10:03 +01:00
Lee
0de8894e4d
#142 Guildnick fix
...
Fixes the Guildnick not showing in the guild pages.
2021-02-16 02:10:30 +01:00
slawkens
e95ea22dbd
Revert "Fix phpmailer array style (PHP 8.0)"
...
This reverts commit 0ba886bc6bc898689e4c0630f724f7c620070981.
2021-02-16 01:56:21 +01:00
slawkens
0ba886bc6b
Fix phpmailer array style (PHP 8.0)
2021-02-16 01:42:42 +01:00
slawkens
2684205b5a
More fixes for PHP 8.0
2021-02-16 01:39:58 +01:00
slawkens
dbc76abcdd
Fix compatibility with PHP 8.0 (latest XAMPP)
...
Solution by doctrine developers
2021-02-16 00:29:09 +01:00
slawkens
746a5dc816
Fix setPremDays for latest TFS
...
Fixes editing account in admin panel
2021-02-15 21:05:19 +01:00
slawkens
194d110079
Fixed account getPremDays() function for latest TFS
...
This fixes account management + signature
2021-02-15 20:57:54 +01:00
slawkens
727d6788fe
Password can now contain any characters
...
Also added limit of 29 characters (client limitation)
2020-12-30 00:28:42 +01:00
slawkens
e3ecf8ec96
Fix notice about premend
2020-12-30 00:28:05 +01:00
slawkens
1999b19a1c
Add support for accounts.premium_ends_at (Latest tfs 1.x)
2020-12-30 00:11:46 +01:00
slawkens
0326657d60
Fix creating very uncommon (bugged) account names
2020-07-07 01:23:36 +02:00
slawkens
ca1436ea3f
Fix #123 Guild Invite not working on otservbr-global
2020-06-03 21:35:45 +02:00
slawkens
5cd6b79ee0
Revert some change I did
...
Causing "'" and "-" being accepted as first character in player name
2020-06-03 21:21:28 +02:00
slawkens
2f52e5d9f3
Fixes in create new character nick
...
+ fixed config.character_name_min/max_length being ignored in change_name.php
(cherry picked from commit d148b71f0f7559029ac2e6afee0af2bd9493dc8a)
2020-06-03 20:39:52 +02:00
Lee
1d6afea9c4
CreateChar Fix
...
-checks if name has double space on create character (#121 )
(cherry picked from commit 4e68838172e8ddfaa20fe4592c66d992f353255f)
2020-06-03 20:35:13 +02:00
slawkens
87e54ac14f
Fix news not updating after adding in admin panel
2020-03-26 02:45:34 +01:00
slawkens
e7fa5eb38a
Log query time in database_log
2020-03-26 02:03:32 +01:00
slawkens
ab94d0e752
Fix OTS_House houseid parameter
2020-03-17 22:41:37 +01:00
slawkens
c991e085d4
Add $_SERVER['REQUEST_URI'] to database.log
2020-03-14 13:52:01 +01:00
slawkens
9c143a3461
Fix reloading creatures
2020-03-10 00:27:46 +01:00
slawkens
8c680608ff
Fix more PHP warnings and notices
2020-02-28 21:49:47 +01:00
slawkens
959788cee8
Cache database tables & columns for 1 hour
2020-02-27 23:10:15 +01:00
slawkens
7b75a61cdb
Support for Nostalrius
...
https://github.com/TwistedScorpio/Nostalrius
2020-02-27 22:18:39 +01:00
slawkens
0c9219f885
Fixed CHANGELOG.md loading in Admin Panel
2020-02-25 10:33:57 +01:00