Commit Graph

76 Commits

Author SHA1 Message Date
Megan Edwards
b7728ab95c Changed default connection string
...to something plausible
2023-07-08 14:45:32 -04:00
Megan Edwards
74b6a06a9f Broke up one large namespace into several and reorganized. 2023-04-25 01:08:37 -04:00
Greg Edwards
62628f7c5a Updated the formatting on my web/app.configs to ease staging issues. 2022-08-05 04:55:01 -04:00
Greg Edwards
aee5a7c06b wow 2022-06-15 23:32:54 -04:00
Greg Edwards
175d1670ac Fixed battle frontier battle videos being wrongly included pre-postgame.
Resolves #9 for real this time.
2022-06-12 16:58:12 -04:00
Greg Edwards
80f358afed Hide results for invalid teams. 2022-06-10 18:59:44 -04:00
Greg Edwards
8372e6fe47 Bake pkgdsprod pad into the exe. 2022-06-10 18:59:19 -04:00
Greg Edwards
b104726ef7 Trainer rankings works!! 2022-06-10 17:39:07 -04:00
Greg Edwards
2975c5e10a Finished Trainer Rankings database calls. 2022-06-02 01:48:49 -04:00
Greg Edwards
aa0bba7be5 Implemented TrainerRankingsPerformRollover. (more to come) 2022-05-17 00:38:59 -04:00
Greg Edwards
8ca024e63c More certificate store safeguards on global terminal service. 2022-05-17 00:36:17 -04:00
Greg Edwards
ec62d3bcd8 Trainer rankings work 2022-03-19 01:03:56 -04:00
Greg Edwards
40062abae4 Fixed GlobalTerminalService not running at the console. 2021-12-13 02:36:58 -05:00
Greg Edwards
1425a4da10 Instance the GTServers a bit later 2021-11-25 01:40:10 -05:00
Greg Edwards
886dcbd62e Added Allow User Variables=True to a bunch of web/app.configs.
https://stackoverflow.com/questions/5524632/how-can-i-use-a-mysql-user-defined-variable-in-a-net-mysqlcommand/5530583#5530583
https://github.com/mysql-net/MySqlConnector/issues/194
2021-11-24 23:56:43 -05:00
Greg Edwards
b0e672a7fc Fixes 2021-09-21 19:48:11 -04:00
Greg Edwards
e64ce73119 Force enable SSLv3 in GlobalTerminalService and throw in some troubleshooting breadcrumbs for obsolete ciphers. 2021-04-22 03:39:44 -04:00
Greg Edwards
2d4d945057 Don't show Trainer Rankings replay responses on production. 2021-04-22 01:29:00 -04:00
Greg Edwards
d1ce0fc4f9 Target .NET 4.0 on GlobalTerminalService. 2021-04-21 23:14:47 -04:00
Greg Edwards
5db746ee64 Added replay responses for trainer rankings. 2021-03-13 00:40:18 -05:00
Greg Edwards
3840a90332 Exclude battle frontier from search results if the player hasn't cleared the E4. Solves #9. 2021-03-07 14:21:54 -05:00
Greg Edwards
96a5c35c02 Removed some old ip addresses used by an old dev environment. 2018-10-31 23:28:24 -04:00
Greg Edwards
a6ff7912bc Global terminal service will use a matching certificate from the store if it finds one. 2015-05-13 20:59:39 -04:00
Greg Edwards
3228f41ed2 Make those damned battle video errors stop! https://github.com/mm201/pkmnFoundations/issues/9 2015-03-26 03:19:41 -04:00
Greg Edwards
e3c16da03b Lower .NET framework dependencies to 3.5 for most (non-web) projects. 2015-02-14 20:48:16 -05:00
Greg Edwards
3cecc6531b Added charset=utf8 to all my app.configs. 2014-12-15 20:25:32 -05:00
Greg Edwards
9f1dbd0f0f Rename DataAbstract to Database. 2014-10-14 18:50:41 -04:00
Greg Edwards
086a2b6043 s/Top Trainers/Trainer Rankings. (still not implemented) 2014-09-15 12:57:34 -04:00
Greg Edwards
21ad6dcbd8 Show "there was a problem with your search" when attempting the unsupported 254 search. 2014-09-15 12:57:15 -04:00
Greg Edwards
ab16eb46d3 Implemented battle video saved request type. 2014-09-15 12:50:26 -04:00
Greg Edwards
e6b8233fb3 Added BattleVideoSaved request type to enum. 2014-07-31 20:23:24 -04:00
Greg Edwards
0ddbb4c5ba Fixed missing line returns in some search logs. 2014-07-29 15:50:26 -04:00
Greg Edwards
ff3b7f5af3 Log search terms of dressup, box, and musical searches. 2014-07-22 17:04:18 -04:00
Greg Edwards
30085bb4a1 Fixed GTServer showing 0 for every upload ID in logs. 2014-07-22 16:59:21 -04:00
Greg Edwards
4198aace33 For fuck's sake mysql
Workaround LAST_INSERT_ID and CAST limitations by making all primary keys unsigned bigint.
Workaround LAST_INSERT_ID signed/unsigned inconsistency between 5.5 and 5.6 by using Convert.ToUInt64 instead of casts.
2014-07-22 12:04:31 -04:00
Greg Edwards
003d60c7c5 Added todo. 2014-07-21 23:05:39 -04:00
Greg Edwards
cc14cbc6d2 Added column to track the number of times a battle video is watched. 2014-07-14 19:47:53 -04:00
Greg Edwards
05acceaacb Added missing values to RequestTypes4 enum. 2014-07-14 19:20:47 -04:00
Greg Edwards
766764531b Avoid ObjectDisposedExceptions when shutting down the GT server. 2014-07-14 19:19:47 -04:00
Greg Edwards
0f97b73504 Don't eat CPU while shutting down the GT server. 2014-07-14 19:18:18 -04:00
Greg Edwards
2c454c3481 Fixed ranking request type being logged incorrectly. 2014-07-11 00:55:02 -04:00
Greg Edwards
510efdd36c Target .NET 4.0 so I don't need to install 3.5 on my server. 2014-07-11 00:54:29 -04:00
Greg Edwards
1391342ddf Use the Windows event log when running as a service. 2014-07-10 23:05:50 -04:00
Greg Edwards
f784576b0d Fixed logging of GenIV top ranked searches. 2014-07-10 23:05:25 -04:00
Greg Edwards
b27414fe75 Implemented top Colosseum / Battle Frontier battle video search on GenIV. 2014-07-10 22:52:33 -04:00
Greg Edwards
ce88538370 Added top trainers request to enum. 2014-07-10 22:35:59 -04:00
Greg Edwards
28d22fd392 Avoid crashing the DS if an unsupported GT request is sent. 2014-07-10 22:35:35 -04:00
Greg Edwards
a147e976bf Added new logging backend. 2014-07-10 22:34:56 -04:00
Greg Edwards
61c42047c6 Made the Global Terminal Service install and run as a Windows service. 2014-07-10 15:31:22 -04:00
Greg Edwards
c0c34e3853 Raised default thread count to 16. 2014-07-10 13:34:30 -04:00