Skip to content
Version 1.1 Milim RC2

Bug Fixes:

1. Board Read History Fixing:
d178456 maple/board.c: `brh_load()`: Avoid `memcpy()`ing 0 or less bytes.
a1c23fd maple/board.c: `brh_add()`: Fix adding oldest read article always introducing new time tags.
5914660 maple/board.c: `brh_add()`: Fix out-of-range writing when adding oldest read article while BRH is full.
590e203 maple/board.c: `brh_get()`: Fix `memcpy()`ing unnecessary 3 `time_t`s.
d7c0329 maple/board.c: `brh_get()`: Improve readability of code for moving the current board's BRH out of all BRHs.

2. Fix Broken vget():
5121917 Merge pull request #41 from IepIweidieng/fixpack003-st3a-v1.1-vget-fix
e29927c maple/visio.c: `vget()`: Make key `KEY_DEL` able to delete the character on the cursor.
18f7097 Fix cherry-pick commit 6df4e28871e49fd14eb7cdeeb6e66dd4859977c0 being reverted by fa11a671d255257b01aa96f56b8983776eedef87
37ee654 maple/visio.c: Fix commit 03d3acb49790c3f4f0aa32e166217448245ea443: Fix unimplemented macros not being remove correctly.

Features:

1. Testing Systemd Unit File
3e401b9 systemd unit file: add new file (for xchatd)
952753a bbsd: improving systemd unit sample, drop using sudo or su in exec commands
cffe669 bbsd: remove unproper systemd unit example, rename unit name
1f95dad bbsd: test systemd unit file for port 23 service
1d7853e bbsd: test systemd unit file for GNU/Linux system