Commit Graph

16 Commits

Author SHA1 Message Date
juk0de dc0454a72c question_cmd: implemented repeating of the latest message 2023-09-19 16:05:43 +02:00
juk0de 16a1229bb0 message: added 'equals()' function and improved robustness and debugging 2023-09-19 09:38:23 +02:00
juk0de 525cdb92a1 message / chat: 'msg_id()' now returns 'file_path.stem' (removed suffix) 2023-09-17 10:59:29 +02:00
juk0de f6109949c8 chat: ChatDB now correctly ignores files that contain no valid messages 2023-09-17 10:58:10 +02:00
juk0de 6f71a2ff69 message: to_file() now uses intermediate temporary file 2023-09-10 19:57:06 +02:00
juk0de eca44b14cb message: fixed matching with empty tag sets 2023-09-10 19:55:21 +02:00
juk0de 53582a7123 question_cmd: fixed source code extraction and added a testcase 2023-09-10 19:14:11 +02:00
juk0de 63040b3688 message / chat: output improvements 2023-09-04 23:03:29 +02:00
juk0de 44cd1fab45 message: added rename_tags() function and test 2023-09-03 09:09:39 +02:00
juk0de 4b0f40bccd message: fixed Answer header for TXT format 2023-09-03 09:09:39 +02:00
juk0de fa292fb73a message: improved robustness of Question and Answer content checks and tests 2023-09-03 09:09:39 +02:00
juk0de 7f612bfc17 added tokens() function to Message and Chat 2023-09-02 07:45:44 +02:00
juk0de b83cbb719b added 'message_in()' function and test 2023-08-31 09:21:51 +02:00
juk0de 8e1cdee3bf fixed Message.filter_tags 2023-08-30 08:22:50 +02:00
juk0de 7f91a2b567 Added tags filtering (prefix and contained string) to TagLine and Message 2023-08-28 14:53:04 +02:00
juk0de 173a46a9b5 added new module 'message.py' 2023-08-26 10:52:38 +02:00