Commit Graph

1126 Commits

Author SHA1 Message Date
8ec7acd57e Refactor error handling and improve code clarity
- Updated exception handling across multiple files to specify Exception type, enhancing clarity and maintainability.
- Renamed several route handler functions in meshchat.py for better readability and consistency.
- Added noqa comments to suppress linting warnings for specific lines in database.py and other files.
2025-11-30 21:00:04 -06:00
59e76de4cc update docker-compose 2025-11-30 20:59:54 -06:00
cc30e6abc1 code cleanup 2025-11-30 20:51:30 -06:00
6dffe70e9b update UI/UX 2025-11-30 20:44:15 -06:00
c054d16f08 Add destination blocking feature in AudioCallManager
- Modified AudioCallManager to accept a callback for checking if a destination is blocked.
- Implemented logic in AudioCallReceiver to reject incoming calls from blocked sources based on the provided callback.
- Enhanced error handling for remote identity retrieval during call connection.
2025-11-30 20:42:32 -06:00
1dbd9a5697 update Makefile 2025-11-30 20:42:23 -06:00
65d6656f47 Refactor executable path resolution in Electron main process
- Updated the executable name to include 'X' for compatibility with setup.py.
- Enhanced the logic to determine the executable path by checking multiple possible locations for both packaged and development modes.
- Added error handling to log and display a message if the executable cannot be found.
2025-11-30 20:42:15 -06:00
a3cb84fa06 Implement spam and blocking features in database and API
- Incremented database version to 6 and added 'is_spam' column to LxmfMessage model.
- Introduced BlockedDestination and SpamKeyword models for managing blocked destinations and spam keywords.
- Added API endpoints for managing blocked destinations and spam keywords, including create, read, and delete operations.
- Enhanced message handling to mark messages as spam based on keywords and block messages from blocked sources.
2025-11-30 20:41:48 -06:00
5fcc86d65a Update dependencies and enhance package configuration
- Upgraded Electron from version 35.7.5 to 39.2.4.
- Updated baseline-browser-mapping and electron-to-chromium to their latest versions.
- Improved package description and author information in package.json.
- Changed build-backend script to use virtual environment Python.
- Enabled ASAR packaging and specified unpacking rules for build files.
2025-11-30 20:41:36 -06:00
253872eb57 update 2025-11-30 20:41:19 -06:00
609a7ede6c update Makefil 2025-11-30 20:25:09 -06:00
49b9bd7782 Update README 2025-11-30 20:15:41 -06:00
c83b90f4f8 Enhance Network Visualiser UI and functionality
- Redesigned control panel for better accessibility and aesthetics.
- Added loading state for update button and improved tooltip styles.
- Introduced conversation fetching and icon generation for user nodes.
- Updated node and edge styling for improved visibility and user experience.
- Enhanced sidebar search functionality to display dynamic placeholder text.
2025-11-30 20:13:41 -06:00
d48a6d9620 Rnode flasher updates 2025-11-30 19:59:56 -06:00
ef80e7a7c4 UI/UX Updates 2025-11-30 19:59:44 -06:00
5967cd827f update ui/ux 2025-11-30 19:38:17 -06:00
52558a7167 update rnode flasher tool page 2025-11-30 19:38:01 -06:00
24194d7e98 adjust scrollbars 2025-11-30 19:18:18 -06:00
273ecfbbbf Update 2025-11-30 19:15:11 -06:00
c65cb04da9 Overhual entire codebase part 1
- Big UI/UX changes
- Improved Config parser
- Some minor improvements and changes
2025-11-30 19:09:08 -06:00
919d191e61 Add download cancellation feature for nomadnet files and pages
- Implemented tracking for active downloads with unique IDs.
- Added functionality to cancel ongoing downloads from the client side.
- Updated UI to include cancel buttons for file and page downloads.
- Enhanced download success, failure, and progress handling to include download IDs for better tracking.
2025-11-28 13:42:25 -06:00
5374a62e96 Update package-lock.json to version 2.32.3, reflecting the version change from 2.32.2. v2.32.3 2025-11-25 12:22:19 -06:00
2e0dfe8700 Update package.json to version 2.32.3 2025-11-25 12:19:52 -06:00
2f30be1490 remove workflow 2025-11-25 12:19:45 -06:00
79aa2bbaa5 Fix Interface error 2025-11-25 12:18:43 -06:00
c92a86015c Update package.json and package-lock.json to version 2.32.2, including dependency updates for Vue and Vuetify packages. v2.32.2 2025-11-25 12:05:36 -06:00
432845195d Update requirements.txt: bump rns version from 1.0.3 to 1.0.4 2025-11-25 12:04:26 -06:00
50a1bf6b3f Fix setup.py: Make build relocatable and portable by adding path replacement and zipping packages 2025-11-25 12:04:05 -06:00
8c39fdf190 Update build.yml: Change Python version from 3.13 to 3.12 2025-11-25 12:03:48 -06:00
9e352e5058 fix prop node app data parsing 2025-11-21 11:51:14 -06:00
0543bd6044 Update package-lock.json and package.json to version 2.32.1, including dependency updates and new package versions. v2.32.1 2025-11-21 11:28:31 -06:00
17d25b2e0a Update README.md: Simplify content and update features for Reticulum MeshChatX fork 2025-11-21 11:26:27 -06:00
1a4b99b201 add 2025-11-21 11:25:47 -06:00
9115f6ecfa Update requirements.txt: bump lxmf to 0.9.3 and rns to 1.0.3 2025-11-21 11:25:40 -06:00
918fcb051c 2.32.0 v2.32.0 2025-11-11 08:24:49 -06:00
acbe3597d6 Fix Dockerfile: Add linux-headers and python3-dev to build dependencies 2025-11-11 08:19:51 -06:00
3566c6b2da Add system resource tracking and download speed estimation to ReticulumMeshChat
- Integrated psutil for memory and network statistics.
- Enhanced app info API to include memory usage, network stats, and download statistics.
- Implemented download speed tracking for files in NomadNetworkPage.
- Added utility functions for formatting numbers and bytes per second.
- Updated frontend components to display new statistics in real-time.
v2.31.0
2025-11-11 08:04:07 -06:00
8b044f6dab Update requirements.txt: replace rns version with 1.0.2 and add psutil 7.1.3 2025-11-11 07:50:55 -06:00
4c4b963aef Add .pyc files to .gitignore to prevent Python bytecode from being tracked 2025-11-11 07:50:37 -06:00
38ac972960 update 2025-11-11 07:40:01 -06:00
becd3aa15d Add GitHub Actions workflows for Bearer checks 2025-11-11 07:33:26 -06:00
ac907308c0 update 2025-11-11 07:29:17 -06:00
fa2fe6a15d 2.31.0 2025-11-11 07:24:00 -06:00
927255f44c 2.30.0 2025-11-11 07:23:32 -06:00
0318cb7e4a 2.3.0 2025-11-11 07:23:15 -06:00
442ac41841 Update Node.js and Python versions in GitHub Actions workflow: bump Node.js from 18 to 22 and Python from 3.11 to 3.13 v2.30.0 2025-11-11 07:16:33 -06:00
40f286621d Update dependencies in requirements.txt: bump lxmf from 0.8.0 to 0.9.2 and rns from 1.0.0 to 1.0.1 2025-11-09 00:14:22 -06:00
9944e9bd63 Merge pull request #16 from Sudo-Ivan/dependabot/npm_and_yarn/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
v2.29.0
2025-11-08 12:02:03 -06:00
dependabot[bot]
ec0b5a0924 Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-version: 7.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-08 18:01:36 +00:00
bae4e96d2a Merge pull request #15 from Sudo-Ivan/dependabot/npm_and_yarn/vite-6.4.1
Bump vite from 6.0.5 to 6.4.1
2025-11-08 12:00:29 -06:00