|
612efda945
|
Process packet seenby/path/via lines when saving echomail/netmail
|
2023-09-20 21:37:18 +10:00 |
|
|
7fedf88d8c
|
Hopefully a fix to stop clrghouz creating systems called Discovered System
|
2023-09-19 22:16:25 +10:00 |
|
|
11f9adf11a
|
Fix seenby sort order, with flatten domains
|
2023-09-19 17:28:25 +10:00 |
|
|
3a35bce9e7
|
Changing System::match() to not include NC, some debugging updates
|
2023-09-19 11:29:08 +10:00 |
|
|
5e67be5ba1
|
Alert message for echomails with security violations is using wrong address
|
2023-09-19 11:29:08 +10:00 |
|
|
4343774079
|
Dont abort a session when there is an invalid FTN presented
|
2023-09-19 11:29:08 +10:00 |
|
|
cc04ddd7b3
|
More work to ensure messages from a node are valid for the domain, and fix domain flatten to check for zone if one is supplied
|
2023-09-17 15:54:47 +10:00 |
|
|
708d9a9f67
|
More work to decommission rogue_path
|
2023-09-16 21:39:34 +10:00 |
|
|
c1d6d48a3c
|
Dont enable rogue_path - it looses our true path for messages - instead create addresses in the path we dont know about.
|
2023-09-15 16:59:46 +10:00 |
|
|
6e133770fc
|
An enhancement to ensure that flatten domains gets the correct FTN
|
2023-09-15 15:20:19 +10:00 |
|
|
e553bb4ce6
|
Enable merging address in a domain that has flatten set
|
2023-09-11 23:25:00 +10:00 |
|
|
673c444acd
|
Implement 2D domain processing - mainly for fidonet
|
2023-09-10 22:48:12 +10:00 |
|
|
67c1be209d
|
Logging changes when processing TIC files
|
2023-09-09 00:10:45 +10:00 |
|
|
6498e364fb
|
More TIC processing fixes
|
2023-09-08 21:04:24 +10:00 |
|
|
1e17aed170
|
Debugging to try and catch address creation exception (because of two active addresses)
|
2023-09-04 14:15:53 +12:00 |
|
|
74a56d1e17
|
Now correctly showing packet receive time, and sending Notifications based on the packet address, not the node address
|
2023-08-06 13:43:10 +10:00 |
|
|
fb65c645cb
|
Fix incorrect assigning of service ports in #ccafc6
|
2023-08-04 17:01:48 +10:00 |
|
|
df541984ab
|
On domain list, also include echoareas without messages.
|
2023-08-04 10:50:41 +10:00 |
|
|
f281575b15
|
Enable netmail forwarding for users that receive messages directed at clrghouz
|
2023-08-03 17:31:42 +10:00 |
|
|
929d25c737
|
Fix for another address loop when finding a parent
|
2023-08-01 16:49:43 +10:00 |
|
|
ccafc6866a
|
Removed some old consts
|
2023-07-31 19:15:12 +10:00 |
|
|
7ca6fdc195
|
Add total messages to domain view, and improve echoarea stats query
|
2023-07-30 20:16:58 +10:00 |
|
|
3f7f04c382
|
Detect when we dont have an address in a domain, and pick the first domain address even if we are not in the zone.
|
2023-07-30 12:11:08 +10:00 |
|
|
e28e17866e
|
Fix for address <-> children loops
|
2023-07-30 11:49:21 +10:00 |
|
|
cd140971e2
|
Implemented echoarea/filearea security
|
2023-07-29 13:17:36 +10:00 |
|
|
f1ccca25ea
|
Change public to show on echo/file areas to enable limiting whats shown in the activity graph
|
2023-07-28 13:22:39 +10:00 |
|
|
4e44e2e266
|
Added system polling
|
2023-07-26 19:44:07 +10:00 |
|
|
17fe7e910d
|
Multiple enhancements to interactive messages, moved messages to Notifications, send netmail back when invalid packet password
|
2023-07-23 20:21:02 +10:00 |
|
|
8d9bde9692
|
Fix messages to points, and fix netmail coming from systems which dont include an Origin line
|
2023-07-20 22:16:38 +10:00 |
|
|
c1ec4eff36
|
Optimised our sending and receiving of items
|
2023-07-18 23:00:13 +10:00 |
|
|
a3302b4012
|
Complete of logging received and sent packet names, and display them in the web ui for each node
|
2023-07-15 22:10:05 +10:00 |
|
|
61ab0614b6
|
Correctly storing netmail flags (intransit, local, recv) with senders ID and packet name
|
2023-07-15 10:46:19 +10:00 |
|
|
ccdce6bb62
|
Move mailer details into a separate table
|
2023-07-07 23:59:04 +10:00 |
|
|
30c11956dd
|
Remove some debugging left from previous commits, fix Address::scopeTrashed(), change display of BBS list
|
2023-07-07 22:42:02 +10:00 |
|
|
7073fece94
|
Fix showing packet dump on view packet, change Address::active() to not take into account zone/domain
|
2023-07-06 15:50:46 +10:00 |
|
|
9762b8c2f4
|
Fix call to determine if a service is active
|
2023-07-06 11:55:54 +10:00 |
|
|
d6aafa4322
|
Changes to phone, add Active/Archive to echomail list for nets
|
2023-07-06 11:55:54 +10:00 |
|
|
0f7a42c503
|
Enabled configuration of EMSI tunables in setup
|
2023-07-06 09:20:33 +10:00 |
|
|
c3d4c1fc31
|
Enable full setup on the setup form
|
2023-07-05 22:58:24 +10:00 |
|
|
6f298d778f
|
Some BINKP optimisation, implemented crypt, implemented receiving compressed transfers
|
2023-07-05 19:38:50 +10:00 |
|
|
ad36da0bb1
|
Code cleanup, no functional changes
|
2023-07-04 11:33:28 +10:00 |
|
|
b70a36003a
|
Remove Passport and replace with Sanctum, upgrade framework to Laravel 10
|
2023-06-26 21:50:40 +12:00 |
|
|
75549590fc
|
Enable systems to configure their packet type
|
2023-06-26 21:24:24 +12:00 |
|
|
a26f61d75d
|
Define and detect different packet types (2,2e,2+,2.2)
|
2023-06-26 21:24:24 +12:00 |
|
|
fdbc58856b
|
Enabled akas() method to only show current active akas. Should fix the link register netmail from polling an invalid FTN id.
|
2023-06-23 21:36:30 +10:00 |
|
|
b8534d8598
|
Make filename unique for each area, rename column to name/lname for files
|
2023-06-23 17:33:47 +10:00 |
|
|
0eca20ebdd
|
Fix packet:info command when using system, fix adding clrghouz to path for echomail
|
2023-06-23 16:29:56 +10:00 |
|
|
b1b86ca04a
|
Implemented file sending during BINKP and EMSI sessions
|
2023-06-22 22:13:47 +10:00 |
|
|
58341db0fb
|
Show netmails to admins, record netmail path in the DB
|
2023-06-18 23:33:26 +10:00 |
|
|
073be20ceb
|
Fix for BBS List
|
2023-04-22 21:31:09 +10:00 |
|