Releases: Ptt-official-app/go-pttbbs
Releases · Ptt-official-app/go-pttbbs
post-template: minor improvement
- 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
- add PostTypeTemplate in bbs.BoardDetail
- api.GetPostTemplate
- bbs.GetPostTemplate
- ptt.ReadPostTemplate
PostExpire as Bid
- PostExpire as Bid
post-limit-bad-post
- add PostLimitBadPost in bbs.BoardDetail
load general board details.
- posttype as array of bytes
- load general board details.
refactor shm
- new api doc website
- 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
- add config to ptttype
remove additional config from ptttype
- remove additional config from ptttype
add 00-config-production.go and 02-config-run.go to pttype
- add 00-config-production.go and 02-config-run.go to ptttype
use go:build
- use go:build