summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix typo in help message.piaip2012-03-091-2/+2
* fix incorrect #ifdefpiaip2012-03-051-1/+1
* Don't generate extra file for references in ALLPOST board.piaip2012-03-041-20/+22
* Attempt to specify why mailist does not work.piaip2012-03-021-4/+12
* Disable Ctrl-D in search mode.piaip2012-03-011-1/+6
* adjust permspiaip2012-02-294-9/+9
* allow adding memos to violate postpiaip2012-02-282-8/+20
* Merge group-reply (y) and single-reply (R).piaip2012-02-272-18/+37
* prevent DBCS chars (for ascii art) in hidden text piaip2012-02-261-5/+11
* Disable BN_ALLPOST in QueryURL.piaip2012-02-261-0/+3
* Add def to prevent malicious hidden text.piaip2012-02-261-3/+8
* fix build breakpiaip2012-02-221-0/+2
* Calibrate nuser. Aslo fixed SYSTEM POLICE string.piaip2012-02-223-16/+14
* remove debug sleeping from popularitypiaip2012-02-211-1/+1
* Update the popularity inside board.piaip2012-02-211-4/+9
* Add the ability to prevent displaying popularity when board is in hidden state.piaip2012-02-201-0/+4
* remove deprecated login view itemspiaip2012-02-191-2/+2
* ViolateLaw accounts must wait until full expire cycle.piaip2012-02-171-1/+1
* treat "violate_law" accounts as login_okpiaip2012-02-171-0/+3
* refine reverse-search interface (!)piaip2012-02-131-55/+47
* Add doc for how to create guest account (thanks to st99a06@ptt2)piaip2012-02-091-0/+2
* Fix divide-by-zero if the site population is small.piaip2012-02-091-0/+3
* remove birthpiaip2012-02-083-84/+1
* Change hard limit ratiopiaip2012-02-051-1/+1
* fix 'd' in page-view register validationpiaip2012-02-041-1/+1
* deprecate 'H' (prompt for b_config), and 'B' -- all replaced by 'i'.piaip2012-02-041-4/+3
* change hotkty from 'x' to 'U', prevent accidents.piaip2012-02-042-4/+3
* Quick acl is enabled only if using new ban system.robertabcd2012-02-041-1/+5
* Forbid banned users from voting.robertabcd2012-02-043-24/+49
* Remove unused variable.robertabcd2012-02-041-1/+0
* Forgot to commit proto.h. Fix compile errors.robertabcd2012-02-041-0/+2
* New ACL UI for BM to ban user quickly.robertabcd2012-02-043-159/+297
* More fixes from local modspiaip2012-02-031-3/+13
* add admin port detectionpiaip2012-02-031-5/+20
* Make tarqueue available only if TARQUEUE_SENDURL is defined.piaip2012-02-031-14/+2
* refine registration messages & flow - don't bother if user does not want topiaip2012-02-033-19/+21
* use more log_file* and refine tarqueue messagespiaip2012-02-025-23/+20
* More permission checking.piaip2012-02-025-10/+36
* Tell user how to change userinfopiaip2012-02-021-0/+5
* Try harder to remove cp/spam user postspiaip2012-02-022-2/+4
* merge of new loggers still in progresspiaip2012-02-024-3/+20
* more config changespiaip2012-02-024-74/+109
* Add more logging featurespiaip2012-02-013-5/+32
* Refine logging mechanismpiaip2012-02-019-100/+88
* Refine header filespiaip2012-02-012-154/+239
* It's so stupid to have "next hotkey" in menu.piaip2012-02-011-109/+109
* Remove useless "read new mail". You can always find new mail in mailbox.piaip2012-02-012-136/+1
* Refine the UI behavior when user has been suspended (no PERM_BASIC, withpiaip2012-01-313-6/+20
* replace more firstlogin logic by numlogindayspiaip2012-01-316-37/+23
* remove unnecessary externspiaip2012-01-311-67/+67
* no more regtime restriction.piaip2012-01-318-63/+18
* Don't allow internet mail for ordersongspiaip2012-01-311-15/+15
* don't allow buying extra mailboxpiaip2012-01-312-55/+0
* move gamble stuff from bbs.c to gamble.cpiaip2012-01-303-166/+169
* Fix boardd Big5/UTF-8 conversion bugs and memory leakwens2012-01-271-12/+17
* Prevent non-standard C syntax in convert.cpiaip2012-01-271-2/+5
* Add UTF-8 (UAO) support to boardd via output filterwens2012-01-261-1/+78
* Add NIOS support into pmorepiaip2012-01-261-1/+5
* Include Big5/Unicode conversion, for other daemons to use.wens2012-01-262-7/+2
* Fix buffer overflow in register.c, again.piaip2012-01-251-24/+26
* Fix buffer overflow in register.cpiaip2012-01-251-3/+14
* improve LIVE_ALLPOST implementation (faster comparison)piaip2012-01-241-12/+22
* Remove only continuous spaces, instead of stripping all, for messages.piaip2012-01-223-130/+152
* attempt to find out why failed loading fav.piaip2012-01-192-3/+21
* Support browsing posts in ALLPOST directly from source boards.piaip2012-01-181-1/+22
* fix unmatched quotes in deletepiaip2012-01-181-2/+4
* Improving the auto-delete behavior when doing anti-crosspost.piaip2012-01-173-36/+32
* Add %z for sources using non-GTM for timezone (ex, bs2). (Thanks for mhsin's ...piaip2012-01-171-0/+2
* Add "2Zz" set to ambiguous Id list, although I think this is not really that ...piaip2012-01-161-1/+3
* fix "violate law" header sizepiaip2012-01-151-1/+1
* fix timecap user home cleaningpiaip2012-01-131-1/+1
* Remove t_idle.piaip2012-01-115-77/+2
* fix title truncation when posting in ALLPOSTpiaip2012-01-011-3/+18
* it's so stupid in original message when paying for violation.piaip2011-12-301-5/+2
* replace 'ticket_t' by 'bignum_t'piaip2011-12-291-9/+9
* Use 64bit (long long) integers when calculating gamble.piaip2011-12-291-49/+66
* fix removebm pathpiaip2011-12-181-1/+1
* revert /dev/random stuff.piaip2011-12-131-10/+5
* change gamble log formatpiaip2011-12-111-4/+4
* prevent BM hitting 'u' accidentallypiaip2011-12-101-22/+25
* fix gamble text typo: #1Eur1xJ6 (PttBug) [ptt2.cc]piaip2011-12-101-1/+1
* gamble ui improvements: reduce colors, and remove more ansi escapespiaip2011-12-102-10/+7
* more gamble ui adjustmentpiaip2011-12-101-3/+3
* improve result in recordpiaip2011-12-101-3/+10
* improve openticket results since items are random now.piaip2011-12-101-4/+4
* improve gamble systempiaip2011-12-102-54/+67
* improve gettime UIpiaip2011-12-101-9/+17
* improve new ticketspiaip2011-12-101-8/+33
* change gamble items with all user accountspiaip2011-12-092-44/+155
* refine bad client reportingpiaip2011-12-081-2/+2
* improve check_bad_client uipiaip2011-12-081-5/+7
* allow checking bad clientspiaip2011-12-081-0/+58
* support friend+reject (super friend) for angelspiaip2011-12-042-2/+4
* don't allow multsend if user is in violation modepiaip2011-12-041-1/+2
* need exactly confirm for giving money by angelspiaip2011-12-031-4/+12
* refine anonymous processing - one more chance to confirm.piaip2011-12-031-38/+52
* improve the interface for resending confirm mailpiaip2011-11-291-6/+18
* fix auto forwardpiaip2011-11-271-3/+1
* fix incorrect forward return value checkingpiaip2011-11-272-9/+8
* refine: isolate hard-coded ".forward" to FN_FORWARDpiaip2011-11-275-12/+12
* more warning eliminationpiaip2011-11-276-10/+11
* clean up: fix signed/unsigned warningspiaip2011-11-2710-20/+24
* remove BN_DIGEST since it's turned off for a very long time.piaip2011-11-271-9/+0
* add timebomb in loginpiaip2011-11-271-0/+13
* improve auto forward timebomb flowpiaip2011-11-272-12/+27
* fix ansi cache for getdata()piaip2011-11-271-3/+3
* fix timebomb typopiaip2011-11-272-4/+4
* add timebomb for .forward transitionpiaip2011-11-272-0/+12
* Add authentication for auto forward.piaip2011-11-271-11/+137
* fix dashs logicpiaip2011-11-271-1/+1
* improve addr checkingpiaip2011-11-262-27/+78
* early return if append failed.piaip2011-11-251-2/+7
* fix send mail failure when not using forwardingrobertabcd2011-11-251-1/+1
* adjust limitpiaip2011-11-251-2/+2
* fix the mailbox overflow checkpiaip2011-11-251-12/+15
* remove unexpected forward recordspiaip2011-11-251-55/+60
* reject auto-forward to other users in same bbs.piaip2011-11-251-29/+11
* fix display message when mail exceed (==) limitpiaip2011-11-241-1/+1
* fix: 'f' in userlist with board friends will cause sigxcpu.piaip2011-11-211-0/+2
* refine comment to help understanding abbrev.piaip2011-11-201-2/+2
* refine water screen and clean up ANSI_COLOR(0) by ANSI_RESETpiaip2011-11-208-30/+37
* refine mailer sourcepiaip2011-11-171-477/+491
* - improve new_mail readingpiaip2011-11-111-13/+22
* Add limitation to ziphome.piaip2011-11-091-3/+21
* clean up (eliminate compile warnings)piaip2011-11-0717-87/+80
* Alert if board name is invalid.piaip2011-11-071-3/+9
* enforce mail box clean up if > 100 x MailboxSizepiaip2011-11-044-9/+28
* don't assert when talklog is not ready for append (ex, disk failure).piaip2011-11-011-2/+4
* fix zip home (seems broken for a long time!?)piaip2011-10-311-3/+12
* add ziphome.excludepiaip2011-10-304-3/+13
* fix captcha return value when running in daemon modepiaip2011-10-301-8/+8
* remove BM from PERM_ADMIN.piaip2011-10-301-1/+1
* give up, let the admins do whatever they want.piaip2011-10-291-23/+8
* improve error messages when file system is readonlypiaip2011-10-282-5/+13
* refine messagespiaip2011-10-271-1/+4
* refine error messagespiaip2011-10-271-5/+2
* stop allowing change ID upper/lower casepiaip2011-10-271-2/+24
* - directly reports the reason why we can't post.piaip2011-10-262-21/+52
* always use current username for forward authorpiaip2011-10-212-26/+3
* numboards is not synchronized with Bnumber in SHM.robertabcd2011-10-1914-23/+35
* reply/forward prefix should be case insensitive.piaip2011-10-171-2/+2
* change default "preserve author name" to falsepiaip2011-10-172-4/+4
* add legacy_forward switchpiaip2011-10-171-0/+2
* fix forward recordpiaip2011-10-171-0/+4
* why lost this one?piaip2011-10-151-1/+0
* remove stupid m_sysop.piaip2011-10-152-65/+0
* prevent ANSI in mail->board cross post.piaip2011-10-151-0/+1
* fix wrong logic xdpiaip2011-10-141-1/+1
* fix: crash when title is constantpiaip2011-10-141-2/+11
* code refine and fix typopiaip2011-10-143-7/+5
* fix: wrong type in mailpiaip2011-10-141-2/+2
* fix: if user specified space in starting of topic, re: will strip all prefixespiaip2011-10-141-1/+1
* unify reply header promptspiaip2011-10-144-30/+20
* close attributes after printing titlepiaip2011-10-141-1/+7
* refine topic lengthpiaip2011-10-141-2/+5
* decrease default post topic lengthpiaip2011-10-142-1/+6
* improve title handling (don't truncate when replying)piaip2011-10-148-75/+166
* simplify cross_post(forward) processpiaip2011-10-142-49/+17
* unify signature formatpiaip2011-10-142-3/+3
* fix: out of resource if alohaed contains user himselfpiaip2011-10-141-0/+3
* simplify forward signaturepiaip2011-10-144-4/+17
* more forward fixespiaip2011-10-142-15/+28
* fix snprintf param errorpiaip2011-10-131-1/+2
* add "Fw:" as forward mail (cross_post)piaip2011-10-134-27/+35
* fix file more after cross-postpiaip2011-10-131-2/+1
* increase angel msg buffer sizepiaip2011-10-131-1/+1
* log cross_posts by record only (no file content)piaip2011-10-133-14/+57
* improve removebm when registering new charpiaip2011-10-122-1/+17
* add 'removebm' utilitypiaip2011-10-122-1/+77
* don't allow user adding his own signature when doing cross_post.piaip2011-10-124-11/+21
* fix: angels editing message will see #1 line truncated if it exceed maximumpiaip2011-10-121-1/+3
* code refinepiaip2011-10-091-220/+184
* fix: admin edit logpiaip2011-10-011-2/+2
* fix fpath (E inside pager)piaip2011-10-011-1/+1
* improve registeration logspiaip2011-09-301-141/+1
* angel ui improvementspiaip2011-09-301-2/+14
* improve angel UI: many people don't know how to change angels.piaip2011-09-291-12/+25
* allow sysop edit only files in boards/home/man.piaip2011-09-291-0/+11
* ID_RECORD: keeping data in a board is too huge - let's make them in one singl...piaip2011-09-291-1/+32
* force a 'y' after U to prevent accidental kb hitpiaip2011-09-291-1/+3
* angel: don't wait for valid keys in help screen, since many people may fail inpiaip2011-09-281-16/+17
* Turn off postrecord by default, since only PTT1 needs such featurepiaip2011-09-284-0/+16
* fix rounding errorpiaip2011-09-181-2/+1
* refine message in limitspiaip2011-09-181-10/+11
* extend new get_restriction_reason to bbs boardpiaip2011-09-181-25/+20
* report restriction directlypiaip2011-09-183-35/+46
* voteboard: display the reason directlypiaip2011-09-181-32/+53
* fix mail box status text because we only check last 5 mailspiaip2011-09-171-1/+1
* reject esc_star in signature filespiaip2011-09-093-0/+24
* restrict BM to watch vote resultspiaip2011-09-091-2/+7
* better way to fix itpiaip2011-09-061-4/+1
* admin: fix 'board attribute get reset after setting no_credit'piaip2011-09-061-1/+1
* prevent using red color because it's considered as 'reason for not able to po...piaip2011-09-031-2/+2
* remove esc_star code: **l and **ppiaip2011-08-261-6/+0
* allow reporting banned message for ban_ip.piaip2011-08-221-5/+12
* promote stripping ansi move commandspiaip2011-08-223-24/+21
* let's remove all ANSI movement escape sequence.piaip2011-08-221-1/+1
* forbid movement ANSI escape sequence in signature filespiaip2011-08-221-1/+25
* do not allow changing topic in ALLPOSTpiaip2011-08-011-1/+3
* fix race condition for making vote results -- contributed from robertabcdpiaip2011-07-311-41/+75
* add "expire folder" to timecap_expirepiaip2011-07-301-27/+44
* don't touch header in ALLPOST, to help tracking self-delete postspiaip2011-07-281-1/+5
* trim keyword in search.piaip2011-07-232-3/+11
* explain why no credit for hidden boardspiaip2011-07-231-1/+6
* fix new BRD_NOCREDITpiaip2011-07-233-3/+3
* make "BRD_BAD" into "BRD_NOCREDIT", a more natural name.piaip2011-07-235-28/+24
* update message for replacing regtimepiaip2011-07-211-5/+5
* edit/vote limit: deprecate regtime and replace with loginspiaip2011-07-212-24/+15
* add "no credit" in brdattr definitionpiaip2011-07-192-2/+2
* improve byebye_bad_post ui to help users who cannot press single keyspiaip2011-07-191-4/+20
* extend the "no credit" boardspiaip2011-07-191-1/+7
* Also export comment numbers and filemode for article listwens2011-07-091-2/+3
* Reverse hidden/over18 settingswens2011-07-091-2/+2
* since we're using synchronized account system, no need to alert that post/moneypiaip2011-07-021-6/+2
* No manpageswens2011-06-261-0/+1
* Offset off by 1wens2011-06-261-1/+1
* Add article content supportwens2011-06-261-1/+15
* Rewrite bpop3d with barebone server and libevent 2.0wens2011-06-264-185/+123
* Message strings should be static.wens2011-06-261-4/+4
* Common timeout should be global.wens2011-06-252-3/+5
* No manpageswens2011-06-251-0/+1
* Use libevent's common timeout optimizationwens2011-06-251-2/+5
* Ignore "server" executablewens2011-06-250-0/+0
* Move barebone server implementation to seperate directory and use symlinkswens2011-06-255-213/+229
* Move common settings to master makefilewens2011-06-252-5/+9
* Rewrite boardd with libevent 2.0wens2011-06-255-239/+383
* alert on the behavior or m+L.piaip2011-06-151-1/+5
* Use pmake's builtin ruleswens2011-06-121-15/+8
* wrong logicpiaip2011-06-091-2/+2
* add utf8 alias for bbsrfpiaip2011-06-091-2/+10
* update psb message for new ctrl-d supportpiaip2011-06-081-5/+2
* refine "tag" implementationpiaip2011-06-086-216/+191
* Fix again....wens2011-05-221-3/+3
* Fix last commit (getbnum() argument)wens2011-05-221-11/+11
* Keys with trailing spaces will fail at getbnum()wens2011-05-221-1/+3
* remove the "bank account" to prevent confusionpiaip2011-05-211-2/+2
* add 'reason' in deleted filepiaip2011-05-163-7/+24
* update msg: when updating email by sysop, no need to re-authpiaip2011-04-261-2/+4
* when assigning "badpost", never give default values because we can't go back.piaip2011-04-261-16/+23
* buggy on small terms. temporary rollback.piaip2011-04-201-1/+1
* add :w, ZZ (vi-style) to commenting (thanks for S3p's suggestion)piaip2011-04-201-4/+10
* improve 'CONVERT' config probingpiaip2011-04-172-2/+2
* fix: tar should use j for bzip2piaip2011-04-171-2/+2
* update big5/utf8 related information.piaip2011-04-177-23/+15
* support convert in nios.c, and add latest fixespiaip2011-04-172-10/+19
* activate unsafe fix only in utf8 modepiaip2011-04-171-1/+2
* support safer printing in ambiguous CJK and unsafe BIG5s.piaip2011-04-174-26/+53
* update big5 table generationpiaip2011-04-173-5/+25
* revert local modpiaip2011-04-171-4/+2
* improve utf-8 support and remove gb.piaip2011-04-177-249/+155