ircu2/include/mark.h

38 lines
1.6 KiB
C

/*
* IRC - Internet Relay Chat, include/mark.h
* Copyright (C) 1990 Jarkko Oikarinen and
* University of Oulu, Computing Center
* Copyright (C) 2005 Neil Spierling <sirvulcan@sirvulcan.co.nz>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/** @file mark.h
* @brief Mark define's.
* @version $Id: mark.h 2669 2009-11-09 02:53:31Z jobe1986 $
*/
#ifndef INCLUDED_mark_h
#define INCLUDED_mark_h
#define MARK_WEBIRC "WEBIRC" /**< WEBIRC mark. */
#define MARK_GEOIP "GEOIP" /**< GEOIP mark. */
#define MARK_CVERSION "CVERSION" /**< Client Version mark */
#define MARK_SSLCLIFP "SSLCLIFP" /**< SSL client certificate fingerprint */
#define MARK_DNSBL_DATA "DNSBL_DATA" /**< Alias to MARK */
#define MARK_MARK "MARK" /**< List of single word tags */
#define MARK_KILL "KILL" /**< KILL block exemption mark */
#endif /* INCLUDED_mark_h */