Commit Graph
233 Commits
Author SHA1 Message Date
DarthArgus fee6bedc39 Revert "switch to int64 for the StationId typedef, and use the StationId typedef everywhere. Note that the Archive.h in this commit really needs to use a centralized Types.h or FoundationTypes.h file, as do many others...in this case I just typedefed at the top"
This reverts commit 8fb01069e1.
2018-05-17 17:22:05 +00:00
DarthArgus 29cfee7922 Revert "revert to using 32 bit ints for station id's because...it breaks legacy ones if we don't"
This reverts commit 1b49c7e742.
2018-05-16 06:22:56 +00:00
DarthArgus 1b49c7e742 revert to using 32 bit ints for station id's because...it breaks legacy ones if we don't 2018-05-16 05:40:04 +00:00
DarthArgus 9dffede072 this should make things display properly again 2018-05-16 05:40:04 +00:00
DarthArgus 8fb01069e1 switch to int64 for the StationId typedef, and use the StationId typedef everywhere. Note that the Archive.h in this commit really needs to use a centralized Types.h or FoundationTypes.h file, as do many others...in this case I just typedefed at the top 2018-05-11 04:16:07 +00:00
DarthArgus 4a6902179d defang webAPIHeartbeat, which is off by default, and remove the vxEncrypt stuff 2018-05-03 18:04:39 +00:00
DarthArgus 82916fe798 update files for public use 2018-01-20 13:57:31 -06:00
DarthArgus 2265a5c00e add some helptext and autoformat 2017-01-11 01:54:22 -06:00
DarthArgus f2d67f9c57 hide that we currently only pin for stellabellum.net 2017-01-11 07:47:23 +00:00
DarthArgus 4b297f3b03 remove the openssl stuff...can readd later just for DTLS someday 2017-01-11 07:43:27 +00:00
DarthArgus 0411724f0f make cert pinning work (currently only for our 30 year lasting cloudflare cert, can enable others later) 2017-01-11 07:36:53 +00:00
DarthArgus d172725080 try plaintext 2017-01-11 00:23:27 -06:00
DarthArgus e693823ec0 well this causes it to properly not work, now to just get the cert working 2017-01-11 06:15:01 +00:00
DarthArgus a618c8b123 proper status 2017-01-11 04:03:07 +00:00
DarthArgus 220a393d67 bake in cert pinning (meaning openssl) 2017-01-11 03:49:01 +00:00
DarthArgus 7e18d721a8 ok, this works 2017-01-11 01:42:20 +00:00
DarthArgus 9a6687268a apparently libleff only likes small strings 2017-01-10 19:40:21 -06:00
DarthArgus 901b6e3ed7 too much copypasta for me 2017-01-10 19:35:22 -06:00
DarthArgus d740b8ee5b if this doesn't work i'll just use a plain old string 2017-01-10 19:31:53 -06:00
DarthArgus 59b183ff50 this may work 2017-01-10 19:26:03 -06:00
DarthArgus a9e9c27652 hitting a recursion limit so this should maybe work 2017-01-10 19:19:34 -06:00
DarthArgus b2fa77c7a9 include libleff 2017-01-11 01:14:52 +00:00
DarthArgus 7e32c55149 that ought to do it 2017-01-10 19:10:54 -06:00
DarthArgus ce2928cc7e this needs autoformatted, but otherwise should work :) 2017-01-11 01:01:01 +00:00
DarthArgus e50801d266 pin to our cert (requires aliasing login.stella to it's real ip on the
gameserver)
2017-01-10 18:47:29 -06:00
DarthArgus a033dd623c fix the build 2017-01-08 08:44:46 +00:00
DarthArgus bb0bb8b11d Merge branch 'testing' of 46.166.161.136:staff/src into testing 2017-01-08 02:11:44 -06:00
DarthArgus 0a0b560be8 and remove any and all indications it is artificial 2017-01-05 21:48:11 -06:00
DarthArgus 57fa4df0f6 ensure we crash hard here 2017-01-05 21:47:45 -06:00
DarthArgus f4cf6f5c00 why are you null? 2017-01-04 11:35:27 -06:00
DarthArgus 07a0cdc7fb debug 2017-01-04 10:35:31 -06:00
DarthArgus b9162a27b6 keep orig length 2017-01-01 10:36:56 +00:00
DarthArgus 46d49e9bac i know this is probably broken but i'll get it working 2016-12-31 21:13:11 -06:00
DarthArgus bb842aa187 use ints for the subaccounts and account ids 2016-12-31 23:59:15 +00:00
DarthArgus 6135ce8318 curl: don't verify peer because we use cloudflare 2016-12-31 00:12:09 -06:00
DarthArgus c0a8f592db remove my currently unused code for blacklisting people as iptables seems to suffice 2016-12-27 09:36:22 +00:00
DarthArgus ea9e3d87a0 well, that would do it 2016-12-27 09:34:05 +00:00
DarthArgus 6eafb0d7f8 clean webapi 2016-12-26 21:54:21 -06:00
DarthArgus 8e77344357 whoops 2016-12-26 14:52:42 -06:00
DarthArgus c99fee4802 in theory this will work 2016-12-26 14:50:53 -06:00
DarthArgus c241284168 grrr, git, dammit 2016-12-21 08:02:13 +00:00
DarthArgus ea7f5ef581 silence some more warnings in release mode 2016-12-18 04:47:37 +00:00
DarthArgus b291574597 we can silently pack these strings, i think 2016-12-17 20:05:27 +00:00
DarthArgus 8fdc317105 fix a couple warnings - because the objects in DataResourceList are static, we now need to have them predefined in each function as the class is static too - c++14 demands it 2016-12-17 02:55:38 +00:00
DarthArgus 53b235cee6 remove mulodi 2016-12-15 17:17:24 +00:00
DarthArgus 12cf580937 fix all the warnings 2016-12-04 00:56:24 +00:00
DarthArgus 1dda3feca0 this is more proper 2016-10-18 07:21:26 +00:00
DarthArgus 7f51fa9129 fixes 2016-10-18 03:25:50 +00:00
DarthArgus 8508437815 more refinements 2016-10-17 22:27:24 -05:00
DarthArgus c0a0092527 make it a string 2016-10-17 22:15:43 -05:00