Use compatibility framework instead of atheme API directly.
This commit is contained in:
parent
bc8c603db6
commit
6b4777173a
|
@ -28,7 +28,7 @@
|
|||
* of Atheme to compile a subset of the Atheme 7.1 API, if such API features
|
||||
* are unavailable.
|
||||
*/
|
||||
#ifdef CURRENT_ABI_REVISION < 710000
|
||||
#if CURRENT_ABI_REVISION < 710000
|
||||
typedef char *stringref;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
#ifdef __Linux__
|
||||
#include <execinfo.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "template.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
* bad idea.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "../chanserv/chanserv.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Set/unset DALnet channel mode +r on registration/deregistration.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Sends a customized welcome message on channel registration.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "conf.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
2
dnsbl.c
2
dnsbl.c
|
@ -41,7 +41,7 @@
|
|||
* };
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "conf.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "datastream.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "datastream.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
* privacy concerns; you probably shouldn't.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* This file contains the main() routine.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
/*
|
||||
* Set this to the string of mlock changes you want to make.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
/* MEMOLEN + 8, so the "[FORCE] " string will fit */
|
||||
#define FMEMOLEN 308
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "uplink.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Clean obnoxious nicknames, such as LaMENiCK -> lamenick.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* This file contains code for the NickServ FENFORCE function.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* This file contains code for the NickServ FORBID function.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "conf.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* This file contains code for the NickServ LISTLOGINS function.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Sends a customized welcome message on nickname registration.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "conf.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* This file contains code for delaying user registration
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "conf.h"
|
||||
#include <limits.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "conf.h"
|
||||
#include "datastream.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* Thanks for reading my crappy docs, and have a nice day.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* setting to time out/expire.
|
||||
*
|
||||
*/
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#define DEFCON_CMODE "R"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* elly+atheme@leptoquark.net
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "uplink.h" /* sts() */
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* but would not remove the user, but the user cannot (fully) reconnect.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* The kqueue is added to the main poll loop.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/event.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Does an A record lookup.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Dump/restore channel modes
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
(
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Reads data from a child process via a pipe.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include "datastream.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Looks for users and performs actions on them.
|
||||
*/
|
||||
|
||||
#include "atheme.h"
|
||||
#include "atheme-compat.h"
|
||||
#include <limits.h>
|
||||
|
||||
DECLARE_MODULE_V1
|
||||
|
|
Loading…
Reference in New Issue