]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003051.html
init
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003051.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] operserv - reverse wildcard lookup?
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20operserv%20-%20reverse%20wildcard%20lookup%3F&In-Reply-To=1089912233.40f6bda98f14f%40webmailapp4.cc.utexas.edu">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003045.html">
11 <LINK REL="Next" HREF="003046.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] operserv - reverse wildcard lookup?</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20operserv%20-%20reverse%20wildcard%20lookup%3F&In-Reply-To=1089912233.40f6bda98f14f%40webmailapp4.cc.utexas.edu"
17 TITLE="[IRCServices Coding] operserv - reverse wildcard lookup?">achurch at achurch.org
18 </A><BR>
19 <I>Fri Jul 16 10:30:39 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003045.html">[IRCServices Coding] operserv - reverse wildcard lookup?
22</A></li>
23 <LI>Next message: <A HREF="003046.html">[IRCServices Coding] Help
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3051">[ date ]</a>
27 <a href="thread.html#3051">[ thread ]</a>
28 <a href="subject.html#3051">[ subject ]</a>
29 <a href="author.html#3051">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE> Good idea--I'll see about adding it to 5.1.
35
36 --Andrew Church
37 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
38 <A HREF="http://achurch.org/">http://achurch.org/</A>
39
40&gt;<i>Hi, lowly oper on one of Espernet's servers, here; might make a server of my own
41</I>&gt;<i>after moving to Japan soon for JET, depending on available connection and
42</I>&gt;<i>computer parts. New to this list. Anyway, enough for introductions, on to why I
43</I>&gt;<i>joined:
44</I>&gt;<i>
45</I>&gt;<i>Can operserv be made to (optionally, at each command) perform 'akill view' and
46</I>&gt;<i>'akill list' commands using the wildcard evaluation in reverse?
47</I>&gt;<i>
48</I>&gt;<i>What I mean is: I type in &quot;/msg operserv akill list-r <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">malak at 218.22.22.40</A>&quot; and
49</I>&gt;<i>operserv tells me &quot;sup. you've got an akill phrased like '*@218.22.*', and
50</I>&gt;<i>that's what's killing him.&quot;
51</I>&gt;<i>
52</I>&gt;<i>This would alleviate the issue of, upon seeing a user presenting his address and
53</I>&gt;<i>asking why he's akilled, an oper having to /guess/ what part of the address is
54</I>&gt;<i>in the set akill. In other words, this:...
55</I>&gt;<i>
56</I>&gt;<i>[11:53:44] -&gt; *operserv* akill list *218.22.22.40*
57</I>&gt;<i>[11:53:45] -OperServ- Current AKILL list:
58</I>&gt;<i>[11:53:47] -&gt; *operserv* akill list *218.22.22.*
59</I>&gt;<i>[11:53:48] -OperServ- Current AKILL list:
60</I>&gt;<i>[11:53:51] -&gt; *operserv* akill list *218.22*
61</I>&gt;<i>[11:53:52] -OperServ- Current AKILL list:
62</I>&gt;<i>
63</I>&gt;<i>...wouldn't need to happen.
64</I>&gt;<i>
65</I>&gt;<i>
66</I>&gt;<i>
67</I>&gt;<i>I don't know how the innards of the coding are set up, but it strikes me as
68</I>&gt;<i>likely that there's probably a single function somewhere that takes in two
69</I>&gt;<i>strings and returns a bool based on whether the first string matches the
70</I>&gt;<i>wildcard structure of the second string. If I'm right about that, then the
71</I>&gt;<i>whole code for 'akill list' could be duplicated, with the only change (aside
72</I>&gt;<i>from the name) being reversing the order in which the two strings go into that
73</I>&gt;<i>function when it's called. (Unless I'm missing something--it admittedly has
74</I>&gt;<i>been a couple years since I coded.)
75</I>&gt;<i>
76</I>&gt;<i>I apologize if this idea has been brought up before--I skimmed through the list
77</I>&gt;<i>of changes to 5.0 on the website and didn't see anything that looked like what
78</I>&gt;<i>I am thinking.
79</I>&gt;<i>
80</I>&gt;<i>Thanks for your time,
81</I>&gt;<i>Rob Hamilton
82</I>&gt;<i>'Chimerasame'
83</I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">chime at mail.utexas.edu</A> / <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">chime at esper.net</A>
84</I>&gt;<i>
85</I>&gt;<i>------------------------------------------------------------------
86</I>&gt;<i>To unsubscribe or change your subscription options, visit:
87</I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
88</I>
89
90</PRE>
91
92<!--endarticle-->
93 <HR>
94 <P><UL>
95 <!--threads-->
96 <LI>Previous message: <A HREF="003045.html">[IRCServices Coding] operserv - reverse wildcard lookup?
97</A></li>
98 <LI>Next message: <A HREF="003046.html">[IRCServices Coding] Help
99</A></li>
100 <LI> <B>Messages sorted by:</B>
101 <a href="date.html#3051">[ date ]</a>
102 <a href="thread.html#3051">[ thread ]</a>
103 <a href="subject.html#3051">[ subject ]</a>
104 <a href="author.html#3051">[ author ]</a>
105 </LI>
106 </UL>
107
108</body></html>