Commit Graph

56 Commits

Author SHA1 Message Date
hondacrx 15d714f050 Fixes login using SRP6v2 2024-02-22 16:16:13 -05:00
hondacrx 0f4130704a Core/Calendar: Implement different timezone support for ingame calendar
Port From (https://github.com/TrinityCore/TrinityCore/commit/b888b1b09f71a8b8b4a9d45c804a1f164fb65ac3)
2024-02-21 16:36:19 -05:00
hondacrx 9e3a7df6a7 Updated Bnet Server.
Port From (https://github.com/TrinityCore/TrinityCore)
2024-02-21 00:05:48 -05:00
Fabian König ccaca1ccd5 .NET 8 update. 2024-02-01 05:23:51 +01:00
hondacrx 0287a481ee Make it so you can use any name for a cert file and not just a default one. 2023-09-16 14:42:16 -04:00
hondacrx f636ea225f Messed up the commit history, so here is all the files rip, Credit to TrinityCore 2023-09-16 08:42:35 -04:00
hondacrx 9f660fa4b0 Core/Realms: Minor refactor to realm address storage
Port From (https://github.com/TrinityCore/TrinityCore/commit/cc6dba1376905456062d1ade8adcbaed4f8f484e)
2023-09-13 18:31:04 -04:00
hondacrx 34ce07f880 Core/Bnet: Send hostnames in portal requests for launcherlogin
Port From (https://github.com/TrinityCore/TrinityCore/commit/8b426af763a9d51524538cebbf615595f94a99a4)
2023-09-02 15:35:49 -04:00
hondacrx c9ab9e4635 Core/Network: Refactor local/remote ip address selection code and allow using hostnames in LoginREST bnetserver config options
Port From (https://github.com/TrinityCore/TrinityCore/commit/6be536a73bc8a6e331ce20e7d19e2ea56b99b4d0)
2023-08-28 11:15:57 -04:00
hondacrx 149fadccab Make PreparedStatements static for each database. 2023-02-04 20:55:14 -05:00
hondacrx 10302a3ceb Some misc fixes 2022-10-03 10:22:04 -04:00
hondacrx a30e1d230f Fixes disconnect when trying to login with a higher ping. Client will send multi proto packets in same packet. 2022-09-28 20:30:47 -04:00
hondacrx 44e9ff9793 Core/Database: Fixes game crashes when loading into work due to hotfix_blob table having bad data. Now using mysqlcli to handle all file imports. Must fill out MySQLExecutable in config to use sql updater. 2022-09-24 13:30:15 -04:00
hondacrx 3fe93e9a1c Core/bnetserver: Implemented reconnecting with launcherlogin
Port From (https://github.com/TrinityCore/TrinityCore/commit/8a183a6e5ee1cd394aabb9df4e34064466bd3946)
2022-09-18 15:24:59 -04:00
hondacrx 80689d7fb7 Misc fixes 2022-09-07 15:51:54 -04:00
hondacrx 04afbd8f33 Core/bnetserver: Add compatibility for classic clients
Port From (https://github.com/TrinityCore/TrinityCore/commit/89652bd78f3e6333e0f7b8ff5fe65ee144a173a8)
2022-09-07 15:38:46 -04:00
hondacrx 313257e852 Misc fixes 2022-09-05 16:32:07 -04:00
hondacrx bf6fec2eb2 Core/Network: Add option to allow/disallow saving IP addresses to database
Port From (https://github.com/TrinityCore/TrinityCore/commit/5afa32e9a7e944d5fbee620c31bf6e2939ec7c5d)
2022-05-29 16:15:40 -04:00
hondacrx 4c6ba41fe8 Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everything that uses them.
Port From (https://github.com/TrinityCore/TrinityCore/commit/e0e3bae82cfb6c70ba810997104054ab6ca77e99)
2022-04-28 10:34:04 -04:00
hondacrx 15cd6313d1 Core/conf: conf.dist typo & grammar corrections
Port From (https://github.com/TrinityCore/TrinityCore/commit/001b9fb05c334a76b067872f98c8e48e9c743ef8)
2021-12-01 20:43:27 -05:00
hondacrx a9a51d0641 Fixes a crash when trying to login with wrong version launcher or no launcher. Caused bnetserver to enter a infinite loop. 2021-11-15 16:51:25 -05:00
hondacrx 6e2511f7b6 Updated to net 6.0 2021-11-14 16:47:37 -05:00
hondacrx 52e43853fe More Cleanups 2021-06-08 12:56:09 -04:00
hondacrx 302a1f293c Some Cleanups 2021-06-07 18:06:16 -04:00
hondacrx 40826f78a2 Fixed two crashes 2021-04-21 19:54:20 -04:00
hondacrx ba064327b0 Core/DB: Fixes sometimes wrong values added to DB, also fixes errors when trying to convert updatefield to object. 2021-04-21 18:06:46 -04:00
hondacrx 91c0fd1924 Misc fixes. 2021-02-18 13:04:07 -05:00
hondacrx 25e9382c6f Core/Realms: Fix not being able to return to realm list. 2021-01-21 14:59:11 -05:00
hondacrx 43b298b830 Updated to .net5.0 2021-01-21 13:44:11 -05:00
hondacrx fa689dac1e Core/Misc: Some missed $ for string interpolation and some cleanups to code. 2021-01-14 20:50:44 -05:00
hondacrx e049db795f Fixes not getting \n on starting packet which would then have client send it on next packet, which then was wrong size. 2020-08-20 23:28:23 -04:00
hondacrx 165ae9e4f0 Make it so we can login to accounts created with TC 2020-08-20 23:23:23 -04:00
hondacrx 459d49f899 Core/BnetServer: Bnetserver cleanup
Port From (https://github.com/TrinityCore/TrinityCore/commit/e9392ad28767626e519c463e2110184d71ba8426)
2020-08-12 17:43:37 -04:00
hondacrx 4bb9823456 Core/Misc: Changed GetLocaleByName to return invalid value on invalid input instead of LOCALE_enUS
Port From (https://github.com/TrinityCore/TrinityCore/commit/79cd94d26df33a332586b2aa72a99b123199c88f)
2020-07-14 17:11:56 -04:00
hondacrx 581d077acd Refactoring of BNetServer 2020-07-12 00:06:43 -04:00
hondacrx c3adef77a9 Misc cleanups 2020-05-05 19:09:57 -04:00
hondacrx d450f6db3d Core/DBLayer: Implement async transaction completion callbacks
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f0ca3a9194d76afa0227943e86469ad8368c5e2)
2020-04-26 00:53:43 -04:00
hondacrx fbd2922b3d Bnet/Services: Updated bnet proto files 2020-04-25 00:12:46 -04:00
hondacrx 230453c451 New Year 2020 :) 2020-01-09 11:35:00 -05:00
hondacrx 67ae576192 Updated to .Net Core 3.1 2019-12-06 22:53:04 -05:00
hondacrx 125e3b3ac7 Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore
Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
2019-08-14 11:20:42 -04:00
hondacrx 1e1c5c77a8 2019 YAY! 2019-01-01 12:01:55 -05:00
hondacrx f414068883 Fixed DB2 loading and world login!!!!! 2018-12-14 18:43:35 -05:00
hondacrx 8e20114e10 BFA Update (still lots of testing to do tho) 2018-12-10 12:46:25 -05:00
hondacrx 93499fb104 Core: Updated to .Net Core 2.1 2018-07-12 17:24:29 -04:00
hondacrx 7aa494d5dd Core/Errors: Stop using System.Diagnostics.Contracts, Its just closing the server without error or warning. We now log the error and then throw a exception 2018-06-15 12:34:56 -04:00
hondacrx 2c3479c6e2 Core/Refactor: Part 4 2018-05-27 15:40:06 -04:00
hondacrx 9b40067017 Core/Refactor: Part 2 2018-05-07 22:07:35 -04:00
hondacrx 216db1c23a Core/Refactor: Part 1 2018-05-07 18:56:09 -04:00
hondacrx a7097486bf Core/Bnet: Improve client ban messages 2018-04-18 19:52:28 -04:00