Tilde Friends
|
Typedefs | |
typedef struct _tf_test_options_t | tf_test_options_t |
Functions | |
void | tf_ssb_test_id_conversion (const tf_test_options_t *options) |
void | tf_ssb_test_ssb (const tf_test_options_t *options) |
void | tf_ssb_test_following (const tf_test_options_t *options) |
void | tf_ssb_test_rooms (const tf_test_options_t *options) |
void | tf_ssb_test_bench (const tf_test_options_t *options) |
void | tf_ssb_test_go_ssb_room (const tf_test_options_t *options) |
void | tf_ssb_test_encrypt (const tf_test_options_t *options) |
void | tf_ssb_test_peer_exchange (const tf_test_options_t *options) |
void | tf_ssb_test_publish (const tf_test_options_t *options) |
void | tf_ssb_test_replicate (const tf_test_options_t *options) |
void | tf_ssb_test_connect_str (const tf_test_options_t *options) |
void | tf_ssb_test_invite (const tf_test_options_t *options) |
void | tf_ssb_test_triggers (const tf_test_options_t *options) |
void | tf_ssb_test_cli (const tf_test_options_t *options) |
void | tf_ssb_test_following_perf (const tf_test_options_t *options) |
Tests for SSB functionality.
typedef struct _tf_test_options_t tf_test_options_t |
Options to control how tests are run.
void tf_ssb_test_bench | ( | const tf_test_options_t * | options | ) |
Benchmark SSB replication performacnce.
options | The test options. |
void tf_ssb_test_cli | ( | const tf_test_options_t * | options | ) |
Test command-line interface.
options | The test options. |
void tf_ssb_test_connect_str | ( | const tf_test_options_t * | options | ) |
Test invites.
options | The test options. |
void tf_ssb_test_encrypt | ( | const tf_test_options_t * | options | ) |
Test encrypting a private message.
options | The test options. |
void tf_ssb_test_following | ( | const tf_test_options_t * | options | ) |
Test SSB following calculations.
options | The test options. |
void tf_ssb_test_following_perf | ( | const tf_test_options_t * | options | ) |
Test following performance.
options | The test options. |
void tf_ssb_test_go_ssb_room | ( | const tf_test_options_t * | options | ) |
Test communicating with go-ssb-room.
options | The test options. |
void tf_ssb_test_id_conversion | ( | const tf_test_options_t * | options | ) |
Test converting SSB identities.
options | The test options. |
void tf_ssb_test_invite | ( | const tf_test_options_t * | options | ) |
Test invites.
options | The test options. |
void tf_ssb_test_peer_exchange | ( | const tf_test_options_t * | options | ) |
Test peer exchange.
options | The test options. |
void tf_ssb_test_publish | ( | const tf_test_options_t * | options | ) |
Test publishing a message.
options | The test options. |
void tf_ssb_test_replicate | ( | const tf_test_options_t * | options | ) |
Test connecting by string.
options | The test options. |
void tf_ssb_test_rooms | ( | const tf_test_options_t * | options | ) |
Test SSB rooms.
options | The test options. |
void tf_ssb_test_ssb | ( | const tf_test_options_t * | options | ) |
Test SSB connections and replication.
options | The test options. |
void tf_ssb_test_triggers | ( | const tf_test_options_t * | options | ) |
Test triggers.
options | The test options. |