mrsbfh

Matrix-Rust-SDK-Bot-Framework-Helper
git clone git://archive.git.mtrnord.blog/MTRNord/mrsbfh.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-02-23 21:29Release 0.4.1MTRNord2+2-2
2022-02-23 21:29Update documentationMTRNord8+72-88
2022-02-23 14:55Release 0.4.0MTRNord3+4-4
2022-02-23 14:55Prepare updateMTRNord1+1-1
2022-02-23 14:55Update dependenciesMTRNord5+16-14
2022-02-23 14:44update readmeMTRNord1+1-1
2022-02-23 14:42Release 0.3.1MTRNord1+2-3
2022-02-23 14:42fix compiling due to forced featuresMTRNord1+4-1
2022-02-23 14:34Release 0.3.0MTRNord3+4-4
2022-02-23 14:21Merge pull request #10 from donicrosby/fix-unused-dependanciesMarcel2+8-4
2022-02-19 17:37Merge pull request #11 from donicrosby/example-bot-command-enum-fixMarcel1+1-1
2021-11-18 01:44Fix unneeded rust dependancies for mrsbfhdonicrosby2+8-4
2021-11-18 01:28Fixes tripping hazard for the command that is generated after the proc macrosdonicrosby1+1-1
2021-11-13 14:41Merge pull request #6 from donicrosby/use-lazy-static-macroMarcel4+16-6
2021-11-11 00:25Fixed commented out featuresdonicrosby1+1-1
2021-11-11 00:24Fix Cargo.toml whitespacedonicrosby1+2-2
2021-11-10 02:39Docs command not neededdonicrosby1+0-4
2021-11-10 02:15Use lazy_static macro to speed up command processingdonicrosby3+13-5
2021-11-10 00:19Merge branch 'main' of https://github.com/MTRNord/mrsbfh into maindonicrosby12+205-250
2021-11-04 20:21feat!: Update to matrix-sdk 0.4.1MTRNord12+182-236
2021-11-04 19:38chore: Release 0.1.2MTRNord2+4-4
2021-11-04 19:38feat: Allow using rustlsMTRNord1+5-1
2021-11-04 19:22chore: Make release readyMTRNord4+17-8
2021-11-04 19:12feat: Add room_id info to command handlersMTRNord2+8-5
2021-10-24 12:49Merge pull request #4 from donicrosby/fix-command-flowMarcel1+44-36
2021-10-23 22:31Use cargo docs to generate docsdonicrosby1+4-0
2021-10-23 17:51Updated lazy_static placementdonicrosby3+9-5
2021-10-23 17:43Build using lazy_staticdonicrosby3+5-3
2021-10-23 02:57Framework now allows users to decide matrix-sdk featuresdonicrosby1+3-0
2021-10-22 22:02Squashed commit of the following:donicrosby1+44-36
2021-10-22 21:36Wrong Regex group selected...donicrosby1+1-1
2021-10-22 21:18Command now have a regex that checks for !cmddonicrosby1+44-36
2021-09-08 18:29Use room.sendMTRNord1+1-4
2021-09-08 17:43Merge pull request #2 from MTRNord/MTRNord/edition-2021Marcel6+43-43
2021-09-08 17:42Update to matrix-sdk 0.3MTRNord5+35-39
2021-09-08 16:46Pin clap and update to edition 2021MTRNord3+8-4
2021-06-21 13:33Update README.mdMarcel1+1-1
2021-03-21 13:23chore: Update dependenciesMTRNord1+4-4
2021-03-20 17:57fix: Make sure this works with stable toolchainMTRNord6+17-14
2021-02-09 14:17feat: add helper function on sender to remove more boilerplate when creating a noticeMTRNord2+39-0
2021-02-06 15:12feat: Allow using the utils without macrosMTRNord4+10-3
2021-02-01 15:07chore: Update dependencies and use matrix-sdk crates.io versionMTRNord2+2-4
2021-01-31 18:05fix: Use full path for regex packageMTRNord1+1-1
2021-01-31 17:59fix: Normalize all inputs before spliting to ensure we split correctlyMTRNord3+6-4
2021-01-26 18:08fix: Make sure to not move or borrow selfMTRNord1+1-1
2021-01-26 18:03fix: Make sure to not move or borrow selfMTRNord1+2-1
2021-01-26 18:01fix: Pass client when using commands macroMTRNord1+1-0
2021-01-26 17:55feat!: Add client to command argsMTRNord1+3-3
2021-01-12 18:39Update utils.rsMarcel1+2-1
2021-01-12 18:38Update errors.rsMarcel1+8-0
2021-01-08 15:20fix: Downgrade rust-sdk by one commit and go back to tokio 0.2 due to sqlxMTRNord4+6-6
2021-01-08 14:50fix: use User defined config and use a constraint instead of using a genericMTRNord5+13-9
2021-01-08 13:57fix: require that Config implements cloneMTRNord1+1-1
2021-01-08 13:37fix: replace R# instead r#MTRNord1+1-1
2021-01-08 13:23fix: Require a error from the bot to fix issues with error conversionMTRNord6+20-13
2021-01-08 13:14fix: Use a proper error instead of returning a dyn traitMTRNord5+16-4
2021-01-07 20:11chore: Add docs everywhereMTRNord5+285-1
2021-01-07 18:40refactor: Bump sdk and tokioMTRNord8+37-27
2021-01-07 18:24feat: Add commands proc macro and implement in the example botMTRNord3+106-60
2021-01-07 17:39feat: Add autojoin proc macro and implement in the example botMTRNord3+97-2
2020-12-31 02:06feat: Add most basic utils and a basic example bot.MTRNord15+470-87
2020-12-30 23:45Initial CommitMTRNord7+273-0