1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-28 08:39:13 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
GrantBirki
ad1b57c46e adding usage docs for slack 2021-01-30 16:29:16 -08:00
Niko Köser
48bbe3d826
Merge pull request #10 from renanbastos93/patch-1
fix: remove error return on method new
2021-01-31 01:13:03 +01:00
Renan Bastos
5cf5130bda
fix: remove error return on method new
it was removed because it wasn't used.
2021-01-30 16:31:17 -03:00
Niko Köser
f14ac841f6
Merge pull request #7 from Mischala/patch-1
Fixed copy-paste error in comment
2021-01-28 23:18:29 +01:00
Mischa
229e3f7cda
Fixed copy-paste error in comment
COPY PASTE STRIKES AGAIN!
2021-01-29 11:06:20 +13:00
Niko Köser
1cdd47bdc0
docs(readme): add notes about slack support 2021-01-27 01:09:54 +01:00
Niko Köser
86b00ee5de
Merge pull request #2 from KrishanBhalla/slack
feat(service): Add slack support
2021-01-27 01:07:58 +01:00
KrishanBhalla
f25c2a062f comments 2021-01-26 22:50:42 +00:00
KrishanBhalla
98fa724d69 Comment to elaborate on slack apps 2021-01-26 22:49:15 +00:00
KrishanBhalla
0184a24780 changed package name to 'slack' 2021-01-26 22:30:13 +00:00
KrishanBhalla
490aef2c76 slack service 2021-01-26 22:25:16 +00:00
Niko Köser
4fc3c4f887
docs(readme): update description 2021-01-26 11:39:02 +01:00
Niko Köser
fe13109519
docs(comment): add comments pointing to useful resources 2021-01-26 11:31:33 +01:00
Niko Köser
c36622c2f6
docs(readme): add list of supported services 2021-01-26 11:31:14 +01:00
Niko Köser
00de7299be
docs(readme): fix codacy badge 2021-01-26 10:54:06 +01:00
Niko Köser
fd850b27d3
docs(readme): refactor readme 2021-01-26 10:45:14 +01:00
Niko Köser
1ac90ebefd
ci(gh): add templates for PR, bug- and feature-request 2021-01-26 10:36:10 +01:00
Niko Köser
0dec00546d
chore(deps): go mod tidy 2021-01-26 09:26:11 +01:00
Niko Köser
9acc5f6116
fix(discord): add gateway intent to discord client
The discord client was missing its gateway intent. Basically meaning the
API didn't know what the bot is allowed to do, so sending messages would
fail with 'Error 401: Unauthorized'.
Added only the intent to send messages (2048) and now everything is
working as intended.
2021-01-26 09:22:55 +01:00
Niko Köser
eda3e18914
docs(comment): correct function name in comment 2021-01-26 09:22:36 +01:00
Niko Köser
9df832cd3e
docs(comment): add missing comment to pseudo struct 2021-01-26 09:21:47 +01:00
Niko Köser
641a640173
feat(discord): add support for various authentication methods 2021-01-25 06:08:57 +01:00
Niko Köser
5b503b4613
docs(readme): add wip note 2021-01-25 06:08:37 +01:00
Niko Köser
5a752672a6
docs(readme): correct faulty telegram chat id 2021-01-25 05:16:08 +01:00
Niko Köser
62d196ea87
docs(readme): replace gh release with tag shield 2021-01-25 05:08:21 +01:00
Niko Köser
f172c1db85
docs: add readme, coc, and contrib guidelines 2021-01-25 05:05:59 +01:00
Niko Köser
b9c0efe21f
refactor(lib): comment and clean up code 2021-01-25 05:05:28 +01:00
Niko Köser
8daf2e3a9d
chore: go mod tidy 2021-01-25 05:05:00 +01:00
Niko Köser
911b879574
feat: init project 2021-01-25 00:14:21 +01:00