| 2022-02-23 21:29 | Release 0.4.1 | MTRNord | 2 | +2 | -2 |
| 2022-02-23 21:29 | Update documentation | MTRNord | 8 | +72 | -88 |
| 2022-02-23 14:55 | Release 0.4.0 | MTRNord | 3 | +4 | -4 |
| 2022-02-23 14:55 | Prepare update | MTRNord | 1 | +1 | -1 |
| 2022-02-23 14:55 | Update dependencies | MTRNord | 5 | +16 | -14 |
| 2022-02-23 14:44 | update readme | MTRNord | 1 | +1 | -1 |
| 2022-02-23 14:42 | Release 0.3.1 | MTRNord | 1 | +2 | -3 |
| 2022-02-23 14:42 | fix compiling due to forced features | MTRNord | 1 | +4 | -1 |
| 2022-02-23 14:34 | Release 0.3.0 | MTRNord | 3 | +4 | -4 |
| 2022-02-23 14:21 | Merge pull request #10 from donicrosby/fix-unused-dependancies | Marcel | 2 | +8 | -4 |
| 2022-02-19 17:37 | Merge pull request #11 from donicrosby/example-bot-command-enum-fix | Marcel | 1 | +1 | -1 |
| 2021-11-18 01:44 | Fix unneeded rust dependancies for mrsbfh | donicrosby | 2 | +8 | -4 |
| 2021-11-18 01:28 | Fixes tripping hazard for the command that is generated after the proc macros | donicrosby | 1 | +1 | -1 |
| 2021-11-13 14:41 | Merge pull request #6 from donicrosby/use-lazy-static-macro | Marcel | 4 | +16 | -6 |
| 2021-11-11 00:25 | Fixed commented out features | donicrosby | 1 | +1 | -1 |
| 2021-11-11 00:24 | Fix Cargo.toml whitespace | donicrosby | 1 | +2 | -2 |
| 2021-11-10 02:39 | Docs command not needed | donicrosby | 1 | +0 | -4 |
| 2021-11-10 02:15 | Use lazy_static macro to speed up command processing | donicrosby | 3 | +13 | -5 |
| 2021-11-10 00:19 | Merge branch 'main' of https://github.com/MTRNord/mrsbfh into main | donicrosby | 12 | +205 | -250 |
| 2021-11-04 20:21 | feat!: Update to matrix-sdk 0.4.1 | MTRNord | 12 | +182 | -236 |
| 2021-11-04 19:38 | chore: Release 0.1.2 | MTRNord | 2 | +4 | -4 |
| 2021-11-04 19:38 | feat: Allow using rustls | MTRNord | 1 | +5 | -1 |
| 2021-11-04 19:22 | chore: Make release ready | MTRNord | 4 | +17 | -8 |
| 2021-11-04 19:12 | feat: Add room_id info to command handlers | MTRNord | 2 | +8 | -5 |
| 2021-10-24 12:49 | Merge pull request #4 from donicrosby/fix-command-flow | Marcel | 1 | +44 | -36 |
| 2021-10-23 22:31 | Use cargo docs to generate docs | donicrosby | 1 | +4 | -0 |
| 2021-10-23 17:51 | Updated lazy_static placement | donicrosby | 3 | +9 | -5 |
| 2021-10-23 17:43 | Build using lazy_static | donicrosby | 3 | +5 | -3 |
| 2021-10-23 02:57 | Framework now allows users to decide matrix-sdk features | donicrosby | 1 | +3 | -0 |
| 2021-10-22 22:02 | Squashed commit of the following: | donicrosby | 1 | +44 | -36 |
| 2021-10-22 21:36 | Wrong Regex group selected... | donicrosby | 1 | +1 | -1 |
| 2021-10-22 21:18 | Command now have a regex that checks for !cmd | donicrosby | 1 | +44 | -36 |
| 2021-09-08 18:29 | Use room.send | MTRNord | 1 | +1 | -4 |
| 2021-09-08 17:43 | Merge pull request #2 from MTRNord/MTRNord/edition-2021 | Marcel | 6 | +43 | -43 |
| 2021-09-08 17:42 | Update to matrix-sdk 0.3 | MTRNord | 5 | +35 | -39 |
| 2021-09-08 16:46 | Pin clap and update to edition 2021 | MTRNord | 3 | +8 | -4 |
| 2021-06-21 13:33 | Update README.md | Marcel | 1 | +1 | -1 |
| 2021-03-21 13:23 | chore: Update dependencies | MTRNord | 1 | +4 | -4 |
| 2021-03-20 17:57 | fix: Make sure this works with stable toolchain | MTRNord | 6 | +17 | -14 |
| 2021-02-09 14:17 | feat: add helper function on sender to remove more boilerplate when creating a notice | MTRNord | 2 | +39 | -0 |
| 2021-02-06 15:12 | feat: Allow using the utils without macros | MTRNord | 4 | +10 | -3 |
| 2021-02-01 15:07 | chore: Update dependencies and use matrix-sdk crates.io version | MTRNord | 2 | +2 | -4 |
| 2021-01-31 18:05 | fix: Use full path for regex package | MTRNord | 1 | +1 | -1 |
| 2021-01-31 17:59 | fix: Normalize all inputs before spliting to ensure we split correctly | MTRNord | 3 | +6 | -4 |
| 2021-01-26 18:08 | fix: Make sure to not move or borrow self | MTRNord | 1 | +1 | -1 |
| 2021-01-26 18:03 | fix: Make sure to not move or borrow self | MTRNord | 1 | +2 | -1 |
| 2021-01-26 18:01 | fix: Pass client when using commands macro | MTRNord | 1 | +1 | -0 |
| 2021-01-26 17:55 | feat!: Add client to command args | MTRNord | 1 | +3 | -3 |
| 2021-01-12 18:39 | Update utils.rs | Marcel | 1 | +2 | -1 |
| 2021-01-12 18:38 | Update errors.rs | Marcel | 1 | +8 | -0 |
| 2021-01-08 15:20 | fix: Downgrade rust-sdk by one commit and go back to tokio 0.2 due to sqlx | MTRNord | 4 | +6 | -6 |
| 2021-01-08 14:50 | fix: use User defined config and use a constraint instead of using a generic | MTRNord | 5 | +13 | -9 |
| 2021-01-08 13:57 | fix: require that Config implements clone | MTRNord | 1 | +1 | -1 |
| 2021-01-08 13:37 | fix: replace R# instead r# | MTRNord | 1 | +1 | -1 |
| 2021-01-08 13:23 | fix: Require a error from the bot to fix issues with error conversion | MTRNord | 6 | +20 | -13 |
| 2021-01-08 13:14 | fix: Use a proper error instead of returning a dyn trait | MTRNord | 5 | +16 | -4 |
| 2021-01-07 20:11 | chore: Add docs everywhere | MTRNord | 5 | +285 | -1 |
| 2021-01-07 18:40 | refactor: Bump sdk and tokio | MTRNord | 8 | +37 | -27 |
| 2021-01-07 18:24 | feat: Add commands proc macro and implement in the example bot | MTRNord | 3 | +106 | -60 |
| 2021-01-07 17:39 | feat: Add autojoin proc macro and implement in the example bot | MTRNord | 3 | +97 | -2 |
| 2020-12-31 02:06 | feat: Add most basic utils and a basic example bot. | MTRNord | 15 | +470 | -87 |
| 2020-12-30 23:45 | Initial Commit | MTRNord | 7 | +273 | -0 |