[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-90-g4e6b0e2
Brought to you by:
entrope
From: Entrope <en...@us...> - 2012-01-20 02:57:34
|
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 4e6b0e24b2f4b6e00df70bd5c2badda8d56fab77 (commit) via 9463469d5c5081b7b11f08d74a1ed5be879d9da7 (commit) via 959dbb3d28f7f152dfb3f5a845e05b900f1310d1 (commit) via cf2ee0859e61cd640a32e8fc6ef34950563f3a94 (commit) via d56dbcf40a1fc75bcd0c2ded0d3e314e0c66f67e (commit) from ffcb5269fdd500f1f7b1603fa9442115d8df3d4b (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 4e6b0e24b2f4b6e00df70bd5c2badda8d56fab77 Author: Michael Poole <md...@tr...> Date: Thu Jan 19 21:29:15 2012 -0500 Add a login-on-connect module using XQUERY/XRESPONSE. commit 9463469d5c5081b7b11f08d74a1ed5be879d9da7 Author: Michael Poole <md...@tr...> Date: Thu Jan 19 21:29:02 2012 -0500 Support ircu's XQUERY and XRESPONSE. commit 959dbb3d28f7f152dfb3f5a845e05b900f1310d1 Author: Michael Poole <md...@tr...> Date: Thu Jan 19 21:28:39 2012 -0500 Fix the modules list for module names ending in c. The backslashes in the regular expression \.c\$ were not quoted enough. commit cf2ee0859e61cd640a32e8fc6ef34950563f3a94 Author: Michael Poole <md...@tr...> Date: Thu Jan 19 21:27:56 2012 -0500 Enable silent rules for automake (requires automake 1.10 or later). commit d56dbcf40a1fc75bcd0c2ded0d3e314e0c66f67e Author: Michael Poole <md...@tr...> Date: Mon Jan 16 22:06:49 2012 -0500 Move m4 support files into m4/ directory. automake 1.11 (or something else new in Ubuntu 11.10) complains if this is not done. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 1 + configure.in | 5 +- m4/.gitignore | 1 + src/mod-iauth_loc.c | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/proto-bahamut.c | 1 + src/proto-common.c | 28 ++++++++++ src/proto-p10.c | 24 +++++++++ src/proto.h | 4 ++ 8 files changed, 199 insertions(+), 2 deletions(-) create mode 100644 m4/.gitignore create mode 100644 src/mod-iauth_loc.c hooks/post-receive -- srvx |