Claude
2f519d9efe
fix(datetime): handle Peewee DateTimeField type confusion and JSON serialization
...
Peewee's DateTimeField returns Python datetime objects, not strings,
but meshchat.py called datetime.strptime() and datetime.fromisoformat()
on them — causing TypeError crashes. Additionally, raw datetime objects
passed to web.json_response() caused JSON serialization failures since
json.dumps() cannot serialize datetime.
Changes:
- Add _ensure_datetime() helper that accepts both str and datetime
- Add _datetime_to_str() helper for safe JSON serialization
- Fix fromisoformat() calls in signal metrics endpoint
- Fix strptime() calls in conversation read state check
- Wrap all created_at/updated_at fields in converter dicts
- Fix parent_interface_hash bytes→hex guard in interface stats
Fixes #144 , #146 . Related to #139 .
https://claude.ai/code/session_01A3nv8XN4z6yyp8tHNGAS8M
2026-03-09 09:34:02 -10:00
liamcottle
011876bec5
2.3.0
v2.3.0
2025-11-11 23:09:01 +13:00
liamcottle
e3dae8aea9
update rns to v1.0.2
2025-11-11 22:57:46 +13:00
liamcottle
c2ee9be39a
update lxmf to v0.9.2
2025-11-11 22:56:57 +13:00
liamcottle
002360399c
add docs
2025-08-01 23:35:32 +12:00
liamcottle
c9f4ef64c1
update peewee to v3.18.1
2025-07-28 22:34:39 +12:00
liamcottle
ffe2cb884d
update aiohttp to v3.12.14
2025-07-28 22:11:24 +12:00
liamcottle
d6847d262a
add python version to about screen
2025-07-28 21:38:43 +12:00
liamcottle
65df111b87
rework async utils to always use main event loop in threadsafe manner
2025-07-28 19:01:15 +12:00
liamcottle
747236ae8b
add try catch for fallback file download parsing, so client can show as unsupported
2025-07-28 17:23:03 +12:00
liamcottle
4e55006084
fix bug where downloading files from cicada forums was not working
2025-07-28 17:21:52 +12:00
liamcottle
dcaffe2594
2.2.1
v2.2.1
2025-07-27 21:52:08 +12:00
liamcottle
094f6cb5ec
added custom confirm dialog as js confirm in electron on windows causes all text fields to be disabled
2025-07-27 21:45:27 +12:00
liamcottle
0c0f059ec4
2.2.0
v2.2.0
2025-07-27 20:18:38 +12:00
liamcottle
9031c1a3d7
add dropdown menu to nomadnetwork favourites list to rename and remove
2025-07-27 20:17:08 +12:00
liamcottle
64adad27f8
limit nomadnetwork announces list to 500 recent nodes
2025-07-25 23:22:56 +12:00
liamcottle
4734e62468
implement favourites system for nomadnetwork nodes
2025-07-25 23:02:05 +12:00
liamcottle
37cc6aa158
add button to identify self to nomad network node
2025-07-25 21:56:02 +12:00
liamcottle
f3bf0abd84
2.1.0
v2.1.0
2025-07-18 21:45:35 +12:00
liamcottle
90445467e1
remove todos
2025-07-18 20:34:26 +12:00
liamcottle
51bdd35f01
fix downloading files from nomadnet by handling buffered reader responses
2025-07-18 20:29:10 +12:00
liamcottle
817d5b5e59
don't use await in websocket handler as it blocks all other requests
2025-07-18 19:47:47 +12:00
liamcottle
a094a741a8
don't use await in websocket handler as it blocks all other requests
2025-07-18 19:37:59 +12:00
liamcottle
24acbaf223
update axios to v1.10.0
2025-07-18 19:16:57 +12:00
Liam Cottle
0bb171a81b
Merge pull request #82 from Amlor/fix-airtime-limit-description
...
Fix Airtime Limit fields placeholders
2025-07-18 18:24:37 +12:00
Liam Cottle
b5a54dd120
Merge pull request #89 from kujeger/wayland_flag
...
add `ozone-platform-hint=auto` to known flags
2025-07-18 16:42:14 +12:00
liamcottle
86cfddce52
update micron-parser to v1.0.2
2025-07-18 16:21:56 +12:00
liamcottle
97071c7edb
update lxmf to v0.8.0
2025-07-18 16:19:28 +12:00
liamcottle
a58f73357a
update rns to v1.0.0
2025-07-18 16:16:36 +12:00
liamcottle
6b3639dcd2
2.0.0
v2.0.0
2025-07-13 19:28:29 +12:00
liamcottle
47a84fc110
update rns to v0.9.6
2025-07-13 18:20:39 +12:00
Nikolai Vincent Vaags
588780d632
add ozone-platform-hint=auto to known flags
...
This allows electron to run natively under wayland
2025-07-09 11:22:31 +02:00
Viacheslav Komarov
5b783399f8
Fix long window placeholder to say minutes
2025-06-07 11:48:54 +04:00
liamcottle
df533fb1bf
update lxmf to v0.7.1
2025-05-24 17:00:16 +12:00
liamcottle
e757a2f022
update lxmf to v0.7.0
2025-05-16 02:46:35 +12:00
liamcottle
ce56c205c6
1.22.0
v1.22.0
2025-05-11 21:42:06 +12:00
liamcottle
66b619c398
single line
2025-05-11 21:04:26 +12:00
liamcottle
458a387517
update rns to v0.9.5
2025-05-11 21:02:35 +12:00
Liam Cottle
e97352713d
Merge pull request #81 from stephen304/ignore-known-flatpak-flags
...
filter out known flags that should not be passed to python. fixes #61
2025-05-11 20:59:13 +12:00
Amlor
07a41215be
Fix Airtime Limit fields placeholders
2025-04-20 13:31:21 +04:00
Stephen Smith
e9a9e9f831
filter out known flags that should not be passed to python. fixes #61
2025-04-18 11:52:32 -04:00
liamcottle
b8d388fa56
1.21.0
v1.21.0
2025-03-15 12:19:10 +13:00
liamcottle
d7080c8ca1
migrate to data attributes for micron parser links
2025-03-15 12:18:30 +13:00
liamcottle
7c20529d62
migrate to using micron-parser from npm
2025-03-15 11:17:34 +13:00
liamcottle
c6eeab97e6
update rns to v0.9.3
2025-03-15 10:52:02 +13:00
liamcottle
10c85cdba0
update lxmf to v0.6.3
2025-03-15 10:47:04 +13:00
liamcottle
9ea98eb0f0
toggle page source in place rather than opening in a new tab
2025-02-09 16:59:08 +13:00
liamcottle
2662f96c8b
add button to view source of a node page
2025-02-09 16:19:44 +13:00
liamcottle
59deac6d07
allow passing --headless to compiled electron binary to avoid launching gui
2025-02-08 22:38:47 +13:00
liamcottle
9d60707515
1.20.0
v1.20.0
2025-02-08 13:16:02 +13:00