mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-17 13:42:57 +00:00
ad23da63d0
* core: supporter badges using anonymous BBS credentials * badges in profiles * badge in profiles * process badges * update simplexmq * update simplexmq * change types * fix migration * migration * update simplexmq * fix bot API, schema * fix postgresql build * refactor * postgresql schema * correctly set badges in all cases * badges ffi * plan, bot types * FFI * FFI: export badge symbols * add extra field * refactor badge types to GADT * configurable badge key * add badge to profile, test * ui: badge images * generate badge key and sign badge * badge sign in CLI * fix commands, ui * rename badges * Binary * image size, migration * update badge images, add public key * send badges in more cases * update UI, tests * bot types, schema * postgres schema * tone down badges * revert formula * refactor badges * smaller badges * badge position * better badge position * simpler * position * move position * update simplexmq * show badge after name * badge layout * fix badge * debug badge height * shift badge * fix badge in member name * bigger badge * badge layout * differentiate badge colors * more avatars for the user's profiles * refactor * remove color filter * alerts * multiple keys, old expired * use new BBS api * update badge keys, bot api * presentation header * simplify * parser * update iOS images * update public keys * query plans * update simplexmq * refactor badge types * simplexmq * bot api types * update simplexmq - commoncrypto flag * update simplexmq * pass commoncrypto flag to simplexmq in nix iOS build * ios ui * update core library, fixes * badge layout * badge size * badge gap * remove extensions * simplify * share badge in more events, reverify badge if verification failed * larger files with badges * allow sending larger files * simpler * update simplexmq * better decoder for badge keys * update simplexmq --------- Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com> Co-authored-by: shum <github.shum@liber.li>
26 lines
546 B
Modula-2
26 lines
546 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_badge_keygen
|
|
chat_badge_issue
|
|
chat_encrypt_media
|
|
chat_decrypt_media
|
|
chat_write_file
|
|
chat_read_file
|
|
chat_encrypt_file
|
|
chat_decrypt_file |