Report #3138
ax can no longer connect to server axtest:0 by name
sourceArmelthelae (darkstar.niven)
version0.3
statusREJ
priorityTRI
target fix0.2.1
report date2024-01-13 22:29:33
reportStarting with Alpha 2.2, "@ax list" no longer provides a list of software on axtest:0 by default. "@ax connect axtest:0 seems to no longer function either, expecting the server's UUID rather than name. Using "@ax install " without connecting via UUID still functions as expected if the package name is known.
rhet0rica 3 months ago
Intended—the 'connect' and 'disconnect' commands are now for permanently adding/removing trusted servers. Using UUIDs is necessary for trust to prevent spoofing. ax never actually connected to servers like xanadu-client did; up until alpha 2, it actually looked at every server in the region (which, of course, just meant axtest:0). The 'connect' feature was going to optionally limit searching to only one server, but instead I've decided to just copy the command line interface of apt-get, which has permanent trusted sources. This makes things a lot easier on users when updating; they only need to think about what servers are available when they're downloading new packages.
Please log in or register to add remarks.