AsamK
|
48b2c7ff8a
|
Refactor output writers
|
2021-08-08 17:32:55 +02:00 |
|
AsamK
|
87406e2cdb
|
Implement --delete flag for quitGroup
Closes #638
|
2021-06-12 11:33:19 +02:00 |
|
AsamK
|
b8a0901fbd
|
Improve command line help
Fixes #450
|
2021-05-20 20:54:11 +02:00 |
|
AsamK
|
ea633efc9c
|
Prevent last admin from leaving group
|
2021-05-15 18:05:07 +02:00 |
|
AsamK
|
78f22c7020
|
Implement setting group permissions
|
2021-05-15 17:04:22 +02:00 |
|
AsamK
|
357e278f48
|
Remove error handling for oracle unlimited crypto issue
|
2021-05-01 08:45:10 +02:00 |
|
AsamK
|
221d937eec
|
Add CommandException to abstract cli return codes for errors
|
2021-02-23 21:42:42 +01:00 |
|
AsamK
|
c6395b9f35
|
Use PlainTextWriter for all cli stdout output
|
2021-02-22 20:43:02 +01:00 |
|
AsamK
|
de273586b4
|
Use var instead of explicit types
|
2021-02-21 15:01:41 +01:00 |
|
AsamK
|
e74be0c345
|
Refactor register and verify
|
2021-01-10 23:06:13 +01:00 |
|
AsamK
|
9e6a353427
|
Move group classes to separate package
|
2020-12-29 22:09:06 +01:00 |
|
AsamK
|
9942d967a4
|
Refactor to use GroupId class to wrap the byte array
Helps distinguish between group v1 and v2 ids
|
2020-12-24 16:36:47 +01:00 |
|
AsamK
|
591c0fe8a3
|
Reformat project
|
2020-12-08 20:59:20 +01:00 |
|
AsamK
|
a634b46eb2
|
Remove legacy EncapsulatedExceptions from manager
|
2020-11-22 10:38:28 +01:00 |
|
AsamK
|
d08508e6ef
|
Move Exception classes to corresponding package
|
2020-05-15 20:03:51 +02:00 |
|
AsamK
|
f982d2752e
|
Store group member uuids in group store
The member list is now stored as a mixed list of strings and objects, e.g.:
"members": [ "+XXXX", { "number": "+XXXX", "uuid": "XXX-XX" } ]
|
2020-03-23 20:51:13 +01:00 |
|
AsamK
|
e2b7bda65b
|
Use SignalServiceAddress in more places
|
2020-03-23 17:09:56 +01:00 |
|
AsamK
|
b2efef4d8c
|
Reformat imports
|
2019-10-16 19:27:42 +02:00 |
|
AsamK
|
f60a10eb6e
|
Split commands into separate classes
|
2018-11-20 23:19:39 +01:00 |
|