Ignore:
Timestamp:
Aug 11, 2021, 6:22:03 PM (3 years ago)
Author:
alloc
Message:

Web:

  • Added SSE (ServerSentEvents) subsystem
  • Added log endpoint to SSE. Less heavy weight and more responsive way of watching the server log
  • Bunch of refactoring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r355 r367  
    3333    <Reference Include="LogLibrary">
    3434      <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
     35      <Private>False</Private>
     36    </Reference>
     37    <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     38      <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
    3539      <Private>False</Private>
    3640    </Reference>
     
    7579    <Compile Include="Web\API\GetHostileLocation.cs" />
    7680    <Compile Include="Web\API\Null.cs" />
     81    <Compile Include="Web\SSE\EventLog.cs" />
     82    <Compile Include="Web\SSE\SseHandler.cs" />
     83    <Compile Include="Web\SSE\EventBase.cs" />
    7784    <Compile Include="Web\Web.cs" />
    7885    <Compile Include="Web\MimeType.cs" />
     
    117124    </ProjectReference>
    118125  </ItemGroup>
    119   <ItemGroup />
    120126  <ItemGroup>
    121127    <None Include="ModInfo.xml">
Note: See TracChangeset for help on using the changeset viewer.