aboutsummaryrefslogtreecommitdiff
path: root/telem.lua (unfollow)
Commit message (Expand)Author
2019-05-08Build help into telem, because it's telem-specific, rather than reading /var/...Solderpunk
2019-05-06Add (H)ide function to hold threads which haven't been updated in 90 days.Solderpunk
2019-05-06Add (R)ecent function to show 10 most recently active threads.Solderpunk
2019-04-27add possibility to revert message sort orderYargo
2019-02-23Permit board names to consist of alphanumeric characters, not just letters.Solderpunk
2019-01-31Check for problematic characters in board names.Solderpunk
2018-12-19Allow quitting directly from the 'type' prompt.Solderpunk
2018-12-19Check more environment variables for the editor to use.Solderpunk
2018-12-19Drop bbs euid whenever it is not required, so that users don't end up in priv...Solderpunk
2018-12-14Permit graceful cancellation of thread saving.Solderpunk
2018-12-14Fix bug where all posts appeared to be made at present day, present time (hah...Solderpunk
2018-12-13Put asterisk after the subject of updated threads.Solderpunk
2018-12-13Print board indices when doing a scan.Solderpunk
2018-12-13Delete tmp files which are no longer needed.Solderpunk
2018-12-12Small bug from bad merge job.Solderpunk
2018-12-12Read username as command line argument.Solderpunk
2018-12-12Let user preview their posts and cancel or edit further.Solderpunk
2018-12-12Valid indices begin at 1, not 0!Solderpunk
2018-12-12Don't hardcode a Lua version.Solderpunk
2018-12-12Sort boards in forward, not backward, alphabetical order.Solderpunk
2018-12-11Don't accept empty or non-existent files as posts.Solderpunk
2018-12-11Don't crash if a new user doesn't have a scanfile.Solderpunk
2018-12-10Don't count a thread as updated if the most recent post was made by the curre...Solderpunk
2018-12-10Initial implementation of coloured output.Solderpunk
2018-12-10Fail gracefully in the face of a corrupted thread.Solderpunk
2018-12-09Yet more permission fiddling.Solderpunk
2018-12-09More chmod fiddling. Current settings are wide open for live testing, will n...Solderpunk
2018-12-09Default to using vim.tiny if /usr/bin/vim.tiny is not set.Solderpunk
2018-12-09Use chmod to make new files/dirs world readable/exable.Solderpunk
2018-12-09Implement 'scan' command.Solderpunk
2018-12-08Make current_board a board table, not just the name of the board.Solderpunk
2018-12-08Add 'whole' and 'save' commands to 'type', dealing with whole-thread viewing.Solderpunk
2018-12-08Fix username parsing bug.Solderpunk
2018-12-08Prettier list formatting, and allow going to boards by numeric ID.Solderpunk
2018-12-08Don't permit creation of duplicate boards.Solderpunk
2018-12-08Make board/message listing formatting a bit prettier.Solderpunk
2018-12-08Store boards not just as strings, but as tables with the topic as a member.Solderpunk
2018-12-08Check lengths of various string inputs and act accordingly in extreme cases.Solderpunk
2018-12-08Have main command loop and the type command 'subshell' share the same dispatc...Solderpunk
2018-12-08Consolidate all code checking that user is at a board into a function.Solderpunk
2018-12-08Oops.Solderpunk
2018-12-08Have type command look before it leaps.Solderpunk
2018-12-08Enable penlight's strict mode, so that global vars *must* be declared.Solderpunk
2018-12-08Shorten 'cat_file' function using Penlight's file.read.Solderpunk
2018-12-08Gracefully handle empty lines.Solderpunk
2018-12-08Swap usage of vars 'boards' and 'board_names' to match the uses in their decl...Solderpunk
2018-12-08Don't duplicate boards when updating list.Solderpunk
2018-12-08General tidy up.Solderpunk
2018-12-08Declare and explain global vars at start of program.Solderpunk
2018-12-08General tidy up, get rid of needless global vars, fix bugs from earlier globa...Solderpunk