1d354da6e3Enable per system configuration of messages per packetDeon George2024-06-01 16:47:13 +1000
0bc3d4cf60Downgrade DNS query errors, since they are handledDeon George2024-06-01 12:55:44 +1000
38795b83bfMove HAproxy exceptions into their own class, and downgrade HAproxy errors since they are handledDeon George2024-06-01 12:55:27 +1000
73cf421739Remove EncodeUTF8 infavour of using attribute casting only. The implementation of EncodeUTF8 was not correct, essentially removing any previous casting causing issues when saving a record.Deon George2024-06-01 10:46:02 +1000
b5047c52f0Fix for processing inbound ping netmail messagesDeon George2024-05-31 21:57:21 +1000
27fe3cd223Fix message processing when tag/tear lines dont start with double \rDeon George2024-05-30 20:14:50 +1000
643f1197d6Fix when we use newFTN, find the zone/domain if it is provided. Fix packet creation error, where Address::ftn depends on zone_idDeon George2024-05-27 22:22:38 +1000
7ef9f2dbd0Fix/optimise address creation/editing via System AKAsDeon George2024-05-27 21:42:03 +1000
b102fc4d2aFix creating a new discovered address and setting validated to trueDeon George2024-05-27 18:04:04 +1000
e15331ec35No function changes. Cleanup console command cleanupDeon George2024-05-27 15:08:39 +1000
3a594acc03Fix edit of AKAs for a system. Fix css usage of label for= for the yes/no radio inputsDeon George2024-05-27 10:48:50 +1000
800593d034Optimise Zone::class to identify region/hosts/hubsDeon George2024-05-27 10:47:42 +1000
b6639c7bfcWhen de-listing, remove unsent items and unsubscribe from file/echo areas.Deon George2024-05-26 21:41:02 +1000
7e0178d183Fix routed netmails being packed for the hub, not the destination. Added some logging for idle netmails/emailsDeon George2024-05-26 20:53:59 +1000
03bfc9dbfcFix path on rejected echomails, change layout of message_path quoting original message and control linesDeon George2024-05-26 12:35:13 +1000
77b9bb30c4Another fix to make sure site generated echomail is not exported to ourselfsDeon George2024-05-26 12:08:01 +1000
1615b413a7Assume f0 for DNS queries that dont pass an f in the queryDeon George2024-05-24 12:34:28 +1000
86c27a3f17Show users hub connection details for their domainsDeon George2024-05-24 11:04:25 +1000
a687b5fd1cChange looking for mail waiting for downlinks() instead of children()Deon George2024-05-24 09:28:17 +1000
27956146e3Change domain view last seen to show last time an echomail came from that systemDeon George2024-05-23 23:28:42 +1000
a547e29e56Sometimes errors have URLs, so enable them to be resolvedDeon George2024-05-23 22:38:03 +1000
de34052c3bAdd constraint for hubs, which must have the same host and region for a zoneDeon George2024-05-23 21:46:26 +1000
cb63ec50d2Dont cache when doing debug:zone:checkDeon George2024-05-23 21:31:17 +1000
8b00d29db3Update mailist to look for deleted FTNs as wellDeon George2024-05-23 20:30:03 +1000
f082bb0ebdDont record us in seenby/path for local messages. Update echomail display to know if an exchomail seenby has collected the messageDeon George2024-05-23 20:11:32 +1000
4f8448563dFix for when adding our address to path for outgoing echomails - introduced in 5fc6906Deon George2024-05-23 17:36:47 +1000
710adad634Show only validated addresses with packets for packet:systemDeon George2024-05-23 16:27:24 +1000
5fc69067fbFix sorting of seenby/path items in echomail/netmail. Add rogue_seenby to seenby in echomailDeon George2024-05-23 15:16:47 +1000
dc212d35fbWork to handle grunged packets as well as look for tearline/tagline/orgin line from the end of the contentDeon George2024-05-22 23:24:29 +1000