Commit Graph

17 Commits

Author SHA1 Message Date
AdmiralCurtiss
960ab03dc1 Fix #231. 2015-12-08 16:39:40 +01:00
Sepalani
2102a73b05 Improved configuration file
Added: register_page.py into cfg and pyproj

Added: Alternative configuration file

Added: Logger into configuration file
2015-09-05 22:56:19 +02:00
payet_s
dfa269c71d Added: Configuration Module/File 2015-09-05 21:15:31 +02:00
payet_s
2ba6518669 Cleaned: master_server.py, nas_server.py
Massive cleanup

Removed: Anoying UTF-8 BOM
2015-09-05 21:01:43 +02:00
payet_s
cc84f739ca Upgraded: Visual Studio solution
Changed: module comment style
2015-09-05 19:17:38 +02:00
kyle95wm
550579ae7b Console registration
I've decided to impliment a new feature into the server (disabled by default in nas_server.py) where when enabled, the server will check if a console's MAC is in BOTH the registered and pending database tables. If this is not the case, one of two error codes will be returned:
error 23888 - Console pending activation by server admin
error 23921 - Unknown console

A registration page was also included on port 9998 for users to enter their MAC and add it to the pending table. The server admin can then log in to the admin page and activate the console if they so please.
2015-07-18 16:39:04 -04:00
Admiral H. Curtiss
37dff10c8b Admin page: Auto-return to the page you pushed the Unban button from. 2015-05-04 14:06:42 +02:00
Admiral H. Curtiss
d95bf30e5b Admin page: Fix broken unban buttons on /banlist. 2015-05-04 13:53:24 +02:00
Kyle Warwick-Mathieu
ec361efc5a Re-did admin page to support new ban system
Sorry AdmiralCurtis but your fixes focussed a lot on the new logic and we couldn't really work with it. Sorry if we wasted your time

Revert "Re-did admin page to support new ban system"

This reverts commit c4cda866bf.

Reapply Admin page changes.
2015-05-04 13:53:19 +02:00
Kyle Warwick-Mathieu
0113ca1c57 Added IP field to admin page table (for future use) 2015-05-02 22:01:17 -04:00
Admiral H. Curtiss
bf4f925d54 Clean up admin page code a bit. 2015-04-27 16:16:00 +02:00
Admiral H. Curtiss
472f60002a Disable admin page if no credentials are set.
(Some very odd code in here btw, should probably be cleaned up.)
2015-04-27 01:00:33 +02:00
smtddr
cf8a519b17 Fix issue with empty whitelist breaking stuff. 2015-04-18 00:11:05 +00:00
BeanJr
3309bf5225 added whitelisting to admin page and a friend fix 2015-01-23 00:43:31 -05:00
smtddr
8f4b315321 Slight changes to encoding and remove of extra decoding 2014-12-31 18:50:31 +00:00
smtddr
a6d254bdd5 remove extra decoding. 2014-12-31 00:52:12 +00:00
smtddr
44a553eca5 Admin page 2014-12-28 01:45:52 +00:00