184 Commits
Author SHA1 Message Date
erusman e0aceec9cb silence console AICreatureController retreat etc warnings to print out in debug only 2018-06-26 15:33:15 -07:00
erusman 87d62f902f silence console Ship Commonent Engine load warnings to print out in debug only 2018-06-23 22:38:43 -07:00
erusman 2d02d3e393 silence console Ship Component load warnings to print out in debug only 2018-06-23 21:41:10 -07:00
erusman 5dd1713cd0 allow God players to use space terminals 2018-06-21 12:18:00 -07:00
theswgsource 36777704b0 fix for enabling the factory speed skill tape 2018-05-07 04:24:42 -07:00
CekisSWG 9d790bf634 Fixed issue with some creatures (i.e. holopets) not being allowed in buildings. 2018-05-05 18:13:08 +01:00
Erusman 6747e918a0 Update remove webAPIheartbeat, rever webAPI reconfigure CMakeLists 2018-04-21 15:49:49 -07:00
DarthArgus cf8416ff95 fuuuuuuu why won't you properly profile, you did previously? 2017-01-13 10:42:44 -06:00
DarthArgus b4b4c4d602 log the ones we let through to see what is going on 2017-01-11 11:10:15 -06: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 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 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 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 11fc9a7564 allow the old style suid hashing in login server 2017-01-03 22:20:26 -06: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
DarthArgus 5a693791f6 add seemingly redundant check to allow godmode properly 2017-01-01 17:22:42 +00:00
DarthArgus f0e61146b3 silence warn 2016-12-31 08:31:16 +00:00
DarthArgus 4f347f0d22 if this fixes our issue it's a one liner...wow 2016-12-29 10:05:29 +00:00
DarthArgus 9e8beefada general cleanup; remove those mutexes and debug output as they didn't get us anywhere 2016-12-29 08:47:16 +00:00
DarthArgus dd9d5ae6bd more tracking of creation 2016-12-29 08:47:03 +00:00
DarthArgus 058bcd9b3d check for gm in ConsoleCommandParserScript 2016-12-27 19:59:17 +00:00
DarthArgus 36b35ea790 mitigate a seefo exploit; copy our profiled build cmakelists 2016-12-23 12:24:34 +00:00
DarthArgus 4b40913c1d cleanups 2016-12-21 07:21:41 +00:00
DarthArgus 34ee420ae0 Revert "fix race condition when persisting large numbers of items"
This reverts commit 7b1f5a9991.
2016-12-19 00:17:35 +00:00
DarthArgus 74d2a3e189 silence some more warnings in release mode 2016-12-18 04:46:52 +00:00
DarthArgus 21bd64eef8 enable logging of space cheaters 2016-12-18 04:33:37 +00:00
DarthArgus 263f32fb01 fix a bit of chatty ai logs 2016-12-18 04:25:28 +00:00
DarthArgus 967b59afcd Merge branch 'testing' of stellabellum.net:staff/src into testing 2016-12-15 20:55:43 +00:00
DarthArgus 53b235cee6 remove mulodi 2016-12-15 17:17:24 +00:00
DarthArgus fc750011bc strike that... 2016-12-15 04:48:50 +00:00
DarthArgus 34d841161e if we don't find an object, request it be unloaded regardless of existence, to hopefully clear it to work next load attempt 2016-12-15 04:00:30 +00:00
DarthArgus 18cb7d0e95 persister cleanup 2016-12-15 03:00:59 +00:00
DarthArgus 802af495dc silence output by default in release mode for things we can't do much about on a live server... TODO: @cekis can we find a nice way of silencing or outputting java stack dumps into a file instead of the console? 2016-12-09 21:02:00 +00:00
DarthArgus c254e498bc @cekis, you'll want to toggle this to true for debugging, but it just
spams in release mode
2016-12-04 01:13:01 +00:00
DarthArgus 12cf580937 fix all the warnings 2016-12-04 00:56:24 +00:00
DarthArgus 066eac440e nit picking on unrelated to the leak things... 2016-12-04 00:56:24 +00:00
DarthArgus f9c0a47a39 finish removing the SOE memory management 2016-12-04 00:56:11 +00:00