Skip to content

Releases: ccns/dreambbs

Rev.Beta 4.3

20 Nov 16:29
Compare
Choose a tag to compare

Base on v0.95

Installation

  • via Docker:
docker run -d -p 8888:8888 bbsdocker/imagedreambbs:v0.95.x

Fixes

  • disable Internet Mail entry, purge m_internet function
  • remove oblete menu entries
  • remove deprecated pip_request function

End-of-support

Support of this version will be ended as soon as v0.97.0 is released.

Version 0.96

18 Nov 19:28
Compare
Choose a tag to compare

Features:

  • sorted common library and refined structure. ( #21 )
  • split out sample file to another repository.
  • apply other detail changes from Current version.

Fixes:

  • Removal of all the K&R declarations and definitions completed. ( #22 ) (thanks for @IepIweidieng)
  • remove obsolete documents

Installation:

  1. Download dreambbs_snap-0.96.tar.gz .
  2. extract under /home/, rename dreambbs_snap-0.96 to bbs.
  3. add group bbs (gid=999) and user bbs (uid=9999)
  4. chown -R bbs:bbs /home/bbs
  5. follow remain steps in github wiki

Try new release via Docker:

docker run -d -p 8888:8888 bbsdocker/imagedreambbs:v0.96.x

Rev.Beta 4.2

12 Nov 20:00
Compare
Choose a tag to compare

Base on v0.95

Installation

  • via Docker: docker run -d -p 8888:8888 bbsdocker/imagedreambbs:v0.95.x

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.

Rev.Beta 4.1

11 Nov 20:24
Compare
Choose a tag to compare

Base on v0.95

Fixes:

  • correct config.h details
  • fix wrap prefix from dos to unix

Rev.Beta 4

08 Nov 17:59
Compare
Choose a tag to compare

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

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

Note: Thanks to any suggestion from any senpai and resources from TFCIS.personal.itoc ( http://cpu.tfcis.org/~itoc ).