• Joined on 2024-02-21
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
deon pushed to master at bbs/clrghouz 2024-05-05 02:22:50 +00:00
5389739920 Enable setting autohold and address validation in web UI
92f964f572 Remove static cache from our_address in favour of Cache::class keyed off setup:system_id
9abfd88e3d Fix for AreaSecurity when presented security is null
e9895aee45 Added Echoarea::addresses_active() to find addresses that are connected to the area, and active
79b180f453 Upgrade to Laravel 11, begining of enabling network join functionality, removed QueryCacheable
Compare 5 commits »
deon pushed to master at bbs/clrghouz 2024-04-26 02:23:59 +00:00
6e376100a5 Fix System registration form presentation and validation processing
deon pushed to master at bbs/clrghouz 2024-04-25 10:20:47 +00:00
1a5c1eff7b Move passkey login to a button on the login page