• Joined on 2023-08-10
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-09-21 07:25:51 +02:00
4538624247 Merge pull request 'Implemented the 'question --repeat' command and other improvements' (#14) from repeat into main
ac3c19739d README: updates and fixes
ed379ed535 print_cmd: added option to print latest message
c43bafe47a main: improved metavar names and descriptions
7dd83428fb test_question_cmd: added more testcases for '--repeat'
Compare 10 commits »
juk0de merged pull request kaizenkodo/ChatMastermind#14 2023-09-21 07:25:50 +02:00
Implemented the 'question --repeat' command and other improvements
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-20 10:18:53 +02:00
ac3c19739d README: updates and fixes
ed379ed535 print_cmd: added option to print latest message
c43bafe47a main: improved metavar names and descriptions
7dd83428fb test_question_cmd: added more testcases for '--repeat'
3ad4b96b8f test_question_cmd: added testclass for the 'question_cmd()' function
Compare 9 commits »
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-20 10:10:26 +02:00
061e4a0d90 README: updates and fixes
4cf118a297 print_cmd: added option to print latest message
4b1b5cbdc3 main: improved metavar names and descriptions
c01e7068b0 test_question_cmd: added more testcases for '--repeat'
fac67716f3 question_cmd: added testclass for the 'question_cmd()' function
Compare 10 commits »
juk0de created pull request kaizenkodo/ChatMastermind#14 2023-09-20 10:07:31 +02:00
Implemented the 'question --repeat' command and other improvements
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-20 09:48:47 +02:00
3f8cb47a2a README: updates and fixes
968d858580 print_cmd: added option to print latest message
7277eb5dc0 main: improved metavar names and descriptions
Compare 3 commits »
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-19 16:21:29 +02:00
cad8d7ac71 test_question_cmd: added more testcases for '--repeat'
fd69c07eb4 question_cmd: added testclass for the 'question_cmd()' function
dc0454a72c question_cmd: implemented repeating of the latest message
Compare 3 commits »
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-19 15:19:57 +02:00
820d4aed21 test_question_cmd: added more testcases for '--repeat'
eac93cb667 question_cmd: added testclass for the 'question_cmd()' function
4af43bccbb question_cmd: implemented repeating of the latest message
dd661f822b chat: improved message equality checks
16a1229bb0 message: added 'equals()' function and improved robustness and debugging
Compare 5 commits »
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-19 08:04:14 +02:00
39707e2ce3 question_cmd: added testclass for the 'question_cmd()' function
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-18 18:05:34 +02:00
bcb3a2d45a question_cmd: added testclass for the 'question_cmd()' function
84961e5d0d question_cmd: implemented repeating of the latest message
e6cf9984e4 configuration: the cache folder can now be specified in the configuration file
Compare 3 commits »
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-09-18 14:23:54 +02:00
f964c5471e Merge pull request 'Refactoring, fixes and new features for the 'chat.py' module' (#12) from chat_refactoring into main
25fffb6fea chat: db_read() and cache_read() now also support globbing and filtering
cf572e1882 chat: added functions db_move() and chat_move() (and tests)
2fb7410b43 chat: added functions msg_in_cache() and msg_in_db(), also tests
33ae27f00e chat: msg_remove() now supports multiple locations
Compare 13 commits »
juk0de merged pull request kaizenkodo/ChatMastermind#12 2023-09-18 14:23:52 +02:00
Refactoring, fixes and new features for the 'chat.py' module
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-18 10:10:55 +02:00
0e00d25ef3 question_cmd: added testclass for the 'question_cmd()' function
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-18 10:10:18 +02:00
6e3c4b3cbb question_cmd: added testclass for the 'question_cmd()' function
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-18 10:00:34 +02:00
89b24ecd0a question_cmd: added testclass for the 'question_cmd()' function
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-18 09:58:48 +02:00
afe59bdecc question_cmd: added testclass for the 'question_cmd()' function
juk0de opened issue kaizenkodo/ChatMastermind#13 2023-09-17 13:53:43 +02:00
Dedicated suffix for 'Message' files
juk0de pushed to repeat at kaizenkodo/ChatMastermind 2023-09-17 11:07:00 +02:00
69d916f0cc question_cmd: implemented repeating of the latest message
juk0de created branch repeat in kaizenkodo/ChatMastermind 2023-09-17 11:06:59 +02:00
juk0de pushed to chat_refactoring at kaizenkodo/ChatMastermind 2023-09-17 11:05:13 +02:00
25fffb6fea chat: db_read() and cache_read() now also support globbing and filtering
cf572e1882 chat: added functions db_move() and chat_move() (and tests)
2fb7410b43 chat: added functions msg_in_cache() and msg_in_db(), also tests
33ae27f00e chat: msg_remove() now supports multiple locations
f6a6e6036b chat: added validation during initialization
Compare 10 commits »