Commit graph

153 commits

Author SHA1 Message Date
notohh f517307538 Merge branch 'main' into init-cli-p2 2024-02-25 11:57:12 -05:00
notohh 2901d345d6
ci: include *.rs 2024-02-25 11:56:54 -05:00
notohh 2600ee6cc4
Merge branch 'main' into init-cli-p2
ci: disable clippy for now

ci: reenable rustup install

cargo: update lock
2024-02-25 11:53:43 -05:00
notohh 8ed9341673
cargo: update lockfile 2024-02-25 11:44:03 -05:00
modulatingforce abae060f45 Merge pull request 'dev into main' (#15) from dev into main
Reviewed-on: #15
2024-02-25 11:31:10 -05:00
ModulatingForce 0a7a4b539a rustfmt 2024-02-25 11:28:17 -05:00
ModulatingForce 66e82de28f lib.rs 2024-02-25 11:25:39 -05:00
ModulatingForce 2adceffd59 identity test fns 2024-02-25 11:25:39 -05:00
ModulatingForce b41c34c392 idmgr helper fns 2024-02-25 11:25:39 -05:00
ModulatingForce cbaad60557 fix identity so case insensitive 2024-02-25 11:25:39 -05:00
ModulatingForce 2d5fa269de functional identity demote,promote,canuserrun 2024-02-25 11:25:39 -05:00
ModulatingForce a825544590 (init) id > demote 2024-02-25 11:25:39 -05:00
ModulatingForce ce27674a5f (cont) identity > promote 2 2024-02-25 11:25:38 -05:00
ModulatingForce dacad7fbe2 (cont) identity > promote() 2024-02-25 11:25:38 -05:00
ModulatingForce 51d5db3f4e (cont) botlog module 2024-02-25 11:25:38 -05:00
ModulatingForce fd80921ebb gitignore log 2024-02-25 11:25:38 -05:00
ModulatingForce eb6c5ec58c (init) botlog module 2024-02-25 11:25:38 -05:00
ModulatingForce b78a2cd2b9 reorg can_user_run inner code 2024-02-25 11:25:38 -05:00
ModulatingForce 017d2426d2 mods are auto given mod user role 2024-02-25 11:25:37 -05:00
ModulatingForce bac99f5845 comments cleanup 2024-02-25 11:25:37 -05:00
ModulatingForce a83e77ddcf 20240212 - working fn param botinstance 2024-02-25 11:25:37 -05:00
ModulatingForce 8f48c3cf59 Merge branch '2024.02.04---LATEST-PROBLEM' into dev 2024-02-25 11:25:01 -05:00
ModulatingForce 00796f3628 20240201 - latest issue 2024-02-25 11:17:52 -05:00
ModulatingForce 760461a9b4 smol add awaits 2024-02-25 11:17:52 -05:00
ModulatingForce a16f7fbf04 Problem - with botmanagers 2024-02-25 11:17:52 -05:00
ModulatingForce 372893af15 2024.02.12 - Working getuserroles 2024-02-25 11:17:52 -05:00
ModulatingForce cc11479bf2 2024.02.12 - GetRole() Works 2024-02-25 11:17:52 -05:00
ModulatingForce 2a7b53ddf8 2024.02.12 - WORKS 2024-02-25 11:17:52 -05:00
ModulatingForce 8d4db0c657 2024.02.04 - LATEST PROBLEM 2024-02-25 11:17:52 -05:00
ModulatingForce 768bb5f03a (cont) promote 2024-02-25 11:13:45 -05:00
ModulatingForce b316596f17 added identity > getroles 2024-02-25 11:13:45 -05:00
ModulatingForce f8b9cefacb Working - BotManagers Added 2024-02-25 11:13:45 -05:00
ModulatingForce be2e967e40 2024.01.31 - Latest Borrow Compile Err 2024-02-25 11:13:45 -05:00
ModulatingForce 8a93ef0469 (cont) BotManagers compile 2024-02-25 11:13:45 -05:00
ModulatingForce a556a5aa89 (cont) BotManagers 2024-02-25 11:13:45 -05:00
ModulatingForce a6aedb291f introduced BotManagers to BotInstance 2024-02-25 11:13:45 -05:00
ModulatingForce 50321a7ce0 (cont) identity > promote - comments 2024-02-25 11:13:45 -05:00
ModulatingForce 26fc8b8683 added funny random listener/responder 2024-02-25 11:13:45 -05:00
ModulatingForce b2dc82ee90 (init) identity > promote/demote commands 2024-02-25 11:13:45 -05:00
ModulatingForce 4aaab7e2fa working identity > can_user_run() 2024-02-25 11:13:45 -05:00
ModulatingForce e61f9fd4ac (cont) identity > canUserRun() - Logic Design (comments) 2024-02-25 11:13:44 -05:00
ModulatingForce 1343093ecd (init) identity > canUserRun() 2024-02-25 11:13:44 -05:00
ModulatingForce e1535aef2a (cont) work on identity module 2024-02-25 11:13:44 -05:00
ModulatingForce 422cd93303 (init) Identity Module 2024-02-25 11:13:44 -05:00
ModulatingForce 45564cceed BotCommands added are valided at runtime 2024-02-25 11:13:44 -05:00
notohh 491722bf0f
ci: update clippy tests 2024-02-25 11:04:01 -05:00
notohh 9c3318c6f6
ci: update rust image
Some checks failed
ci/woodpecker/manual/cargo-checks Pipeline failed
2024-02-25 10:55:42 -05:00
notohh bc9fd75853
ci: update rust image
Some checks failed
ci/woodpecker/manual/cargo-checks Pipeline failed
2024-02-25 10:54:38 -05:00
notohh 38a5e7e520
ci: add basic cargo ci
Some checks failed
ci/woodpecker/manual/cargo-checks Pipeline failed
2024-02-25 10:54:02 -05:00
notohh 10d739db4f
flake.nix: update build inputs 2024-02-25 10:31:36 -05:00