]> git.meshlink.io Git - meshlink/commit
Add meshlink_add_invitation_address(), deprecate meshlink_add_address().
authorGuus Sliepen <guus@meshlink.io>
Fri, 6 Mar 2020 22:20:22 +0000 (23:20 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 6 Mar 2020 22:20:22 +0000 (23:20 +0100)
commit3febbb4453f5c6b0286e7e3c68a5dbcec975b6fd
tree325eb703114629dc41224f8de902eb74988a3eee
parent11d4da4957cb576abe9ee79c9893809a34f1f3d9
Add meshlink_add_invitation_address(), deprecate meshlink_add_address().

This adds a function to add one or more application-controlled address and
port combinations to invitation URLs. It is meant to replace
meshlink_add_address(), which is too limited because it only allows one
address to be set, and doesn't allow a different port number to be set.
13 files changed:
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h
test/blacklist.c
test/channels-fork.c
test/get-all-nodes.c
test/import-export.c
test/invite-join.c
test/trio.c
test/trio2.c
test/utils.c