aboutsummaryrefslogtreecommitdiffstats
path: root/src/slack.rs
Commit message (Collapse)AuthorAge
* fix bad mergemainGustav Sörnäs2020-12-01
|
* Merge branch 'reminders' into mainGustav Sörnäs2020-12-01
|\
| * cargo fmtGustav Sörnäs2020-11-22
| |
| * print agenda when reminders are requestedGustav Sörnäs2020-11-22
| |
| * implement Display for AgendaGustav Sörnäs2020-11-22
| |
* | restart slack websocket on errorGustav Sörnäs2020-12-01
|/
* cargo fmtGustav Sörnäs2020-11-19
|
* slack: store display names in hashmapGustav Sörnäs2020-11-19
|
* parse_message takes a closureGustav Sörnäs2020-11-18
|
* small scale refactoringGustav Sörnäs2020-11-18
|
* slack: react to !add instead of answeringGustav Sörnäs2020-11-17
|
* only listen to channels we write toGustav Sörnäs2020-11-13
|
* print available channels if unspecifiedGustav Sörnäs2020-11-13
|
* basic commands and write agenda to fileGustav Sörnäs2020-11-13
|
* move service values to correct file and read more from envGustav Sörnäs2020-11-11
|
* "fix" warningsGustav Sörnäs2020-11-11
|
* send AgendaPoint instead of String between servicesGustav Sörnäs2020-11-11
|
* refactor spawns to functionsGustav Sörnäs2020-11-11
|
* send messages to slack channelGustav Sörnäs2020-11-11
|
* minor cleanupGustav Sörnäs2020-11-11
|
* send messages from slack to discord handlerGustav Sörnäs2020-11-11
|
* switch to actual slack rtm apiGustav Sörnäs2020-11-11
|
* send more strings between asyncGustav Sörnäs2020-11-11
|
* refactor to new filesGustav Sörnäs2020-11-11