1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-27 05:53:15 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
jfreegman
7f29705966 Refactor peer-specific commands
This takes into account the possibility of multiple peers in
the group using the same nick. The /whois command now lists
all peers associated with the input name, and all commands
that target a peer with a non-unique nick will require the
public key to be used.
2022-03-06 15:45:44 -05:00
jfreegman
e9f8293a0a Add topic lock command and callbacks 2022-03-06 15:45:43 -05:00
jfreegman
f16aa35ebc Make /whois show both public key and name 2022-03-06 15:45:42 -05:00
jfreegman
a5b44dffd2 Add the ability to make peer-specific commands using public keys
This allows us to use commands on peers who may be using nicks with strange
or unsupported unicode characters
2022-03-06 15:45:42 -05:00
jfreegman
408c8f7c10 Add /list command that lists all group peers w/ public keys 2022-03-06 15:45:41 -05:00
jfreegman
707fb7f107 Add connection type to whois group peer queries 2022-03-06 15:45:40 -05:00
jfreegman
9a885ed2ba Remove redundant command /mykey
You can get your own key with the /whois command
2022-03-06 15:45:40 -05:00
jfreegman
ad238fc2fd Sync with master branch 2022-03-06 15:45:39 -05:00
jfreegman
e6136d45d2 Implement new groupchats 2022-03-06 15:45:34 -05:00