Skip to content

Releases: Ptt-official-app/go-pttbbs

post-template: minor improvement

21 Mar 23:58
efb203c
Compare
Choose a tag to compare
Pre-release

#351

  • add more items in .dockerignore
  • add more items in .gitignore
  • fix _load_general_board_details in apidoc.py
  • always return uinfo in setupUtmp.

post template

21 Mar 20:14
f55455e
Compare
Choose a tag to compare
post template Pre-release
Pre-release

#349

  • add PostTypeTemplate in bbs.BoardDetail
  • api.GetPostTemplate
  • bbs.GetPostTemplate
  • ptt.ReadPostTemplate

PostExpire as Bid

19 Mar 20:16
5415083
Compare
Choose a tag to compare
PostExpire as Bid Pre-release
Pre-release

#345

  • PostExpire as Bid

post-limit-bad-post

19 Mar 19:07
2c81541
Compare
Choose a tag to compare
post-limit-bad-post Pre-release
Pre-release

#343

  • add PostLimitBadPost in bbs.BoardDetail

load general board details.

19 Mar 16:57
1b9b745
Compare
Choose a tag to compare
Pre-release

#341

  • posttype as array of bytes
  • load general board details.

refactor shm

16 Dec 13:14
0e5ebd5
Compare
Choose a tag to compare
refactor shm Pre-release
Pre-release

#331

  • new api doc website

#330

  • Directly access shm, no need the intermediate function.
  • remove cache.SHM.WriteAt / cache.SHM.SetOrUint32 / cache.SHM.IncUint32 / cache.SHM.Memset / cache.SHM.InnerSetInt32
  • remove cache.SHM.ReadAt
  • remove cache.SHM.SetBCACHEPTR / shm.QsortCmpBoardName / shm.QsortCmpBoardClass
  • add cache.shmBoardByName / cache.shmBoardByClass
  • Sleep for 3ms after CloseSHM.

add config to ptttype

11 Dec 14:33
41c49d9
Compare
Choose a tag to compare
add config to ptttype Pre-release
Pre-release

#327

  • add config to ptttype

remove additional config from ptttype

11 Dec 08:36
9923752
Compare
Choose a tag to compare
Pre-release

#325

  • remove additional config from ptttype

add 00-config-production.go and 02-config-run.go to pttype

07 Dec 01:57
474b4ab
Compare
Choose a tag to compare

#323

  • add 00-config-production.go and 02-config-run.go to ptttype

use go:build

07 Dec 01:15
ba47af7
Compare
Choose a tag to compare
use go:build Pre-release
Pre-release

#321

  • use go:build