aboutsummaryrefslogtreecommitdiff
path: root/telem.lua (unfollow)
Commit message (Expand)Author
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
2018-12-08Give various global vars more sensible names and use them more consistently, ...Solderpunk
2018-12-08More helpful error message.Solderpunk
2018-12-08Use thread and post terms more consistently.Solderpunk
2018-12-08Remove needless global vars.Solderpunk
2018-12-08Declare many things as local variables.Solderpunk
2018-12-08Add "last" option to "type" command.Solderpunk
2018-12-08Reduce code duplication and needless function argument.Solderpunk
2018-12-08Validate inputs.Solderpunk
2018-12-08Assorted minor tidy ups.Solderpunk
2018-12-07Fix bug so that usernames with numbers in them are parsed correctly.Solderpunk
2018-12-07Store root of BBS directory in a global variable, to allow easily changing it...Solderpunk
2018-12-07Add support for top-level reply command (outside of ).Solderpunk
2018-12-07Add new board support.Solderpunk
2018-12-07Add new thread support.Solderpunk
2018-12-07Add reply support.Solderpunk
2018-12-06Use new BBS file spec.Solderpunk
2018-10-07implement "unimplemented" commandsYargo
2018-05-04replace who by w: more useful!Yargo
2018-05-04add who command and telem.lua versionYargo