Commit Graph

98 Commits

Author SHA1 Message Date
42d578da76 attempt chunked output to avoid message too long error
All checks were successful
Test / Test (push) Successful in 1m0s
2023-08-31 13:02:10 -05:00
d729d69ea3 adjust line endings depending on invocation
All checks were successful
Test / Test (push) Successful in 1m45s
2023-08-31 12:41:23 -05:00
498defc003 flush output from stdout so that it transmits 2023-05-29 10:56:04 -05:00
c67179cdba fix multiline entry
All checks were successful
Test / Test (push) Successful in 1m16s
2023-05-28 14:07:02 -05:00
1bef879dac use result.rowcount instead of RETURNING for compatibility
All checks were successful
Test / Test (push) Successful in 1m24s
2023-05-28 14:03:54 -05:00
ea71dec87d add info_default.txt to package
All checks were successful
Test / Test (push) Successful in 1m18s
2023-05-12 16:47:33 -05:00
f813aa2656 fix path on info plugin
All checks were successful
Test / Test (push) Successful in 1m17s
2023-05-12 16:41:56 -05:00
6a8188f873 create dirs explicitly to deal with older versions of platformdirs
All checks were successful
Test / Test (push) Successful in 1m28s
2023-05-12 16:37:22 -05:00
db940aa983 fix imports on plugins
All checks were successful
Test / Test (push) Successful in 1m15s
2023-05-04 16:57:59 -05:00
46632fbef0 fix skipping init step
All checks were successful
Test / Test (push) Successful in 1m23s
2023-05-04 13:23:16 -05:00
e28756efa2 go back to importing the other way
All checks were successful
Test / Test (push) Successful in 1m28s
2023-05-04 13:15:27 -05:00
8b3af691f1 with path
Some checks failed
Test / Test (push) Failing after 1m45s
2023-05-02 21:18:02 -05:00
5d4dbfbe45 where
Some checks failed
Test / Test (push) Failing after 1m17s
2023-05-02 21:16:26 -05:00
a3f5c8758e v4
Some checks are pending
Test / Test (push) Has started running
2023-05-02 21:10:12 -05:00
75e0d15ac0 is this how
Some checks are pending
Test / Test (push) Has started running
2023-05-02 21:07:37 -05:00
e103763428 what about this
Some checks failed
Test / Test (push) Failing after 53s
2023-05-02 21:01:41 -05:00
e536918c62 python3
Some checks failed
Test / Test (push) Failing after 1m49s
2023-05-02 20:58:32 -05:00
98fc39a5cd apt -y
Some checks failed
Test / Test (push) Failing after 1m16s
2023-05-02 20:57:12 -05:00
faaedb10ce without sudo
Some checks failed
Test / Test (push) Failing after 1m1s
2023-05-02 20:56:11 -05:00
30d0a06137 try apt
Some checks failed
Test / Test (push) Failing after 57s
2023-05-02 20:55:10 -05:00
b3ff7a7920 try skipping install
Some checks failed
Test / Test (push) Failing after 51s
2023-05-02 20:53:03 -05:00
255d8aa81d attempt tests
Some checks failed
Test / Test (push) Failing after 36s
2023-05-02 20:51:25 -05:00
643ea7569d disable the demo workflow 2023-05-02 20:18:39 -05:00
f045434cfb add docstrings
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
2023-05-02 19:59:28 -05:00
2c32f833bc tidy up f-strings etc.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 54s
2023-05-02 19:27:01 -05:00
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