Commit Graph

73 Commits

Author SHA1 Message Date
ad1ac4c6b9 test gitea actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m16s
2023-05-02 16:40:53 -05:00
37c6bec180 rename internal user attribute of user class 2023-05-02 15:11:36 -05:00
f57af91157 rename internal property of config class 2023-05-02 14:52:23 -05:00
65d0c7de71 lint 2023-05-02 14:38:29 -05:00
cdfc00971c rewrap 2023-05-02 14:29:31 -05:00
dacfd2bd7f add fun little badge 2023-05-02 14:29:00 -05:00
328d297ed8 refactor for simplicity 2023-05-02 14:25:18 -05:00
1daf98c919 simplify help sorter formatter 2023-05-02 14:15:20 -05:00
7cd05c6af6 prohibit reading others' private messages 2023-05-02 13:38:00 -05:00
6f7317d58f cosmetic, swap import line positions 2023-05-02 11:29:00 -05:00
993d94aba5 add tests for args 2023-05-02 11:27:48 -05:00
ad5231463f add user count and uptime to stats 2023-05-01 11:59:46 -05:00
4d4d035757 fix missing import 2023-04-30 21:27:21 -05:00
5c65d260bd rename listu to listunread 2023-04-30 21:25:23 -05:00
75e0da6eb6 rename *new commands to *unread (more accurate) 2023-04-30 21:23:42 -05:00
9c128a3191 make init_logger _init_logger 2023-04-30 20:32:19 -05:00
4eceac78b4 increment version cos seems about time 2023-04-30 20:21:31 -05:00
737e2fb8df mark messages as read in r and rm 2023-04-30 20:20:07 -05:00
98d8941152 move session to root class; add support for marking messages 'read' 2023-04-30 19:40:37 -05:00
c8226492a4 move record_login to separate function 2023-04-30 17:32:15 -05:00
bb1f488761 tidy up new user instantiation 2023-04-30 14:47:22 -05:00
4e75ea61b5 add basic user support 2023-04-30 14:44:35 -05:00
8c4c15c904 update url in default info 2023-04-30 12:44:36 -05:00
c02f713ad2 sort bbs commands alphabetically in help 2023-04-30 11:36:52 -05:00
9c0dd4d581 add basic stats command 2023-04-30 11:36:39 -05:00
fda30e7f9e add info command 2023-04-30 10:45:41 -05:00
713bee55f6 add info command 2023-04-30 10:43:47 -05:00
01bf256dcb add comments 2023-04-29 22:23:21 -05:00
0982fe9df0 move the cli/argv arg parsing to a module 2023-04-29 20:32:58 -05:00
246edcd5f0 prevent deleting others' messages 2023-04-29 20:24:30 -05:00
5bf004a609 update readme with features 2023-04-28 22:29:01 -05:00
d16c18b4d1 tidy up the imports 2023-04-28 22:19:13 -05:00
c78228b873 appease linter 2023-04-28 21:51:12 -05:00
d03622e4bd get logging more in order 2023-04-28 21:50:12 -05:00
993baa47a7 add some logging support 2023-04-27 22:00:18 -05:00
60293152d6 move data logic to plugins, split models from controller 2023-04-27 16:51:09 -05:00
52aeb1128f simplify main() 2023-04-27 15:10:23 -05:00
acc6061c62 move all commands to plugins 2023-04-27 15:06:55 -05:00
d6e3f02ca1 update sample transcript and fix some whitespace 2023-04-26 00:07:01 -05:00
ebaa847abd add --show-config option, update README 2023-04-25 23:54:17 -05:00
deae9af4c6 simplify parser and config with getattr, fiddle with args 2023-04-25 22:07:35 -05:00
00b2f54381 use dynamic version in pyproject.toml 2023-04-25 22:06:40 -05:00
190bb0742e fix delete_mine and some tidying 2023-04-25 21:29:55 -05:00
8b555ba26b fix errors after refactor 2023-04-25 21:18:44 -05:00
a02956cbc7 first crack at separating concerns. broken 2023-04-25 19:46:33 -05:00
85dacf2db4 separate ui and bbs 2023-04-24 23:34:28 -05:00
fd000559ad move greeting to function 2023-04-24 22:41:41 -05:00
0b84c65818 hard wrap at 79 2023-04-24 22:41:26 -05:00
8e2d96776f switch from setup.py to pyproject.toml 2023-04-24 22:12:42 -05:00
82bbd75386 twiddling quotes 2023-04-24 22:12:23 -05:00