aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Let Krixano back in, by request.HEADmasterSolderpunk2020-12-05
|
* List search in help output.Solderpunk2019-11-05
|
* Factor out duplicated code between do_recent and do_search.Solderpunk2019-11-05
|
* Initial implementation of search function.Solderpunk2019-11-05
|
* Make finger invocation work on GNU/Linux.Solderpunk2019-08-31
|
* add a READMERyan Kavanagh2019-08-31
| | | | Signed-off-by: Solderpunk <solderpunk@sdf.org>
* Extended help now opens the man pageRyan Kavanagh2019-08-31
| | | | Signed-off-by: Solderpunk <solderpunk@sdf.org>
* Added a man pageRyan Kavanagh2019-08-31
| | | | Signed-off-by: Solderpunk <solderpunk@sdf.org>
* Document the who commandRyan Kavanagh2019-08-31
| | | | | | | Document the who command in the command listing. Switch to using the better-formatted output of finger. Signed-off-by: Solderpunk <solderpunk@sdf.org>
* Change thread "Author" to thread "Creator"Ryan Kavanagh2019-08-31
| | | | | | | | It wasn't immediately clear what the author field denoted: the most recent poster or the person who created the thread. Calling the column "creator" in the thread listing removes this ambiguity. Signed-off-by: Solderpunk <solderpunk@sdf.org>
* Determine pager from PAGER environment variableRyan Kavanagh2019-08-31
| | | | Signed-off-by: Solderpunk <solderpunk@sdf.org>
* Merge /home/solderpunk/telemSolderpunk2019-05-18
|\
| * Tighten up permissions on post files, so they are not world writable.Solderpunk2019-05-18
| |
* | add LICENSE and telem.c to repoYargo2019-05-08
|/
* Remove the last unimplemented feature, which was another gboard-ism we don't ↵Solderpunk2019-05-08
| | | | really need.
* Simplify/neaten function names.Solderpunk2019-05-08
|
* Remove unimplemented stuff that we don't really need.Solderpunk2019-05-08
|
* Change hotkey for toggling message order from S to o.Solderpunk2019-05-08
|
* Build help into telem, because it's telem-specific, rather than reading ↵Solderpunk2019-05-08
| | | | /var/bbs/docs/help, which is general to all BBS clients.
* Add (H)ide function to hold threads which haven't been updated in 90 days.Solderpunk2019-05-06
|
* Add (R)ecent function to show 10 most recently active threads.Solderpunk2019-05-06
|
* add possibility to revert message sort orderYargo2019-04-27
|
* Permit board names to consist of alphanumeric characters, not just letters.Solderpunk2019-02-23
|
* Check for problematic characters in board names.Solderpunk2019-01-31
|
* Allow quitting directly from the 'type' prompt.Solderpunk2018-12-19
|
* Check more environment variables for the editor to use.Solderpunk2018-12-19
|
* Drop bbs euid whenever it is not required, so that users don't end up in ↵Solderpunk2018-12-19
| | | | privileged editors which can be used to vandalise posts.
* Permit graceful cancellation of thread saving.Solderpunk2018-12-14
|
* Fix bug where all posts appeared to be made at present day, present time ↵Solderpunk2018-12-14
| | | | (hahaha!) when viewed via 'whole' or when saved.
* Put asterisk after the subject of updated threads.Solderpunk2018-12-13
|
* Print board indices when doing a scan.Solderpunk2018-12-13
|
* Delete tmp files which are no longer needed.Solderpunk2018-12-13
|
* Small bug from bad merge job.Solderpunk2018-12-12
|
* Read username as command line argument.Solderpunk2018-12-12
|
* Let user preview their posts and cancel or edit further.Solderpunk2018-12-12
|
* Valid indices begin at 1, not 0!Solderpunk2018-12-12
|
* Don't hardcode a Lua version.Solderpunk2018-12-12
|
* Sort boards in forward, not backward, alphabetical order.Solderpunk2018-12-12
|
* Don't accept empty or non-existent files as posts.Solderpunk2018-12-11
|
* Don't crash if a new user doesn't have a scanfile.Solderpunk2018-12-11
|
* Don't count a thread as updated if the most recent post was made by the ↵Solderpunk2018-12-10
| | | | current user.
* Initial implementation of coloured output.Solderpunk2018-12-10
|
* Fail gracefully in the face of a corrupted thread.Solderpunk2018-12-10
|
* Yet more permission fiddling.Solderpunk2018-12-09
|
* More chmod fiddling. Current settings are wide open for live testing, will ↵Solderpunk2018-12-09
| | | | need to be set properly before deployment.
* Default to using vim.tiny if /usr/bin/vim.tiny is not set.Solderpunk2018-12-09
|
* Use chmod to make new files/dirs world readable/exable.Solderpunk2018-12-09
|
* Implement 'scan' command.Solderpunk2018-12-09
|
* Make current_board a board table, not just the name of the board.Solderpunk2018-12-08
|
* Add 'whole' and 'save' commands to 'type', dealing with whole-thread viewing.Solderpunk2018-12-08
|