Chomp
346c6bda4d
Small typo
2025-02-20 17:20:04 +00:00
Archangel
355d985349
Slight refactor to webserver init
2025-02-20 15:23:52 +01:00
Chomp
5a5e18f568
Add HTTPS support ( #101 )
...
* Initial work on adding https support
* Updated logging
* More logging
* Added support for a certificate password
Replaced method used for getting path to cert
* Reduce duplication of logic in program.cs
* Cleanup of `HttpServer`
* More https stuff
* https
* Fixed remote IP stuff
* Fixed non-local request logging
* Updated assets
* Replaced `singleplayer/bossconvert` to `singleplayer/bosstypes`
* Updated map loot
* Asset update
* Stop storing a bots inventory and other values to save memory
---------
Co-authored-by: Chomp <dev@dev.sp-tarkov.com >
Co-authored-by: clodan <clodan@clodan.com >
2025-02-20 12:27:55 +00:00
Archangel
c4d6aa83b3
Enable Harmony bootstrapper
2025-02-14 00:46:48 +01:00
Alex
a3bc7eea23
Merge branch 'main' into develop
...
# Conflicts:
# Server/Logger/WebApplicationLogger.cs
2025-02-09 18:04:46 +00:00
Alex
c67c807dd3
WriteToLogFile now implemented
2025-02-09 17:46:18 +00:00
Chomp
abd7f243e8
Removed unnecessary TODOs and fixed typos
...
Removed unnecessary uses of `GetByJsonProp`
2025-02-09 15:13:05 +00:00
Chomp
dec3956167
Expanded ModDllLoader implementation
2025-02-09 11:33:28 +00:00
Chomp
c579695f43
Improved mod examples
2025-02-08 10:02:50 +00:00
CWX
efd8b360de
Formatting
2025-02-07 22:47:47 +00:00
CWX
613d69a059
updated logging
2025-02-07 21:29:42 +00:00
CWX
d6925e492c
Create wrapper for SptMod with assembly and package.json
2025-02-07 21:20:53 +00:00
CWX
5c6fa9242f
BIG BOI FORMATTING
2025-02-07 19:36:17 +00:00
CWX
e9072c1cb1
make it so each mod example loads and does some logging. removed unused project
2025-02-06 00:06:11 +00:00
CWX
fb3b553a95
make it so request/responses are only added to the requestLogs
2025-02-05 15:50:52 +00:00
CWX
a4f8036d09
formatting, fix build error
2025-02-05 07:36:13 +00:00
CWX
f648f42721
This is just Jetbrains formatting and code syntax styling
2025-02-05 06:56:51 +00:00
CWX
293b944562
removed more from launcherV2
2025-01-28 19:45:36 +00:00
Alex
b7b5b7da34
added if checks to some debug logs
2025-01-27 21:10:44 +00:00
CWX
96110519de
finish notificationSendHelper
2025-01-27 19:51:14 +00:00
CWX
f116eaba26
didnt do shit
2025-01-22 19:38:25 +00:00
CWX
21207f4eef
add timeout so debugging is earier
2025-01-22 15:47:35 +00:00
clodan
83d639bf47
Moved assets outside of main project to avoid duplication and other fixes
2025-01-21 20:39:52 +00:00
Chomp
caf0b2bc7d
Added skier/peacemaker durability values
2025-01-21 14:26:23 +00:00
Chomp
87f36ea5b8
Added gifter values
2025-01-21 14:24:18 +00:00
Chomp
f2b754892f
Added shooterbtr type to durability
2025-01-21 13:51:26 +00:00
Chomp
639cf7e559
Fixed 'zombie' error spam
2025-01-21 13:47:01 +00:00
Chomp
37c1786018
BotGen bugfixes
2025-01-21 11:19:26 +00:00
Alex
7645d6f347
Merge branch 'main' of https://github.com/sp-tarkov/server-csharp
2025-01-20 22:11:06 +00:00
Alex
b2e6117ccd
disappointing night commit
2025-01-20 22:10:55 +00:00
Chomp
0ca40eef8f
Fix botgen issues
2025-01-20 22:03:29 +00:00
CWX
0acec89d03
accidental pus of settings
2025-01-20 16:33:45 +00:00
CWX
accff11f38
imnplement moar
2025-01-20 16:32:59 +00:00
CWX
b1d9035801
insurance service done with raidtimeadjustmentservice
2025-01-20 15:31:53 +00:00
Chomp
e679225064
Bot generation improvements
2025-01-19 23:24:06 +00:00
Chomp
35518f0eef
Added new mechanic gift on profile create
2025-01-19 19:36:49 +00:00
Alex
b5240a615e
Refactor project into smaller chunks
2025-01-19 17:45:48 +00:00
Chomp
d46b8508b0
Updated JSONs
2025-01-19 10:07:14 +00:00
Chomp
d73a9bd203
Update JSONs
2025-01-18 23:27:28 +00:00
CWX
f0d44b7d98
remove includes from csproj
2025-01-18 21:04:11 +00:00
CWX
cc1b022396
fix tests, 1 fails in mathUtilTest, changing from float to double
2025-01-18 21:02:00 +00:00
Chomp
f755afcb79
Improved logging
2025-01-18 18:35:27 +00:00
Chomp
cedd175702
Reduced verbosity of logging + enabled serilog
2025-01-18 16:06:18 +00:00
Chomp
dce0d11cec
First pass at implementing item event handling
2025-01-18 13:55:29 +00:00
Alex
4fbd75b9f5
websockets
2025-01-17 18:14:46 +00:00
CWX
1db5750557
now use ProgramStatics
2025-01-17 12:35:51 +00:00
Chomp
3086573017
Updated JSONs + assets
2025-01-16 15:51:22 +00:00
Alex
8284c17855
Added request logger
2025-01-16 13:09:38 +00:00
Alex
8b3305efca
T type logging
2025-01-15 15:06:54 +00:00
Alex
8f47bd89c5
Merge branch 'main' of https://github.com/sp-tarkov/server-csharp
2025-01-15 11:50:55 +00:00