summaryrefslogtreecommitdiffstats
path: root/config-default/commands.xml
Commit message (Collapse)AuthorAge
* bugfixes, enhancements to userx functionsLibravatarWilliam Heimbigner2013-10-23
|
* Add a command to add usernames/passwords to an htpasswd/htgroup file, add ↵LibravatarWilliam Heimbigner2013-03-18
| | | | settings for that command to settings.xml, tweak investigate and investigate2 commands
* 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
* sort mship command output, improvements to the call-ops commandLibravatarWilliam Heimbigner2012-09-23
|
* Use a custom replyto function, so that commands received via PM will be ↵LibravatarWilliam Heimbigner2012-08-21
| | | | replied to properly
* Whoops, forgot a space in the previous change to commands.xmlLibravatarWilliam Heimbigner2012-08-21
|
* Add some autoreplies when people call for opsLibravatarWilliam Heimbigner2012-08-21
|
* Disabled message-sending-throttlingLibravatarWilliam Heimbigner2012-08-16
| | | | | | | | | | | | | | | | | | | | Added a command to view uptime/cpu/ram usage statistics The hilight/dehilight commands can accept a comma-separated list of nicks The exempt command is now deprecated A restriction-system has been added to replace the old exemption system, and also includes additional restrictions that can be added, such as "don't let this account use !ops" Added a plugin command, so other bots can have ASM generate alerts Updated users and flags Updated channel hilights Replaced code that shows up in several places to split a long privmsg into two parts with a utility function Added a detection class for fuzzy-matching against a nick blacklist Fixed some major memory leaks, the bot stays stable around 30MB rather than shooting up to 65MB after a couple of days The bot now uses nickserv REGAIN instead of ghost/release/nick Added channel modes, ban lists, and quiet lists to state tracking Ignore chanserv in netsplit detections Track time/setter when a topic is changed in a channel Monitor if a channel is set +r and is still +r 45 minutes later, if so generate an alert Print status and how long it took to sync once the bot has started and synced, and warn about failed syncings.
* Fixed a bug with trailing spaces in showhilights, and avoid putting ↵LibravatarWilliam Heimbigner2012-05-09
| | | | deprecated stuff in channel xml config
* Set the default hilight level to info instead of low, and fixed a bug where ↵LibravatarWilliam Heimbigner2012-02-27
| | | | people couldn't be added to info
* added mship command to see what channels someone is onLibravatarWilliam Heimbigner2012-02-08
|
* 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
* disabled dnsbl check for using ops, avoid line breaks in the middle of a nickLibravatarWilliam Heimbigner2012-01-26
|
* Added a command for changing whether or not a channel was being monitored, ↵LibravatarWilliam Heimbigner2011-10-20
| | | | and fixed what I think was a huge backdoor
* Lots of added stuff. Don't know whatall.LibravatarWilliam Heimbigner2011-04-26
|
* Checking to see what flags a user has no longer requires 'a'LibravatarWilliam Heimbigner2008-12-24
|
* fixed ;rehash so it will also rehash the string blacklist; moved ;rehash ↵LibravatarWilliam Heimbigner2008-12-24
| | | | exempts into ;rehash
* Removed the d flag for almost everyone, changed all commands that require ↵LibravatarWilliam Heimbigner2008-12-24
| | | | the 'd' flag to require 'a' instead, except for ;ev and ;sl, and modified ;user flags to not allow the d flag to be assigned
* cleaned up channels.xml and tweaked the hilight commandLibravatarWilliam Heimbigner2008-12-23
|
* made the ops command bolden the channel it was called forLibravatarWilliam Heimbigner2008-12-22
|
* Committing stuff because it's been way too long.LibravatarWilliam Heimbigner2008-12-22
|
* Added dnsbl analysis, better sql, better rules, fixed some commandsLibravatarWilliam Heimbigner2008-03-25
|
* better logging, better flood detection, command ignoringLibravatarWilliam Heimbigner2007-11-25
|
* added a db command, improved the user set flags command, added linked ↵LibravatarWilliam Heimbigner2007-10-08
| | | | channels, added a showhilights command, eliminated flooding of alerts, fixed nickspam check, added something to watch chancounts.
* new commands like ;help, code optimizations, bugfixes, colors in the ↵LibravatarWilliam Heimbigner2007-07-26
| | | | messages, and more\!
* 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
|
* added user management commands, which clears the TODO list, for nowLibravatarWilliam Heimbigner2007-06-28
|
* updated TODO, fixed some commands, added some commandsLibravatarWilliam Heimbigner2007-06-28
|
* memleak fix, better nick tracking, new commands, major security exploit fixLibravatarWilliam Heimbigner2007-06-28
|
* new commands, users, hilights, rules, bugfixes, and all sorts of other good ↵LibravatarWilliam Heimbigner2007-06-26
| | | | stuff
* Added filesLibravatarWilliam Heimbigner2007-06-06