[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-71-gf6b39d3
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-04-18 23:22:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via f6b39d3f8fa704355045ace0df293bc6f04cb36d (commit) via fb48941e9268712dd0dad4e202b5682923e3fa1d (commit) from de337e945ddd760fd1e823cf4822f32e692ac433 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f6b39d3f8fa704355045ace0df293bc6f04cb36d Author: Michael Poole <md...@tr...> Date: Sun Apr 18 19:21:41 2010 -0400 Fix G-line handling and ?gtrace time display. src/gline.c (gline_comparator): Use lifetime rather than expiration time to sort G-lines. (gline_add): Only update expiration time and reason if the new modification time is newer than the previous one. Never update issuer (ircu doesn't track it). src/opserv.c (gtrace_print_func): Display G-lines with no expiration time correctly. commit fb48941e9268712dd0dad4e202b5682923e3fa1d Author: Michael Poole <md...@tr...> Date: Wed Mar 17 23:31:45 2010 -0400 Clean up the implementations of mod_chanmode_format(). src/proto-bahamut.c (mod_chanmode_format): Use a second buffer for the arguments that get associated with some modes, and append it to outbuff at the end. src/proto-p10.c (mod_chanmode_format): Likewise. ----------------------------------------------------------------------- Summary of changes: src/gline.c | 20 ++++++---------- src/opserv.c | 9 +++---- src/proto-bahamut.c | 19 +++++---------- src/proto-p10.c | 62 +++++++------------------------------------------- 4 files changed, 28 insertions(+), 82 deletions(-) hooks/post-receive -- srvx |