• Joined on 2024-02-21
deon pushed to master at bbs/clrghouz 2024-05-21 11:11:15 +00:00
f13d3396ce Update job:list, and change "subject" to "jobname"
0c4c2f8cf5 Update SocketClient to support raw IP addresses
04aa86b6ee Security update enabling update_nn to edit system details
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2024-05-20 11:31:34 +00:00
62cb04868f More complete rework of packet parsing and packet generation with f279d85 - and testing passes
deon pushed to master at bbs/clrghouz 2024-05-19 13:31:15 +00:00
b30ab2f999 Add github hash VERSION file during build
b4a42f6780 More update on security, user to edit their own system with 59ec5f5
f279d85b08 More complete rework of packet parsing and packet generation with 29710c
46f52dd56d Only auth AKAs in the same domain as us
59ec5f5a0c Update on security, user to edit their own system
Compare 10 commits »
deon pushed to master at bbs/clrghouz 2024-05-13 07:06:56 +00:00
6c7da7a220 When decompressing compressed messages, dont barf if we try to decompress the same attribute twice
b008cb20d2 Fix recording of netmails, when they contain taglines and origin lines
b9b5cf4214 Display msgid's smaller for Netmail/Echomail H1 headings
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2024-05-13 05:45:11 +00:00
e6c9bc0058 When decompressing compressed messages, dont barf if we try to decompress the same attribute twice
6c653cf860 Fix recording of netmails, when they contain taglines and origin lines
Compare 2 commits »
deon pushed to master at bbs/clrghouz 2024-05-13 05:29:36 +00:00
d036c7e704 When decompressing compressed messages, dont barf if we try to decompress the same attribute twice
3aa1c826bd Fix recording of netmails, when they contain taglines and origin lines
760995568e Display msgid's smaller for Netmail/Echomail H1 headings
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2024-05-12 11:56:50 +00:00
f912e81ee6 Change where processed packets are placed, if fido.packet_keep is true
4fe5dc6ad0 Fix for session being reported negative
556b95c7c1 Fix when dispatching packets, and our address object has many relations already loaded, causing memory exhaustion due to recursion
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2024-05-12 11:02:52 +00:00
47321834ac Change where processed packets are placed, if fido.packet_keep is true
deon pushed to master at bbs/clrghouz 2024-05-12 10:50:27 +00:00
c2516a2b54 Change where processed packets are placed, if fido.packet_keep is true
171392cf40 Fix for session being reported negative
64d37741a5 Fix when dispatching packets, and our address object has many relations already loaded, causing memory exhaustion due to recursion
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2024-05-12 04:56:25 +00:00
14c505c15b Must not cache the mail waiting queries, otherwise mail/files will be resent in a query loop
deon pushed to master at bbs/clrghouz 2024-05-11 13:18:15 +00:00
79b10bcd48 Removed caching from Echomail - it affects sending packets, since they caching is not cleared when they are updated as sent
dd8558487c Increase default logging to 3 months
Compare 2 commits »
deon pushed to master at bbs/clrghouz 2024-05-10 23:13:27 +00:00
3ad20f969b Put back laravel-eloquent-query-cache and remove Caching from previous commit
4d13199848 Some interface SQL performance improvements
Compare 2 commits »
deon pushed to master at bbs/clrghouz 2024-05-10 11:42:29 +00:00
cd2efbd1d4 Added downstream(), and fixed failing tests in RoutingTest
edee0643ec Reorder functions, no functional changes
23159d19d5 Rework address roles, making Address::role optional, rework determining uplink/downlinks/parent/children
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2024-05-05 22:23:11 +00:00
2765a27db8 Performance fix for address_merge, when there are a log of echomails to move to the new address
deon pushed to master at bbs/clrghouz 2024-05-05 13:17:37 +00:00
c8ef7d065b Fix address_add validation, missing scoped to zone. Change to use shortform of $request->post() in address_add()
deon pushed to master at bbs/clrghouz 2024-05-05 13:03:00 +00:00
2c9ef90c94 Fix address_add validation, missing scoped to zone. Change to use shortform of $request->post() in address_add()
deon pushed to master at bbs/clrghouz 2024-05-05 12:47:38 +00:00
22a4e1ebd7 Fix address_add validation, missing scoped to zone. Change to use shortform of $request->post() in address_add()
deon pushed to master at bbs/clrghouz 2024-05-05 12:14:49 +00:00
7540ddf8f4 $o is not always defined
deon pushed to master at bbs/clrghouz 2024-05-05 12:12:30 +00:00
2908589eea is not always defined
deon pushed to master at bbs/clrghouz 2024-05-05 07:41:51 +00:00
b17fe1d2ee It seems session time is now returning a float, cast it to an int