Commit Graph
139 Commits
Author SHA1 Message Date
AconiteGodOfSWG 39e3677a2b Add DB Version 271 to add active resource data view 2020-12-28 13:02:27 -05:00
AconiteGodOfSWG a25fd43124 Add already up to date version msg in db update script 2020-12-28 13:01:57 -05:00
AconiteGodOfSWG c58a3689e3 Add getversion.sql to fix --delta db update script 2020-12-28 12:41:24 -05:00
AconiteGodOfSWG 96ee1b19b3 Add active resources db view 2020-12-28 12:40:43 -05:00
AconiteGodOfSWG 5d67a9d821 Add GCW Leaderboard Schemas to Database 2020-11-20 17:20:14 -05:00
seefo f36ee7ed77 Remove sqlnet.log file that was accidentally committed 2019-03-15 14:19:24 -04:00
seefo 8df64ba5a3 Added additional JSON web api for metrics, added support for old auth and json-based auth via new useJsonWebApi cfg setting. 2019-03-15 14:16:23 -04:00
Erusman 6747e918a0 Update remove webAPIheartbeat, rever webAPI reconfigure CMakeLists 2018-04-21 15:49:49 -07:00
DarthArgus 0e8e14a9e9 fresh profiles! 2017-01-13 18:20:36 +00:00
DarthArgus d95c5875b9 only try to use profiles if the file exists 2017-01-13 11:12:14 -06:00
DarthArgus cf8416ff95 fuuuuuuu why won't you properly profile, you did previously? 2017-01-13 10:42:44 -06:00
DarthArgus 4b297f3b03 remove the openssl stuff...can readd later just for DTLS someday 2017-01-11 07:43:27 +00:00
DarthArgus 220a393d67 bake in cert pinning (meaning openssl) 2017-01-11 03:49:01 +00:00
DarthArgus 49a18be0ba add our profile use stuff 2017-01-10 11:19:18 -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 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 4a481283f3 add line breaks and see if it works 2017-01-05 23:32:19 -06:00
DarthArgus 365ea61813 should fix build issue with db 2017-01-03 16:08:30 +00:00
DarthArgus 0995323201 move these to before and after as they were before the changes 2016-12-29 08:53:48 +00:00
DarthArgus 35e92f519f cleanup 2016-12-26 23:49:59 -06:00
DarthArgus 7a735068d5 sync with current tc and live code 2016-12-27 00:17:41 +00:00
DarthArgus a93bb14657 modify our count function and add the upserter function 2016-12-26 14:20:16 -06:00
DarthArgus 530b2b470b add our mapping table 2016-12-26 13:56:45 -06:00
DarthArgus c241284168 grrr, git, dammit 2016-12-21 08:02:13 +00:00
DarthArgus 5964a5fd17 (resync) Merge branch 'clang-profile-build' into testing 2016-12-21 07:25:54 +00:00
DarthArgus 4b40913c1d cleanups 2016-12-21 07:21:41 +00:00
DarthArgus 0f2f354214 Revert "whole program vtables don't play nice with swggameserver"
This reverts commit 04be3f253a.
2016-12-18 17:53:01 +00:00
DarthArgus 04be3f253a whole program vtables don't play nice with swggameserver 2016-12-17 21:51:19 +00:00
DarthArgus 505e68cec6 move saving of buffers into SwgSnapshot 2016-12-15 03:02:03 +00:00
DarthArgus 3bdc77a5d2 It's 2016 and C++11 supports these natively 2016-12-15 03:01:41 +00:00
DarthArgus 18cb7d0e95 persister cleanup 2016-12-15 03:00:59 +00:00
DarthArgus 392964fb38 Merge branch 'testing' into clang-profile-build 2016-12-14 15:47:50 +00:00
DarthArgus b2c1ed58a0 forgot to actually commit this fix 2016-12-14 04:42:04 +00:00
DarthArgus 0ba0e141ec Merge branch 'testing' into clang-profile-build 2016-12-14 03:59:15 +00:00
DarthArgus 1888aba399 remove the rest of that bastard 2016-12-14 03:59:07 +00:00
DarthArgus 1e6ca47c81 remove the rest of that bastard 2016-12-14 03:58:14 +00:00
DarthArgus aa6067b074 no more buffer lists, they screw everything up 2016-12-13 21:57:15 -06:00
DarthArgus 40527397d1 somehow we lost the profile usage 2016-12-14 02:53:27 +00:00
DarthArgus 1ac9887ab0 Merge branch 'testing' into clang-profile-build 2016-12-14 02:21:10 +00:00
DarthArgus 577a2dce4d tidy up 2016-12-13 20:03:32 -06:00
DarthArgus 1b39af27b2 final part of fix: move saving of buffers into SwgSnapshot - it crashes if called from the parent class 2016-12-14 01:48:59 +00:00
DarthArgus f350e58361 DIE BEOTCH! - DB Bug fixed. 2016-12-13 16:20:05 +00:00
DarthArgus 145bdeb83c closer to stock only better logic 2016-12-13 07:25:41 +00:00
DarthArgus d3ed5359ca for completeness' sake 2016-12-13 06:51:26 +00:00
DarthArgus 2c0ad68634 turn the functions in the persister that return Snapshot & into functions that return Snapshot * since everything else does that way already 2016-12-12 22:14:01 +00:00
DarthArgus 8e94519082 persister cleanup (still broke but logic is there for when it isn't); also replace all the SOE BS for forwarding stl port with native object classes because i thought that may be part of the problem... 2016-12-10 23:17:06 +00:00
DarthArgus cf386b1a59 Merge branch 'testing' into clang-profile-build 2016-12-09 04:09:01 +00:00