Commit Graph

298 Commits

Author SHA1 Message Date
Greg Edwards
9474585def Probably implemented viewing dressup pictures. 2014-06-09 00:13:45 -04:00
Greg Edwards
664fe2d89e Made the GT server testable. 2014-06-09 00:13:02 -04:00
Greg Edwards
dd93326fe8 Added name decode test page. 2014-06-07 20:18:29 -04:00
Greg Edwards
ba4bd98702 Fixed an array bounds issue with string decoder when length isn't provided. 2014-06-07 20:18:08 -04:00
Greg Edwards
6d98210d97 Implemented Gen4 Global Terminal conversation logic. 2014-06-05 17:14:40 -04:00
Greg Edwards
41b3bf95ea Added todo 2014-05-30 18:31:26 -04:00
Greg Edwards
2304202cdd Grant public access to test pages 2014-05-27 23:56:48 -04:00
Greg Edwards
7ac03efb07 Make it compile 2014-05-27 23:49:43 -04:00
Greg Edwards
32010a96da Exclude web.config when publishing. 2014-05-27 23:49:35 -04:00
Greg Edwards
c90b3ac1de Added some missing try blocks to gamestats request decoder. 2014-05-27 23:43:08 -04:00
Greg Edwards
8e7495f007 Created base GlobalTerminalService classes. 2014-05-27 10:03:26 -04:00
Greg Edwards
649bf3521d Fixed (rather hilarious) XSS injection possibility on trainer names. 2014-05-24 01:06:16 -04:00
Greg Edwards
342facd194 Show trainer names for Generation V offers. 2014-05-23 22:21:30 -04:00
Greg Edwards
f405fae473 Implemented string conversion (null terminators) for Generation V. 2014-05-23 22:16:58 -04:00
Greg Edwards
a7db3d7462 More refactors 2014-05-23 22:15:57 -04:00
Greg Edwards
45f70966ed Refactors to GenIV string conversion 2014-05-23 21:58:30 -04:00
Greg Edwards
2bfc9edd9b Did some variable name refactors. 2014-05-23 20:36:08 -04:00
mm201
7a462f3901 Merge pull request #5 from AdmiralCurtiss/master
String class for Generation 4 strings.
2014-05-23 20:35:03 -04:00
Admiral H. Curtiss
614d178bb4 Style changes as discussed in IRC. 2014-05-23 23:26:19 +02:00
Admiral H. Curtiss
88ce6def55 Display Trainer Name (G4) on website. 2014-05-23 22:44:49 +02:00
Admiral H. Curtiss
ad9a731f52 Added Generation 4 String, so we can actually read text from G4. 2014-05-23 22:41:06 +02:00
Greg Edwards
a0336822b9 Added blank bvServer4 project. 2014-05-20 12:27:29 -04:00
Greg Edwards
0097d2a432 Added new connection instructions, cite altwfc. 2014-05-20 12:26:55 -04:00
Greg Edwards
86eee92bc2 Added disclaimer and copyright. 2014-05-20 12:26:16 -04:00
Greg Edwards
1eab40f4a1 Initial attempt at decoding Wi-fi Plaza gamestats blobs 2014-05-20 12:15:15 -04:00
Greg Edwards
1d931ff91b Removed queueing option from battle video page. 2014-05-20 12:13:46 -04:00
Greg Edwards
20ca0cc3a2 Ramp up battle video retrieval for the last day. 2014-05-20 10:34:54 -04:00
Greg Edwards
bf956a9260 Implemented &data= hash and length check. 2014-05-19 04:06:31 -04:00
Greg Edwards
d00c1a3ac2 Fixed dropped negative causing crawler to keep trying failed videos endlessly. 2014-05-19 03:21:29 -04:00
Greg Edwards
187f897a46 Added tabs bar, new header colour for battle video section. 2014-05-19 01:32:41 -04:00
Greg Edwards
8e88e831eb Fixed Gen5 battle video crawling???? (but for how long?) 2014-05-19 00:14:07 -04:00
Greg Edwards
123e665c7e Fixed a race condition allowing one Pokémon to go to two people.
(And the first offer gets overwritten.)
2014-05-18 16:18:54 -04:00
Greg Edwards
6d2cdf81d8 Fixed "Morphing Glitch" fake search results showing for Pokémon already traded. 2014-05-18 16:11:43 -04:00
Greg Edwards
a913bcbf8a Fixed missing <tr> elements. 2014-05-18 16:00:41 -04:00
Greg Edwards
7acd75ef89 Added support for queueing GenV battle videos from site. 2014-05-18 01:43:32 -04:00
Greg Edwards
5ec6e92bf8 Implemented a battle video crawler for GenV. 2014-05-18 01:34:22 -04:00
Greg Edwards
955fa61852 Simple SSL proxy to help record the GenV battle video server 2014-05-17 16:27:24 -04:00
Greg Edwards
c5d308ac7c Reduce crawler idle time after completing an empty search. 2014-05-17 12:47:12 -04:00
Greg Edwards
66702d68e0 Added PadMath page to test random number generation and correlation. 2014-05-17 12:06:01 -04:00
Greg Edwards
5f3e897c15 Return 0c 00 when (stub) hax validation fails. 2014-05-17 12:05:42 -04:00
Greg Edwards
b997e6a5a1 Fix wrong search remember check 2014-05-17 02:59:20 -04:00
Greg Edwards
9cbdddf33e Adjusted idle times. 2014-05-17 02:56:15 -04:00
Greg Edwards
a7cf3e9d37 Added ability to crawl more videos through species and metagame search. 2014-05-17 02:56:04 -04:00
Greg Edwards
15fd7a2846 Show number of videos in the database 2014-05-17 00:38:02 -04:00
Greg Edwards
404610c5d4 Added battle video queueing page. 2014-05-17 00:22:15 -04:00
Greg Edwards
3bdecd2fd5 Poll the latest 30 battle videos every 30 minutes.
Increases maximum throughput to 30 videos per minute.
2014-05-16 21:57:01 -04:00
Greg Edwards
640312f762 Made video path configurable. 2014-05-16 20:23:12 -04:00
Greg Edwards
86cdf830a7 Auto calc pad offset on BoxUp test page 2014-05-16 20:12:14 -04:00
Greg Edwards
15bbba55db Store videos in the database even if present on disk. 2014-05-16 20:11:53 -04:00
Greg Edwards
bc0e14beb2 Added Decrypt method which auto calculates the pad offset. 2014-05-16 19:49:22 -04:00