The project "Citadel server, clients, utilities":

    The branch, master has been updated
       via  c6d9b0c840fa07bfd5c34fd4d1b9ed87f23aa083 (commit)
       via  feb166086e058165cf34e1f2eabfe9e5869f56c8 (commit)
      from  9911dabdbca585eb8d7e188ddf799153be2e4e26 (commit)


- Log -----------------------------------------------------------------
commit c6d9b0c840fa07bfd5c34fd4d1b9ed87f23aa083
Author: Art Cancro <[email protected]>
Date:   Wed Feb 4 17:28:54 2026 -0500

The correct calendar-home-set is /ctdl/r/ , not /ctdl/r/Calendar/

commit feb166086e058165cf34e1f2eabfe9e5869f56c8
Author: Art Cancro <[email protected]>
Date:   Wed Feb 4 16:02:45 2026 -0500

Changed (time(NULL)%900) to (time(NULL)&~0x3ff)

The intent here was to provide a low-resolution timestamp that updates
roughly once every 15 minutes, but I was doing it wrong.  This corrects
the logic and updates the timestamp every 1024 seconds (17m4s).

-----------------------------------------------------------------------

Summary of changes:
 webcit-ng/server/request.c        | 7 +++----
 webcit-ng/server/user_functions.c | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

-- 
Citadel server, clients, utilities

Reply via email to