Commit: 187d4c89627d770e1e0699e06468665564869c6c
https://github.com/briancline/ircplanet/commit/187d4c89627d770e1e0699e06468665564869c6c
Author: Brian Cline <brian...@gmail.com>
Date: 2011-02-12 (Sat, 12 Feb 2011)
Changed paths:
M ChangeLog
M Core/core_globals.php
M Core/gline.php
M Core/mute.php
M Core/p10/handle_GL.php
M Core/p10/handle_MT.php
M Core/service.php
M Core/timers/expire_glines.php
M Core/timers/expire_mutes.php
M Defense/ds.php
M Defense/globals.php
M Operator/commands/addgchan.php
M Operator/commands/addgname.php
M Operator/commands/clearchan.php
M Operator/commands/gline.php
M Operator/commands/mute.php
M Operator/commands/remgchan.php
M Operator/commands/remgline.php
M Operator/commands/remgname.php
M Operator/commands/remmute.php
M Operator/commands/show.php
M Operator/db_gline.php
M Operator/db_mute.php
M Operator/globals.php
M Operator/os.php
M Operator/p10/handle_N.php
M db_schema.sql
Log Message:
-----------
Fix broken g-line and mute behavior by accurately tracking lifetime timestamps for each. Also, minor enhancements to the oper service SHOW command to show lifetime timestamps if they differ from the expiration timestamps.