John Burwell jmbwell
  • Joined on 2022-09-28
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 20:32:21 -05:00
9c128a3191 make init_logger _init_logger
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 20:21:32 -05:00
4eceac78b4 increment version cos seems about time
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 20:20:16 -05:00
737e2fb8df mark messages as read in r and rm
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 19:40:38 -05:00
98d8941152 move session to root class; add support for marking messages 'read'
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 17:32:19 -05:00
c8226492a4 move record_login to separate function
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 14:47:24 -05:00
bb1f488761 tidy up new user instantiation
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 14:44:38 -05:00
4e75ea61b5 add basic user support
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 12:44:37 -05:00
8c4c15c904 update url in default info
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 11:36:55 -05:00
c02f713ad2 sort bbs commands alphabetically in help
9c0dd4d581 add basic stats command
Compare 2 commits »
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 10:45:44 -05:00
fda30e7f9e add info command
jmbwell pushed to main at jmbwell/rsbbs 2023-04-30 10:43:48 -05:00
713bee55f6 add info command
jmbwell pushed to main at jmbwell/rsbbs 2023-04-29 22:23:23 -05:00
01bf256dcb add comments
jmbwell pushed to main at jmbwell/rsbbs 2023-04-29 20:33:00 -05:00
0982fe9df0 move the cli/argv arg parsing to a module
jmbwell pushed to main at jmbwell/rsbbs 2023-04-29 20:24:32 -05:00
246edcd5f0 prevent deleting others' messages
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 22:29:03 -05:00
5bf004a609 update readme with features
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 22:19:15 -05:00
d16c18b4d1 tidy up the imports
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 21:51:14 -05:00
c78228b873 appease linter
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 21:50:14 -05:00
d03622e4bd get logging more in order
jmbwell pushed to main at jmbwell/rsbbs 2023-04-27 22:00:20 -05:00
993baa47a7 add some logging support
jmbwell pushed to main at jmbwell/rsbbs 2023-04-27 16:51:11 -05:00
60293152d6 move data logic to plugins, split models from controller