Commit graph

3201 commits

Author SHA1 Message Date
DJ2LS ea4dfba4c6 small chat cleanup 2023-08-27 18:39:54 +02:00
DJ2LS 819bda5963 moved toast for global availability 2023-08-27 18:19:37 +02:00
DJ2LS ba6989159b moved stop button 2023-08-27 17:45:19 +02:00
DJ2LS 2f3912c1bf removed network module 2023-08-27 17:17:02 +02:00
DJ2LS ca07e2393d moved log module 2023-08-27 17:15:14 +02:00
DJ2LS 4d9415213b moved mesh module 2023-08-27 17:13:55 +02:00
DJ2LS 6b67c93420 adjusted icons 2023-08-27 16:57:25 +02:00
DJ2LS e3ab15fe50 Merge remote-tracking branch 'origin/ls-gui-single-pager' into ls-gui-single-pager 2023-08-27 15:52:28 +02:00
DJ2LS e97d3724a5
Merge branch 'main' into ls-gui-single-pager 2023-08-27 15:51:39 +02:00
DJ2LS d74ff49b55 first attempt moving chat to main - still broken 2023-08-27 15:47:10 +02:00
DJ2LS 8919e45967 Prettified Code! 2023-08-27 13:13:49 +00:00
DJ2LS c4ce7d4e82
Merge branch 'main' into ls-gui-single-pager 2023-08-27 15:13:42 +02:00
DJ2LS e225e14c84
Merge pull request #472 from DJ2LS/qm-bugs
Various bug fixes
2023-08-27 15:13:33 +02:00
DJ2LS f3e9a54216 adjusted footer bar 2023-08-27 15:12:24 +02:00
DJ2LS 279c1bbf14 moved settings, info, network 2023-08-27 15:04:22 +02:00
DJ2LS ae10f27a05 initial test with sidebar 2023-08-27 14:17:31 +02:00
Mashintime eb76b1aa2e Merge branch 'main' into qm-bugs 2023-08-26 23:37:16 -04:00
Mashintime 19697da88b Set channel_busy if not set and codec2 data is detected 2023-08-26 23:32:38 -04:00
Mashintime a637a7f8ee Rework channel busy delay logic 2023-08-26 23:15:22 -04:00
DJ2LS 48e5252a7c fixed a bug with attempts and chat index 2023-08-26 17:27:21 +02:00
DJ2LS 5da63c197f fixed gui for saving hmac state 2023-08-26 17:05:24 +02:00
DJ2LS d10cfe43ec more file related fixes 2023-08-26 16:56:45 +02:00
DJ2LS a1e32cca1b adjusted filepath lookup 2023-08-26 16:41:08 +02:00
DJ2LS 8b09b7afaf adjusted filepath lookup 2023-08-26 16:36:24 +02:00
DJ2LS 48c41bb3dc fixed wrong file name for tokenfile 2023-08-26 16:18:53 +02:00
DJ2LS 4e185ea612 improved logging 2023-08-26 16:16:48 +02:00
DJ2LS 9a9f636562 improved logging 2023-08-26 16:13:51 +02:00
DJ2LS b382d37f20 adjusted token generator 2023-08-26 15:52:29 +02:00
DJ2LS d40742bc08 fixed handling hmac bool for network message 2023-08-24 07:50:44 +02:00
DJ2LS d2da32a8dc adjusted mesh timing table 2023-08-20 14:09:05 +02:00
DJ2LS 8c9be9e9f3 possible mesh fix... 2023-08-20 14:08:49 +02:00
DJ2LS cff449cfad adjusted gui for hmac 2023-08-19 11:10:04 +02:00
DJ2LS a0754b3f94 updated logging 2023-08-19 10:54:39 +02:00
DJ2LS 4d605106c8 updated logging 2023-08-19 10:54:36 +02:00
DJ2LS 6efde55a3b enable hmac by default 2023-08-19 10:42:53 +02:00
DJ2LS 45a8b19d60 updated hmac creation tool 2023-08-19 10:41:02 +02:00
DJ2LS 3aa4123596 adjusted version 2023-08-19 10:34:06 +02:00
DJ2LS 2bd8a30812 check for filesize and if empty 2023-08-19 10:32:53 +02:00
DJ2LS 0107ce569f
Merge branch 'main' into ls-hmac-signing 2023-08-19 10:19:22 +02:00
DJ2LS 54fe725876
Merge pull request #467 from DJ2LS/dependabot/npm_and_yarn/gui/electron-26.0.0
Bump electron from 25.5.0 to 26.0.0 in /gui
2023-08-19 10:19:14 +02:00
DJ2LS 943cfafe61 disable pylint fixme for data_handler 2023-08-18 08:29:26 +02:00
DJ2LS 93d2714298 fixed testing code... 2023-08-18 08:16:48 +02:00
DJ2LS c33522870e moved hmac keys to hmac subfolder 2023-08-18 08:10:17 +02:00
DJ2LS a42bb325a1
Merge branch 'main' into ls-hmac-signing 2023-08-16 10:15:07 +02:00
DJ2LS cf5e359c3e first working hmac signing 2023-08-16 09:58:49 +02:00
dependabot[bot] 1cf29d7141
Bump electron from 25.5.0 to 26.0.0 in /gui
Bumps [electron](https://github.com/electron/electron) from 25.5.0 to 26.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v25.5.0...v26.0.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 16:51:18 +00:00
Mashintime 389e1e7676 Pasted comment in the wrong spot 2023-08-12 10:43:08 -04:00
Mashintime 299ae1e44d Check for waitingmsgs on ipcrenderer message instead of when adding to chat window to prevent refresh causing waitingmsgs to be triggered 2023-08-11 22:21:11 -04:00
Mashintime c03b4b0cd9 Update logging in check for waitingmsgs 2023-08-09 21:56:09 -04:00
Mashintime f29efac943 Fix for #466 2023-08-08 21:11:10 -04:00