From d61eebd738d2ea3c739018e986a6d16207e7b5e9 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 5 Aug 2006 19:07:58 +0000 Subject: [PATCH] BUILD : 1.7.14 (1111) BUGS : 570 NOTES : Allow doValidHost to be called from modules. git-svn-id: svn://svn.anope.org/anope/trunk@1111 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@835 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 2 ++ include/extern.h | 1 + version.log | 6 +++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 843bc34ab..a9dec8ed7 100644 --- a/Changes +++ b/Changes @@ -55,6 +55,8 @@ Provided by Anope Dev. - 2006 08/04 F Autovoice for unregistered users works again. [#569] 08/05 F Support for SVSJOIN/SVSPART/SWHOIS in protocol modules. [#566] 08/05 F os_info save on unload. [#523] +08/05 F Externed doValidHost call for modules to use. [#570] + Provided by ThaPrince - 2006 05/19 A Plexus 3 support. [ #00] diff --git a/include/extern.h b/include/extern.h index f48bd53cc..d324fb177 100644 --- a/include/extern.h +++ b/include/extern.h @@ -807,6 +807,7 @@ E int dotime(const char *s); E char *duration(NickAlias * na, char *buf, int bufsize, time_t seconds); E char *expire_left(NickAlias * na, char *buf, int len, time_t expires); E void protocol_debug(char *source, char *cmd, int argc, char **argv); +E int doValidHost(const char *host, int type); typedef int (*range_callback_t) (User * u, int num, va_list args); E int process_numlist(const char *numstr, int *count_ret, diff --git a/version.log b/version.log index 01c965b84..0b68125f7 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1110" +VERSION_BUILD="1111" # $Log$ # +# BUILD : 1.7.14 (1111) +# BUGS : 570 +# NOTES : Allow doValidHost to be called from modules. +# # BUILD : 1.7.14 (1110) # BUGS : 523 # NOTES : os_info.c now calls mSaveData on AnopeFini