Commit Graph

52 Commits

Author SHA1 Message Date
chiptune c602e3daa0 update license 2024-01-09 00:54:53 -06:00
chiptune b9c4aeff10 update README 2024-01-08 23:54:30 -06:00
chiptune cbdc02d0a3 update README.md 2023-12-08 08:35:31 -06:00
chiptune 1928a64e4a handle default (help) case before creating message object 2023-12-08 08:34:13 -06:00
chiptune ec41d8b4e6 show message number differently 2023-11-22 08:50:59 -06:00
chiptune 329c0f11cf change default behaviour to displaying help text 2023-11-21 10:35:21 -06:00
chiptune bd60afaf06 break mark_as_read and mark all read feature 2023-11-21 06:05:06 -06:00
chiptune 4065581a01 mark-as-read kinda fixed? 2023-11-20 05:46:54 -06:00
chiptune 1f32b6fd5b fix unread messages logic for passing topic numbers to output 2023-11-19 09:40:46 -06:00
chiptune bb0ace207f remove extra spacing in feed views 2023-11-19 08:10:08 -06:00
chiptune c62d908c88 update README.md 2023-11-19 08:08:31 -06:00
chiptune aa15fc546c update editing feature helptext 2023-11-19 07:59:21 -06:00
chiptune e324910622 fix message editing logic - topic numbers and message numbers are handled differently! 2023-11-19 07:55:46 -06:00
chiptune dfcf3eb428 message number looks more like it is something system-generated 2023-11-19 07:47:10 -06:00
chiptune 21412dd867 store topic numbers in oldest_version list only 2023-11-19 07:41:45 -06:00
chiptune 88fa57462b add topic and message numbers before sorting, save extra logic. show message numbers only for one's own messages 2023-11-19 07:38:08 -06:00
chiptune 8843bb8012 implement message and topic edits 2023-11-19 07:27:10 -06:00
chiptune e2e619a5d7 edited and deleted markers in topics view 2023-11-19 06:56:12 -06:00
chiptune 6cdf315f07 show latest topic text in topic view 2023-11-19 06:36:52 -06:00
chiptune 447f881b58 show latest versions of topics 2023-11-19 06:32:32 -06:00
chiptune 95cd7010f9 change edit chain logic to comply with iris, minor refactoring 2023-11-19 06:26:15 -06:00
chiptune 3a0b7b04f3 update README.md 2023-11-19 01:25:27 -06:00
chiptune 3f18d83c74 handle empty list of unread messages in default behaviour too 2023-11-19 01:23:48 -06:00
chiptune 33624a237c don't display topics without any replies 2023-11-19 01:14:13 -06:00
chiptune b4c3db9d87 error handling for malformed message file 2023-11-17 21:09:24 -06:00
chiptune 348b482e4b replies logic accounts for all versions of the topic 2023-11-16 01:40:32 -06:00
chiptune b069ff276d show a beautiful error for malformed messages instead od hanging like a bad robot 2023-11-15 14:44:45 -06:00
chiptune c4aa638e75 function for printing unread feed with number of unread topics 2023-11-15 14:11:12 -06:00
chiptune fe2d93ab49 removed loop for searching requested topic when it can be directly indexed 2023-11-15 13:33:38 -06:00
chiptune 65a358f4a7 went back to using a text file for read message hashes 2023-11-14 10:07:43 -06:00
chiptune a27b463c71 add warning for edit feature 2023-11-14 09:42:03 -06:00
chiptune 23b23c7ccb remove colors from replies in post view 2023-11-14 09:28:09 -06:00
chiptune 897b2eeece fix file not found error while replying 2023-11-14 06:55:38 -06:00
chiptune b2294ced5f a version of edits that seems non-compliant with Iris 2023-11-14 06:43:22 -06:00
chiptune b0a76b153d editing wip 2023-11-14 05:55:25 -06:00
chiptune 7966475a1f displaying replies accounts for topic edits so replies on certain posts have been un-broken :) 2023-11-14 04:43:49 -06:00
chiptune 42e64de20f remove stray print statement, add default behaviour 2023-11-13 15:47:32 -06:00
chiptune 3c98849b64 skip deleted topics in listings 2023-11-13 13:14:59 -06:00
chiptune 9cbbf30c5d pretty colors 2023-11-13 10:59:30 -06:00
chiptune 7e493d8508 add a README and a good LICENSE 2023-11-13 09:00:00 -06:00
chiptune 7fe924647e replies work 2023-11-13 08:52:16 -06:00
chiptune 4aea88b775 fix author not having hostname, now creates valid hashes in original Iris. Replies work-in-progress 2023-11-13 08:42:14 -06:00
chiptune f1d260f7f0 remove old CLI args parsing logic 2023-11-13 07:37:50 -06:00
chiptune f0eb78f663 fix unread messages logic (yet again) 2023-11-13 07:36:10 -06:00
chiptune 1aa86cd3c6 handle arguments using argparse (wip) and fixed condition for unread topic 2023-11-13 06:41:32 -06:00
chiptune bcc4e02a8f create post functionality 2023-11-13 04:16:38 -06:00
chiptune bf5a559a3e mark-all-read feature and case for empty unread topics list 2023-11-12 14:37:18 -06:00
chiptune b93fa462b7 better error handling for view topic and invalid command case 2023-11-12 13:55:06 -06:00
chiptune 42527b6c19 storing read message hashes in .irispy.messages.read 2023-11-12 13:45:42 -06:00
chiptune 53a48406a5 store read message hashes in a pickled list 2023-11-12 13:28:06 -06:00