Commit graph

19 commits

Author SHA1 Message Date
e892733a55
feat: Added i2p support #148
For now, only p32 address is supported.

ToDo: Accept i2p naming service from addressbook subscriptions
ToDo: Imporve i2p UI display and add i2p filter
2024-11-07 20:26:49 +07:00
c1c72274cf
feat: Added robots.txt route 2024-11-07 00:59:57 +07:00
d60dbd86be
fix: Default remote nodes table sort by last_checked 2024-11-07 00:53:01 +07:00
b68f626ce2
refactor!: Use function method for routes
Will be useful for future development using standard `net/http`.
2024-11-06 22:15:53 +07:00
2e31824910
fix!: Redirect old /remote-nodes/logs to /remote-nodes/id/{id} #155
The old `/remote-nodes/logs/?node_id={id}` is not being used anymore
and should be redirected to the new path: `/remote-nodes/id/{id}`.

Remove the route once search engines result shows the new path
2024-11-06 21:34:05 +07:00
3beb3ba60e
feat: Added permalink header 2024-11-06 18:00:25 +07:00
95b371a056
feat! Added monero node details page and logs 2024-11-06 16:45:34 +07:00
a8c94ca0aa
feat!: Added Add node form and action 2024-11-04 23:53:09 +07:00
335f87b6d5
feat: Added auto refresh interval select options 2024-11-04 17:17:23 +07:00
721d1e8d6b
feat: Added modal 2024-11-04 16:36:22 +07:00
6e7eccc6b3
chore: Stick with old SortDirection 2024-11-03 20:43:43 +07:00
f0a10208e2
feat!: Added CORS filter
DEPRECATED: Using int value for CORS is deprecated, please use "on" to
filter CORS capable nodes. Leave CORS empty to disable CORS filter.
2024-11-03 20:24:55 +07:00
efc86d66fd
feat: Added filter by country 2024-11-03 17:37:11 +07:00
10182d9dbc
feat!: Added base datatable functionality
Deprecated: `SortDirection` is deprecated, use `SortDir` instead
2024-10-31 22:45:26 +07:00
2003c3c3ac
feat(ui): Added main navbar 2024-10-30 14:23:45 +07:00
3a45071cd6
feat: Refactor fiber server 2024-10-29 21:30:04 +07:00
be32011cfa
feat!: templ + htmx build system 2024-10-29 20:41:22 +07:00
518d4b4335
feat: Added IPv6 nodes support (alpha) #84
This commit accept IPv6 nodes submission.

When user submit new public node, the server will check IP addresses
from given hostname. If host IP addresses doesn't have IPv4, it will
be recorded as "IPv6 only" node.

Probers that support IPv6 may add `IPV6_CAPABLE=true` to the `.env`
file.

Please note that this feature still experimental and may not being
merged to the main branch.
2024-09-06 00:08:59 +07:00
c250e8e3bb
feat!: Moving handler to internal/handler
So people aware that the package is internal use and not using that
on their projects.
2024-07-07 01:42:29 +07:00
Renamed from handler/response.go (Browse further)