| Commit message (Expand) | Author | Age |
* | List search in help output. | Solderpunk | 2019-11-05 |
* | Factor out duplicated code between do_recent and do_search. | Solderpunk | 2019-11-05 |
* | Initial implementation of search function. | Solderpunk | 2019-11-05 |
* | Make finger invocation work on GNU/Linux. | Solderpunk | 2019-08-31 |
* | Extended help now opens the man page | Ryan Kavanagh | 2019-08-31 |
* | Document the who command | Ryan Kavanagh | 2019-08-31 |
* | Change thread "Author" to thread "Creator" | Ryan Kavanagh | 2019-08-31 |
* | Determine pager from PAGER environment variable | Ryan Kavanagh | 2019-08-31 |
* | Tighten up permissions on post files, so they are not world writable. | Solderpunk | 2019-05-18 |
* | Remove the last unimplemented feature, which was another gboard-ism we don't ... | Solderpunk | 2019-05-08 |
* | Simplify/neaten function names. | Solderpunk | 2019-05-08 |
* | Remove unimplemented stuff that we don't really need. | Solderpunk | 2019-05-08 |
* | Change hotkey for toggling message order from S to o. | Solderpunk | 2019-05-08 |
* | Build help into telem, because it's telem-specific, rather than reading /var/... | Solderpunk | 2019-05-08 |
* | Add (H)ide function to hold threads which haven't been updated in 90 days. | Solderpunk | 2019-05-06 |
* | Add (R)ecent function to show 10 most recently active threads. | Solderpunk | 2019-05-06 |
* | add possibility to revert message sort order | Yargo | 2019-04-27 |
* | Permit board names to consist of alphanumeric characters, not just letters. | Solderpunk | 2019-02-23 |
* | Check for problematic characters in board names. | Solderpunk | 2019-01-31 |
* | Allow quitting directly from the 'type' prompt. | Solderpunk | 2018-12-19 |
* | Check more environment variables for the editor to use. | Solderpunk | 2018-12-19 |
* | Drop bbs euid whenever it is not required, so that users don't end up in priv... | Solderpunk | 2018-12-19 |
* | Permit graceful cancellation of thread saving. | Solderpunk | 2018-12-14 |
* | Fix bug where all posts appeared to be made at present day, present time (hah... | Solderpunk | 2018-12-14 |
* | Put asterisk after the subject of updated threads. | Solderpunk | 2018-12-13 |
* | Print board indices when doing a scan. | Solderpunk | 2018-12-13 |
* | Delete tmp files which are no longer needed. | Solderpunk | 2018-12-13 |
* | 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 |