Commit Graph

899 Commits

Author SHA1 Message Date
7bd192980f Fix file sending, as a result of moving $size into Send::class when optimising mail sending 2024-06-25 11:20:08 +10:00
0a5374c743 Fix filefix rescan, argument used is file not days 2024-06-21 11:45:31 +10:00
1b2358b5a9 Mail bundling and processing performance improvements 2024-06-21 09:09:50 +10:00
c9700fbd0c Fix date for graph, problem introduced in 3f5668 2024-06-21 09:09:50 +10:00
ef2e208fde Fix for test failing introduced in df28732 2024-06-18 18:01:56 +09:30
c28392b2b6 Remove deprecated methods 2024-06-15 18:29:55 +10:00
180c620168 Support nodelist archives with more than 1 file in it 2024-06-15 18:29:55 +10:00
941117b342 Nodelist import update 2024-06-15 18:29:55 +10:00
df2873287c Abstract address session() details 2024-06-15 18:29:55 +10:00
0304967e80 Missed removing methods as a result of removing EncodeUTF8 in 29710c37 2024-06-13 20:34:42 +10:00
90c65fd5e1 Dont attempt to process System::default systems when processing address:idle 2024-06-12 23:12:51 +10:00
a46ce7ff9e Posting messages to matrix 2024-06-11 17:23:59 +10:00
86995b03a8 Receiving messages from matrix 2024-06-11 14:20:54 +10:00
61cfb773e2 Fix comments for Echomail Notifications 2024-06-11 14:18:37 +10:00
ba0f643dca Improvements to e692de7, which wasnt picking up netmail alerts 2024-06-09 21:14:27 +10:00
d6779e6e01 Fix, when moving address and deleting the source system, also delete any system_logs 2024-06-08 21:27:42 +10:00
829fe1d7a9 Dont accept connections when application down 2024-06-07 18:07:34 +10:00
b23d9351b5 Make $setup available to all blades 2024-06-07 15:08:50 +10:00
153e4dc12b Only show system setting for packet msgs, not the resulting calculated value 2024-06-07 14:29:30 +10:00
7c34a9f6c3 Explain why there are no echoareas/fileareas for the system 2024-06-07 14:06:53 +10:00
368198bc77 Add link to netmail/echomail when showing packet contents 2024-06-07 13:30:58 +10:00
67377a2012 Clear messages from sent packet 2024-06-07 11:12:06 +10:00
e692de7d7f When limiting the number of messages in a packet, only retrieve that number from the DB 2024-06-07 10:51:28 +10:00
95b6058020 Fixes for Idle notifications 2024-06-07 09:30:40 +10:00
a0b6df31f0 Move processed TIC files into Y/M/D heirarchy, consistent with packets 2024-06-07 09:13:18 +10:00
06c29d8750 Updates to Message, Remove updated_at/mid from echomails/netmails, not used 2024-06-07 08:54:49 +10:00
614d5b877b Make Autohold button consistent with other buttons, sold=active, outline=inactive 2024-06-06 19:30:01 +10:00
742f0cd015 More UTF8 message processing fixes, specifically related to tagline/tearline/origin processing 2024-06-05 21:57:16 +10:00
6b1cb8cd78 Fix finding echomail origin AKA by including the domain name 2024-06-05 21:26:09 +10:00
2509aa99e1 Update bootstrap icons to 1.11.3 2024-06-05 19:23:58 +10:00
be8aec4751 Make it easier to identify systems that have been marked not active 2024-06-05 19:23:58 +10:00
efdb6b96ea Fix for user creation 2024-06-05 19:23:58 +10:00
1753111f8f Prefix is an optional argument, so default it to blank 2024-06-05 19:23:58 +10:00
27cdb02b06 Fixes for saving a new system 2024-06-03 22:31:38 +10:00
434226f8bc Netmail forwarding shouldnt be required 2024-06-03 21:11:02 +10:00
8fb3a21fcd Normalise tagline/tearline/origin 2024-06-03 19:09:09 +10:00
1d354da6e3 Enable per system configuration of messages per packet 2024-06-03 19:09:09 +10:00
0bc3d4cf60 Downgrade DNS query errors, since they are handled 2024-06-03 19:09:09 +10:00
38795b83bf Move HAproxy exceptions into their own class, and downgrade HAproxy errors since they are handled 2024-06-03 19:09:09 +10:00
73cf421739 Remove 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. 2024-06-03 19:09:09 +10:00
b5047c52f0 Fix for processing inbound ping netmail messages 2024-05-31 21:57:21 +10:00
27fe3cd223 Fix message processing when tag/tear lines dont start with double \r 2024-05-30 20:14:50 +10:00
2590c2de71 Remove deprecated Domain::managed() 2024-05-29 19:45:08 +10:00
31770241ec Fix for when no zones/echoareas have been created yet in a domain 2024-05-29 19:45:00 +10:00
c414ebd053 Created a 'zc' role to be used when a user is a ZC of a domain, or a site admin 2024-05-28 23:21:54 +10:00
48ed6eb8ea Remove ANSI* commands, they are part of the BBS branch 2024-05-28 12:44:47 +10:00
364815e8af Setup to present different mail bundle types 2024-05-28 12:23:59 +10:00
3d43a256ba Added DynamicItem and PacketDump debug utilities 2024-05-28 10:44:33 +10:00
b460cd0196 Fix display of addresses in pkt dump 2024-05-28 09:38:55 +10:00
643f1197d6 Fix when we use newFTN, find the zone/domain if it is provided. Fix packet creation error, where Address::ftn depends on zone_id 2024-05-27 22:22:38 +10:00