0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Jordan Rose
3fd42d7a60 Move package.json inside the node/ directory
Previously all APIs were available through the top-level index.ts, but
now the zkgroup APIs are in their own module. To access that in the
old packaging required writing

    import * from '@signalapp/signal-client/node/dist/zkgroup'

This commit moves the package root into the node/ directory to
eliminate the 'node/' component, then adds a top-level, precompiled
zkgroup.js/.d.ts so that clients can use

    import * from '@signalapp/signal-client/zkgroup'
2021-11-08 16:40:50 -08:00
Jordan Rose
9a569f2ffe Standardize license headers
...to have a period after "Signal Messenger, LLC."

...except for the Java sources, which still need a cleanup pass.
2021-10-28 17:27:30 -07:00
Jordan Rose
0f5f7648f9 Update README for recent changes (hsm-enclave and zkgroup) 2021-10-26 14:37:25 -07:00
Jordan Rose
f441c6c559 Update build instructions for Java and for Swift
Adjusts for recent changes and to clarify issues raised by the
community.
2021-09-24 16:31:08 -07:00
Jordan Rose
b829be8669 Fill out README.md a little further 2021-03-25 18:03:03 -07:00
Jack Lloyd
9abad9b144 Mention having to install the cargo ndk tool 2021-02-08 14:52:01 -05:00
Flip Sasser
7665959460
Link to Swift in the README
Otherwise you just have to scroll back up, but this is Markdown and we're all pro users here
2020-12-04 09:31:29 -08:00
Jack Lloyd
9ce337aec9 Add links 2020-11-30 15:56:24 -05:00
Jack Lloyd
3deb23ff60 Some README updates 2020-11-30 13:40:46 -05:00
Jack Lloyd
ebb92a7a5a Updates, and refer Swift to the swift subdir README 2020-11-12 17:32:02 -05:00
Jack Lloyd
5c12396a45 Add some basic build instructions to the readme
For those playing along at home
2020-11-12 16:12:19 -05:00
Jack Lloyd
946e0670f6 Switch to AGPL 3.0 2020-11-02 17:53:10 -05:00
Jack Lloyd
a0a4ffb40f Move libsignal-protocol-rust to rust/protocol 2020-10-15 15:41:20 -04:00
Jack Lloyd
146ff74995 Add warning to README 2020-09-18 16:06:50 -04:00
Jack Lloyd
175689382e Add LICENSE and README files 2020-07-30 13:49:20 -04:00