Commit Graph

47 Commits

Author SHA1 Message Date
6012351b3e Attempting to protect against call echo AND fix new call registry which wasn't working correctly it seems... 2024-01-07 15:30:15 -05:00
f7e0c4b15a Some cleanup, and transitioning breadbot.js to use winston for logging 2024-01-04 20:27:31 -05:00
9fc901a2ef Pushing changes to sqlutil to add winston logging 2024-01-04 19:49:44 -05:00
b7283c17b6 A minor change to how servers are registered, bad logic 2024-01-03 21:06:50 -05:00
263405141b A number of changes to address issues and missing pieces from the voice call monitoring components of Breadbot 2024-01-02 20:39:23 -05:00
7afbb169e2 Another sql syntax fix 2023-12-30 18:53:32 -05:00
bdb9d4b807 Fixing a connection pool config to allow multiple statements per query 2023-12-30 18:37:28 -05:00
ed67193761 Fixing minor SQL syntax error 2023-12-30 18:34:36 -05:00
18c9be444d Fixing a minor issue when adding messages 2023-12-30 18:30:10 -05:00
40956e5c9e Adding message modify, delete, and attachment tracking (untested) 2023-12-30 17:32:44 -05:00
7bee11e4f4 Initial work on BreadMixer 2023-11-24 19:56:03 -05:00
32954a2536 Fixed the problem with registering a new call id 2023-11-19 19:42:21 -05:00
a689783b36 Another commit 2023-11-19 19:39:07 -05:00
9b0f381673 I DID PRINT AGAIN, JAVASCRIPT IS NOT PYTHON 2023-11-19 19:31:29 -05:00
1eb4da8729 More debugging 2023-11-19 19:29:57 -05:00
85fc4805dc Trying to fix the call registration return 2023-11-19 19:25:00 -05:00
f7bcbe348b Python is not Javascript, print doesn't exist 2023-11-19 19:22:00 -05:00
2307119ad7 More random prints 2023-11-19 19:20:32 -05:00
d3daa299c0 Trying another sqlutil fix for inserting call state 2023-11-19 19:14:32 -05:00
abf8f10668 Modifications to fix some bugs with inputting ID 2023-11-19 19:10:55 -05:00
acaedb434c Adding a bunch of random minor changes to sqlutil to fix a lambda parameter problem 2023-11-19 19:00:41 -05:00
e64811a179 More debug messages 2023-11-19 18:57:34 -05:00
113f6cbbd5 Adding a random debug message to see if what I think is happening is actually happening 2023-11-19 18:52:51 -05:00
9e0c78d939 Major modifications to try out actual audio recording 2023-11-19 18:32:16 -05:00
d82c569363 Added a large amount of untested voice management code, stopping just short of actually connecting to/disconnecting from calls 2023-11-14 21:50:42 -05:00
6effe2983e Some final updates for today, trying to keep track of how many people are in a particular voice channel 2023-11-12 14:54:42 -05:00
dc323ffeb1 Some final cleanup, and README adjustments 2023-11-11 22:18:54 -05:00
9fd8f3c289 Cleanup, and more logic fixes 2023-11-11 22:09:26 -05:00
c82fceeef1 Fixing some more logic problems 2023-11-11 22:02:31 -05:00
01a72ca544 Fixing a logic error 2023-11-11 21:58:56 -05:00
8befc32453 Trying a different way of handling the rows variable 2023-11-11 21:57:59 -05:00
4a3e470945 Adding some more console noise for debugging 2023-11-11 21:56:07 -05:00
7c6389d421 A significant amount of reimplementation 2023-11-11 21:51:34 -05:00
6ea91cd1c9 Testing some stuff with promises and return values 2023-11-11 21:20:25 -05:00
0ad30722ae Added more modifications, await doesn't seem to be respected in the way I'm thinking, so more logging! 2023-11-11 20:35:30 -05:00
6cbf6dc718 Trying to unwind some async/await mess 2023-11-11 20:17:59 -05:00
77b526ca21 Added preliminary BreadBot message surveillance 2023-11-11 19:39:07 -05:00
ece032ff5a Attempting to fix server already registered handling 2023-11-11 18:31:56 -05:00
dabb635b6b Trying another thing to fix escapement issues 2023-11-11 18:22:07 -05:00
2de2202187 Fixing escapement issues 2023-11-11 18:18:09 -05:00
3928b1f564 Fixed some insertion issue 2023-11-11 18:13:57 -05:00
811478f486 More attempts to fix the situation with server registrations 2023-11-11 18:03:09 -05:00
808ca6c442 Fix for isServerRegistered 2023-11-11 17:46:37 -05:00
cb3466c6c6 Adding server to database registration 2023-11-11 17:38:45 -05:00
e68272236f Pushing up changes to main before I branch 2023-11-11 12:29:37 -05:00
febbd1fa8e Fixed Calendar Delete Issue 2022-11-29 21:37:23 -05:00
24b97bc5b0 Adding some modifications to increase reuseability 2022-11-29 19:47:07 -05:00