No Branch/Tag Specified
master
stable-blockers
search
crForceDisconn
server-update
conversation_search
fixCR
deletecontactfix
startupbugs
font-setting
events
handleStatus
fuzzbot
code-fixes
fixpanic
autodownload
esi
eventhooks
autobindings
contactRetryDisconn
priority
createProfileAttr
serverAccept
connectionLogic
fixdeletep2
cached_tokens
indents_and_tools
go_update
protocl_engine_shutdown_fix
timeout_fixes_tokens
fixShutdown
networkAfterOnline
surface-tokens
updateDrone
thread_works
file_sharing_fixes
cbump
emitVer
cleanAndNoDupImport
filesharing-persist
mgroups
tapir-gc
winExport
perf
plugins
healthTime
parseScope
send
sendRetId
nc
import_export
state
profile_images
fastercwtch
tapir0.5
sender_side_previews
hash
1.7conn
1.6_conn
fixAcceptBlock
storage_engine_refactor
publicname
v0.24.3
v0.24.2
v0.24.1
v0.24.0
v0.23.1
v0.23.0
v0.22.2
v0.22.1
v0.22.0
v0.21.0
v0.20.8
v0.20.7
v0.20.6
v0.20.5
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.7
v0.19.6
v0.19.5
v0.19.4
v0.19.3
v0.19.2
v0.19.1
v0.19.0
v0.18.10
v0.18.8
v0.18.4
v0.18.3
v0.18.2
v0.17.3
v0.17.2
v0.17.0
v0.16.8
v0.16.7
v0.16.6
v0.16.2
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.19
v0.14.18
v0.14.17
v0.14.16
v0.14.15
v0.14.14
v0.14.12
v0.14.11
v0.14.8
v0.14.7
v0.14.6
v0.14.2
v0.14.1
v0.14.0
v0.13.2
v0.13.1
v0.13.0
v0.9.2
v0.9.1
v0.9.0
v0.8.9
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.12
v0.8.11
v0.8.10
v0.8.1
v0.8.0
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.9
v0.6.8
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.10
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.9
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.11
v0.4.10
v0.4.1
v0.4.0
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.16
v0.3.15
v0.3.14
v0.3.13
v0.3.12
v0.3.11
v0.3.10
v0.3.1
v0.3.0
v0.20.4
v0.2.1-pr-1
v0.2.1-pr
v0.2.0
v0.2
v0.18.9
v0.18.7
v0.18.6
v0.18.5
v0.18.1
v0.18.0
v0.17.1
v0.16.5
v0.16.4
v0.16.3
v0.15.2
v0.14.9
v0.14.5
v0.14.4
v0.14.3
v0.14.13
v0.14.10
v0.13.3
v0.12.2
v0.12.1
v0.12.0
v0.11.2
v0.11.1
v0.11.0
v0.10.0
No Label
applications
BLOCKED
bug
design
duplicate
enhancement
fixed?
funding-needed
help wanted
infrastructure
invalid
payments
qubes
question
ready-for-implementation
refactor
spam
tapir-server
testing
tor
wontfix
Milestone
Set milestone
Clear milestone
No items
No Milestone
Assignees
Assign users
Clear assignees
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
No dependencies set.
Reference: cwtch.im/cwtch#445
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Sorry for asking this after you put a lot of work into the GUI, but does the old CLI still work, or has the backend changed too much?
Hi!
The short answer is that the old cli does not work anymore - many of the APIs it relied on have been deprecrated and/or redesigned since the prototype.
However, we do now provide both go and rust library bindings which have a much nicer, and better designed, interface to cwtch.
They are the same bindings we use to build the GUI and bots so it shouldn't be too difficult to take one of those libraries and expose functions to a cli.
This isn't something we currently have the capacity to take on as a main project, but we are happy to provide help/guidance/hosting if someone wants to start hacking on one.