aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge branch 'reminders' into mainGustav Sörnäs2020-12-01
|\
| * actually tick remindersGustav Sörnäs2020-11-26
| |
| * create reminders.json if not existsGustav Sörnäs2020-11-22
| |
| * 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
| |
| * implement reminders with hard-coded meeting timeGustav Sörnäs2020-11-22
| |
* | restart slack websocket on errorGustav Sörnäs2020-12-01
| |
* | Revert "Revert "tokio 0.3""Gustav Sörnäs2020-11-26
| | | | | | | | This reverts commit a81df34c3d599482dff9b884127d9ed264862e74.
* | create agenda.json if not existsGustav Sörnäs2020-11-22
|/
* cargo fmtGustav Sörnäs2020-11-19
|
* discord: read and use nicknamesGustav 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
|
* Merge pull request #19 from lithekod/formatting-in-readmeGustav Sörnäs2020-11-17
|\ | | | | Add title and show arguments in README
| * Add title and show arguments in READMEEdvard Thörnros2020-11-17
| |
* | Revert "tokio 0.3"Gustav Sörnäs2020-11-17
|/ | | | This reverts commit ae2052d96b1bf082590f35835b3e3fe4bcdef920.
* slack: react to !add instead of answeringGustav Sörnäs2020-11-17
|
* discord: react to !add instead of answeringGustav Sörnäs2020-11-17
|
* update repo name in readmeGustav Sörnäs2020-11-17
|
* tokio 0.3Gustav Sörnäs2020-11-16
|
* remove todoGustav Sörnäs2020-11-16
| | | | See github issues instead.
* update todoGustav Sörnäs2020-11-16
|
* update readmeGustav Sörnäs2020-11-16
|
* Merge pull request #1 from lithekod/rustGustav Sörnäs2020-11-16
|\ | | | | Initial minimum viable bot
| * change slack channel type sigGustav Sörnäs2020-11-16
| | | | | | | | | | Yes, I have these commented and use hard-coded tokens. What are you going to do about it?
| * format help and send ack when adding to agendaGustav Sörnäs2020-11-16
| |
| * update todoGustav Sörnäs2020-11-13
| |
| * only listen to channels we write toGustav Sörnäs2020-11-13
| |
| * fixup: update readmeGustav Sörnäs2020-11-13
| |
| * update readmeGustav Sörnäs2020-11-13
| |
| * print available channels if unspecifiedGustav Sörnäs2020-11-13
| |
| * update todoGustav Sörnäs2020-11-13
| |
| * basic commands and write agenda to fileGustav Sörnäs2020-11-13
| |
| * update readmeGustav Sörnäs2020-11-11
| |
| * build without voiceGustav Sörnäs2020-11-11
| |
| * readme/todoGustav Sörnäs2020-11-11
| |
| * 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
| |
| * add TODOGustav Sörnäs2020-11-11
| |
| * send messages to slack channelGustav Sörnäs2020-11-11
| |
| * minor cleanupGustav Sörnäs2020-11-11
| |
| * don't react to our own discord messagesGustav Sörnäs2020-11-11
| |
| * send messages to discord channelGustav 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
| |