summaryrefslogtreecommitdiffstats
path: root/modules/command.pl
Commit message (Collapse)AuthorAge
* Rework module pathsLibravatarJanik Kleinhoff2015-09-24
|
* Fix various thingsLibravatarDoug Freed2015-08-05
| | | | | | | | * Fix a typo * Adjust the ;restrict regex to allow using event IDs for restrictions * Add a falsematch command to make DLange shut up * Don't allow nohush commands be used by those with nocommands restriction * Stop making ASM -i
* collection of minor updates from the live versionLibravatarDaniel Lange2013-12-11
|
* all sorts of stuff changed. This is just one big code package updateLibravatarWilliam Heimbigner2013-10-23
|
* Added logging of kicks/bans/quiets/removes/klines/kills to a special SQL ↵LibravatarWilliam Heimbigner2013-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* utilize debug printer, and import Data::Dumper so that I don't have to do ↵LibravatarWilliam Heimbigner2012-08-19
| | | | that all the time when using ;ev
* State tracking of user accounts, use freenode's CAP features to avoid ↵LibravatarWilliam Heimbigner2012-01-29
| | | | whois'ing users and improve access control for bot's commands, remove some dead code
* Lots of added stuff. Don't know whatall.LibravatarWilliam Heimbigner2011-04-26
|
* Committing stuff because it's been way too long.LibravatarWilliam Heimbigner2008-12-22
|
* better logging, better flood detection, command ignoringLibravatarWilliam Heimbigner2007-11-25
|
* critical bug fix + code optimizationsLibravatarWilliam Heimbigner2007-07-04
|
* code optimizations, rehash bugfix, lots of cleanup, new hilights, removed ↵LibravatarWilliam Heimbigner2007-07-03
| | | | some old rules, added and improved some new rules
* lots of modularization done, needs testing and is unstableLibravatarWilliam Heimbigner2007-06-29
|
* modularized stuff, fixed alert logic, simplified stuff, updated TODOLibravatarWilliam Heimbigner2007-06-28
|
* memleak fix, better nick tracking, new commands, major security exploit fixLibravatarWilliam Heimbigner2007-06-28
|
* Added filesLibravatarWilliam Heimbigner2007-06-06