| Commit message (Expand) | Author | Age |
* | Small bug from bad merge job. | Solderpunk | 2018-12-12 |
* | Read username as command line argument. | Solderpunk | 2018-12-12 |
* | Let user preview their posts and cancel or edit further. | Solderpunk | 2018-12-12 |
* | Valid indices begin at 1, not 0! | Solderpunk | 2018-12-12 |
* | Don't hardcode a Lua version. | Solderpunk | 2018-12-12 |
* | Sort boards in forward, not backward, alphabetical order. | Solderpunk | 2018-12-12 |
* | Don't accept empty or non-existent files as posts. | Solderpunk | 2018-12-11 |
* | Don't crash if a new user doesn't have a scanfile. | Solderpunk | 2018-12-11 |
* | Don't count a thread as updated if the most recent post was made by the curre... | Solderpunk | 2018-12-10 |
* | Initial implementation of coloured output. | Solderpunk | 2018-12-10 |
* | Fail gracefully in the face of a corrupted thread. | Solderpunk | 2018-12-10 |
* | Yet more permission fiddling. | Solderpunk | 2018-12-09 |
* | More chmod fiddling. Current settings are wide open for live testing, will n... | Solderpunk | 2018-12-09 |
* | Default to using vim.tiny if /usr/bin/vim.tiny is not set. | Solderpunk | 2018-12-09 |
* | Use chmod to make new files/dirs world readable/exable. | Solderpunk | 2018-12-09 |
* | Implement 'scan' command. | Solderpunk | 2018-12-09 |
* | Make current_board a board table, not just the name of the board. | Solderpunk | 2018-12-08 |
* | Add 'whole' and 'save' commands to 'type', dealing with whole-thread viewing. | Solderpunk | 2018-12-08 |
* | Fix username parsing bug. | Solderpunk | 2018-12-08 |
* | Prettier list formatting, and allow going to boards by numeric ID. | Solderpunk | 2018-12-08 |
* | Don't permit creation of duplicate boards. | Solderpunk | 2018-12-08 |
* | Make board/message listing formatting a bit prettier. | Solderpunk | 2018-12-08 |
* | Store boards not just as strings, but as tables with the topic as a member. | Solderpunk | 2018-12-08 |
* | Check lengths of various string inputs and act accordingly in extreme cases. | Solderpunk | 2018-12-08 |
* | Have main command loop and the type command 'subshell' share the same dispatc... | Solderpunk | 2018-12-08 |
* | Consolidate all code checking that user is at a board into a function. | Solderpunk | 2018-12-08 |
* | Oops. | Solderpunk | 2018-12-08 |
* | Have type command look before it leaps. | Solderpunk | 2018-12-08 |
* | Enable penlight's strict mode, so that global vars *must* be declared. | Solderpunk | 2018-12-08 |
* | Shorten 'cat_file' function using Penlight's file.read. | Solderpunk | 2018-12-08 |
* | Gracefully handle empty lines. | Solderpunk | 2018-12-08 |
* | Swap usage of vars 'boards' and 'board_names' to match the uses in their decl... | Solderpunk | 2018-12-08 |
* | Don't duplicate boards when updating list. | Solderpunk | 2018-12-08 |
* | General tidy up. | Solderpunk | 2018-12-08 |
* | Declare and explain global vars at start of program. | Solderpunk | 2018-12-08 |
* | General tidy up, get rid of needless global vars, fix bugs from earlier globa... | Solderpunk | 2018-12-08 |
* | Give various global vars more sensible names and use them more consistently, ... | Solderpunk | 2018-12-08 |
* | More helpful error message. | Solderpunk | 2018-12-08 |
* | Use thread and post terms more consistently. | Solderpunk | 2018-12-08 |
* | Remove needless global vars. | Solderpunk | 2018-12-08 |
* | Declare many things as local variables. | Solderpunk | 2018-12-08 |
* | Add "last" option to "type" command. | Solderpunk | 2018-12-08 |
* | Reduce code duplication and needless function argument. | Solderpunk | 2018-12-08 |
* | Validate inputs. | Solderpunk | 2018-12-08 |
* | Assorted minor tidy ups. | Solderpunk | 2018-12-08 |
* | Fix bug so that usernames with numbers in them are parsed correctly. | Solderpunk | 2018-12-07 |
* | Store root of BBS directory in a global variable, to allow easily changing it... | Solderpunk | 2018-12-07 |
* | Add support for top-level reply command (outside of ). | Solderpunk | 2018-12-07 |
* | Add new board support. | Solderpunk | 2018-12-07 |
* | Add new thread support. | Solderpunk | 2018-12-07 |