source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @447   17 months alloc 24_28_41
(edit) @446   17 months alloc 24_27_41
(edit) @445   17 months alloc Updated web files to 0.7.1
(edit) @444   17 months alloc Added more details to API map/config Updated web files to 0.7.0
(edit) @443   17 months alloc 23_26_40 (A21)
(edit) @442   17 months alloc 23_25_40 (A21)
(edit) @441   17 months alloc Added binaries to repository
(edit) @440   18 months alloc *Added: Allow specifying a single level 0 API token on the command line
(edit) @439   18 months alloc Renamed project folder
(edit) @438   18 months alloc Updated web files to 0.6.1
(edit) @437   18 months alloc Added GameStats and GamePrefs APIs Fixed ServerInfo API JSON output
(edit) @436   18 months alloc Added Bloodmoon API Removed WebUiUpdates API
(edit) @435   18 months alloc Added WebModules API POST support
(edit) @434   18 months alloc Added permission management APIs
(edit) @433   19 months alloc Fixed: User registration allowed same username for multiple users
(edit) @432   19 months alloc Added API "item"
(edit) @431   19 months alloc Folder "webserver" becomes "webroot"
(edit) @430   19 months alloc *Markers: Added storing the icon URL used for each marker
(edit) @429   19 months alloc *Updated web files to 0.6.0
(edit) @428   19 months alloc Include web files in webserver project
(edit) @427   19 months alloc *Save inherited per-method permission as "inherit" instead of the …
(edit) @426   19 months alloc *Updated web permissions system *Fixed webpermissions command *Moved …
(edit) @425   19 months alloc - API "map" added, currently only supports GET with the ID "config" - …
(edit) @424   20 months alloc
(edit) @423   20 months alloc Fixed: MapRenderer always enabled
(edit) @422   20 months alloc Added release files to version control
(edit) @421   20 months alloc Removed legacy webserver files from v2
(edit) @420   20 months alloc A21 preparations. NOT COMPATIBLE WITH A20 ANYMORE!
(edit) @419   21 months alloc Updated WebPermissions command to only list manually defined levels by …
(edit) @418   21 months alloc Refactored API authorization to support per-HTTP-method permission levels
(edit) @417   21 months alloc RegisterUser no longer uses a redirect on successful user creation (part 2)
(edit) @416   21 months alloc RegisterUser no longer uses a redirect on successful user creation
(edit) @415   21 months alloc Added HTTP method to RequestContext
(edit) @414   21 months alloc Fixed: Animal and hostile API result JSON
(edit) @413   21 months alloc Added user registration classes
(edit) @412   21 months alloc Web base class updates for vanilla changes for direct integration with …
(edit) @411   21 months alloc SessionHandler refactoring for login reuse
(edit) @410   21 months alloc Base API class improvements
(edit) @409   21 months alloc Added keep alive messages to SSE endpoints
(edit) @408   21 months alloc Few pieces of code cleanup
(edit) @407   21 months alloc Fixed again: Running behind reverse proxies and proper logins
(edit) @406   21 months alloc Only run web server if game is running as server
(edit) @405   21 months alloc Refactored console commands for A21 caching
(edit) @404   21 months alloc Latest state including reworking to the permissions system
(edit) @403   21 months alloc Made server-fixes no longer throw errors when running the mod on a …
(edit) @402   22 months alloc - Major refactoring - Using Utf8Json for (de)serialization - Moving …
(edit) @401   2 years alloc GetAllowedCommands: Also report all overloads
(edit) @400   2 years alloc
(edit) @399   2 years alloc Updated logging strings
(edit) @398   2 years alloc Added detection of "webserver" folder in mods, last mod with such a …
(edit) @397   2 years alloc Added command to invalidate file caches (actual command implementation)
(edit) @396   2 years alloc Latest version of MarkersMod JS
(edit) @395   2 years alloc WebPermissions cleanup, also now makes sure to write proper XML
(edit) @394   2 years alloc SessionHandler cleanup + redirect to /app/error/:code Some profiler …
(edit) @393   2 years alloc Added a debug+profiling build target
(edit) @392   2 years alloc Added command to invalidate file caches Added a debug+profiling build …
(edit) @391   2 years alloc Major refactoring/cleanup
(edit) @390   2 years alloc Added MarkersMod example
(edit) @389   2 years alloc Finished up REST API base Made API handler look for APIs in all loaded mods
(edit) @388   2 years alloc Added first version of REST API support
(edit) @387   2 years alloc Big refactoring in Web to pass around a Context instead of a bunch of …
(edit) @386   2 years alloc Enabled debug symbols in debug config on all projects
(edit) @385   2 years alloc Fixed HttpListener running the IPv6 socket in dual mode on some platforms
(edit) @384   2 years alloc Added support for webmods to the backend
(edit) @383   2 years alloc Fixed a bunch of warnings
(edit) @382   2 years alloc Switched to use SpaceWizards.HttpListener
(edit) @381   2 years alloc Moved legacy web files to weblegacy - URL fix
(edit) @380   2 years alloc Moved legacy web files to weblegacy
(edit) @379   2 years alloc Changed index.html to point to new Steam login URL
(edit) @378   2 years alloc Updated README.txt for currently required 7days/Unity/.NET assemblies
(edit) @377   2 years alloc Made SpaceWizards.HttpListener compilable against .NET 4.8 with …
(edit) @376   2 years alloc Added SpaceWizards.HttpListener for HTTP IPv6 support
(edit) @375   2 years alloc Target different folder on server for uploads
(edit) @374   2 years alloc Branch for next-gen version
(edit) @373   2 years alloc Added debug targets
(edit) @372   2 years alloc A few bits of code cleanup
(edit) @371   2 years alloc Fixed stuff using InternalId for every storage/lookup instead of a mix …
(edit) @370   3 years alloc 22_24_39
(edit) @369   3 years alloc Preparations for A20 release Changes usage of "SteamID" to "UserID" in …
(edit) @368   3 years alloc 21_23_38
(edit) @367   3 years alloc Web: - Added SSE (ServerSentEvents) subsystem - Added log endpoint to …
(edit) @366   3 years alloc Map: Added options for fractional zoom to map.js lines 42 - 46
(edit) @365   3 years alloc 21_23_37
(edit) @364   3 years alloc Fixed: Coordinates display
(edit) @363   3 years alloc Webmap version update
(edit) @362   3 years alloc A19.5 commands recompilation
(edit) @361   4 years alloc Web map: Updated inventory viewer for the 10 slots toolbelt, switched …
(edit) @360   4 years alloc A19 code
(edit) @359   5 years alloc Removed unnecessary try-catch-blocks from commands (command handler …
(edit) @358   5 years alloc 20_23_33
(edit) @357   5 years alloc Scripts v114
(edit) @356   5 years alloc Scripts 113
(edit) @355   5 years alloc A18 compatibility build, 19_22_32
(edit) @354   5 years alloc A18 preps
(edit) @353   6 years alloc Scripts 112
(edit) @352   6 years alloc Conditional code fix
(edit) @351   6 years alloc Fixed game version compatibility of GamePrefs Code style cleanup …
(edit) @350   6 years alloc Fixed #154
(edit) @349   6 years alloc Refs #156 - Code typo
(edit) @348   6 years alloc Fixed #156
Note: See TracRevisionLog for help on using the revision log.