|
a66a502480
|
add initial support for LFD2
|
2023-09-02 15:35:40 -05:00 |
|
|
2ea43fdd63
|
update default master url
|
2023-09-02 13:22:33 -05:00 |
|
|
e195668452
|
add missing shangri-la to T5 maps
|
2023-09-02 13:11:28 -05:00 |
|
|
4025cbcd8f
|
add additional check for bot ping
|
2023-08-26 22:56:59 -05:00 |
|
|
8e1dd9d506
|
fix configuration write append issue
|
2023-08-23 16:34:07 -05:00 |
|
|
039e37be1f
|
fix issue with CS:GO connector
|
2023-06-11 17:30:06 -05:00 |
|
|
6a3f4d0b57
|
update Jint package
|
2023-06-08 15:16:42 -05:00 |
|
|
fd7c8fcb4a
|
implement bus mode for game interface to allow files for bus data transfer
|
2023-06-06 17:56:12 -05:00 |
|
|
cc67438b9a
|
implement dynamic command registration through game interface
|
2023-06-03 22:46:15 -05:00 |
|
|
dfcf6e958c
|
implement initial url request functionality for game interface
|
2023-06-03 16:48:03 -05:00 |
|
|
debad66884
|
fix plugin import debug log
|
2023-05-31 11:28:51 -05:00 |
|
|
34a56d52a1
|
tweak script plugin web request concurrency
|
2023-05-30 15:01:01 -05:00 |
|
|
55e5f4699e
|
remove some old web components, add command line args for no-confirm (skip unreachable server prompt) and kestrel request settings
|
2023-05-30 14:58:17 -05:00 |
|
|
f0542fa69f
|
T5ZM Gametype and Maps
|
2023-05-28 20:11:10 -05:00 |
|
|
9bf0be8341
|
Resolves issue where muted player would be unmuted when flag penalty was removed (#303)
* resolves issue where muted player would be unmuted when flag penalty was removed
* Revert accidental code format
|
2023-05-28 11:37:27 -05:00 |
|
|
4e81274116
|
update filter on assembly resolver
|
2023-05-27 14:09:57 -05:00 |
|
|
4a43fe892f
|
add assembly resolver to help with more permissive plugin references to iw4madmin libraries
|
2023-05-27 14:01:16 -05:00 |
|
|
7f09ce90ac
|
possible fix for remotely loaded plugins
|
2023-05-27 12:15:22 -05:00 |
|
|
976e6e4752
|
add command to set log level and develop mode dynamically
|
2023-05-26 21:14:49 -05:00 |
|
|
4002745ad7
|
fix issue with alert manager concurrency
|
2023-05-14 22:46:03 -04:00 |
|
|
da101ecd1d
|
Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre
|
2023-05-01 21:41:08 -05:00 |
|
|
210ffa5d83
|
BaseEvent: Deal with all sorts of special characters sent by the engine (#298)
* BaseEvent: Deal with all sorts of special characters sent by the engine
|
2023-05-01 21:40:12 -05:00 |
|
|
f2e8bb40e0
|
implement GameScriptEvent trigger
|
2023-05-01 21:38:58 -05:00 |
|
|
7570749aa5
|
fixed spelling mistake with Moon (#294)
|
2023-04-22 20:17:20 -05:00 |
|
|
06d28b1a76
|
provide more informative error if webfront fails to start (typical socket binding)
|
2023-04-21 20:40:20 -05:00 |
|
|
db8510f8e6
|
update top level client count stats to support filtering per game
|
2023-04-19 19:55:33 -05:00 |
|
|
1231154e9d
|
Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre
|
2023-04-15 18:07:48 -05:00 |
|
|
a295d29caf
|
Added Missing T4ZM Zombie Maps (#289)
|
2023-04-15 18:06:16 -05:00 |
|
|
ca6d51d6bf
|
clean up game server properties update implementation
|
2023-04-15 14:30:13 -05:00 |
|
|
d3ac9d53a4
|
add configuration update callback for script plugins & update plugins to utilize
|
2023-04-15 14:27:51 -05:00 |
|
|
d3a2209f73
|
more updates for script plugin helper and corresponding VPNDetection update to properly send user gent
|
2023-04-13 23:36:29 -05:00 |
|
|
a461f5af25
|
add additional overloads for script plugin web request helper
|
2023-04-13 21:36:21 -05:00 |
|
|
e3bbb048b6
|
add ServerCommandRequestExecuteEvent implementation
|
2023-04-09 14:07:30 -05:00 |
|
|
892d2c8fc5
|
fix startup issue with no config
|
2023-04-09 09:59:10 -05:00 |
|
|
4aafaf1576
|
Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre
|
2023-04-07 20:53:25 -05:00 |
|
|
d8478bf99e
|
Added Zombie Game Modes + Bonus & Zombie Maps for T7/BOIII (#286)
* Added Zombie Game Modes
Added Zombie Game Modes for T4, T6 & BOIII
* Added Bonus Maps & Zombies (T7/BOIII)
Added Missing Bonus Maps & Zombies maps for T7/BOIII
|
2023-04-07 20:41:25 -05:00 |
|
|
cb7d97c67f
|
Add CoD 4's missing gametypes. (#280)
* Add CoD 4's missing gametypes.
* Fixed invalid issue
|
2023-04-07 20:41:12 -05:00 |
|
|
d45ba6434f
|
enable support for custom say name on non IW4 games with tell/say raw
|
2023-04-07 14:04:04 -05:00 |
|
|
f32949083f
|
track private slots for webfront overview
|
2023-04-05 23:10:40 -05:00 |
|
|
831a6a2a37
|
update script helper method name
|
2023-04-05 22:27:48 -05:00 |
|
|
cdfcb25072
|
Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre
|
2023-04-05 14:15:46 -05:00 |
|
|
db17baea20
|
misc clearnup
|
2023-04-05 10:16:11 -05:00 |
|
|
ebe69a94ad
|
implement new eventing system
|
2023-04-05 09:54:57 -05:00 |
|
|
53a6ef2ec3
|
update references from IP to ListenAddress
|
2023-04-04 22:21:18 -05:00 |
|
|
4008d12d0d
|
refactor BaseEventParser to utilize new event system
|
2023-04-04 21:54:41 -05:00 |
|
|
ee056139a4
|
remove unneeded classes
|
2023-04-04 21:45:33 -05:00 |
|
|
130c05e56b
|
add configuration watcher implementation
|
2023-04-04 21:44:08 -05:00 |
|
|
3d3a8e7027
|
improve threading synchronization for BaseConfigurationHandlers
|
2023-04-04 21:42:17 -05:00 |
|
|
d3544b4519
|
implement PluginV2 for script plugins
|
2023-04-04 18:24:13 -05:00 |
|
|
7c94806ece
|
update readmessage command to use TellAsync
|
2023-04-03 15:56:13 -05:00 |
|