| Commit message (Expand) | Author | Age | Files | Lines |
* | * fix initial numlogindays, again (need to also fix LoginSave condition) | piaip | 2009-09-29 | 1 | -2/+3 |
* | * drop 'dbcsaware detection' ui, because we have the better 'repeat detection'. | piaip | 2009-09-28 | 1 | -1/+1 |
* | * detect repeated DBCS commands from evil clients | piaip | 2009-09-22 | 1 | -0/+3 |
* | * convert more fields | piaip | 2009-09-21 | 1 | -1/+1 |
* | * merge uflag2 and uflag, and refine flag bitmask names | piaip | 2009-09-21 | 1 | -19/+8 |
* | * more, more aggressive cache of pwcu... | piaip | 2009-09-17 | 1 | -4/+17 |
* | * refine pwcuExitSave again, prevent the initial query if possible. | piaip | 2009-09-17 | 1 | -63/+48 |
* | * move WATER_* from uflag2 to cuser.pager_ui_type (standalone variable) | piaip | 2009-09-17 | 1 | -10/+5 |
* | * refine badpost code again | piaip | 2009-09-17 | 1 | -1/+5 |
* | * refine uflags | piaip | 2009-09-17 | 1 | -48/+46 |
* | * change magic numbers to const names | piaip | 2009-09-16 | 1 | -1/+1 |
* | * fix: money was not synchronized... | piaip | 2009-09-13 | 1 | -2/+28 |
* | * make pwcu branch as trunk. | piaip | 2009-09-10 | 1 | -58/+581 |
|\ |
|
| * | * message refine | piaip | 2009-09-08 | 1 | -2/+10 |
| * | * improve check_BM frequency | piaip | 2009-09-08 | 1 | -0/+3 |
| * | * adjust numlogindays calculation - should be rounded to each day. | piaip | 2009-09-06 | 1 | -2/+6 |
| * | * optimize exit save | piaip | 2009-08-31 | 1 | -2/+47 |
| * | * allow numlogindays to be upgraded on-the-fly. | piaip | 2009-08-30 | 1 | -0/+3 |
| * | * fix numlogindays | piaip | 2009-08-30 | 1 | -7/+27 |
| * | * (pwcu branch) code refine, remove unused code, and finetune alerts | piaip | 2009-08-30 | 1 | -42/+1 |
| * | * (pwcu branch) const cuser code complete | piaip | 2009-08-30 | 1 | -0/+66 |
| * | * (pwcu branch) make user compatible to pwcu API | piaip | 2009-08-30 | 1 | -5/+63 |
| * | * (pwch branch) change chess results to use pwcu API | piaip | 2009-08-30 | 1 | -3/+104 |
| * | * (pwcu branch) code refine | piaip | 2009-08-29 | 1 | -50/+39 |
| * | * (pwcu branch) remove the 'goodpost' ~ I love this commit. | piaip | 2009-08-29 | 1 | -11/+0 |
| * | * enable lastseen and CONST_CUSER, also use cuser_ref as "&cuser". | piaip | 2009-08-29 | 1 | -3/+13 |
| * | * modify more APIs | piaip | 2009-08-28 | 1 | -30/+43 |
| * | * moving into the new pwcu (password - current user helper) API | piaip | 2009-08-28 | 1 | -16/+271 |
|/ |
|
* | * initcuser should also update numpost! | piaip | 2009-06-22 | 1 | -0/+1 |
* | * fix potential negative numposts | piaip | 2009-06-18 | 1 | -0/+3 |
* | * fix: money in cuser was not updated / sync to shm after sync_update... | piaip | 2009-06-14 | 1 | -1/+3 |
* | * fix bug: incorrect user's tmp buf filename. | kcwu | 2009-06-13 | 1 | -0/+2 |
* | * fix crash on user query: another recursive call :-( | piaip | 2009-06-12 | 1 | -1/+1 |
* | * fix recursive call error (sync version should call raw API) | piaip | 2009-06-12 | 1 | -1/+1 |
* | * refine cmbbs: move util_passwd.o to cmbbs/passwd.c. | piaip | 2009-06-12 | 1 | -207/+36 |
* | - refine and prepare for login daemon: | piaip | 2009-06-06 | 1 | -0/+70 |
* | Fix compile error in util/ | scw | 2008-11-18 | 1 | -0/+2 |
* | Post and money update: | scw | 2008-11-16 | 1 | -0/+10 |
* | - passwd: enable ALERT_PWD_RELOAD | piaip | 2008-06-04 | 1 | -2/+0 |
* | register: compact ID_RECORD title format | piaip | 2008-04-03 | 1 | -0/+9 |
* | - register: Regform2 API prototype (for concurrent registration form validati... | piaip | 2008-03-08 | 1 | -0/+8 |
* | - prepare for new admin reg procedure | piaip | 2008-02-20 | 1 | -0/+7 |
* | - revise passwd_apply() api, prevent use global variable to pass data. | kcwu | 2008-01-24 | 1 | -3/+3 |
* | - fix bug "good post dropped if user online" | piaip | 2007-12-16 | 1 | -0/+2 |
* | fix access violation. | kcwu | 2007-09-20 | 1 | -1/+1 |
* | fix the register bug | ptt | 2006-01-05 | 1 | -2/+1 |
* | 1. add "cancel bad post" feature. | ptt | 2006-01-04 | 1 | -3/+7 |
* | fix bug for new feature. | ptt | 2005-11-16 | 1 | -1/+2 |
* | PERMISSION can be changed even if the user is online. | ptt | 2005-11-16 | 1 | -0/+6 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -1/+1 |
* | warning: searchuser() getuser() API change, don't change query string implici... | kcwu | 2005-03-15 | 1 | -1/+1 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -3/+3 |
* | add dietlibc support, reduced 16kb memory usage on linux x86_64. | kcwu | 2005-02-24 | 1 | -1/+2 |
* | use correct type: size_t/int/long/pointer | in2 | 2004-07-30 | 1 | -1/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -3/+1 |
* | passwd change back | ptt | 2004-04-07 | 1 | -99/+13 |
* | money debug | ptt | 2004-04-07 | 1 | -2/+3 |
* | debug of money | ptt | 2004-04-06 | 1 | -1/+8 |
* | add push_bottom function | ptt | 2004-04-06 | 1 | -1/+29 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1658 63ad8ddf-47c3-03... | ptt | 2004-04-01 | 1 | -1/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1656 63ad8ddf-47c3-03... | ptt | 2004-04-01 | 1 | -4/+0 |
* | guest? | ptt | 2004-04-01 | 1 | -2/+7 |
* | remove mmap of cuser | ptt | 2004-03-31 | 1 | -27/+3 |
* | cuser debug | ptt | 2004-03-31 | 1 | -1/+6 |
* | debug of mmap | ptt | 2004-03-31 | 1 | -4/+4 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -0/+30 |
* | passwd bug fixed | ptt | 2004-03-30 | 1 | -4/+11 |
* | passwd update debug | ptt | 2004-03-30 | 1 | -1/+2 |
* | :p again passwd debug | ptt | 2004-03-30 | 1 | -2/+2 |
* | passwd debug of permission | ptt | 2004-03-30 | 1 | -3/+3 |
* | debug ..:p | ptt | 2004-03-30 | 1 | -1/+1 |
* | faster passwd by lower the lseek. | ptt | 2004-03-30 | 1 | -24/+60 |
* | forget to commit | victor | 2003-08-15 | 1 | -1/+14 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -8/+8 |
* | indent | in2 | 2002-07-06 | 1 | -40/+54 |
* | remove mmap | in2 | 2002-07-05 | 1 | -2/+2 |
* | do NOT reload memory if shared-memoy fails | in2 | 2002-07-03 | 1 | -2/+3 |
* | secure .PASSWD | in2 | 2002-07-03 | 1 | -8/+13 |
* | not using mmap for .PASSWD | in2 | 2002-06-30 | 1 | -47/+32 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -19/+2 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+138 |