Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

[WIP] Lobby API 2.0 #61

Closed
wants to merge 10 commits into from
Closed

[WIP] Lobby API 2.0 #61

wants to merge 10 commits into from

Commits on Aug 2, 2020

  1. Implement FetchResource

    TrueDoctor committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    b3f032d View commit details
    Browse the repository at this point in the history
  2. Init lobby-subcrate

    This contains a simple HTTP-endpoint which serves the content relevant
    for the lobby and entrypoint of the entire ecosystem.
    
    For now, this is in its own subcrate, otherwise it would've been
    necessary to enhance the websocket-code to serve HTTP traffic on ports
    80/443 as well.
    Ma27 authored and TrueDoctor committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    c242142 View commit details
    Browse the repository at this point in the history
  3. Add lobby to cargo-make build-system

    Ma27 authored and TrueDoctor committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    5ba83c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5999fb View commit details
    Browse the repository at this point in the history
  5. Build lobby by default

    Ma27 authored and TrueDoctor committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    6a2a042 View commit details
    Browse the repository at this point in the history
  6. Restructure main.rs

    TrueDoctor committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    fa8b8d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30b4c2a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Extend dummy api

    TrueDoctor committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    fbc09a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d18281a View commit details
    Browse the repository at this point in the history
  3. Fix merge error

    TrueDoctor committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4c7884e View commit details
    Browse the repository at this point in the history