summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
Commit message (Expand)AuthorAgeFilesLines
* pager=waterball made readablepiaip2005-09-081-4/+6
* pretty formatpiaip2005-09-081-12/+19
* eliminate more compiler warningspiaip2005-08-251-2/+2
* Remove unused global variable and add const-ness in var.cscw2005-08-171-3/+2
* Gomoku convertion to chess.c frameworkscw2005-08-151-2/+2
* add super sys support op (群組長)wens2005-08-081-2/+2
* article money system upgrade againpiaip2005-08-061-0/+1
* Large Terminal Rulespiaip2005-08-061-1/+0
* - restrict fast recommendationpiaip2005-07-261-1/+1
* make recommendation system betterpiaip2005-07-251-2/+3
* After discussion on PttSuggest and with PTT SYSOPs,piaip2005-07-241-2/+10
* update board notes behaviorpiaip2005-06-131-1/+1
* apply ansi system to more filespiaip2005-06-081-5/+7
* New style to specify ANSI escape commands.piaip2005-06-081-1/+1
* use macro instead for class_bid recognitionvictor2005-04-181-3/+0
* discard 2521 due to some unknown memory problems.in22005-04-181-5/+1
* handle telnet protocol and enable NAWS (resize terminal) capability.in22005-04-081-0/+1
* currboard is constant pointerkcwu2005-03-191-1/+1
* add 'const' qualifiers on function parameters.kcwu2005-03-191-2/+2
* remove 壽星 (prevent violating 個人資料保護法)in22005-03-141-1/+0
* remove unused global variableskcwu2005-03-121-4/+0
* move global variable into local, 587 byteskcwu2005-03-121-3/+0
* move 232 bytes from data section to rodata sectionkcwu2005-03-121-23/+23
* remove "proverb" function, which doesn't work for a long timekcwu2005-03-121-1/+0
* move global variable xuser into local, save 512 bytes.kcwu2005-03-121-1/+0
* * use fnv hash function for all hash.kcwu2005-02-261-1/+0
* missing commit for 2541in22005-02-251-1/+1
* add Account Registration (PERM_REG) for registration.in22005-02-251-2/+2
* dynamic allocate TagList[], save 2kb memory.kcwu2005-02-251-1/+0
* in CRITICAL_MEMORY, alloc water[] when it's needed.in22005-02-191-2/+6
* fix one char in displayingptt2005-02-031-1/+1
* guest can post for jdwreckptt2005-02-031-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-6/+6
* don't use those useless data (I'll review edit.c later)victor2005-01-171-1/+1
* Make BM be able to set whether everyone can postscw2005-01-071-2/+2
* some help pages are showed from filevictor2004-12-021-15/+17
* fix scope error for gcc 4.0in22004-11-241-4/+0
* 1. fix 1 make errorptt2004-09-231-1/+1
* Personal chess country data query done.scw2004-09-121-0/+10
* correcting mode strings.scw2004-07-101-5/+3
* GO game merged from FPG.scw2004-07-041-3/+3
* bug fixed : ptt2004-06-301-1/+1
* Add a flag for BM to choose BRD_NOBOO by 'I'ptt2004-06-221-2/+2
* merge back from victor.screen branchvictor2004-06-121-3/+2
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-48/+48
* Merge from scw.angel.scw2004-05-241-5/+10
* clean up getindex() and substitute recordptt2004-04-301-1/+0
* rewrite ptt2004-04-271-1/+0
* remove useless functionsptt2004-04-231-1/+0
* revert cuser from pointer to buffer.ptt2004-04-211-1/+1
* Merge from brc2 branch.scw2004-04-051-2/+4
* add spaces or parsevar.pl failedin22004-04-011-1/+1
* cuser debugptt2004-03-311-1/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-1/+1
* add some comments for ofo water mode.in22004-01-161-3/+3
* fix indentin22004-01-021-4/+10
* NOKILLWATERBALL,in22004-01-011-0/+4
* change to the right title in admin setting pagevictor2003-11-041-2/+2
* fix 許victor2003-10-301-1/+1
* add PERM_NOREGCODEvictor2003-10-301-1/+1
* set ModeTypeTable[126] = ""in22003-10-231-0/+1
* code clean upkcwu2003-09-101-2/+2
* clean upkcwu2003-09-071-3/+0
* merge from my branchvictor2003-08-221-1/+0
* paste taged file across board and mailboxvictor2003-08-191-1/+3
* fix util merging errorvictor2003-08-181-1/+11
* merge from MergeCachein22003-07-201-1/+3
* fix typokcwu2003-07-071-3/+3
* s/������/������/in22003-05-301-2/+2
* expand modesin22003-05-261-1/+38
* blog supportin22003-05-261-1/+12
* rename menuvictor2003-04-061-2/+2
* make gcc33 happyin22003-01-011-2/+3
* BRD_NORECOMMENDin22002-11-071-3/+3
* fix screen rotate bug when returning from Ctrl-Ukcwu2002-09-111-1/+2
* revert last domenu() fix, change the permission setting insteadkcwu2002-09-041-2/+2
* indent -i4in22002-07-211-4/+4
* indentin22002-07-061-488/+483
* sysinfoin22002-07-051-1/+2
* *** empty log message ***lwms2002-06-191-8/+8
* only one shared memoryin22002-06-071-6/+3
* global variable move to var.cin22002-06-041-76/+387
* hot board completeptt2002-05-251-2/+2
* *** empty log message ***ptt2002-05-251-2/+2
* idle timeout improvementptt2002-05-141-2/+1
* fix buffer overflowin22002-04-291-3/+3
* Initial revisionin22002-03-071-0/+268