2022-05-16 17:40 | Remove pager2 function (less won't work here) | hhvn | 1 | +0 | -12 |
2022-05-16 17:40 | Mark command should be 'k', not 'm' in help. | hhvn | 1 | +1 | -1 |
2021-06-13 11:32 | config.def.sh: change styling for old_prompt | hhvn | 1 | +1 | -1 |
2021-06-13 11:31 | config.def.sh: configure atom hook | hhvn | 1 | +5 | -0 |
2021-06-13 11:31 | i/log.sh i/hooks.sh: implement hooks | hhvn | 2 | +18 | -0 |
2021-06-13 11:17 | h/atom.sh: prototype hook | hhvn | 1 | +55 | -0 |
2021-06-13 10:32 | README: fix grammar | hhvn | 1 | +3 | -3 |
2021-06-13 10:31 | datadir_upgrade: remove | hhvn | 2 | +0 | -21 |
2021-06-10 14:26 | b/interface.sh: show status of verification | hhvn | 1 | +5 | -0 |
2021-03-06 01:41 | LICENSE: ammend email | hhvn | 1 | +1 | -1 |
2021-03-04 16:14 | bin/interface.sh: provide the right input to checknmail | hhvn | 1 | +1 | -1 |
2021-03-04 16:10 | bin/interface.sh: add second prompt for uri input | hhvn | 1 | +4 | -1 |
2021-03-01 17:04 | bin/interface.sh: move `clear` from menu_read to the 'r' command in menu_list | hhvn | 1 | +1 | -1 |
2021-03-01 17:02 | bin/interface.sh config.def.sh include/common.sh: add a function that declutters help information in prompts | hhvn | 3 | +11 | -0 |
2021-03-01 16:28 | bin/interface.sh: make 'a' command default in menu_read | hhvn | 1 | +1 | -1 |
2021-02-27 02:31 | include/log.sh: archive old log entries | hhvn | 1 | +5 | -1 |
2021-02-27 02:27 | include/common.sh include/userinfo.sh: add log events for login/logout | hhvn | 2 | +2 | -0 |
2021-02-27 01:27 | bin/interface.sh: add padding to top of posts/replies | hhvn | 1 | +2 | -2 |
2021-02-08 18:31 | makefile hbbs.8[NEW]: add man page | hhvn | 2 | +32 | -0 |
2021-02-05 15:27 | makefile: create /etc/xinetd.d if it doesn't exist | hhvn | 1 | +1 | -1 |
2021-02-04 11:59 | .version: bump to 1.3 (new/unread posts) | hhvn | 1 | +1 | -1 |
2021-02-04 11:58 | bin/interface.sh include/userinfo.sh: add k command for marking posts as read | hhvn | 2 | +43 | -1 |
2021-02-04 11:24 | bin/interface.sh include/userinfo.sh: add new/unread system | hhvn | 2 | +62 | -9 |
2021-02-04 09:35 | include/common.sh: add disconnection event for die() | hhvn | 1 | +1 | -0 |
2021-02-03 23:30 | config.sh-->config.def.h README hbbs.sh: use a default configuration seperate to user configuration | hhvn | 3 | +4 | -0 |
2021-02-03 23:04 | hbbs.sh: SIGPIPE was doing something odd - I'm not even sure if it is needed | hhvn | 1 | +0 | -1 |
2021-02-03 19:24 | bin/login.sh: add verification notice | hhvn | 1 | +1 | -1 |
2021-02-03 19:20 | include/userinfo.sh: fix checknmail | hhvn | 1 | +2 | -1 |
2021-02-03 14:24 | bin/wrapper.sh hbbs.sh include/common.sh include/lock.sh: unlock all databases upon losing connexion | hhvn | 4 | +16 | -1 |
2021-02-03 12:10 | bin/interface.sh: do not clear between replies in menu_read | hhvn | 1 | +5 | -2 |
2021-02-03 12:05 | bin/interface.sh: tidy up help menus | hhvn | 1 | +5 | -4 |
2021-02-03 03:02 | include/permissions.sh: wrong column in get_log | hhvn | 1 | +1 | -1 |
2021-02-03 01:20 | .version datadir_upgrade/1.2: bump to version 1.2 (stability/security/spam) | hhvn | 2 | +20 | -1 |
2021-02-03 01:19 | bin/interface.sh include/log.sh include/permissions.sh: add throttling for excessive posting | hhvn | 3 | +22 | -1 |
2021-02-03 00:40 | config.sh hbbs.sh include/log.sh: throttle ip when over $connection_limit connections in a minute | hhvn | 3 | +21 | -1 |
2021-02-03 00:05 | bin/login.sh config.sh: add email-based account recovery | hhvn | 2 | +38 | -8 |
2021-02-02 23:33 | include/userinfo.sh: update reserved usernames list | hhvn | 1 | +3 | -2 |
2021-02-02 23:31 | bin/interface.sh bin/login.sh include/userinfo.sh: tighten mail security | hhvn | 3 | +10 | -3 |
2021-02-02 23:11 | bin/login.sh: truncate 11+ length usernames | hhvn | 1 | +5 | -1 |
2021-02-02 23:10 | bin/interface.sh: do not allow negative page numbers | hhvn | 1 | +27 | -6 |
2021-02-02 17:35 | bin/interface.sh: use "-->" as pseudo-subject for replies | hhvn | 1 | +1 | -1 |
2021-02-02 16:52 | bin/interface.sh: fix bug where first reply gets given mainid of 1 | hhvn | 1 | +2 | -2 |
2021-02-02 16:46 | include/lock.sh include/userinfo.sh include/log.sh bin/interface.sh: implement db locking | hhvn | 4 | +25 | -0 |
2021-02-02 16:38 | hbbs.sh bin/login.sh include/log.sh: allow only one registration per day | hhvn | 3 | +29 | -1 |
2021-02-02 14:28 | .version: bump to version 1.1 (interface bugfixes) | hhvn | 1 | +1 | -1 |
2021-02-02 14:27 | config.sh bin/interface.sh hbbs.sh: fix pager | hhvn | 3 | +7 | -6 |
2021-02-02 13:28 | bin/interface.sh: missed input in menu_users in 715cab1 | hhvn | 1 | +2 | -2 |
2021-02-02 13:24 | include/common.sh: die function can handle multiple word arguments | hhvn | 1 | +1 | -1 |
2021-02-02 12:03 | README[NEW]: move dependencies into a readme with aditional information | hhvn | 2 | +8 | -1 |
2021-02-02 11:25 | bin/interface.sh: do not show ending full-stops in menu_read | hhvn | 1 | +2 | -2 |
2021-02-01 14:37 | bin/login.sh bin/interface.sh: add "realname" value | hhvn | 2 | +11 | -6 |
2021-02-01 14:27 | bin/interface.sh: show From: header in menu_read | hhvn | 1 | +5 | -3 |
2021-02-01 14:18 | datadir_upgrade/README: add dir for datadir-converting scripts | hhvn | 1 | +2 | -0 |
2021-02-01 14:03 | makefile: install hidden files (eg, .version) | hhvn | 1 | +6 | -2 |
2021-02-01 13:56 | bin/interface.sh: show blank line instead of invisble root post | hhvn | 1 | +2 | -2 |
2021-02-01 13:23 | .version hbbs.sh: bump version to 1.0 | hhvn | 2 | +2 | -0 |
2021-02-01 13:21 | bin/interface.sh: don't use ctrl+d to end posts | hhvn | 1 | +4 | -4 |
2021-02-01 12:59 | bin/interface.sh: while loop causes bug on server | hhvn | 1 | +4 | -10 |
2021-02-01 12:31 | etc/intro bin/interface.sh: add default commands to run if none is given | hhvn | 2 | +18 | -4 |
2021-02-01 12:12 | bin/interface.sh: use instead of for next and previous, when they can't be executed | hhvn | 1 | +2 | -1 |
2021-02-01 12:01 | add posting permissions to boards | hhvn | 3 | +47 | -5 |
2021-02-01 10:22 | bin/interface.sh: bug - all read commands defaulted to first message in thread | hhvn | 1 | +1 | -1 |
2021-02-01 10:22 | makefile: update | hhvn | 1 | +10 | -2 |
2021-02-01 10:00 | bin/login.sh config.sh: add option to enable/disable verification | hhvn | 2 | +16 | -13 |
2021-02-01 09:42 | bin/wrapper.sh: filter stderr and pass arguments | hhvn | 1 | +1 | -1 |
2021-02-01 09:36 | DEPENDS[NEW]: list dependencies | hhvn | 1 | +1 | -0 |
2021-02-01 09:25 | bin/interface.sh: add multi-line pasting ability and cancellation for editing profile | hhvn | 1 | +11 | -5 |
2021-02-01 09:19 | bin/interface.sh: allow cancelling of message (without disconnecting) | hhvn | 1 | +24 | -3 |
2021-02-01 00:39 | hbbs.sh bin/finger.sh: add finger support | hhvn | 2 | +16 | -1 |
2021-02-01 00:31 | config.sh: add notice about makefile | hhvn | 1 | +3 | -0 |
2021-02-01 00:31 | makefile[NEW]: add makefile | hhvn | 1 | +16 | -0 |
2021-02-01 00:30 | etc/xinetd[NEW]: add template xinetd configuration | hhvn | 1 | +39 | -0 |
2021-02-01 00:17 | LICENSE[NEW] etc/intro: add license | hhvn | 2 | +17 | -0 |
2021-02-01 00:09 | bin/interface.sh: make multi-line pasting possible | hhvn | 1 | +4 | -12 |
2021-02-01 00:05 | etc/intro bin/interface.sh: do not require the sub-id for the 'r' command | hhvn | 2 | +5 | -1 |
2021-01-31 23:54 | etc/intro[NEW] bin/interface.sh: add an introduction | hhvn | 2 | +26 | -1 |
2021-01-31 23:34 | bin/interface.sh: add reload command | hhvn | 1 | +2 | -0 |
2021-01-31 23:13 | initial commit | hhvn | 10 | +561 | -0 |