summaryrefslogtreecommitdiffstats
path: root/mbbsd/emaildb.c
Commit message (Expand)AuthorAgeFilesLines
* * [code refine] add const modifierpiaip2009-08-291-2/+2
* * WITH_EMAILDB was deprecated by USE_EMAILDB in pttbbs.conf.piaip2009-08-191-0/+4
* * move ambiguous id check into (emaildb/regcheckd) daemon piaip2009-08-191-0/+34
* * to fill request correctlypiaip2009-06-201-1/+3
* * move emaildb to standalone regmaildbpiaip2009-06-191-228/+43
* * allow the 'hold mail' to appear as changed titlepiaip2009-06-191-0/+5
* * refine the error message when emaildb was malfunctionpiaip2009-06-181-7/+12
* * check the real return value of forked emaildb checking processpiaip2009-06-181-2/+6
* * fix compile warningskcwu2009-06-101-0/+1
* - fix syntax for old c compiler.kcwu2008-03-271-3/+3
* - emaildb: use fork to reduce memory wastingpiaip2008-02-041-11/+43
* - __libc_freeres() seems releasing "all" runtime memory, which may cause SEGV...piaip2008-01-311-1/+2
* - emaildb: apply cache reductionpiaip2008-01-311-0/+8
* - register: make birthday registration earlier, also helps over18 work correc...piaip2008-01-311-0/+3
* -- emaildb: release runtime cache resource to reduce memory after emaildb bei...piaip2008-01-301-0/+4
* - improve registration process: modify justify earlier, and fix emaildb limit...piaip2008-01-301-0/+5
* - emaildb(init): speed up by transactionpiaip2008-01-211-4/+22
* - emaildb: add the init functionalitypiaip2008-01-211-1/+82
* New email database interface for restricting how many registered ids per emai...wens2008-01-021-0/+92