missytake
9c40e5f3af
added docstring
2024-08-20 13:34:48 +02:00
missytake
32faf3d281
fix: offboarding: remove ppl only from groups they were part of
...
fix #16
2024-08-20 13:34:48 +02:00
missytake
db8ff5caec
feat: offboarding: remove ex-admins from relay groups
...
fix #6
2024-08-20 12:27:42 +02:00
missytake
c1ccfcb546
require more recent deltachat bindings version
2024-08-20 07:41:13 +02:00
missytake
f9186fe0c0
get relay group from pickle instead of guessing
2024-08-20 07:37:37 +02:00
missytake
18e5a67aa7
chore: specify dev dependencies in setup.cfg, add CI ( #12 )
...
* chore: specify dev dependencies in setup.cfg
* added CI
* fix lint
* fix flaky test
2024-08-19 14:11:46 +02:00
missytake
f3daeee8d9
increased version to 1.1.0
2024-04-30 11:27:22 +02:00
missytake
9faeb7cdce
fix: invite links don't work; simply return openpgp4fpr instead
2024-04-30 11:20:54 +02:00
missytake
85625578a8
feat: new command to generate an invite link
2024-04-30 11:20:54 +02:00
missytake
defc179dcf
test: added test for creating an invite link and joining as an outsider
2024-04-30 11:20:54 +02:00
missytake
5d8c11d43b
chore: upgrade deltachat library and fix tests
2024-04-30 11:20:54 +02:00
missytake
73172941e4
test: new helper function to get crew from team member's perspective
2024-04-30 11:20:54 +02:00
missytake
93c0405629
Merge pull request #3 from hagenest/rm_log_message
...
Remove logging of incoming messages
2024-04-10 14:11:39 +02:00
hagi
d6e302c408
remove logging of incoming messages
2024-04-09 15:30:05 +02:00
missytake
dda17c2469
updated version to 1.0.0
2024-04-03 14:52:23 +02:00
missytake
6f785969b3
rename teams-bot to team-bot
2024-02-03 17:21:58 +01:00
missytake
15885c4dfc
remove duplicate enable-linger
2024-02-03 17:06:02 +01:00
missytake
32ca1a4ee6
set BCC_self to True, so sent messages can be looked up in Thunderbird
2024-02-03 17:04:30 +01:00
missytake
cc1625fa29
fix: forward to unencrypted outside chat. fix #16
2024-01-21 13:04:01 +01:00
missytake
b899b6c3eb
send error to relay group if sending outside message fails
2023-12-21 01:34:37 +01:00
link2xt
68e1003046
fix: set mvbox_move before starting an account the first time
...
Otherwise IMAP connection for DeltaChat folder is not started,
so messages are moved to DeltaChat folder but are not picked up
from there until the bot is restarted.
2023-12-17 11:52:40 +00:00
missytake
8fc3fc6f5e
README: small improvements
2023-12-15 22:06:23 +01:00
missytake
c8bc7f12c9
bot: forward sending errors to relay group
2023-12-08 13:58:15 +01:00
missytake
6493fc1952
tests: xfailing test for forwarding sending errors to relay group
2023-12-08 13:16:42 +01:00
missytake
b2e934f6db
add nine.testrun.org as default CI instance. fix #12
2023-12-08 12:40:12 +01:00
missytake
97d151dabd
pyinfra: enable-linger is necessary for systemd user units
2023-12-01 23:07:58 +01:00
missytake
05bb1d162c
renamed variable which I copy-pasted from xdcget
2023-11-04 00:57:03 +01:00
missytake
56b87fb7d1
test: check if /set_avatar works
2023-10-25 00:26:22 +02:00
missytake
5d10618d19
test: check that explanation message isn't forwarded to outsider
2023-10-25 00:06:38 +02:00
missytake
113b3530c7
fix lint
2023-10-24 23:27:57 +02:00
missytake
613d26d2bd
chore: fixing lint issues
2023-10-11 17:19:32 +02:00
missytake
58976dfae0
tests: adding tests for outsiders asking for /help
2023-10-11 17:19:03 +02:00
missytake
6c5e5210d0
feat: Added customizable /help response for outsiders
2023-10-11 11:56:15 +02:00
missytake
1ca0c65adc
added pytest-timeout to developer installation instructions
2023-10-09 17:09:12 +02:00
missytake
b509b0ab77
fix tox complaints
2023-10-09 17:07:58 +02:00
missytake
9b70445c80
feat: handle group name and avatar changes in outside groups. closes #3
2023-10-09 17:03:23 +02:00
missytake
29af857625
feat: add CLI command to display a setup-contact QR code
2023-10-09 15:12:24 +02:00
missytake
ffa7fa4563
fix: start_chat can contain attachments now
2023-10-09 15:03:26 +02:00
missytake
5b00fd92a2
bot: sending out messages works, images have problems still
2023-10-09 11:03:59 +02:00
missytake
b50f6c9cbf
pyinfra: git pull --rebase
2023-10-09 09:40:01 +02:00
missytake
91205e7162
fix: display names can have spaces now. closes #6
2023-10-09 09:36:50 +02:00
missytake
2bd39b5fdc
lint: fix issues
2023-10-09 09:24:24 +02:00
missytake
22d8f87746
tests: add timeout for complex tests
2023-10-09 09:23:39 +02:00
missytake
6095a17ee2
README: fixed wrong command
2023-10-09 09:19:42 +02:00
missytake
6a40240c64
README: make commands easier to copy-paste
2023-10-09 09:19:42 +02:00
missytake
89e4bc2873
pyinfra: avoid KeyError if user/service doesn't exist yet
2023-10-09 09:19:37 +02:00
missytake
69047ea6e3
pyinfra: restart systemd service if it was already running
2023-10-09 09:19:30 +02:00
missytake
39e81f74b5
pyinfra: this order is prettier with most deployments
2023-10-09 09:19:20 +02:00
missytake
82b1fd8c01
pyinfra: specify environment variable
2023-10-09 08:07:36 +02:00
missytake
4fcc99a891
consistent example email address
2023-10-09 08:07:14 +02:00