Commit Graph

785 Commits

Author SHA1 Message Date
MobiusDevelopment
976c76047c Amazon aws for getting external server IP address. 2024-01-15 00:13:51 +02:00
MobiusDevelopment
36c8b30e92 Community Board mails should not display <br> and <br1> tags.
Contributed by G-hamsteR.
2024-01-07 02:29:05 +02:00
MobiusDevelopment
9f993314f4 The default pet name value is an empty string.
Contributed by G-hamsteR.
2024-01-07 02:14:41 +02:00
MobiusDevelopment
1204ad8e00 Free version update 14-12-2023. 2023-12-14 02:11:28 +02:00
MobiusDevelopment
20ee74fd94 Free version update 16-10-2023. 2023-10-16 13:34:03 +03:00
MobiusDevelopment
16d0614a05 Decreased EXECUTOR_POOL_SIZE value from 5 to 2. 2023-08-08 01:34:03 +03:00
MobiusDevelopment
a9c911e84d NetClient disconnect() should call onDisconnection(). 2023-07-27 04:01:10 +03:00
MobiusDevelopment
c449a89a83 Avoid directly utilizing the disconnect method for GameClient. 2023-07-27 03:58:32 +03:00
MobiusDevelopment
6b8643b28c Separate Config method for loadLoginNetworkConfig. 2023-07-14 00:16:07 +03:00
MobiusDevelopment
900674e177 LoginServer should also use the Network.ini configuration file. 2023-07-12 01:15:21 +03:00
MobiusDevelopment
96a579ee4a Addition of ExecuteThread executor for running packets. 2023-07-12 00:45:47 +03:00
MobiusDevelopment
b994d54621 Updated ThreadProvider class. 2023-07-12 00:15:01 +03:00
MobiusDevelopment
a542426d7a Addition of SendThread executor for sending packets. 2023-07-03 01:00:56 +03:00
MobiusDevelopment
5f31c3055c Addition of network configuration file. 2023-07-03 00:58:15 +03:00
MobiusDevelopment
d374a32cf4 Addition of NetClient isConnected method. 2023-06-30 12:36:43 +03:00
MobiusDevelopment
e00b9ecf2d SendThread and ReadThread exception handling. 2023-06-29 00:08:59 +03:00
MobiusDevelopment
6793c515d7 Close InputStream and OutputStream separately from Socket. 2023-06-28 07:41:52 +03:00
MobiusDevelopment
acb3892068 Schedule GameClient closeNow instead of using sleep. 2023-06-28 07:21:58 +03:00
MobiusDevelopment
7a8a4f12d1 Wait for GameClient closeNow packet to be sent. 2023-06-28 06:48:54 +03:00
MobiusDevelopment
4bd9210c69 Addition of SendThread class and other related adjustments. 2023-06-25 19:37:46 +03:00
MobiusDevelopment
4708f17e41 Replaced SocketChannel with Socket. 2023-06-19 21:02:28 +03:00
MobiusDevelopment
670b7e6982 Make sure sendPacket ByteBuffer has no remaining bytes. 2023-06-14 00:47:59 +03:00
MobiusDevelopment
eb883e13bb Addition of FailedDecryptionLogged configuration. 2023-03-16 01:23:28 +02:00
MobiusDevelopment
a9cec8677e Fixed boat move speed calculation. 2023-02-13 00:46:20 +02:00
MobiusDevelopment
d27953b095 Added specific checks for armor over enchant. 2023-02-12 02:26:06 +02:00
MobiusDevelopment
4c1957ff3d Player moving on ledges check replaced by combined Water-Castle check. 2023-02-07 01:26:07 +02:00
MobiusDevelopment
40bdaf545d Prevent stopping key movement when facing doors. 2023-02-01 00:03:24 +02:00
MobiusDevelopment
0d6b983c6a Various updates and improvements. 2023-01-30 18:51:55 +02:00
MobiusDevelopment
e37ae33a4f Fixed database installer path for dumps with Linux.
Contributed by L2Hanesfor.
2023-01-29 01:13:05 +02:00
MobiusDevelopment
1241e08fc1 Fixed Gate Chant (1429) summoning. 2023-01-23 00:10:11 +02:00
MobiusDevelopment
b902cdaaa4 Database installer adjustments for Linux.
Thanks to L2Hanesfor.
2023-01-18 17:57:40 +02:00
MobiusDevelopment
d6e125d783 Removed OfflineTraderTable live log messages. 2023-01-16 17:55:44 +02:00
MobiusDevelopment
5e9a7dbe73 Addition of StoreOfflineTradeInRealtime configuration.
Contributed by L2Hanesfor.
2023-01-16 17:14:03 +02:00
MobiusDevelopment
05405f9d21 Fixed invalid custom config path.
Contributed by L2Hanesfor.
2023-01-16 16:42:30 +02:00
MobiusDevelopment
4a2ddb08c5 Removed unnecessary double spaces from log messages. 2023-01-09 00:33:08 +00:00
MobiusDevelopment
7f1d8a5dc2 Make use of LinkedList for SkillTreeData results. 2023-01-08 10:55:12 +00:00
MobiusDevelopment
1f0c68dc1d Spawn command should consider names containing spaces. 2023-01-06 22:09:36 +00:00
MobiusDevelopment
dcbfa95a9b Spawn search should consider names containing spaces. 2023-01-03 22:03:20 +00:00
MobiusDevelopment
904948cdbc Minor DatabaseFactory typo correction. 2023-01-03 16:12:26 +00:00
MobiusDevelopment
f90a7324e4 Improved pending data read logic. 2022-12-24 22:15:56 +00:00
MobiusDevelopment
0ab71457ca MagicSkill packet related cleanups. 2022-12-24 22:03:24 +00:00
MobiusDevelopment
b6d254a8bc Reverted LongTimeEvent random heading support and fixed probable issues. 2022-12-20 09:45:48 +00:00
MobiusDevelopment
a9116f1ed8 Support for LongTimeEvent spawns with random heading and set respawn time. 2022-12-20 09:18:51 +00:00
MobiusDevelopment
0cb280f9de Fixed BanditStrongholdSiege negative schedule time. 2022-12-19 07:56:54 +00:00
MobiusDevelopment
9df3988d2e Removal of Warehouse Cache. 2022-12-19 07:55:58 +00:00
MobiusDevelopment
1a47677ccf Changed ReadablePacket bitwise calculations to match client. 2022-12-16 09:35:25 +00:00
MobiusDevelopment
527e1b3f64 Renamed packet debug configurations. 2022-12-14 22:02:36 +00:00
MobiusDevelopment
65c2ebe0a9 Manage probable connection termination. 2022-12-13 22:36:56 +00:00
MobiusDevelopment
e6085edc4c Cleanup of unnecessary void method and class modifiers. 2022-12-13 22:13:36 +00:00
MobiusDevelopment
2340f45354 Continue read if data length is less than expected. 2022-12-11 22:02:34 +00:00