We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(PERM): DENY_DAYS_CHAT -> DENY_MODE_CHAT: fix typo
docs(Xover): update info about XO_NCUR, XO::pos[], XO::cur_idx, & XO::xz_idx
docs(_Sidebar): update link for renamed DENY-zh_tw -> PERM-zh_tw
docs(DENY -> PERM): add macros of user perms & gem perms
Remove Cygwin support.
docs(INSTALL): update 0. 作業系統環境
docs(CODING STYLE): drop unneeded `(`s & `)`s from forms of divisions & moduli
docs(CODING STYLE): clarify the listed divisions & moduli to be for integers; use simplified range-less forms for the example
docs(CODING STYLE): simplify forms of divisions & moduli: drop redundant `(`, `)`, & `!!`
docs(CODING STYLE): add forms of divisions & moduli for cases (x ≥ 0, y > 0) & (y = 2ⁿ)
docs(CODING STYLE): add forms of range-less integer-only divisions
docs(CODING STYLE): refine forms of divisions & moduli; add range info; reformat ranges to math forms; fix typos
docs(CODING STYLE): 𣒧 (⿱乖木) -> 乘 (⿻禾北): fix typo
docs(CODING STYLE): add reference forms of frequently used divisions and moduli; clarify related rules
docs(CODING STYLE): add forms of frequently used bitwise and logical ops; clarify related rules
docs(CODING STYLE): fix list spacing by adding `<p/>` between lists in separated paragraphs
docs(INDENT): fix list spacing by adding `<p/>` between lists in separated paragraphs
docs(CODING STYLE): move some items in "可讀性與可移植性" into new paragraph "運算式的使用"
docs(CODING STYLE): simplify listed forms of decrement loops
docs(CODING-STYLE): clarify rules for integer floored division & modulo; update examples
docs(INSTALL): "3. 下載 BBS 程式": add instructions for using the tag `stable`
docs(VERSION): adopt the `M.np.Q.R` interpretation; "current versioning scheme" -> "2018 versioning scheme"
docs(VERSION): update descriptions for RELEASE & CURRENT; update EOL info; add branch links; group releases by branches; fix minor typos
docs(Xover): clarify the note of `XO_NONE` in ## MapleBBS 3 與 DreamBBS v3 的 Xover opcode 相關特殊值
docs(Xover): add zh_TW translation of "Xover callback key value" ("Xover 系統的回呼函式特殊值")
docs(Visio): update internal links
docs(Menu): refine terms: Xover 命令 -> Xover opcode; 命令 -> 指令 for (not interpreted) instructions
docs(Xover): clarify the explanation of the usual representation of Xover opcode
docs(Xover): refine terms: Xover callback key value -> Xover opcode; 命令 -> 指令 for (not interpreted) instructions
docs(INDENT): make `{` & `}` compulsory for non-empty `if`/`for`/`while`/`switch` body for K&R style