c1d6d48a3cDont enable rogue_path - it looses our true path for messages - instead create addresses in the path we dont know about.Deon George2023-09-15 16:59:46 +1000
6e133770fcAn enhancement to ensure that flatten domains gets the correct FTNDeon George2023-09-15 14:28:38 +1000
a991db788eFor AddressPoll, force using our file cache - seems sometimes the key doesnt release with memcachedDeon George2023-09-15 14:28:07 +1000
096e37ef35Removed packet cache, it wasnt used and not needed since we can queue large packets. Renamed to for consistent variable when using Packet::process()Deon George2023-09-15 08:09:42 +1000
74a56d1e17Now correctly showing packet receive time, and sending Notifications based on the packet address, not the node addressDeon George2023-08-05 21:32:45 +1000
c8a2affbfaFix for when packets have a kludge after the origin line, and now capturing taglines. Updated testing configurationDeon George2023-08-04 22:06:29 +1000
fb65c645cbFix incorrect assigning of service ports in #ccafc6Deon George2023-08-04 17:01:48 +1000
df541984abOn domain list, also include echoareas without messages.Deon George2023-08-04 09:53:40 +1000
c59f8ee0edImprovements to Echoarea Import, area names are now uppercase and descriptions use ucfirst()Deon George2023-08-03 22:11:59 +1000
a87cf875e4Enabled sending netmails to upstream areafix/filefixDeon George2023-08-03 17:30:52 +1000
f281575b15Enable netmail forwarding for users that receive messages directed at clrghouzDeon George2023-08-02 22:42:59 +1000
b6082b6ae5Cosmetic fix of quoting around FidonetDeon George2023-08-02 19:02:04 +1000
44e7ef5d90Fix for when creating new addresses to a nodeDeon George2023-08-02 18:31:14 +1000
929d25c737Fix for another address loop when finding a parentDeon George2023-08-01 16:49:31 +1000
69864db213When deleting a system, removed the mailer details alsoDeon George2023-08-01 12:56:45 +1000
7ca6fdc195Add total messages to domain view, and improve echoarea stats queryDeon George2023-07-30 20:14:38 +1000
61f64c7c75Update framework and add aglipanci/laravel-eloquent-caseDeon George2023-07-30 20:12:52 +1000
3f7f04c382Detect when we dont have an address in a domain, and pick the first domain address even if we are not in the zone.Deon George2023-07-30 12:11:08 +1000
17fe7e910dMultiple enhancements to interactive messages, moved messages to Notifications, send netmail back when invalid packet passwordDeon George2023-07-23 17:27:52 +1000
a3302b4012Complete of logging received and sent packet names, and display them in the web ui for each nodeDeon George2023-07-15 22:10:05 +1000
61ab0614b6Correctly storing netmail flags (intransit, local, recv) with senders ID and packet nameDeon George2023-07-15 10:46:19 +1000
7bf957df3aSending Mail now dynamically creates packet name, size and mtimeDeon George2023-07-14 20:03:09 +1000
28101237e8Fixes for CRYPT, NOREL and MULTIBATCH when responding in server modeDeon George2023-07-12 23:34:01 +1000
b37c6407fbFix for incorrectly batching up more mail after EOB, if MULTIBATCH is not agreedDeon George2023-07-11 21:34:47 +1000
5516b5dc23Fixes for BINKP, we were sending too many EOB'sDeon George2023-07-11 17:22:31 +1000
029ec9c209Only consider NR mode if the offset presented is -1Deon George2023-07-09 22:19:11 +1000
52055c5217Update nodelist parsing now that we have mailer_systemDeon George2023-07-09 22:03:15 +1000
d4439a6b58Dont send an M_GET when we are not in NR mode, or we are offered a file from a zero offset.Deon George2023-07-09 11:18:57 +1000
faeec61aebFix for limiting AKAs, show parent PID that forked child, other minor fixesDeon George2023-07-08 18:00:23 +1000
02105b10fbFix EMSI sessions, buffer_clear() was renamed tx_purge()Deon George2023-07-08 17:36:41 +1000
ccdce6bb62Move mailer details into a separate tableDeon George2023-07-07 23:59:04 +1000
ad4ea699a5Fix BINKP transfers when tcp buffer has more chars than we need at that point in timeDeon George2023-07-07 23:13:43 +1000
30c11956ddRemove some debugging left from previous commits, fix Address::scopeTrashed(), change display of BBS listDeon George2023-07-07 22:42:02 +1000
6c75659395Enable demoting and promoting address roleDeon George2023-07-06 18:43:32 +1000
7073fece94Fix showing packet dump on view packet, change Address::active() to not take into account zone/domainDeon George2023-07-06 15:50:46 +1000
36d03d1c12Fix for region_id when importing messages and the address exists in a different regionDeon George2023-07-06 13:55:54 +1000
349ad32fc8Show queue commands, add My Systems to sidebar menuDeon George2023-07-06 11:52:11 +1000
9762b8c2f4Fix call to determine if a service is activeDeon George2023-07-06 11:34:42 +1000