• Joined on 2024-02-21
deon pushed to 2.3-dev at deon/phpldapadmin 2026-03-19 12:29:41 +00:00
d6443cd149 Fix performance impact implemented in ed4809f1f when rendering the tree
deon pushed to master at bbs/clrghouz 2026-03-19 09:28:07 +00:00
7e389ccded Downgrade some alerts regarding invalid AKAs
deon pushed to master at bbs/clrghouz 2026-03-19 06:28:32 +00:00
afeb860dfd Further refinements to File::class when determining what we can open
213424781a Limit netmails to 'authed' addresses
318fa3b499 Move packed message creation into packed message class (Type2)
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2026-03-19 05:52:12 +00:00
5621f04aa7 Limit netmails to 'authed' addresses
7e441a2a4a Move packed message creation into packed message class (Type2)
35732bf04b No need to test for a pkt in File, since it is done later in the switch
624635e2af Fix for when a system presents addresses that we dont authenticate. When maintenance mode activated, only terminate a session after we've sent something
01193b5751 Add an Origin line when an echomail doesnt have one
Compare 49 commits »
deon pushed to master at bbs/clrghouz 2026-03-19 02:12:49 +00:00
38ef25f9b9 Fix when unique() returns two identical system.id's
deon pushed to master at bbs/clrghouz 2026-03-19 01:51:00 +00:00
73c9dcd567 Fix autocreating a path address when it doesnt exist when processing an echomail
deon pushed to master at bbs/clrghouz 2026-03-19 01:12:44 +00:00
981fe8dd27 Fix EMSI debug log message when there is no data coming from the remote
deon pushed to master at bbs/clrghouz 2026-03-19 00:59:18 +00:00
7c3d21eca6 Fixes to Address model required as a result of 1835423a
deon pushed to master at bbs/clrghouz 2026-03-18 12:36:30 +00:00
4d819bc3fd Fix rendering of domain homepage when homepage is null
deon pushed to master at bbs/clrghouz 2026-03-18 02:13:53 +00:00
f051bdfc56 Remove deprecated functions and columns as a result of moving messages to 'message' column in Echomail/Netmail. Also remove rogue_path from files
38729a22e5 Downgrade the Domain not found message when importing nodelists, the exception will trigger the error if the domain cannot be determined
70eda7d510 Fix loop when an address uplink returns itself
27955704f0 Enable to force all items to the queue during a session - initially used by outbound polling. SystemHeartbeat will send all received items to the queue.
1835423a5a Change activeFTN() to FTNactive(). Move some joins to FTNorder(). Scope some addresses columns. When getting active FTNs use scope FTNactive() instead of active()
Compare 13 commits »
deon pushed to master at bbs/clrghouz 2026-03-18 02:01:34 +00:00
dcb97ac6fb Remove deprecated functions and columns as a result of moving messages to 'message' column in Echomail/Netmail. Also remove rogue_path from files
deon pushed to master at bbs/clrghouz 2026-03-17 23:29:12 +00:00
b85bd5d5ca Downgrade the Domain not found message when importing nodelists, the exception will trigger the error if the domain cannot be determined
deon pushed to master at bbs/clrghouz 2026-03-17 23:22:29 +00:00
e5e2caeb48 Fix loop when an address uplink returns itself
deon pushed to master at bbs/clrghouz 2026-03-17 20:52:03 +00:00
fecd89df48 Enable to force all items to the queue during a session - initially used by outbound polling. SystemHeartbeat will send all received items to the queue.
deon pushed to master at bbs/clrghouz 2026-03-17 20:44:00 +00:00
1851ebb07c Enable to force all items to the queue during a session - initially used by outbound polling
deon pushed to master at bbs/clrghouz 2026-03-17 19:53:45 +00:00
28d836858a Enable to force all items to the queue during a session - initially used by outbound polling
deon pushed to master at bbs/clrghouz 2026-03-17 19:37:44 +00:00
f5ea3205aa Change activeFTN() to FTNactive(). Move some joins to FTNorder(). Scope some addresses columns. When getting active FTNs use scope FTNactive() instead of active()
41a2aef254 Dont show points in domain view, most of them are discovered
Compare 2 commits »
deon pushed to master at bbs/clrghouz 2026-03-17 10:32:02 +00:00
5f672560e3 utf8_encode is deprecated, replace with iconv
b3830c85ae Add debug:file:dump
ce51989768 When displaying netmail, include old addresses that are no longer active
abbf474607 When setting up an EMSI session, dont try forever to get an EMSI header
0b2999283b In the conversion of columns msg to message in 175e9fa96, forwarded netmails should be saving the message in message not messge source. Fix display of netmails where the sent_id is null
Compare 24 commits »
deon pushed to master at bbs/clrghouz 2026-03-17 00:56:57 +00:00
a24e1f8b14 When displaying netmail, include old addresses that are no longer active
deon pushed to master at bbs/clrghouz 2026-03-17 00:15:43 +00:00
3c64cf073b When displaying netmail, include old addresses that are no longer active