antifallobst
antifallobst pushed to master at trinitrix/core 2023-07-21 19:34:54 +00:00
4856ecc582 Fix(event_handlers): removed outdated reference to the ci_output module
antifallobst merged pull request trinitrix/core#11 2023-07-21 18:57:04 +00:00
Fully add a lua api
antifallobst pushed to master at trinitrix/core 2023-07-21 18:57:04 +00:00
dcf87f257d Merge: PR-11 (commands) -> master
eac2eb2a7c Merge branch 'master' into commands
a6d176b6e9 Fix(event_handlers/ci_output): Remove because not needed anymore
20c751fd7f Fix(treewide): Update codebase to new lua_macros api
c243c90cab Fix(lua_macros): Rework to support new command focused layout
Compare 20 commits »
antifallobst pushed to commands at trinitrix/core 2023-07-21 18:55:26 +00:00
eac2eb2a7c Merge branch 'master' into commands
69a15e2886 Docs(Architecture): theoretically redesigned the architecture to be chat protocol independant
80b72b53c0 Docs: fix the link in the commit message format docs
80f8c1709f Docs: update the commit message format to a modified version of the AngularJS commit message style
9c9da44341 Docs(Philosophy): Fixed a typo
Compare 6 commits »
antifallobst pushed to master at trinitrix/core 2023-07-20 13:47:58 +00:00
69a15e2886 Docs(Architecture): theoretically redesigned the architecture to be chat protocol independant
antifallobst deleted branch lua from trinitrix/core 2023-07-20 06:03:30 +00:00
antifallobst pushed to master at trinitrix/core 2023-07-19 23:24:05 +00:00
80b72b53c0 Docs: fix the link in the commit message format docs
antifallobst pushed to master at trinitrix/core 2023-07-19 23:21:46 +00:00
80f8c1709f Docs: update the commit message format to a modified version of the AngularJS commit message style
antifallobst pushed to master at trinitrix/core 2023-07-19 23:00:09 +00:00
9c9da44341 Docs(Philosophy): Fixed a typo
antifallobst pushed to master at trinitrix/core 2023-07-19 22:43:00 +00:00
36ab50b467 Docs(Philosophy): Added a WIP design philosophy for the project.
antifallobst deleted branch command-backend from trinitrix/core 2023-07-16 22:06:09 +00:00
antifallobst pushed to master at trinitrix/core 2023-07-13 22:07:30 +00:00
dfeac4662d Refactor(Events): Changed the `Event` type from a struct to an enum
antifallobst pushed to master at trinitrix/core 2023-07-13 21:41:30 +00:00
dd3c765ea2 Refactor(Commands): Moved high level command execution function out of app struct.
antifallobst pushed to master at trinitrix/core 2023-07-13 21:19:15 +00:00
529b869e80 Feat(Commands): Started actual implementation of commands
antifallobst pushed to master at trinitrix/core 2023-07-13 16:42:53 +00:00
33948164c4 Merge: command-backend -> master
b0c09f9c65 Feat(CommandBackend): Implemented the basic structure of the command handling backend
Compare 2 commits »
antifallobst pushed to master at trinitrix/core 2023-07-13 15:05:21 +00:00
327450c64b Feat(command_interface): Add basic lua support
antifallobst pushed to master at trinitrix/core 2023-07-10 21:34:10 +00:00
05d4b4d097 Docs(Commands): Documented the command system
antifallobst created branch command-backend in trinitrix/core 2023-07-10 20:56:30 +00:00
antifallobst pushed to command-backend at trinitrix/core 2023-07-10 20:56:30 +00:00
b0c09f9c65 Feat(CommandBackend): Implemented the basic structure of the command handling backend
antifallobst pushed to master at trinitrix/core 2023-07-10 20:08:30 +00:00
a30229b763 Fix(treewide): Replaced needless expect statements