83e06908b0Multiple exception bug fixes identified during testing
Deon George
2021-10-07 23:32:05 +1100
d0d6990d39Minor cosmetic changes
Deon George
2021-09-28 22:27:21 +1000
2c406ba3e9Add $user (authed user) to views
Deon George
2021-09-28 00:21:21 +1000
ca666e456aEnable user switching
Deon George
2021-09-27 22:50:47 +1000
fa97fbb0c1Fix responding to echomail from points
Deon George
2021-09-26 23:34:27 +1000
eda0926758Added converting ANSI to a binary format, and custom font rendering
Deon George
2021-09-26 20:42:21 +1000
82e3283d6dMove address polling to a Job, better catch Socket connection refused errors
Deon George
2021-09-20 20:39:03 +1000
8b8b513ed1Add kludge to Test responses
Deon George
2021-09-14 23:14:13 +1000
2cd6db2060Dont launch bot processing for rescanned messages
Deon George
2021-09-13 23:02:39 +1000
79e613a811Allow for origin/tagline/tearline can have UTF8 chars, show # messages in packets
Deon George
2021-09-12 23:06:17 +1000
5e8b590f17Move process functions to Netmail/Echomail folders, optimize Netmail creation when processing messages
Deon George
2021-09-12 22:14:04 +1000
f91778b515Fix for when msgid address is from an unknown zone
Deon George
2021-09-12 22:09:45 +1000
9462e66a1cSome logging fixes
Deon George
2021-09-12 00:07:02 +1000
fcdde10512Auto create nodes that are discovered by message packets
Deon George
2021-09-11 23:32:10 +1000
04e8a899d4Also ignore nodelist lines that are blank
Deon George
2021-09-11 19:26:11 +1000
ff2b246d31For nodelist import, find based on mailer_address first
Deon George
2021-09-11 18:00:39 +1000
7e176d7bc1Fix for unknown FTN when connection is not established, try and catch unknown socket exception during session initialisation
Deon George
2021-09-11 11:47:26 +1000
72bc9790d1Add option to not process bots during import
Deon George
2021-09-11 00:38:11 +1000
e8a9508391Ping/Test send/recevied time was switched
Deon George
2021-09-10 22:27:00 +1000
fbfa2d5183Fix Cannot assign null to property when tagline/tearline are blank during export
Deon George
2021-09-08 22:53:27 +1000
64a887212dAdd missed UsePostgres Trait
Deon George
2021-09-08 22:10:27 +1000
03c4b87cddFix packet password on exports, move __unserialize() to EncodeUTF8::decode
Deon George
2021-09-08 22:07:00 +1000
dbbfe46cb9Echomail export
Deon George
2021-09-06 23:39:32 +1000
8306f4c3a3Start of echomail subscribing
Deon George
2021-08-25 22:13:49 +1000
97384ce3a0Fix message path ordering
Deon George
2021-08-30 00:44:20 +1000
01d54794a8Rename PacketProcess, fix Packet::open now using Zone not Domain
Deon George
2021-08-30 00:24:40 +1000
ea6c0aab91Fixes for CI testing
Deon George
2021-08-30 00:10:28 +1000
9fb6d191d0Change the way we figure out zones in packets, some packet testing, fix Echomail import
Deon George
2021-08-29 23:58:12 +1000
271f066667Added echomail search and display
Deon George
2021-08-29 11:48:27 +1000
12f9ee1960Changed nodelist import processing since we have a DB contraint on mailer address and port
Deon George
2021-08-28 13:36:42 +1000
6b8704b1cfAdded Echoarea NA file import
Deon George
2021-08-28 00:10:42 +1000
85d9dd1545Catch Exception when interpretting date, Create MSGID if it doesnt exist, Fix when \r\n is used in messages.
Deon George
2021-08-27 23:16:39 +1000
ba7f9c1c99Subject contains UTF-8 codes sometimes
Deon George
2021-08-26 22:32:32 +1000
403dde0d35Fix seenby/path addresses, fix when eom signature is split over the readbuf
Deon George
2021-08-26 22:01:16 +1000
0834288a28Packets now need to be treated as an array
Deon George
2021-08-25 23:22:15 +1000
b614779290Only queue messages if the packet has too many
Deon George
2021-08-25 22:32:15 +1000
314ec304a7In domain list, base echoarea list on message data, not date received
Deon George
2021-08-25 00:46:11 +1000
bf09e78e09Add failed-jobs table. Set default queue connection to database
Deon George
2021-08-25 00:35:56 +1000
5e3b59ea7cAdd subject to encoding, some packet fixes missed in previous commit
Deon George
2021-08-25 00:15:09 +1000
d86d90cdebLeverage Redis and queue to handle large packets
Deon George
2021-08-24 23:42:03 +1000
Fix ping blank messages
Deon George
2021-08-19 16:59:12 +1000
bcf3297fdbCheck for duplicate echomails, validate system password
Deon George
2021-08-19 00:20:34 +1000
6af466605aLogging updates
Deon George
2021-08-18 22:11:16 +1000
e8df6f7103Default zone only when default=true
Deon George
2021-08-18 00:13:25 +1000
259ea01fd1Layout changes by responses, fix NodeHeirarchy domains nolonger have default
Deon George
2021-08-18 00:03:44 +1000
978843b5e3Simplified logging and fix BINKP issue when receiving less than the blksize
Deon George
2021-08-17 23:49:39 +1000
5bf612e5b4Set packed boolean when packing Netmail's is successful
Deon George
2021-08-16 22:30:34 +1000
628293c741Enable default zones for 4d systems
Deon George
2021-08-16 22:26:33 +1000
111461e515Logging updates, some function optimisation
Deon George
2021-08-16 00:41:43 +1000
b8478adecbCatch Netmails that dont generate an exception when converting to a packed message. Make sure we present unique addresses
Deon George
2021-08-15 19:25:04 +1000
0789ee9042Fix assigning default when system has more than 1 AKA in different zones
Deon George
2021-08-15 17:26:01 +1000
988d4dda52Sort node's AKAs, fix Host selection for new addresses
Deon George
2021-08-15 16:41:04 +1000
655c0db94dSome presentation fixes: ordered domain names, select2 for zone systems
Deon George
2021-08-15 16:13:51 +1000
ae96ff9a24Fix System ZC identification
Deon George
2021-08-15 16:01:51 +1000
414a10f84eFix end session report, move address when system is a ZC, show #addresses on systems
Deon George
2021-08-15 11:42:38 +1000
b9abd17139Dont process messages from robots
Deon George
2021-08-15 00:21:04 +1000
3badb895b0Filearea validation fixes
Deon George
2021-08-14 23:52:39 +1000
34776b6639Some layout changes for echoarea/filearea
Deon George
2021-08-14 23:39:42 +1000
c904f1f9e9Fix echoarea naming regex
Deon George
2021-08-14 23:05:11 +1000
4048289cf3Implemented hide AKA, Minor Node::class changes, other fixes
Deon George
2021-08-14 16:14:22 +1000
569201e972Server start based on config
Deon George
2021-08-14 14:10:29 +1000
6c6976678fChange joins with a collection to use collection joins
Deon George
2021-08-14 11:22:45 +1000
6db826c8a4Some datatables consistency
Deon George
2021-08-14 11:11:20 +1000
385290d18cHandle packets with errors differently
Deon George
2021-08-13 23:46:48 +1000
05f387aab7Assigning session details to ZC makes it default route
Deon George
2021-08-13 22:53:59 +1000
53ab8851faAdd packet info console command
Deon George
2021-08-12 23:15:45 +1000
393600f96fDont process incomplete files
Deon George
2021-08-12 21:59:48 +1000
8996b3d09bShow message numbers in echorea list
Deon George
2021-08-12 00:15:58 +1000
eb0405f019Added echoareas and fileareas
Deon George
2021-08-11 23:45:30 +1000
c7388c2db6Enabled default routing
Deon George
2021-08-09 23:35:22 +1000
7ec01d778aSystem::match() now returns an array
Deon George
2021-08-08 23:53:56 +1000
7922bc6a7aFix errors must not be accessed before initialization
Deon George
2021-08-08 22:49:38 +1000
72fb8044f9Fix for identifying children for netmail packets
Deon George
2021-08-08 21:49:58 +1000
5ca6c8126eShow version in about
Deon George
2021-08-08 20:46:52 +1000
8d4ca2963dEnabled moving address, minor CSS fixes
Deon George
2021-08-08 17:27:22 +1000