| Commit message (Expand) | Author | Age | Files | Lines |
* | Announce 'OpenSVN deprecated'.HEADtrunk | piaip | 2014-11-03 | 2 | -1/+24 |
* | Colorize output. | piaip | 2014-10-12 | 1 | -1/+2 |
* | boardd: multi-thread. | robertabcd | 2014-10-11 | 6 | -13/+262 |
* | daemon/barebone: add |SERVER_USE_PTHREADS| option to support threading. | robertabcd | 2014-10-11 | 1 | -1/+12 |
* | Fix incorrect numbers in hour[0] and hour[1]. | piaip | 2014-10-08 | 1 | -18/+31 |
* | boardd: don't add fd to buffer when maxlen is zero. | robertabcd | 2014-10-06 | 1 | -0/+5 |
* | boardd: use explicit type conversion. | robertabcd | 2014-10-05 | 1 | -4/+4 |
* | boardd: article{stat,part,head,tail} keys. | robertabcd | 2014-10-05 | 1 | -6/+217 |
* | boardd: fix fd leak on certain conditions (eg. empty file) | robertabcd | 2014-10-05 | 1 | -3/+5 |
* | Fix voteboard when number of votes > 999. | piaip | 2014-10-04 | 1 | -14/+35 |
* | Fix last frame in auto exit mode. | piaip | 2014-09-30 | 1 | -7/+28 |
* | Allow query only if user is regged. | piaip | 2014-09-26 | 1 | -1/+3 |
* | Revise 'gamble' messages. | piaip | 2014-09-16 | 1 | -1/+1 |
* | Revise editor SAVE messages. | piaip | 2014-09-09 | 1 | -8/+20 |
* | Increase range limit. | piaip | 2014-09-07 | 1 | -2/+2 |
* | Revise register-reject messages. | piaip | 2014-08-23 | 1 | -3/+3 |
* | In comment, show userid even the comment is deleted. So BM can know what he's... | robertabcd | 2014-08-14 | 1 | -7/+5 |
* | Fix build breakage when not using commentd. | robertabcd | 2014-08-14 | 1 | -1/+1 |
* | Make ACL editing accessible in comment listing. | robertabcd | 2014-08-14 | 4 | -2/+20 |
* | Make UF_SECURE_LOGIN changeable only when using secure connection. | robertabcd | 2014-08-14 | 3 | -0/+13 |
* | Add user flag UF_SECURE_LOGIN. When set, login attempts from insecure channel... | robertabcd | 2014-08-13 | 6 | -32/+145 |
* | post/rebuild: Improve disk I/O sequence and speed. | piaip | 2014-08-11 | 1 | -12/+17 |
* | postd: Correct transfer data size and revise output messages. | piaip | 2014-08-11 | 1 | -4/+7 |
* | Fix the case "board has single invalid entry". | piaip | 2014-08-11 | 1 | -1/+4 |
* | Fix list.index | piaip | 2014-08-11 | 1 | -1/+1 |
* | py: Prevent execption in wrong-format. | piaip | 2014-08-11 | 1 | -2/+2 |
* | posted: better timer. | piaip | 2014-08-11 | 1 | -9/+21 |
* | postd: Fix divide by zero in rebuild. | piaip | 2014-08-11 | 1 | -1/+3 |
* | Improve 'rebuild' output. | piaip | 2014-08-11 | 1 | -17/+57 |
* | Speed up by preventing flush. | piaip | 2014-08-10 | 2 | -9/+11 |
* | Reuse connection when rebuilding boards. | piaip | 2014-08-10 | 2 | -22/+40 |
* | Allow writing comments in batch mode. | piaip | 2014-08-09 | 2 | -14/+37 |
* | Change comments from tuple to dict. | piaip | 2014-08-08 | 3 | -16/+22 |
* | Fix parsing for remote contents. | piaip | 2014-08-08 | 2 | -16/+22 |
* | Use default server address. | piaip | 2014-08-08 | 1 | -1/+1 |
* | Support import to remote server and prevent connection drop. | piaip | 2014-08-08 | 3 | -54/+75 |
* | Fix crosspost log checker | piaip | 2014-08-08 | 1 | -1/+1 |
* | Experimental support of comments in postd. | piaip | 2014-08-08 | 2 | -6/+26 |
* | Add missing update to extra fields. | piaip | 2014-08-08 | 1 | -0/+2 |
* | Use Python parser. | piaip | 2014-08-08 | 3 | -200/+26 |
* | BBS Legacy Post File Parser | piaip | 2014-08-08 | 1 | -0/+108 |
* | Fix offset-by-one and add GetContent request type. | piaip | 2014-08-07 | 3 | -1/+12 |
* | Support building with parsed contents. | piaip | 2014-08-07 | 3 | -17/+61 |
* | Two-phrase parsing comments, easier and better. | piaip | 2014-08-07 | 1 | -30/+53 |
* | Support parsing comments. Not activated yet. | piaip | 2014-08-07 | 1 | -0/+136 |
* | Revert previous commit - wrong changes. | piaip | 2014-08-07 | 1 | -1/+1 |
* | Add code to parse comments. | piaip | 2014-08-07 | 1 | -2/+1 |
* | Never do hashPost. | piaip | 2014-08-07 | 1 | -6/+1 |
* | Don't assume char is always signed | piaip | 2014-08-07 | 1 | -2/+2 |
* | Don't assume char is signed: | piaip | 2014-08-07 | 2 | -18/+19 |
* | Support rebuilding from existing data. | piaip | 2014-08-06 | 2 | -0/+152 |
* | Use bp instead of currboard. | piaip | 2014-08-06 | 1 | -1/+1 |
* | Use postd for all kinds of posts. | piaip | 2014-08-06 | 2 | -8/+8 |
* | Save contens as well. | piaip | 2014-08-06 | 1 | -0/+10 |
* | Remove unused 'addPost'. | piaip | 2014-08-05 | 1 | -3/+0 |
* | Add experimental 'postd' implementation. | piaip | 2014-08-05 | 4 | -9/+218 |
* | py: Allow re-packing BBS structures, and decode Big5 strings internally. | piaip | 2014-08-05 | 1 | -31/+40 |
* | Giving money to artdsn & bugreport board is making trouble. | piaip | 2014-07-22 | 1 | -8/+0 |
* | Remove 'bad_comment' experiemental code. | piaip | 2014-07-22 | 2 | -88/+1 |
* | Revise local flags and don't disturb user if they're posting on local boards. | piaip | 2014-07-21 | 4 | -10/+7 |
* | Support deleting comments when BRD_ALIGNEDCMT is enabled. | piaip | 2014-07-02 | 1 | -5/+12 |
* | Revise pvcm welcome messages. | piaip | 2014-06-29 | 1 | -3/+5 |
* | Alet when pvcm deletion falied. | piaip | 2014-06-29 | 2 | -1/+5 |
* | Alert when no available comments data. | piaip | 2014-06-29 | 1 | -1/+5 |
* | Revise comment deletion message. | piaip | 2014-06-29 | 2 | -2/+6 |
* | Since we can't really delete anonymous comments, no need to allow ADMIN enter... | piaip | 2014-06-28 | 1 | -2/+1 |
* | Prevent leaking anynomous comments | piaip | 2014-06-27 | 1 | -1/+4 |
* | Revise pvcm behavior | piaip | 2014-06-27 | 1 | -1/+5 |
* | When limiting string size, we should do a.b instead of .b | piaip | 2014-06-27 | 1 | -1/+1 |
* | Change 'T' to modify_dir_lite. | piaip | 2014-06-27 | 3 | -56/+51 |
* | Allow pvcm without special permission. | piaip | 2014-06-27 | 1 | -6/+0 |
* | Fix bug that not handling EOF correctly in |thread()| and |search_read()|. | robertabcd | 2014-06-25 | 1 | -10/+9 |
* | Fix segv when user keeps login rapidly (and disconnects when seeing that msg). | piaip | 2014-06-15 | 1 | -0/+3 |
* | Support 'm', 'L' in search mode again. | piaip | 2014-06-03 | 1 | -3/+19 |
* | Add proto change. | piaip | 2014-05-22 | 1 | -1/+1 |
* | Revice "delete comment" ui. | piaip | 2014-05-22 | 2 | -10/+17 |
* | Fix new comment formatter when OLDRECOMMEND is defined. | piaip | 2014-05-22 | 1 | -9/+9 |
* | Clean up. | piaip | 2014-05-22 | 3 | -8/+4 |
* | Move perm check into psb. | piaip | 2014-05-22 | 2 | -7/+9 |
* | Make gcc happy. | piaip | 2014-05-21 | 1 | -1/+1 |
* | Support deletion for comments. | piaip | 2014-05-21 | 5 | -26/+182 |
* | Commentd: Add "delete" API. | piaip | 2014-05-21 | 1 | -0/+23 |
* | New commentd system. | piaip | 2014-05-21 | 6 | -33/+248 |
* | Minor comments | piaip | 2014-05-21 | 2 | -0/+4 |
* | Support read/get in commentd. | piaip | 2014-05-21 | 1 | -11/+58 |
* | Revise badpost msgs. | piaip | 2014-05-21 | 1 | -2/+2 |
* | No temp define. | piaip | 2014-05-21 | 1 | -2/+1 |
* | boardd: emit in-char escape control codes after converted UTF-8 char. | robertabcd | 2014-05-16 | 1 | -14/+51 |
* | Fix boardd: wrong parameter order in linking. | robertabcd | 2014-05-16 | 1 | -2/+3 |
* | Fix gamble: accidental deleted line in last commit. | piaip | 2014-05-09 | 1 | -0/+1 |
* | Fix gamble when holder aborts. #1JQyb403 (PttBug) [ptt.cc] | piaip | 2014-05-09 | 1 | -3/+4 |
* | Revise waterban messages | piaip | 2014-04-30 | 2 | -16/+16 |
* | Fix and provide vote limitation in article_info. | piaip | 2014-04-30 | 2 | -13/+39 |
* | Change 'm' and 'L' to modify_dir_lite, and do not allow doing that in SR mode. | piaip | 2014-04-30 | 1 | -106/+120 |
* | Make ASCII cursor the new default. | piaip | 2014-04-21 | 6 | -14/+30 |
* | Deprecate old_cross_post. | piaip | 2014-04-17 | 2 | -13/+1 |
* | Move numlogindays back to user->info. | piaip | 2014-04-12 | 2 | -5/+6 |
* | No need to display lastlogin time in welcome screen. | piaip | 2014-04-07 | 1 | -8/+3 |
* | Revise more strings. | piaip | 2014-04-01 | 2 | -2/+4 |
* | Revise messages | piaip | 2014-04-01 | 2 | -2/+2 |
* | Use IS_OPENBRD for all board ACL checks. | piaip | 2014-04-01 | 1 | -25/+9 |
* | Remove calendar. | piaip | 2014-03-31 | 8 | -374/+67 |
* | Fix buffer selection | piaip | 2014-03-30 | 1 | -1/+1 |
* | Add missing def. | piaip | 2014-03-28 | 1 | -0/+1 |
* | Try harder to prevent file lost. | piaip | 2014-03-28 | 1 | -7/+19 |
* | Allow printing arbitrary size of logs. | piaip | 2014-03-27 | 1 | -3/+16 |
* | Remove the extra blank line after site-sig. | piaip | 2014-03-27 | 1 | -1/+0 |
* | Some logs, like anti_pettifogger, may be very long. | piaip | 2014-03-26 | 1 | -1/+2 |
* | Change ALLPOST format. | piaip | 2014-03-26 | 1 | -24/+50 |
* | The real version string is a constant pointer to constant data. | piaip | 2014-03-26 | 1 | -1/+1 |
* | Revise "no post permission" error messages. | piaip | 2014-03-26 | 1 | -1/+2 |
* | Revise numlogindays description. | piaip | 2014-03-26 | 1 | -1/+1 |
* | Change update_online to do same way as pwcu does. | piaip | 2014-03-26 | 1 | -4/+15 |
* | update_online: prevent too verbose messages and allow some tolerance in durat... | piaip | 2014-03-25 | 1 | -2/+2 |
* | Add one blank line between short-replies and site-sig. | piaip | 2014-03-25 | 1 | -1/+1 |
* | Stupid Linux does not have SO_NOSIGPIPE. I always forget that... | piaip | 2014-03-25 | 1 | -0/+4 |
* | Prevent SIGPIPE handler breaking toconnect*. | piaip | 2014-03-25 | 1 | -14/+16 |
* | Create URL tags earlier to avoid race condition. | piaip | 2014-03-25 | 1 | -9/+11 |
* | Reduce user info that is available in user->query. | piaip | 2014-03-25 | 1 | -3/+6 |
* | Related changes for new lastlogin. | piaip | 2014-03-25 | 1 | -4/+8 |
* | resolve_boards has been commented a while and we're not seeing any problems. | piaip | 2014-03-25 | 1 | -2/+0 |
* | Fix UTMP array size. | piaip | 2014-03-25 | 1 | -2/+3 |
* | Update using ulist. | piaip | 2014-03-25 | 1 | -31/+60 |
* | Add utility to update user online counter (lastlogin/numlogindays). | piaip | 2014-03-25 | 2 | -1/+48 |
* | Unify EDIT and CROSSPOST sigs. | piaip | 2014-03-25 | 1 | -5/+3 |
* | Correct URL file source. (posting will change file name one time) | piaip | 2014-03-25 | 1 | -10/+10 |
* | Change Chinese "From" to sync with edit sig. | piaip | 2014-03-25 | 1 | -1/+1 |
* | Combine From line and provide URL in article. | piaip | 2014-03-25 | 2 | -2/+11 |
* | Add message when backup is retrieved. | piaip | 2014-03-24 | 1 | -0/+1 |
* | Disable unknown "fix" in ch_dark. | piaip | 2014-03-22 | 1 | -2/+5 |
* | Prevent forwarding deleted stuff. | piaip | 2014-03-21 | 1 | -1/+2 |
* | Revise URL query code. Provide URL when trying to forward. | piaip | 2014-03-21 | 5 | -51/+89 |
* | Don't put chars into lower case when searching in announce. | piaip | 2014-03-18 | 1 | -2/+0 |
* | Bloat the messages for pettifogger. | piaip | 2014-03-12 | 1 | -4/+24 |
* | Fix reg prompts in page mode. | piaip | 2014-03-11 | 1 | -1/+1 |
* | Revert r5942 again (r5944 incorrectly reverted 5943). | piaip | 2014-03-10 | 4 | -30/+56 |
* | Re-apply r5943. | piaip | 2014-03-10 | 9 | -49/+49 |
* | Remove TEL from reject reasons. | piaip | 2014-03-10 | 1 | -2/+1 |
* | Revert r5942. | piaip | 2014-03-09 | 9 | -49/+49 |
* | Change Badpost to "revoked post", to avoid legal pettifoggers. | piaip | 2014-03-08 | 9 | -49/+49 |
* | Replace "bucket" to formal "ban" messages. | piaip | 2014-03-08 | 4 | -56/+30 |
* | Allow reporting URL for 18x boards. | piaip | 2014-03-03 | 1 | -1/+1 |
* | Remove birthday to avoid unnecessary personal private info. | piaip | 2014-02-23 | 6 | -76/+10 |
* | Prevent data structure difference by #ifdefs. | piaip | 2014-02-23 | 2 | -2/+5 |
* | Revise violation string again. | piaip | 2014-02-18 | 1 | -1/+1 |
* | Fix mind display. | piaip | 2014-02-18 | 1 | -1/+1 |
* | Correct the mind<violation> display. | piaip | 2014-02-18 | 1 | -4/+3 |
* | Drop the stupid <mind>. | piaip | 2014-02-18 | 5 | -50/+6 |
* | Drop deprecated "mobile" var. | piaip | 2014-02-18 | 1 | -1/+1 |
* | Remove POSTRECORD. | piaip | 2014-02-18 | 5 | -129/+6 |
* | Remove 'mobile' from user reg data. | piaip | 2014-02-18 | 4 | -23/+3 |
* | Prevent conditional mappings in mail hotkeys. | piaip | 2014-02-18 | 1 | -6/+4 |
* | Prevent conditional mapping in hotkeys. | piaip | 2014-02-18 | 2 | -15/+14 |
* | Fix new keys in b_config. | piaip | 2014-02-17 | 1 | -3/+21 |
* | Move J, W to b_config(i). | piaip | 2014-02-13 | 2 | -56/+60 |
* | Enable strip_zero in big5.decode. | piaip | 2014-02-11 | 1 | -1/+1 |
* | Add big5 module for python. | piaip | 2014-02-11 | 2 | -0/+69 |
* | Revert the symlink changes. | piaip | 2014-02-11 | 2 | -10/+13 |
* | Add missing declaration. | piaip | 2014-02-10 | 1 | -0/+1 |
* | Revide locked post appearance. | piaip | 2014-02-10 | 1 | -8/+9 |
* | Prevent editing symlink boards. | piaip | 2014-02-09 | 1 | -8/+21 |
* | Fix const casts | piaip | 2014-02-09 | 1 | -1/+2 |
* | Lock post now shows original title. | piaip | 2014-02-09 | 1 | -6/+8 |
* | Strip ANSI codes from text when doing mask_content. | piaip | 2014-02-08 | 1 | -2/+4 |
* | Prevent people entering board symlinks and incorrectly set its targets (without | piaip | 2014-02-07 | 1 | -2/+8 |
* | Revise mask_content message, again. | piaip | 2014-02-07 | 1 | -7/+7 |
* | Revise mask_content messages. | piaip | 2014-02-07 | 1 | -4/+4 |
* | Allow BM deleting illegal contents. | piaip | 2014-02-07 | 4 | -19/+185 |
* | Add a check before changing board settings, to avoid copy-paste error. | piaip | 2014-02-05 | 1 | -2/+8 |
* | Add missing 'type' field | piaip | 2014-02-05 | 1 | -2/+4 |
* | Add experimental "comments daemon". | piaip | 2014-02-05 | 3 | -1/+202 |
* | Rename function to match its real purposes. | piaip | 2014-02-05 | 1 | -2/+3 |
* | Enable the minimal badpost duration when set by admins. #1Ixd6K1O (PttBug) | piaip | 2014-02-03 | 1 | -8/+19 |
* | Validate input userid; always log userid changes. | robertabcd | 2014-01-26 | 1 | -9/+9 |
* | Fix that userid cannot be changed by admins. | robertabcd | 2014-01-26 | 1 | -1/+2 |
* | Alert file deletion error. | piaip | 2013-12-26 | 1 | -3/+8 |
* | Check empty file name in expire | piaip | 2013-11-25 | 1 | -4/+5 |
* | psb/pvrb: Don't return after saved to mailbox. | piaip | 2013-11-23 | 1 | -2/+3 |
* | Fix: numbers in expire2.conf was not correctly parsed. | piaip | 2013-11-19 | 1 | -1/+1 |
* | Notify the new changes. | piaip | 2013-11-13 | 1 | -0/+2 |
* | Fix offset-by-one error in b_posttype #1IUAbtbv (SYSOP) [ptt2.cc] | piaip | 2013-11-10 | 1 | -1/+1 |
* | Revise write_file prompts. | piaip | 2013-11-08 | 1 | -13/+20 |
* | Restrict SYSSUPERGROUPOP to view time capsule only in his authorized groups. | piaip | 2013-11-08 | 1 | -2/+2 |
* | Fix chess pager messages #1IUxmpRv (PttSuggest) [ptt.cc] | piaip | 2013-11-08 | 1 | -1/+1 |
* | Show GROUPOP info. | piaip | 2013-11-07 | 1 | -0/+8 |
* | Allow groupop and syssupersubop to enter recycle bin. | piaip | 2013-11-07 | 1 | -1/+2 |
* | Remove chicken PK from talk list. #1IUvL6lF (PttSuggest) [ptt.cc] | piaip | 2013-11-07 | 1 | -2/+4 |
* | Touch safe_delete header as a reference (so we can delete these headers smartly | piaip | 2013-11-07 | 1 | -0/+1 |
* | Improve chicken debug code. | piaip | 2013-11-04 | 1 | -18/+20 |
* | Revert chicken changes. | piaip | 2013-11-04 | 1 | -5/+48 |
* | Make chicken diff calculation more correct | piaip | 2013-11-04 | 1 | -2/+3 |
* | Fix wrong args | piaip | 2013-11-04 | 1 | -1/+1 |
* | More attempt to find out why some user has bad timesetangel. | piaip | 2013-11-04 | 1 | -0/+4 |
* | chicken.getting_old: ok, let's make it 0.9 for every 24 hrs. | piaip | 2013-10-30 | 1 | -15/+1 |
* | Increase chicken delta period from 6 to 12 hours. | piaip | 2013-10-30 | 1 | -1/+1 |
* | Fix NIOS debug calls | piaip | 2013-10-30 | 1 | -2/+2 |
* | Adjust ch.getting_old formula. | piaip | 2013-10-30 | 1 | -10/+17 |
* | Change expire to only take "max post". | piaip | 2013-10-30 | 6 | -49/+27 |
* | Fix build breakage. Futher investigation on command return values needed. | robertabcd | 2013-10-21 | 1 | -1/+4 |
* | Remove trailing spaces. | piaip | 2013-10-04 | 51 | -1542/+1542 |
* | Fix over_18 being randomly assigned after filling registration form. | piaip | 2013-10-04 | 3 | -9/+1 |
* | Prevent user keeps changing angels when he multi-logins. | piaip | 2013-10-01 | 1 | -14/+20 |
* | Add bsearch_record. | piaip | 2013-09-24 | 2 | -0/+29 |
* | Make boardd discard incomplete DBCS char in article title. | robertabcd | 2013-09-24 | 1 | -0/+2 |
* | Fix "broadcast" in user-talk. #1IGF21HD (PttSuggest) [ptt.cc] | piaip | 2013-09-24 | 1 | -13/+23 |
* | Fix password len on UI | piaip | 2013-09-21 | 1 | -1/+1 |
* | Add missed_assign in report | piaip | 2013-09-18 | 1 | -1/+1 |
* | Add missed_assign to angel data. | piaip | 2013-09-18 | 1 | -3/+11 |
* | Extend angel perf logs for active masters. | piaip | 2013-09-18 | 1 | -5/+9 |
* | Also change the inactive time in mbbsd | piaip | 2013-09-16 | 1 | -2/+2 |
* | Change default angel expire time to 180d. | piaip | 2013-09-16 | 2 | -3/+3 |
* | Revise angel report to contain 120d active master number (to align with how | piaip | 2013-09-11 | 1 | -7/+11 |
* | Deprecate unused modes. | piaip | 2013-09-10 | 1 | -13/+13 |
* | Fix typo on bitwise compare. | piaip | 2013-09-10 | 1 | -1/+1 |
* | Fix angelbeats: prevent adding angel activity accounts if that already have | piaip | 2013-09-10 | 2 | -3/+4 |
* | Fix crash on crosspost. | piaip | 2013-09-09 | 1 | -1/+4 |
* | Remove curredit shared variable. | piaip | 2013-09-09 | 10 | -83/+59 |
* | Fix build breakage by linker. | piaip | 2013-09-09 | 1 | -2/+2 |
* | Not experiemental anymore. People love it. | piaip | 2013-08-31 | 1 | -3/+2 |
* | Revise more board menu | piaip | 2013-08-31 | 1 | -5/+4 |
* | Revise board selection menus | piaip | 2013-08-31 | 1 | -2/+4 |
* | Log delete reason and bad post readon. | piaip | 2013-08-31 | 2 | -10/+15 |
* | Revise over18 messages | piaip | 2013-08-20 | 2 | -3/+6 |
* | Update info for r5858. | piaip | 2013-08-20 | 1 | -0/+4 |
* | For privacy concern, remove birthday (has been deprecated for a while) | piaip | 2013-08-20 | 16 | -426/+122 |
* | Display password input as '*' when setting and changing passwords. | piaip | 2013-08-16 | 6 | -8/+24 |
* | The structure decoder in python is still helpful for exporting data. | piaip | 2013-08-16 | 1 | -128/+129 |
* | Change default my fav to be one entry in editable. | piaip | 2013-08-14 | 3 | -20/+18 |
* | Don't add new boards by default. | piaip | 2013-08-14 | 1 | -1/+1 |
* | Revise cross-post warning messages. | piaip | 2013-08-14 | 1 | -4/+6 |
* | Fix incorrect snprintf usage. | kcwu | 2013-07-13 | 2 | -0/+6 |
* | Remove (cached) duplicated man listing entries. #1Hrl20dn (PttBug) [ptt.cc] | scw | 2013-07-08 | 1 | -4/+5 |
* | Check if article author looks like an expired (and re-used) one. | piaip | 2013-07-03 | 3 | -2/+40 |
* | Correct playangl time | piaip | 2013-06-28 | 3 | -2/+12 |
* | Fix reversi log writing and reading mishandling passes. | scw | 2013-06-26 | 1 | -6/+24 |
* | Revise lock_post log format. | piaip | 2013-06-19 | 1 | -3/+1 |
* | Violated user cannot set visibility, so let's make them always visible. | piaip | 2013-06-11 | 1 | -1/+1 |
* | Make "order song" also recorded as play-angel. | piaip | 2013-05-29 | 1 | -6/+8 |
* | Improves checking methods for gamble open_ticket. | piaip | 2013-05-21 | 1 | -2/+21 |
* | Prevent multiple holidays in same day. #1HZcxXj1 (PttBug) [ptt.cc] | piaip | 2013-05-12 | 1 | -0/+2 |
* | Fix incorrect logs in angel_order_song. | piaip | 2013-05-02 | 1 | -1/+2 |
* | Not a bug, simply for people with dyslexia. | piaip | 2013-04-23 | 1 | -1/+1 |
* | Revise report message: #1HTJnVJM (PttBug) , for people who can't understand the | piaip | 2013-04-22 | 1 | -1/+1 |
* | Support DARK userec (ch_dark module does not use chess framework, so dark chess | piaip | 2013-04-18 | 4 | -83/+76 |
* | Prepare space for dark chess | piaip | 2013-04-18 | 1 | -22/+23 |
* | Remove the last "check by hard-coded id" for angels. | piaip | 2013-04-18 | 1 | -7/+0 |
* | pmore: preserve quote-text attributes when line breaks. | piaip | 2013-04-09 | 1 | -5/+12 |
* | Remove angel hacks | piaip | 2013-04-04 | 2 | -7/+2 |
* | Workaround data with pure number prefix. | piaip | 2013-04-04 | 1 | -1/+1 |
* | Prevent do_aloha for roles with hide_from. | piaip | 2013-03-29 | 1 | -3/+3 |