summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
Commit message (Expand)AuthorAgeFilesLines
* - register: make birthday registration earlier, also helps over18 work correc...piaip2008-01-311-1/+1
* -remove standout() API, prepare for pftermpiaip2007-12-201-85/+69
* * save memory, NameList is more like STL's vector nowkcwu2007-10-171-3/+3
* * use strtok_r() instead of strtok(). fix bad strtok() usages.kcwu2007-06-191-1/+4
* * rewrite namecomplete2. Avoid small allocation, e.g. linked list, kcwu2007-05-271-1/+276
* BRD_OVER18 patch. see http://www.ticrf.org.tw for detailsin22005-10-271-1/+2
* namecomplete display improvementpiaip2005-09-261-1/+1
* make 's' search_board in board-list work with this case:piaip2005-09-261-1/+1
* pretty format of name-complete,piaip2005-09-181-1/+1
* name complete did not check invalid input.piaip2005-09-091-2/+16
* permspiaip2005-09-081-1/+1
* name complete enhancedpiaip2005-09-081-40/+73
* Fix case-sensitive crossposting problem.scw2005-08-131-2/+3
* better readability.in22005-06-141-4/+4
* add 'const' qualifiers on function parameters.kcwu2005-03-191-16/+17
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-2/+2
* Complete groups as well as boards in m_board()scw2005-02-121-0/+9
* Fix generalnamecomplete segmentation fault.scw2005-02-081-1/+1
* Fix r2468.scw2005-02-061-1/+1
* * In generalnamecomplete(), complete as more as possible when space (' ')scw2005-02-051-48/+90
* merge ptt.linux againwens2004-12-111-7/+9
* discard r2368 due to compilation failurein22004-12-061-9/+7
* merge ptt.linuxwens2004-12-051-7/+9
* comment todokcwu2004-11-061-0/+1
* correct revision 2210victor2004-09-231-4/+4
* fix bug of finding a hiding user, reported by charto.bbs@pttvictor2004-09-221-0/+2
* merge back from branch victor.solarisvictor2004-09-101-1/+1
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-1/+1
* wrong typevictor2004-05-291-1/+1
* not show symlink while selectingvictor2004-05-291-2/+4
* Fix disconnection when leaving board.scw2004-05-211-1/+1
* reoragnize functions ptt2004-04-241-11/+3
* merge from victor.symbolic branchvictor2004-03-121-1/+1
* Add return type of completeboard_permission.scw2004-01-041-0/+2
* fix namecompletevictor2004-01-041-3/+1
* merge from my branchvictor2003-09-091-1/+1
* fix last commit bugin22003-02-211-2/+3
* free namelist after using immediatelykcwu2003-01-171-2/+2
* sprintf() -> snprintf()in22002-07-231-2/+2
* check the using of `sizeof' with strlcpy()kcwu2002-07-221-2/+2
* indent -i4in22002-07-211-175/+189
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-326/+345
* fix memory bugin22002-07-021-1/+3
* only one shared memoryin22002-06-071-7/+7
* global variable move to var.cin22002-06-041-21/+3
* no warningin22002-05-251-2/+2
* namecomplete return the positionin22002-05-251-9/+13
* generalnamecomplete,in22002-05-121-1/+23
* general namecompletein22002-05-111-22/+43
* safe-memory all board completein22002-05-111-1/+169
* Initial revisionin22002-03-071-0/+473