diff options
| author | 2013-03-07 10:35:43 +0000 | |
|---|---|---|
| committer | 2013-03-07 10:35:43 +0000 | |
| commit | fdb1d6257cb9871c687e13b1ac1ec038ed2529e4 (patch) | |
| tree | 94b21da667654e56d20b3ba0e194a6a846226d61 /config-default/users.xml | |
| parent | 28e8eda8a99d2ea148741b2783b4f6110a8927d8 (diff) | |
Added logging of kicks/bans/quiets/removes/klines/kills to a special SQL table and corresponding text files
Enabled SQL debugging
Bugfix: Only attempt to determine a host's IP if it doesn't contain a '/'
Updates to channels.xml and users.xml
Adjusted ;userx add and ;userx flags such that A cannot give B a flag that A doesn't already have
Tweaked the ;help command
Fixed ;mship such that it will respond even if it can't see the nick provided.
Tweaked ;status to give output in format like 7d22h18m3s instead of 9814798712 seconds
Added a ;teredo helper command to give info on IPv6 teredo-tunneled connections
Added a nick blacklist file (to counter bot nicklists).
Added a english wordlist file, for "garbage" detection.
Added ;investigate and ;investigate2 commands
Added a way to not throttle info-risk threats
Added special detection for a cycling botnet
Added special detection for bots that join, say something, and immediately quit
Added detection for ascii art
Added detection for "garbage" text
Added fuzzy-matching against a set of nicks
Added "real IP" to state tracking and logging, which "decrypts" gateway/web and teredo IPs
Moved sigalarm code into meta.pl
Improved statsp tracking, and logs it to a file
Ping-pong every 30 seconds, auto-reconnect on persistent lag.
Ensure inspector routine is always called AFTER log-handling routines
Fixed a state-tracking bug in topic change handling
Fixed a state-tracking bug with nick changes
Fixed some state-tracking bugs with mode changes
Determine who is impacted when a quiet/ban mask is placed
Fixed handling of CTCP SOURCE requests
Added feature where it keeps a 30 line "backlog" of each channel in memory.
Added the reason for parts and quits to text logging
Diffstat (limited to 'config-default/users.xml')
| -rw-r--r-- | config-default/users.xml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/config-default/users.xml b/config-default/users.xml index 7902bcc..ecf8de3 100644 --- a/config-default/users.xml +++ b/config-default/users.xml @@ -1,14 +1,18 @@ <people> - <person id="afterdeath" flags="hocdatp" /> + <person id="afterdeath" flags="hocdatps" /> + <person id="antispammeta" /> <person id="cbrown1023" flags="oath" /> <person id="dave2" flags="oath" /> <person id="denny" flags="ha" /> - <person id="dlange" flags="coathd" /> + <person id="dlange" flags="coathds" /> <person id="dmcdevit" flags="oath" /> <person id="dominian" flags="oath" /> <person id="dungodung" flags="oath" /> <person id="errantego" flags="doath" /> <person id="gary" flags="oath" /> + <person id="gry" /> + <person id="gryllida" flags="ahsto" /> + <person id="gwickwire" flags="s" /> <person id="idleone" flags="o" /> <person id="jeremyb" flags="oth" /> <person id="jonathand" flags="oath" /> @@ -18,28 +22,28 @@ <person id="logan_" flags="oath" /> <person id="lstarnes" flags="oath" /> <person id="marienz" flags="doath" /> - <person id="mrmist" flags="doath" /> <person id="martinp23" flags="oath" /> <person id="mquin" flags="hota" /> + <person id="mrmist" flags="doath" /> <person id="myrtti" flags="htoa" /> <person id="nhandler" flags="oath" /> <person id="njan" flags="oath" /> <person id="o_o" flags="oath" /> <person id="paradox" flags="h" /> - <person id="petersymonds" flags="oath" /> + <person id="petersymonds" flags="oaths" /> + <person id="pine" flags="ths" /> <person id="pricechild" flags="oath" /> <person id="richih" flags="oath" /> <person id="rjd0060" flags="th" /> - <person id="sauvin" flags="oath" /> + <person id="sauvin" flags="oaths" /> <person id="seanw" flags="oath" /> <person id="shiibot" flags="p" /> - <person id="snowolf" flags="oath" /> + <person id="snowolf" flags="oaths" /> + <person id="tbloemink" flags="ths" /> <person id="th1" flags="th" /> <person id="thehelpfulone" flags="oath" /> <person id="tomaw" flags="oathd" /> - <person id="troubled" flags="oath" /> - <person id="ttuttle" flags="oath" /> - <person id="werdan7" flags="oath" /> - <person id="wildpikachu" flags="doath" /> - <person id="windowshasyou" flags="oath" /> + <person id="ttuttle" flags="oaths" /> + <person id="werdan7" flags="oth" /> + <person id="wildpikachu" flags="doaths" /> </people> |
