[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme. Modified fork of atheme IRC Services www.vibetalk.net/
0

Configure Feed

Select the types of activity you want to include in your feed.

nickserv, operserv, saslserv and xmlrpc are converted.

William Pitcock (May 18, 2010, 9:26 PM -0500) e3bf4002 eb0b541b

+150 -160
-5
configure.ac
··· 547 547 modules/hostserv/Makefile 548 548 modules/memoserv/Makefile 549 549 modules/misc/Makefile 550 - modules/nickserv/Makefile 551 - modules/operserv/Makefile 552 - modules/protocol/Makefile 553 - modules/saslserv/Makefile 554 - modules/xmlrpc/Makefile 555 550 ]) 556 551 557 552 d=`eval echo ${MODDIR}`
+55
modules/nickserv/Makefile
··· 1 + # Copyright (c) 2003-2004 E. Will et al. 2 + # Rights to this code are documented in doc/LICENSE. 3 + # 4 + # This file contains build instructions. 5 + # 6 + # $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $ 7 + # 8 + 9 + MODULE = nickserv 10 + 11 + include ../../extra.mk 12 + include ../../buildsys.mk 13 + include ../../buildsys.module.mk 14 + 15 + BASE_SRCS = \ 16 + main.c \ 17 + access.c \ 18 + cert.c \ 19 + drop.c \ 20 + enforce.c \ 21 + freeze.c \ 22 + ghost.c \ 23 + group.c \ 24 + help.c \ 25 + hold.c \ 26 + identify.c \ 27 + info.c \ 28 + list.c \ 29 + listchans.c \ 30 + listmail.c \ 31 + listownmail.c \ 32 + login.c \ 33 + logout.c \ 34 + mark.c \ 35 + register.c \ 36 + resetpass.c \ 37 + return.c \ 38 + sendpass.c \ 39 + sendpass_user.c \ 40 + set.c \ 41 + set_accountname.c \ 42 + set_privmsg.c \ 43 + set_private.c \ 44 + setpass.c \ 45 + status.c \ 46 + subscribe.c \ 47 + taxonomy.c \ 48 + vacation.c \ 49 + verify.c \ 50 + vhost.c 51 + 52 + SRCS = ${BASE_SRCS} ${EXTRA_SRCS} 53 + 54 + CPPFLAGS += -I../../include 55 + CFLAGS += ${PLUGIN_CFLAGS}
-56
modules/nickserv/Makefile.in
··· 1 - # Copyright (c) 2003-2004 E. Will et al. 2 - # Rights to this code are documented in doc/LICENSE. 3 - # 4 - # This file contains build instructions. 5 - # 6 - # $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $ 7 - # 8 - 9 - MODULE = nickserv 10 - 11 - include ../Makefile.defs 12 - 13 - MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include 14 - CFLAGS = -I../../include @CFLAGS@ 15 - 16 - BASE_SRCS = \ 17 - $(SRCDIR)/main.c \ 18 - $(SRCDIR)/access.c \ 19 - $(SRCDIR)/cert.c \ 20 - $(SRCDIR)/drop.c \ 21 - $(SRCDIR)/enforce.c \ 22 - $(SRCDIR)/freeze.c \ 23 - $(SRCDIR)/ghost.c \ 24 - $(SRCDIR)/group.c \ 25 - $(SRCDIR)/help.c \ 26 - $(SRCDIR)/hold.c \ 27 - $(SRCDIR)/identify.c \ 28 - $(SRCDIR)/info.c \ 29 - $(SRCDIR)/list.c \ 30 - $(SRCDIR)/listchans.c \ 31 - $(SRCDIR)/listmail.c \ 32 - $(SRCDIR)/listownmail.c \ 33 - $(SRCDIR)/logout.c \ 34 - $(SRCDIR)/mark.c \ 35 - $(SRCDIR)/register.c \ 36 - $(SRCDIR)/resetpass.c \ 37 - $(SRCDIR)/return.c \ 38 - $(SRCDIR)/sendpass.c \ 39 - $(SRCDIR)/sendpass_user.c \ 40 - $(SRCDIR)/set.c \ 41 - $(SRCDIR)/set_accountname.c \ 42 - $(SRCDIR)/set_privmsg.c \ 43 - $(SRCDIR)/set_private.c \ 44 - $(SRCDIR)/setpass.c \ 45 - $(SRCDIR)/status.c \ 46 - $(SRCDIR)/subscribe.c \ 47 - $(SRCDIR)/taxonomy.c \ 48 - $(SRCDIR)/vacation.c \ 49 - $(SRCDIR)/verify.c \ 50 - $(SRCDIR)/vhost.c 51 - EXTRA_SRCS = $(SRCDIR)/login.c 52 - 53 - ./login.so: ./identify.so 54 - ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} -DNICKSERV_LOGIN ${SRCDIR}/identify.c -o login.so 55 - 56 - include ../Makefile.common
+2
modules/nickserv/login.c
··· 1 + #define NICKSERV_LOGIN 2 + #include "identify.c"
+52
modules/operserv/Makefile
··· 1 + # Copyright (c) 2003-2004 E. Will et al. 2 + # Rights to this code are documented in doc/LICENSE. 3 + # 4 + # This file contains build instructions. 5 + # 6 + # $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $ 7 + # 8 + 9 + MODULE = operserv 10 + 11 + include ../../extra.mk 12 + include ../../buildsys.mk 13 + include ../../buildsys.module.mk 14 + 15 + SRCS = \ 16 + main.c \ 17 + akill.c \ 18 + clearchan.c \ 19 + clones.c \ 20 + compare.c \ 21 + greplog.c \ 22 + help.c \ 23 + identify.c \ 24 + ignore.c \ 25 + info.c \ 26 + inject.c \ 27 + jupe.c \ 28 + mode.c \ 29 + modinspect.c \ 30 + modlist.c \ 31 + modload.c \ 32 + modreload.c \ 33 + modunload.c \ 34 + noop.c \ 35 + override.c \ 36 + raw.c \ 37 + rakill.c \ 38 + rmatch.c \ 39 + rehash.c \ 40 + restart.c \ 41 + rnc.c \ 42 + rwatch.c \ 43 + shutdown.c \ 44 + sgline.c \ 45 + soper.c \ 46 + specs.c \ 47 + sqline.c \ 48 + uptime.c \ 49 + update.c 50 + 51 + CPPFLAGS += -I../../include 52 + CFLAGS += ${PLUGIN_CFLAGS}
-52
modules/operserv/Makefile.in
··· 1 - # Copyright (c) 2003-2004 E. Will et al. 2 - # Rights to this code are documented in doc/LICENSE. 3 - # 4 - # This file contains build instructions. 5 - # 6 - # $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $ 7 - # 8 - 9 - MODULE = operserv 10 - 11 - include ../Makefile.defs 12 - 13 - MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include 14 - CFLAGS = -I../../include @CFLAGS@ 15 - 16 - BASE_SRCS = \ 17 - $(SRCDIR)/main.c \ 18 - $(SRCDIR)/akill.c \ 19 - $(SRCDIR)/clearchan.c \ 20 - $(SRCDIR)/clones.c \ 21 - $(SRCDIR)/compare.c \ 22 - $(SRCDIR)/greplog.c \ 23 - $(SRCDIR)/help.c \ 24 - $(SRCDIR)/identify.c \ 25 - $(SRCDIR)/ignore.c \ 26 - $(SRCDIR)/info.c \ 27 - $(SRCDIR)/inject.c \ 28 - $(SRCDIR)/jupe.c \ 29 - $(SRCDIR)/mode.c \ 30 - $(SRCDIR)/modinspect.c \ 31 - $(SRCDIR)/modlist.c \ 32 - $(SRCDIR)/modload.c \ 33 - $(SRCDIR)/modreload.c \ 34 - $(SRCDIR)/modunload.c \ 35 - $(SRCDIR)/noop.c \ 36 - $(SRCDIR)/override.c \ 37 - $(SRCDIR)/raw.c \ 38 - $(SRCDIR)/rakill.c \ 39 - $(SRCDIR)/rmatch.c \ 40 - $(SRCDIR)/rehash.c \ 41 - $(SRCDIR)/restart.c \ 42 - $(SRCDIR)/rnc.c \ 43 - $(SRCDIR)/rwatch.c \ 44 - $(SRCDIR)/shutdown.c \ 45 - $(SRCDIR)/sgline.c \ 46 - $(SRCDIR)/soper.c \ 47 - $(SRCDIR)/specs.c \ 48 - $(SRCDIR)/sqline.c \ 49 - $(SRCDIR)/uptime.c \ 50 - $(SRCDIR)/update.c 51 - 52 - include ../Makefile.common
+23
modules/saslserv/Makefile
··· 1 + # Copyright (c) 2003-2004 E. Will et al. 2 + # Rights to this code are documented in doc/LICENSE. 3 + # 4 + # This file contains build instructions. 5 + # 6 + # $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $ 7 + # 8 + 9 + MODULE = saslserv 10 + 11 + include ../../extra.mk 12 + include ../../buildsys.mk 13 + include ../../buildsys.module.mk 14 + 15 + SRCS = \ 16 + authcookie.c \ 17 + crypt.c \ 18 + dh-blowfish.c \ 19 + main.c \ 20 + plain.c 21 + 22 + CPPFLAGS += -I../../include 23 + CFLAGS += ${PLUGIN_CFLAGS}
-23
modules/saslserv/Makefile.in
··· 1 - # Copyright (c) 2003-2004 E. Will et al. 2 - # Rights to this code are documented in doc/LICENSE. 3 - # 4 - # This file contains build instructions. 5 - # 6 - # $Id: Makefile.in 4847 2006-02-19 03:57:57Z gxti $ 7 - # 8 - 9 - MODULE = saslserv 10 - 11 - include ../Makefile.defs 12 - 13 - MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include 14 - CFLAGS = -I../../include @CFLAGS@ 15 - 16 - BASE_SRCS = \ 17 - $(SRCDIR)/main.c \ 18 - $(SRCDIR)/plain.c \ 19 - $(SRCDIR)/authcookie.c \ 20 - $(SRCDIR)/crypt.c \ 21 - $(SRCDIR)/dh-blowfish.c 22 - 23 - include ../Makefile.common
+18
modules/xmlrpc/Makefile
··· 1 + # Copyright (c) 2003-2004 E. Will et al. 2 + # Rights to this code are documented in doc/LICENSE. 3 + # 4 + # This file contains build instructions. 5 + # 6 + # $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $ 7 + # 8 + 9 + MODULE = xmlrpc 10 + 11 + include ../../extra.mk 12 + include ../../buildsys.mk 13 + include ../../buildsys.module.mk 14 + 15 + SRCS = account.c channel.c main.c memo.c 16 + 17 + CPPFLAGS += -I../../include 18 + CFLAGS += ${PLUGIN_CFLAGS}
-24
modules/xmlrpc/Makefile.in
··· 1 - # Copyright (c) 2003-2004 E. Will et al. 2 - # Rights to this code are documented in doc/LICENSE. 3 - # 4 - # This file contains build instructions. 5 - # 6 - # $Id: Makefile.in 8385 2007-06-03 20:33:21Z jilles $ 7 - # 8 - 9 - MODULE = xmlrpc 10 - 11 - include ../Makefile.defs 12 - 13 - MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include 14 - CFLAGS = -I../../include @CFLAGS@ 15 - 16 - default: all 17 - 18 - BASE_SRCS = \ 19 - $(SRCDIR)/main.c \ 20 - $(SRCDIR)/account.c \ 21 - $(SRCDIR)/channel.c \ 22 - $(SRCDIR)/memo.c 23 - 24 - include ../Makefile.common