]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002041.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 002041.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Hybrid support - Hopefully final :)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Hybrid%20support%20-%20Hopefully%20final%20%3A%29&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002039.html">
11 <LINK REL="Next" HREF="002042.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Hybrid support - Hopefully final :)</H1>
15 <B>Slowking50 at aol.com</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Hybrid%20support%20-%20Hopefully%20final%20%3A%29&In-Reply-To="
17 TITLE="[IRCServices Coding] Hybrid support - Hopefully final :)">Slowking50 at aol.com
18 </A><BR>
19 <I>Fri May 2 08:29:53 PDT 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002039.html">[IRCServices Coding] Feature request
22 </A></li>
23 <LI>Next message: <A HREF="002042.html">[IRCServices Coding] Recognizing ServicesRoot for UMODE Change
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2041">[ date ]</a>
27 <a href="thread.html#2041">[ thread ]</a>
28 <a href="subject.html#2041">[ subject ]</a>
29 <a href="author.html#2041">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Okay, I now have this patch running on a 1500-user Hyb7 net and it appears to be stable :) Final corrections and notes -
35
36 1) In do_send_akill I had s_OperServ instead of who. Don't ask what I was smoking. &gt;.&gt;
37
38 2) Services need a reference in the shared {} block of all ircd.conf files in order to set akills. Services will still work without this, but they won't be able to stop banned users; they'll just keep doing repeated kills.
39
40 3) Makefile modifications are as follows:
41
42 MODULES = bahamut.so dalnet.so dreamforge.so monkey.so ptlink.so \
43 rfc1459.so trircd.so ts8.so undernet-p9.so unreal.so hybrid.so
44 [..]
45 OBJECTS-dreamforge.so = svsnick.o
46 OBJECTS-hybrid.so = banexcept.o halfop.o sjoin.o
47 OBJECTS-monkey.so = halfop.o sjoin.o
48 [..]
49 $(TOPDIR)/modules/nickserv/nickserv.h
50 INCLUDES-hybrid.o = banexcept.h sjoin.h halfop.h \
51 $(TOPDIR)/messages.h $(TOPDIR)/language.h \
52 $(TOPDIR)/modules/operserv/operserv.h \
53 $(TOPDIR)/modules/nickserv/nickserv.h
54 INCLUDES-monkey.o = halfop.h sjoin.h \
55 [..]
56
57 Anyone want to make a decent Makefile patch? :)
58
59 <A HREF="http://www.angelfire.com/az3/d-mstats/hybrid.c">http://www.angelfire.com/az3/d-mstats/hybrid.c</A>
60 </PRE>
61
62 <!--endarticle-->
63 <HR>
64 <P><UL>
65 <!--threads-->
66 <LI>Previous message: <A HREF="002039.html">[IRCServices Coding] Feature request
67 </A></li>
68 <LI>Next message: <A HREF="002042.html">[IRCServices Coding] Recognizing ServicesRoot for UMODE Change
69 </A></li>
70 <LI> <B>Messages sorted by:</B>
71 <a href="date.html#2041">[ date ]</a>
72 <a href="thread.html#2041">[ thread ]</a>
73 <a href="subject.html#2041">[ subject ]</a>
74 <a href="author.html#2041">[ author ]</a>
75 </LI>
76 </UL>
77
78 </body></html>