ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/README
(Generate patch)

Comparing hopm/trunk/README (file contents):
Revision 5146 by michael, Fri Dec 26 14:33:31 2014 UTC vs.
Revision 6296 by michael, Fri Jul 17 19:11:50 2015 UTC

# Line 33 | Line 33 | o Permission from your users to portscan
33   Compatibility
34   -------------
35  
36 < ircd-hybrid 8.2.1
36 > ircd-hybrid 8.2.x
37 > ircd-ratbox 3.0.x
38 > ircu 2.10.x
39 > InspIRCd 2.0.x
40 > UnrealIRCd 3.2.x
41 > ngIRCd 22
42 > Bahamut 2.0.x
43 > Charybdis 3.4.x
44  
45   HOPM is designed for ircd-hybrid based ircds. It is easily suitable for any
46   other ircd with little modification (connregex in hopm.conf). However, if an
47 < ircd does not send IP addresses in a connection notice, HOPM will not be
41 < effective because the time it takes to resolve a hostname would be a
42 < significant factor to HOPM's efficiency.
47 > ircd does not send IP addresses in a connection notice, HOPM will not work.
48  
49  
50   Command Line Options
51   --------------------
52  
53 < -c <name>       Config name. By default HOPM reads hopm.conf, "-c foo"
54 <                will cause HOPM to read foo.conf. The primary use for
55 <                this is to run multiple HOPMs from one directory.
53 > -c <name>       Config name. By default HOPM reads hopm.conf, "-c foo"
54 >                will cause HOPM to read foo.conf. The primary use for
55 >                this is to run multiple HOPMs from one directory.
56  
57 < -d              Debug mode. HOPM will not fork, and will write logs to stderr.
58 <                Multiple -d increase debug level.
57 > -d              Debug mode. HOPM will not fork, and will write logs to stderr.
58 >                Multiple -d increase debug level.
59  
60  
61   Operator Channel Commands
62   -------------------------
63  
64   botnick check <host> [scanner]  -- Manually scan host for insecure proxies and output all errors.
65 <                                   If scanner is not given, hopm will scan on all scanners.
65 >                                   If scanner is not given, HOPM will scan on all scanners.
66                                     NOTE: this will NOT add a kline (or whatever) if it finds a
67                                     proxy.
68  
69   botnick stats                   -- Output scan stats, uptime and client connection count.
70  
71 < botnick fdstat                  -- Output some into about file descriptors in use.
71 > botnick fdstat                  -- Output some info about file descriptors in use.
72  
73   Also if several HOPMs are present in one channel they will all respond to !all,
74   for example !all stats.
# Line 72 | Line 77 | for example !all stats.
77   Rehashing HOPM
78   --------------
79  
80 < A /kill to hopm will cause the process to restart, rehashing the configuration file
80 > A /kill to HOPM will cause the process to restart, rehashing the configuration file
81   and ending all queued scans.
82  
83  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)