ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/include/parse_aline.h
Revision: 1027
Committed: Sun Nov 8 13:01:13 2009 UTC (16 years, 8 months ago) by michael
Content type: text/x-chdr
File size: 1845 byte(s)
Log Message:
- Move old 7.3 sources to branches/ircd-hybrid-newconf

File Contents

# Content
1 /*
2 * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
3 * s_conf.h: A header for the configuration functions.
4 *
5 * Copyright (C) 2005 by the past and present ircd coders, and others.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20 * USA
21 *
22 * $Id$
23 */
24
25 #ifndef INCLUDED_parse_aline_h
26 #define INCLUDED_parse_aline_h
27
28 EXTERN void cluster_a_line(struct Client *,
29 const char *, int, int, const char *,...);
30 EXTERN int valid_wild_card(struct Client *, int, int, ...);
31 EXTERN int valid_wild_card_simple(const char *);
32
33 #define CLEANUP_TKLINES_TIME 60
34 #define TK_SECONDS 0
35 #define TK_MINUTES 1
36 EXTERN time_t valid_tkline(const char *, int);
37
38 #define AWILD 0x1 /* check wild cards */
39 #define NOUSERLOOKUP 0x2 /* Don't lookup the user@host on /rkline nick */
40 EXTERN int parse_aline(const char *, struct Client *, int, char **,
41 int, char **, char **, time_t *, char **, char **);
42 EXTERN int valid_comment(struct Client *, char *, int);
43
44 EXTERN void announce_a_line(struct Client *, char *, int, char *, char *,
45 char *, ...);
46 EXTERN char *a_line_format_reason(char *, char *, int);
47
48 #endif /* INCLUDED_parse_aline_h */

Properties

Name Value
svn:eol-style native
svn:keywords "Author Date Id Revision"