Commit Graph

  • c849c8afd1 Cleaned: gamespy/gs_database.py payet_s 2015-08-02 17:54:03 +02:00
  • 9066a5f1e5 Cleaned: gamespy/gs_query.py payet_s 2015-08-02 16:44:40 +02:00
  • 73202b080c Cleaned: gamespy/gs_utility.py payet_s 2015-08-02 14:14:05 +02:00
  • 3090c8089d Cleaned: other/utils.py payet_s 2015-08-01 16:11:06 +02:00
  • cad3fd0518 Cleaned: internal_stats_server.py payet_s 2015-08-01 13:51:03 +02:00
  • 2ba6518669 Cleaned: master_server.py, nas_server.py payet_s 2015-07-31 14:27:00 +02:00
  • cc84f739ca Upgraded: Visual Studio solution payet_s 2015-07-30 20:29:47 +02:00
  • 5fb0199058 Merge pull request #184 from kyle95wm/register polaris- 2015-08-31 23:49:09 -04:00
  • d53a54aa65 Merge pull request #192 from PokeAcer549/patch-1 polaris- 2015-08-31 23:46:55 -04:00
  • 6ef3d3b5d2 Update gamestats.cfg Billy 2015-08-27 17:57:04 +01:00
  • 88ce6f4ee9 Update gamestats.cfg Billy 2015-08-27 16:58:26 +01:00
  • 6bf589cd84 Update gamestats.cfg Billy 2015-08-27 16:07:11 +01:00
  • fa8dc937ce Update gamestats.cfg Billy 2015-08-04 10:14:25 +01:00
  • 28b8137cd3 Update gamestats.cfg Billy 2015-08-04 07:42:56 +01:00
  • a2554e1305 SMTDDR's fixes Removed BeanJrFi references Also made registration page accept only proper MAC format soon to come: check if MAC already is registered kyle95wm 2015-08-01 19:49:01 -04:00
  • 76db2dad9a PokemonAcer's fixes to register page kyle95wm 2015-08-01 16:41:47 -04:00
  • 216202ce8d Remove RegPageServer from startup completly Also removed logger line that crashes register page since we don't use logging. kyle95wm 2015-07-19 16:36:20 -04:00
  • 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 kyle95wm 2015-07-17 23:21:12 -04:00
  • 08626e2a46 Merge pull request #171 from XeR/master AdmiralCurtiss 2015-06-08 12:17:15 +02:00
  • 53cab34a97 Fix checks for "<!DOCTYPE" instead of "DOCTYPE" XeR 2015-06-08 10:31:36 +02:00
  • baec1b6f26 Prevents users from redefining a DOCTYPE XeR 2015-06-07 23:42:25 +02:00
  • c065e3fc19 Properly Insert/Update into gamestats_profile. Admiral H. Curtiss 2015-05-04 21:51:18 +02:00
  • edec5dd12d Revert 798a9238bd since we have a different ban system now. Admiral H. Curtiss 2015-05-04 19:36:21 +02:00
  • 12f6172562 Merge pull request #154 from polaris-/kyle95wm-master AdmiralCurtiss 2015-05-04 14:32:51 +02:00
  • 38a6796edd NAS: Cleanup. Admiral H. Curtiss 2015-05-04 14:30:14 +02:00
  • 37dff10c8b Admin page: Auto-return to the page you pushed the Unban button from. Admiral H. Curtiss 2015-05-04 14:06:42 +02:00
  • d95bf30e5b Admin page: Fix broken unban buttons on /banlist. Admiral H. Curtiss 2015-05-04 13:52:22 +02:00
  • 7d5951dd01 Change table creation code to IF NOT EXISTS syntax so that newly added tables can auto-create. Admiral H. Curtiss 2015-05-04 13:35:28 +02:00
  • 08ab1dd35a Updated NAS (changes in description) Kyle Warwick-Mathieu 2015-05-04 02:36:33 -04:00
  • 4c627bf7ef Udated gs_database to new ban system standards Kyle Warwick-Mathieu 2015-05-04 02:33:36 -04:00
  • ec361efc5a Re-did admin page to support new ban system Kyle Warwick-Mathieu 2015-05-04 02:31:37 -04:00
  • d1df37d22f Merge pull request #151 from kyle95wm/patch-3 polaris- 2015-05-03 17:53:54 -04:00
  • 8ad8a5bc17 Merge pull request #152 from kyle95wm/patch-4 polaris- 2015-05-03 17:53:48 -04:00
  • 2ee0d821a3 Have NAS store IP addresses in NAS_LOGINS table Kyle Warwick-Mathieu 2015-05-02 22:02:53 -04:00
  • 0113ca1c57 Added IP field to admin page table (for future use) Kyle Warwick-Mathieu 2015-05-02 22:01:17 -04:00
  • 80c917a8b5 NAS: Show actual IP in logs when reverse-proxied. Admiral H. Curtiss 2015-05-03 01:55:04 +02:00
  • 9bf49b8c67 Return a 404 in NAS when someone tries to access an unknown URL. Admiral H. Curtiss 2015-05-03 01:35:01 +02:00
  • 1ec4cda726 Fixes #148, broke new account logins with the last commit. Whoops. Admiral H. Curtiss 2015-05-02 20:02:19 +02:00
  • 798a9238bd Return error code 23912 when a user is banned. See #138. Admiral H. Curtiss 2015-05-02 15:28:24 +02:00
  • 0d7ba68a3b Actually tell the client that login failed when it does. Admiral H. Curtiss 2015-04-28 18:15:08 +02:00
  • 49ca674063 Clean up readme. AdmiralCurtiss 2015-04-27 17:36:07 +02:00
  • 50e2c8b759 Merge pull request #131 from kyle95wm/patch-5 AdmiralCurtiss 2015-04-27 17:17:27 +02:00
  • bf4f925d54 Clean up admin page code a bit. Admiral H. Curtiss 2015-04-27 16:16:00 +02:00
  • 472f60002a Disable admin page if no credentials are set. Admiral H. Curtiss 2015-04-27 01:00:33 +02:00
  • 588eb81293 Rename apache config files so they can be copied directly. Admiral H. Curtiss 2015-04-26 22:48:17 +02:00
  • 55c8264cd7 Fixes #129. Admiral H. Curtiss 2015-04-24 20:46:49 +02:00
  • 09aecb8bb1 Fixes #136, I think. Admiral H. Curtiss 2015-04-24 02:20:26 +02:00
  • 515221a442 Added info about installation instructions Kyle Warwick-Mathieu 2015-04-18 19:04:00 -04:00
  • 037a647b74 Merge pull request #128 from SMTDDR/upstream AdmiralCurtiss 2015-04-18 03:39:57 +02:00
  • cf8a519b17 Fix issue with empty whitelist breaking stuff. smtddr 2015-04-18 00:11:05 +00:00
  • 4aacd4a967 Apache configuration stuff polaris- 2015-04-09 22:52:46 -04:00
  • 36dc3af1eb Added num and offset to list command for DLC polaris- 2015-04-09 20:47:26 -04:00
  • a4489a74d0 Merge pull request #103 from BeanJr/master polaris- 2015-02-11 07:31:45 -05:00
  • 3309bf5225 added whitelisting to admin page and a friend fix BeanJr 2015-01-23 00:43:31 -05:00
  • e6bf8f5eb1 Merge pull request #99 from SMTDDR/upstream polaris- 2015-01-18 16:55:20 -05:00
  • 7957896573 acctcreate returns next userid smtddr 2015-01-18 05:42:43 +00:00
  • af35d9fff1 Hideous hacks to get friends working better polaris 2015-01-15 22:01:04 -05:00
  • 77b943e8ae Added method to close sqlite3 connection polaris 2015-01-08 17:07:56 -05:00
  • 53f9c9abe2 Added logs folder to .gitignore polaris 2015-01-08 17:07:37 -05:00
  • 30f5445cec Merge pull request #95 from SMTDDR/upstream polaris- 2014-12-31 20:53:26 -05:00
  • 8f4b315321 Slight changes to encoding and remove of extra decoding smtddr 2014-12-31 03:44:53 +00:00
  • 2de0f70850 SMTDDR's Threading for NAS polaris 2014-12-30 20:38:11 -05:00
  • 399cf3e6c3 Merge pull request #94 from SMTDDR/upstream1 polaris- 2014-12-30 20:02:08 -05:00
  • a6d254bdd5 remove extra decoding. smtddr 2014-12-31 00:52:12 +00:00
  • caa7864b9a Merge pull request #92 from SMTDDR/onlyadminpage polaris- 2014-12-27 20:46:38 -05:00
  • 44a553eca5 Admin page smtddr 2014-12-28 01:45:52 +00:00
  • 7081f07d3f Don't filter further if returned list is empty polaris- 2014-11-04 08:06:43 -05:00
  • 144f07597f Fix local variable referenced before assignment exception polaris- 2014-11-04 07:56:53 -05:00
  • b5ec7bd4d8 French Generation 5 Mystery Gifts. Admiral H. Curtiss 2014-11-02 02:53:02 +01:00
  • 6f81fce1e2 Timed rotating logger, "logs" folder now default polaris 2014-10-23 21:07:15 -04:00
  • 19c0b6d74c Modify SQL index queries polaris 2014-10-11 16:32:59 -04:00
  • e8fcc9fb82 SMTDDR's gamespy_qr_server changes polaris 2014-10-11 16:22:42 -04:00
  • 51c665b775 SMTDDR's gamespy_gamestats_server changes polaris 2014-10-11 15:28:12 -04:00
  • 522cd001ba SMTDDR's gs_database changes polaris 2014-10-11 15:27:54 -04:00
  • 888caae610 Fix exception when trying to reference undeclared k polaris 2014-09-24 20:09:38 -04:00
  • 4ec2a75641 Redo session_id patch polaris 2014-09-21 17:52:44 -04:00
  • a9ea32368f Revert "Bug fixes from SMTDDR" polaris 2014-09-21 17:51:50 -04:00
  • 083a45367d Bug fixes from SMTDDR polaris 2014-09-11 06:30:29 -04:00
  • 8ddc427d69 Handle non-statechanged heartbeats polaris 2014-09-04 21:30:10 -04:00
  • 15e7c10061 Merge pull request #63 from SMTDDR/master polaris- 2014-09-01 19:19:13 -04:00
  • f6f6bdafed Support PAL/NTSC or international or something... smtddr 2014-09-01 15:08:16 -07:00
  • a77b983ce7 Proper file filtering for G5 gifts, date-based selection should work now. Admiral H. Curtiss 2014-08-18 02:02:01 +02:00
  • 6da3dea812 English Generation 5 Mystery Gifts. Admiral H. Curtiss 2014-08-17 20:57:40 +02:00
  • 6cada8062a Finally, a working Generation 5 Mystery Gift! Admiral H. Curtiss 2014-08-16 20:28:42 +02:00
  • 174c643d35 More matchmaking bugfix attempts polaris 2014-08-05 08:32:55 -04:00
  • 79d40b0561 Fixed bug to reduce noise in backend logs polaris 2014-08-04 19:52:40 -04:00
  • 480fc8cbde Added /json to stats server polaris 2014-08-04 18:51:02 -04:00
  • 2dfa953637 Modify the keep alive for QR polaris 2014-08-03 22:53:25 -04:00
  • 720945c212 Use get_ip to get consistent IP address from data polaris 2014-08-03 22:45:24 -04:00
  • df31b2345a Refactored backend server a little polaris 2014-08-03 22:40:31 -04:00
  • 452ce0ddbd Check if the account is enabled at login polaris 2014-08-03 22:40:04 -04:00
  • 9e2c77ddff More bugfixes. Server browser server should work polaris 2014-07-29 12:48:36 -04:00
  • 39c389306d Unpack signed to unsigned polaris 2014-07-29 10:17:15 -04:00
  • 7162bf2aa9 Loop as long as there is enough data for a packet polaris 2014-07-29 10:15:52 -04:00
  • d6ae76e7e8 More overloads for util functions polaris 2014-07-29 10:02:41 -04:00
  • 0e8fc9e322 Use str instead of bytearray polaris 2014-07-29 10:01:17 -04:00
  • a4d49a5ede Fix bug in NAS server from 1fbec2f polaris 2014-07-29 09:55:05 -04:00
  • 57fe3657c1 Rewrite packet handling for server browser polaris 2014-07-29 09:46:52 -04:00
  • 97277fb9b0 Add optional overload to the get_short and get_int functions polaris 2014-07-29 09:46:28 -04:00
  • 07de306dbd Fix missing comma from change in 1fbec2f polaris 2014-07-29 09:31:19 -04:00