diff options
-rw-r--r-- | pttbbs/UPDATING | 6 | ||||
-rw-r--r-- | pttbbs/upgrade/r4826_numlogin.c (renamed from pttbbs/upgrade/r4825_pwcu.c) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/UPDATING b/pttbbs/UPDATING index 5fb8b61d..863bf7ff 100644 --- a/pttbbs/UPDATING +++ b/pttbbs/UPDATING @@ -18,14 +18,14 @@ https://opensvn.csie.org/traccgi/pttbbs/changeset/2273 make r3968_chicken make r4035_regnew make r4194_passwd - make r4825_pwcu + make r4826_numlogin ----------------------------------------------------------------------------- -r4825: [numlogindays, lastseen] +r4826: [numlogindays, lastseen] numlogins 的算法有調整,並且改名為 numlogindays; lastlogin 也多了一個叫 lastseen (別人 talk->query 到的值) lastlogin 只要登入就一定會更新,lastseen 則否。 -另,這個 r4825 的 upgrade 是 optional 的,不跑也不 ok, +另,這個 r4826 的 upgrade 是 optional 的,不跑也不 ok, 只是看你要不要一併調整 numlogin 的值。 r4483: [mbbsd command option] diff --git a/pttbbs/upgrade/r4825_pwcu.c b/pttbbs/upgrade/r4826_numlogin.c index 32c5d3ce..32c5d3ce 100644 --- a/pttbbs/upgrade/r4825_pwcu.c +++ b/pttbbs/upgrade/r4826_numlogin.c |