Logan Cusano
ea2dbd9fb0
Always send online as true when checking in with server
2023-06-19 02:33:06 -04:00
Logan Cusano
9ce77a5be0
Improved fix for #30
2023-06-19 02:29:04 -04:00
Logan Cusano
57881a7e17
Potential fix for #30
2023-06-19 02:26:36 -04:00
Logan Cusano
e350cd6030
Fixing fix of join autocorrect
2023-06-19 00:25:35 -04:00
Logan Cusano
fba0a2a2b2
Fixed bug in join autocorect
...
- It would add both numbers and the names to the autocorrect
2023-06-19 00:23:29 -04:00
Logan Cusano
83cef63109
Improved number check in join command
2023-06-19 00:20:00 -04:00
Logan Cusano
2390bdc2c6
Update join command to handle updated preset objects
2023-06-19 00:16:58 -04:00
Logan Cusano
93be4ca9dc
Update client startup for new nodes
...
- Still needs to get IP from linux nodes
- Other tasks still, idk
2023-06-19 00:05:27 -04:00
Logan Cusano
d96e6ad519
Updated nodesController to properly update nodes
2023-06-19 00:02:37 -04:00
Logan Cusano
b180f90973
Update recordHelper to use undefined instead of null
2023-06-18 23:40:51 -04:00
Logan Cusano
fd7435c7bc
Update requirement versions
2023-06-18 23:21:18 -04:00
Logan Cusano
e062cf5794
Fix bug in HTTP response parsing
2023-06-18 22:53:23 -04:00
Logan Cusano
597546b73d
Ensure async functions wait for node contstructor
2023-06-18 22:35:51 -04:00
Logan Cusano
333e7420f4
Removed erroneous indexing on sqlreseponse
2023-06-18 22:32:01 -04:00
Logan Cusano
37a03c5cc6
Forgot to await getting new node
2023-06-18 22:29:16 -04:00
Logan Cusano
d2e9f286e2
Improved logging for server side add new node
2023-06-18 22:25:41 -04:00
Logan Cusano
255b1282ec
Improve logging for server SQL requests
2023-06-18 22:22:20 -04:00
Logan Cusano
878e64fa42
Fix bug in return from addNewNode
...
- Return the function to get a node from the ID since the add new doesn't return node rows
- Update the controller to send the correct key from the updated object
2023-06-18 19:13:03 -04:00
Logan Cusano
7a040a8e97
Handle if new node is added with no nearby systems
2023-06-18 19:06:14 -04:00
Logan Cusano
8dffeccf83
Fix bug with 'connected' key when adding new node to the server
2023-06-18 19:02:15 -04:00
Logan Cusano
2108a3b92b
Improved error response for new node
2023-06-18 17:13:29 -04:00
Logan Cusano
960b801dd2
Working on initial startup for new clients
2023-06-18 16:36:38 -04:00
Logan Cusano
dd5b442377
Update client clientController to better handle no ID
2023-06-18 16:26:55 -04:00
Logan Cusano
c5a7131063
Improve validation when checking for nodeId
2023-06-18 15:31:15 -04:00
Logan Cusano
5d54f07af4
Enabled nodeMonitorService
...
- Updated logging for nodeMonitorService to use it's own debugBuilder
2023-06-18 14:56:54 -04:00
Logan Cusano
24faa5279d
#29
...
- Update debugBuilder to inspect objects instead of stringify
- Moved tthe debug entry for saving post to after the post is validated
2023-06-18 14:49:15 -04:00
Logan Cusano
79d2ca1887
#6 Removed copy of env
...
- Should be done manually and edited before running setup script
2023-06-17 23:37:26 -04:00
Logan Cusano
c2b4b4bfa1
#16
...
- Allow bots to display the preset they are listening to
2023-06-17 22:02:09 -04:00
Logan Cusano
d8a697e583
#13
...
- Added command to allow users to give other users their group
- Shows all groups as options but will not let user add another user if the caller doesn't have the role
2023-06-17 21:49:46 -04:00
Logan Cusano
44caa11f7c
Fixed typo in remove description
2023-06-17 21:28:33 -04:00
Logan Cusano
dc92b07426
Implemented function to remove commands from a given bot and guild
2023-06-17 19:37:13 -04:00
Logan Cusano
92f4caad0c
Improve the join node verification system
2023-06-17 19:25:47 -04:00
Logan Cusano
b888a9233d
Improve the response when a user requests a bot to join
2023-06-17 19:01:55 -04:00
Logan Cusano
b4e27162aa
Update to mysql2
2023-06-17 18:40:09 -04:00
Logan Cusano
bfda15866e
Streamlined joining and leaving autocomplete
...
- Removed custom command builder as it's no longer needed with autocomplete
2023-06-17 17:55:27 -04:00
Logan Cusano
f4475dc9d7
#19
...
- Update the wrapper called when a feed encounters an error
- Will now use a more robus backoff system
- Waits in increments of 30 seconds
- Keeps track of ignored attempts and 'count'
- Updated wrapper to remove source from backoff list
- Now removes the object after the first attempt irrespective of deletion station
2023-06-16 23:26:38 -04:00
Logan Cusano
c4650a9e99
Make the bot option in the leave command required
2023-06-16 22:02:54 -04:00
Logan Cusano
f5e119d845
Bugfixes and functional #7 & #9
...
- #7 needs to error check more
- both need to be cleaned up
2023-06-11 04:40:40 -04:00
Logan Cusano
e8d68b2da7
Initial #7 & #9
...
- Working commands
- Keeps track of open connections
2023-06-10 22:16:39 -04:00
Logan Cusano
041e0d485d
Fix error status in client join
2023-06-10 20:46:43 -04:00
Logan Cusano
fc11324714
Add function to get all client IDs from JSON file #7
2023-06-04 00:24:50 -04:00
Logan Cusano
c6c048c919
Update default command with autocomplete
2023-06-03 23:35:07 -04:00
Logan Cusano
8ab611836b
Allow commands to use autocomplete
2023-06-03 23:31:27 -04:00
7d8ad68e27
Merge pull request 'Add join command to server #7 ' ( #15 ) from Add-join-command-to-server-#7 into master
...
Reviewed-on: #15
2023-06-03 23:05:39 -04:00
200ca9c926
Merge branch 'master' into Add-join-command-to-server-#7
2023-06-03 23:05:12 -04:00
Logan Cusano
ff8e86cc3a
Updated client setup script
...
- Create a copy of the .env example
- Updated the installed packages to allow for installation
2023-06-03 23:02:41 -04:00
Logan Cusano
6b12c3e3df
Remove unused keys from example .env file
2023-06-03 23:01:47 -04:00
Logan Cusano
fa2f28207e
wrapping up join command
...
- API untested
2023-06-03 23:00:50 -04:00
Logan Cusano
5c8414b4d8
Moved to issues in git
2023-06-03 22:58:31 -04:00
Logan Cusano
edaeb261f7
Add additional info on connection status to nodeObject
2023-06-03 19:00:16 -04:00