mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 20:59:57 +00:00
* core: markdown for "hidden" links * update, test * api docs * chatParseUri FFI function * ios: hyperlinks, offer to open sanitized links, an option to send sanitized links (enabled by default) * update markdown * android, desktop: ditto * ios: export localizations * core: rename constructor, change Maybe semantics for web links * rename
24 lines
503 B
Modula-2
24 lines
503 B
Modula-2
LIBRARY libsimplex
|
|
EXPORTS
|
|
hs_init
|
|
hs_init_with_rtsopts
|
|
chat_migrate_init
|
|
chat_close_store
|
|
chat_send_cmd
|
|
chat_send_cmd_retry
|
|
chat_send_remote_cmd
|
|
chat_send_remote_cmd_retry
|
|
chat_recv_msg
|
|
chat_recv_msg_wait
|
|
chat_parse_markdown
|
|
chat_parse_server
|
|
chat_parse_uri
|
|
chat_password_hash
|
|
chat_valid_name
|
|
chat_json_length
|
|
chat_encrypt_media
|
|
chat_decrypt_media
|
|
chat_write_file
|
|
chat_read_file
|
|
chat_encrypt_file
|
|
chat_decrypt_file |