]> jfr.im git - irc/quakenet/newserv.git/commit - chanserv/chanserv_messages.h
Purge all references to localtime.
authorChris Porter <redacted>
Sat, 17 May 2008 19:46:15 +0000 (20:46 +0100)
committerChris Porter <redacted>
Sat, 17 May 2008 19:46:15 +0000 (20:46 +0100)
commit79313d98733a8737f2f3b8be276d8bbee73f8f35
tree279bf8b226056c2b869b84db9ef856cd253cab09
parenta49c6c1cc95dfc3c83ee5f6c1c70e8ff95836b08
Purge all references to localtime.
Use sizeof() in all strfcalls rather than fixed sizes.
Instead of using a fixed string in each and every strftime call it's now a define.
Add time support 'T' to q9snprintf.
Refactor a lot of the strftime stuff into q9snprintf.
Use sizeof() in sprintf in log.
17 files changed:
chanserv/authcmds/authhistory.c
chanserv/authcmds/email.c
chanserv/authcmds/login.c
chanserv/authcmds/newpass.c
chanserv/chancmds/chanlev.c
chanserv/chancmds/chanlevhistory.c
chanserv/chancmds/chanstat.c
chanserv/chancmds/suspendchanlist.c
chanserv/chanserv_messages.h
chanserv/chanservlog.c
chanserv/newsearch/formats.c
chanserv/q9snprintf.c
chanserv/usercmds/accounthistory.c
chanserv/usercmds/maillock.c
chanserv/usercmds/suspenduser.c
chanserv/usercmds/suspenduserlist.c
chanserv/usercmds/whois.c