aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* sshnc: Add note to sshnc_maybe_recv() to re-call on OKTom Smeding2020-07-12
|
* sshnc: Fix bug where sshnc_maybe_recv() would blockTom Smeding2020-07-12
|
* websockets: Parametrise port/host parametersTom Smeding2020-07-12
|
* ssh: Some executable renamingsTom Smeding2020-07-12
|
* Update README.md to refer to protocol documentationTom Smeding2020-07-11
|
* ssh server: Less noiseTom Smeding2020-07-09
|
* ssh: Add client proxyTom Smeding2020-07-09
|
* ssh: Add userdata to sshnc hostkey checkerTom Smeding2020-07-09
|
* weechat: Add update_plugin_header.sh scriptTom Smeding2020-07-09
|
* ssh: Abstract SSH communication in mini-libraryTom Smeding2020-07-09
|
* webclient: Eliminate font-awesome dependencyTom Smeding2020-07-07
|
* weechat-plugin.h upTom Smeding2020-07-07
|
* weechat: Update to latest protocolTom Smeding2020-07-07
|
* ssh: Use RSA keys because JSch for android is outdatedTom Smeding2020-07-07
|
* webclient: Show inviterTom Smeding2020-07-05
|
* server/protocol: Include inviter username in _push inviteTom Smeding2020-07-05
|
* server: Always enable foreign key handlingTom Smeding2020-07-05
|
* server: Don't crash on ECONNRESET from clientTom Smeding2020-07-05
|
* Scrap TODO item because it's doneTom Smeding2020-07-04
|
* Send msgids in 'send' response and '_push message'Tom Smeding2020-07-04
|
* server: Use hashtable implementation for user_dataTom Smeding2020-07-04
|
* server: Use u64 for keys in hashtableTom Smeding2020-07-04
|
* Slight optimisation of ht_grow()Tom Smeding2020-07-01
| | | | | | | The hashtable has been slightly integration-tested, but not rigorously -- even though the implementation is non-trivial enough that it could warrant testing. And it's a completely separate module, so eminently testable. Please test.
* Growing hash table of conn_data's in mainTom Smeding2020-07-01
|
* server: Local functions are staticTom Smeding2020-06-29
|
* server: Perfect hashing of commandsTom Smeding2020-06-29
|
* server: Check that constructor attributes work on the systemTom Smeding2020-06-29
|
* webclient: Protocol version negotiationTom Smeding2020-06-28
|
* server/protocol: Protocol version negotiationTom Smeding2020-06-28
|
* server: Some code cleanupTom Smeding2020-06-28
|
* webclient: /help commandTom Smeding2020-06-28
|
* server: Simplify delete_conn_dataTom Smeding2020-06-28
|
* Add TODO itemTom Smeding2020-06-28
|
* Add more TODO itemsTom Smeding2020-06-27
|
* server: Ensure db queries are all indexedTom Smeding2020-06-27
|
* websockets: Fix https supportTom Smeding2020-06-27
|
* ssh: Working proxy server (with too much debug logging)Tom Smeding2020-06-26
|
* ssh: WIP ssh proxy serverTom Smeding2020-06-25
|
* ssh custom clientTom Smeding2020-06-25
|
* ssh server: print host keyTom Smeding2020-06-25
|
* ssh: Working ssh echo serverTom Smeding2020-06-25
|
* WIP server using libssh, TODO is custom clientTom Smeding2020-06-25
| | | | | I think writing a custom client may work better with the callback structure, though I'm not sure
* Add compile_commands.json to .gitignoreTom Smeding2020-06-25
|
* Protocol fixesTom Smeding2020-06-21
| | | | Thanks @lieuwex
* Add protocol descriptionTom Smeding2020-06-20
|
* websockets: More robust in case of connection closuresTom Smeding2020-06-20
|
* server: User password hashing (libsodium Argon2id(3,64MB))Tom Smeding2020-06-20
|
* server: Add 'not null' to all non-null columns in schemaTom Smeding2020-06-20
|
* Remove old firebase-migration scriptTom Smeding2020-06-20
|
* server: Add firebase user foreign key in schemaTom Smeding2020-06-20
|