Commit Graph
1155 Commits
Author SHA1 Message Date
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 e797a33576 fixed the profile building functionality; the cflags aren't 100% the same as release but at least one of those is breaking JNI when we profile, so this will do pig... 2017-01-10 22:44:22 +00:00
DarthArgus d8f9cd8e10 Merge branch 'testing' of stellabellum.net:staff/src into testing 2017-01-10 17:27:31 +00:00
DarthArgus e97954b26d bad copypasta 2017-01-10 11:27:00 -06:00
DarthArgus 54225e1c00 update readme 2017-01-10 17:26:40 +00:00
DarthArgus 75faf32848 hopefully we'll have a profile for TaskManager this time 2017-01-10 11:21:44 -06:00
DarthArgus 49a18be0ba add our profile use stuff 2017-01-10 11:19:18 -06:00
DarthArgus fdaf856317 import our profiler related changes 2017-01-10 11:07:50 -06:00
DarthArgus e9e026b5a4 fix it properly 2017-01-10 16:21:07 +00:00
DarthArgus 8075f34775 Revert "add our db template because oracle's been a stubborn child over importing some changes"
This reverts commit 0c3470c61e.
2017-01-10 05:38:15 +00:00
DarthArgus 57e8e91218 Revert "exit on completion"
This reverts commit fcbbfdff8e.
2017-01-10 05:38:07 +00:00
DarthArgus 1badfc26ad noooo 2017-01-09 17:01:40 +00:00
DarthArgus 39d77b6f72 nice catch @cekis 2017-01-09 16:54:44 +00:00
DarthArgus fcbbfdff8e exit on completion 2017-01-09 03:14:26 +00:00
DarthArgus 0c3470c61e add our db template because oracle's been a stubborn child over importing some changes 2017-01-09 03:08:27 +00:00
DarthArgus 77d3e6de86 this should be here 2017-01-08 03:17:01 -06:00
DarthArgus 741a9ffc2b also, break and return 2017-01-08 03:10:48 -06:00
DarthArgus b81ee4db74 kick assholes who try to send unauthorized controller messages; log them
to a special HackAttempts channel (note: add to logservertargets and we'll
get a nice log with ip addys we can autoban with fail2ban)
2017-01-08 03:08:59 -06:00
DarthArgus 9b42314f84 git pushMerge branch 'testing' of stellabellum.net:staff/src into testing 2017-01-08 09:00:16 +00:00
DarthArgus 72aa459b77 why create this before chekcing if we're installed? 2017-01-08 08:59:45 +00:00
DarthArgus 31a7404d1f i realize this is somewhat paranoid but still... 2017-01-08 02:47:43 -06:00
DarthArgus 5243bf90b3 this is redundant 2017-01-08 02:46:38 -06:00
DarthArgus dd061a4c4d inaccurate comment - this is set in setGodMode 2017-01-08 02:45:57 -06:00
DarthArgus a033dd623c fix the build 2017-01-08 08:44:46 +00:00
DarthArgus 36785b3451 paranoid changes for gm 2017-01-08 02:40:51 -06:00
DarthArgus 3ceb4fc806 let's face it, we'll probably never use this functionality as legit gm's,
so enable it only in debug mode
2017-01-08 02:20:40 -06:00
DarthArgus 564e899ad2 this check is deprecated as we do it in setGodMode now 2017-01-08 02:15:02 -06:00
DarthArgus bb0bb8b11d Merge branch 'testing' of 46.166.161.136:staff/src into testing 2017-01-08 02:11:44 -06:00
DarthArgus 4a481283f3 add line breaks and see if it works 2017-01-05 23:32:19 -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 ffc6a649fc fuuu 2017-01-04 11:49:40 -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 8775730b20 tired 2017-01-04 03:02:36 -06:00
DarthArgus e467141376 fix brackets 2017-01-04 03:00:34 -06:00
DarthArgus 0832cbbcc3 closer 2017-01-04 08:58:44 +00:00
DarthArgus 8d999deabc try this on for size 2017-01-03 23:48:56 -06:00
DarthArgus b9bda4f1a7 fix the typos 2017-01-04 05:08:01 +00:00
DarthArgus 43047889f7 allow legacy suid generation in the connection server as well 2017-01-03 22:52:13 -06:00
DarthArgus 11fc9a7564 allow the old style suid hashing in login server 2017-01-03 22:20:26 -06:00
DarthArgus 365ea61813 should fix build issue with db 2017-01-03 16:08:30 +00:00
DarthArgus f6d82340e2 check GM on the gameserver based on station id because it is most readily available to us. see corresponding change to the datatable 2017-01-02 23:40:52 +00:00
DarthArgus c3a4707623 back to stock 2017-01-01 18:03:07 +00:00
DarthArgus cce8140c5f Revert "remove a check that was malfunctioning"
This reverts commit 6aae26ed4bbfbabb95d236f38052edaf176da7b8.
2017-01-01 17:50:33 +00:00
DarthArgus 3efe5c9759 remove a check that was malfunctioning 2017-01-01 17:32:17 +00:00