Commit Graph

29 Commits

Author SHA1 Message Date
29228bd192 add hemtt support, major refactor
- no longer supports server events
- can now more easily build using hemtt
- extension vastly improved in both structure and functionality
- tested on listen server
- includes schema change
2023-09-20 01:15:13 -07:00
f692b94c5c dont include hash w/ server events, fix bug where getUserInfo not resolv 2023-07-12 21:58:01 -07:00
67624bc074 fix some bugs
- use writeConnect all the time unless filling old entries
- update column names to clarify UTC datetime
- GORM omit Mission association for server events that won't have one
- add disconnectDB function to reinit while active
2023-07-09 13:21:36 -07:00
b28932649f readme typo 2023-07-06 21:39:41 -07:00
3b5b4b32b6 license 2023-07-06 10:22:04 -07:00
8c5cfc40ed update gitignore, extend readme 2023-07-06 10:05:55 -07:00
c250310d58 some timezone corrections to UTC, write readme 2023-07-06 09:44:37 -07:00
ee0c28d2c8 implement GORM, expand config, modify the way sessions are handled 2023-07-06 01:48:32 -07:00
9a859b403a intro 2023-07-05 17:36:22 -07:00
737416965e add null disconnect handling for query v1.0 2023-07-05 11:43:23 -07:00
05946c0ebf update readme & cleanup 2023-07-05 11:39:31 -07:00
79fb39b154 Merge branch 'feature/track-sessions' into main 2023-06-28 21:55:38 -07:00
fc53ecb770 bug fixes
- fixes world/mission log race condition w/ new foreign key constraint in DB
- fixes missing world_id sent with mission rows
- adds worldName to missionContext hash in sqf
2023-06-28 21:54:57 -07:00
dbd3d68537 WORKING: final bugfixes & add stored procedure for prev mission cleanup 2023-06-22 10:27:09 -07:00
3bb8c358fa bug fixing 2023-06-20 23:10:58 -07:00
8f971d9887 bug fixes/debugging 2023-06-17 22:34:52 -07:00
f6ff42e467 bug fixes, 3 table split, update readme 2023-06-14 09:59:45 -07:00
7608df9e53 change to 1 row per session (networkId) 2023-06-13 17:59:04 -07:00
2cbfdcd512 work out world & mission tables in db & gather/write
needs to be tested
2023-05-17 19:26:53 -07:00
43aa384949 add mission md5 hash as unique id, break out db connect ask, add world 2023-05-08 00:15:27 -07:00
f8714b7012 update readme w sql, roll back dllpath, set moddir 2023-05-02 09:56:52 -07:00
c8674f1f34 get path to DLL for settings 2023-04-29 13:16:45 -07:00
edd1c3a82b bugfixes, track playerId (directplay id, unique per session) 2023-04-29 08:08:04 -07:00
811ccdf3b7 fix bug in isJIP default for serverEvents 2023-04-28 09:49:22 -07:00
4ef55a7b14 Update go.yml 2023-04-27 00:04:36 -04:00
8748049ac1 Update go.yml 2023-04-27 00:03:25 -04:00
73cd7a568f Create go.yml 2023-04-26 23:53:48 -04:00
08f8943fc7 initial version 2023-04-26 19:56:30 -07:00
1a491c228f Initial commit 2023-04-26 19:54:22 -07:00