-
v1.0-alpha384590bc9 · ·
Version 1.0 Alpha 3 =================== * common library: - split time related library from string.c to date_str.c * more/pmore: - refine hot-key for help (h/F1) and left-shift (SHIFT-TAB) (Note: SHIFT-TAB hot-key maybe not work on some BBS client like PCManX) - refine related define macro * visio/pfterm: - fix infinity loop issue in outx() function - refine grayout() usage and related parameters consistent with pfterm. - Re-enable `ansi_move()` in visio, and rename it to `move_ansi()` to be consistent with pfterm. - Reassign special key values and add support for function keys 'F1' - 'F12'. - Merge the two definition bodies of `int vkey(void)` into one. - Merge the two definition bodies of `int vkey(void)` into one. - Make `igetch()` always return positive value for normal characters. - Reassign special key values and add support for function keys 'F1' - 'F12'. * other: - remove pop3 option in contact.c - Use macro `KEY_NONE` instead of hardcoded `12345`. - add PID record of login bbs users
-
v0.97.2bf338788 · ·
Version 0.97.2 ============== * Fixes: + bbsd: add PID record of login bbs users + refine detail indent of post.c + so/bj.c: Fix "SUPER BLACK JACK" occurs everytime after it occurs once. + so/Makefile: fix ld flag for 32 bit architecture + correct mislead maple 2.36 header to maple 3.02 header
-
v1.0-alpha2aa32b76a · ·
Version 1.0 ALPHA2 ================== * Merge pull request #33 from IepIweidieng/fixpack002a-NOTIFICATION-CLEARER * Use a new function to clear the notifications on the UI. * Fix crashes when using 0-leading string to clear notifications due to uninitialized variables. * test add multi make job option for build * Happy New Year, 2019! * innbbsd: correct INNBBS_PORT macro from string type to number type * Makefile: translate annotations from big5(Chinese) to English * post.c: temporary fixed newline not shown in search mode
-
-
v0.97.19e324134 · ·
Version 0.97.1 (Codename: Stratosphere) ======================================= Fixes: * remove hardcoded festival feature
-
v0.96.360151c00 · ·
Version 0.96.3 ============== Feature: * use better way to detect architecture Fix: * remove hardcoded festival feature Others: * add repository line in README This is going to be final release of v0.96-testing
-
v0.97.067ba2485 · ·
Version 0.97.0 (codename: Stratosphere) ========================================== Features: * add simple test utilities for code (size of variable type), and related mechenism. Fixes: * Fixed several typos in #24 ( contributed by @IepIweidieng ) * remove "gopher" and "personal birth date" related code * purge m_internet function * Fix other function declaration ( contributed by @IepIweidieng )
-
v0.97.0-RC19ded9b39 · ·
Version 0.97.0-RC1 (codename: Stratosphere) ========================================== Features: * add simple test utilities for code (size of variable type), and related mechenism. Fixes: * Fixed several typos in #24 ( contributed by @IepIweidieng ) * remove "gopher" and "personal birth date" related code * purge m_internet function * Fix other function declaration ( contributed by @IepIweidieng )
-
v0.95.4ca4514fb · ·
Version 0.95.4 ============== Fixes: * so/Makefile: consider different ld parameter in 32/64bit arch * use better way to detect architecture * util/Makefile: remove duplicated make option
-
v0.96.2e9f85c72 · ·
Version 0.96.2 ============== Feature: * Recovering Hot Board Feature Fix: * Remove trailing whitespaces
-
v0.96.12ab43fdc · ·
Version 0.96.1 ========================= Fixes: * recover VERSION info * disable Internet Mail entry, purge m_internet function * remove oblete menu entries * remove deprecated pip_request function * Fix several function declarations. ( #23 , thanks to @lepIweidieng )
-
v0.95.34329dda9 · ·
a.k.a Rev.Beta 4.3 * disable Internet Mail entry, purge m_internet function * remove oblete menu entries * remove deprecated pip_request function This version pretend to be final release of v0.95.x (Rev.Beta 4.x) Support will be ended while v0.97 is released.
-
v0.9674d3067c · ·
Version 0.96 ---------------------- * Removal of all the K&R declarations and definitions completed. (thanks for @IepIweidieng) * sorted common library and refined structure. * split out sample file to another repository. * apply other detail changes from Current version. * remove obsolete documents
-
-
v0.96-RC1a804f7a8 · ·
Version 0.96-RC1 ---------------------- * Removal of all the K&R declarations and definitions completed. (thanks for @IepIweidieng) * sorted common library and refined structure. * split out sample file to another repository. * apply other detail changes from Current version.
-
v0.95.2d371d44a · ·
a.k.a Rev.Beta 4.2 Fixes: * seperate BBS version name and BBS english name * fix more wrap prefix from dos to unix and escape charactor. * remove unused patch, disable wsproxy feature in this version.
-
v0.95.171550d75 · ·
a.k.a Rev.Beta4.1 Fixes: * correct config.h details * fix wrap prefix from dos to unix
-
v0.95c5a09778 · ·
a.k.a Rev.Beta4 summary changes this days. Features: * Add: Mail backup (mzip) service for personal board and gem (#19) * Add: Enable NNTP client (for news group) again. * Remove: unused/deprecated service daemon (Old WebBBS interface, Kimo News, Some YZU WindTop utils..) * Changed: expand a few common commands in BBS User Interface. * Changed: Try it compatible running in 64bit environment via `-m32` compiling option. (32bit library dependencies needed) ( 591a023 ) * Upgrade pmore (piaip's more) version from 2007 to 2007+ ( 99bfdac ) * Trying using NetBSD make's format to rewrite Makefile script/ * Other detail improvement Bug Fixes: * Enable help for myfavorite again. (#4) * recover some sample file that was needed by games. ( d44b479 ) * fix abnormal ushm->count problem for user numbers. * Other detail bugs