Commit graph

7 commits

Author SHA1 Message Date
riperiperi
1611d07a6e Fix default value types 2024-11-21 15:34:43 +00:00
riperiperi
5367dff9bc Add additional arguments to restore lot tool 2024-11-21 15:11:30 +00:00
riperiperi
b57ebbd141 Cleanup: Remove most unused usings and MPL per-file licenses
MPL per-file was used in older project files, but should apply to the whole project, so having it there was redundant.
2023-11-25 03:45:29 +00:00
riperiperi
21cea91654
Feature/free vote (#149)
* [Server, Client] Add Free Vote

A mechanism that allows avatars in neighborhoods without elections to
vote in an ongoing election of their choosing.

* [Server] Free Vote, Github Releases, Restore Lot Tool, Test Utils

Still need to fix an issue with the unauthenticated disconnect.

* [Server] Improvements, Account Lockout

- Too many failed password attempts can now cause an account lockout.
- More reasonable CORS policy that doesn't spam warnings.

* [UI] Add Free Vote Confirmation Text
2019-05-20 22:44:09 +01:00
riperiperi
b90ef43c89 [WIP] Neighborhoods
- A full rework of the neighborhoods system, introducing mayors.
- Bezier Path Routing
- New font renderer
- Data Service modification
- .NET Core support
- Gamma Correction
- Many other changes
2018-11-22 19:37:15 +00:00
ddfczm
ac5aa12294 Added debugging UI for network traffic 2015-08-16 20:47:43 +01:00
ddfczm
ba8bcf8b17 Basic project setup. Ninject for DI, Dapper for ORM, NLog for logging, Mina.NET for networking, Newtonsoft for Json parsing and CommandLineParser for switch parsing 2015-08-15 14:11:07 +01:00