| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Utilize debug printer, remove dead code, eliminate a warning in mode ↵ | 2012-08-19 | |
| | | | | | tracking, handle joining channels better (less warnings), ignore chanserv entrymsgs | ||
| * | utilize debug printer, and import Data::Dumper so that I don't have to do ↵ | 2012-08-19 | |
| | | | | | that all the time when using ;ev | ||
| * | Utilize debug printer | 2012-08-19 | |
| | | |||
| * | remove dead code, debug printer is now 9 kinds of awesome, restriction ↵ | 2012-08-19 | |
| | | | | | helper sub uses debug printer | ||
| * | only check if they're under exemption /after/ they've triggered something, ↵ | 2012-08-19 | |
| | | | | | for debugging sake, and use the new version of debug printer | ||
| * | Disabled message-sending-throttling | 2012-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. | ||
| * | make rules private, properly handle ghosting/releasing, added a proxy list, ↵ | 2012-05-30 | |
| | | | | | much faster join/startup | ||
| * | I got tired of checking things in individually so here's one big massive checkin | 2012-05-09 | |
| | | |||
| * | Don't die when unable to print to a log file | 2012-05-09 | |
| | | |||
| * | Don't update quite as fast to avoid SendQ issues | 2012-05-09 | |
| | | |||
| * | Tweaked stuff to utilise send privmsg-to-multiple-targets (This will ↵ | 2012-02-27 | |
| | | | | | probably break the bot even worse on some networks, fixed a bug that made xresult show up in channels.xml, and added skeleton code for responding to last measure links | ||
| * | Tweaked state tracking to parse stuff faster, fixed some dcc chat stuff, and ↵ | 2012-02-27 | |
| | | | | | added an on_pong handler that doesn't work because Net::IRC is gay | ||
| * | join channels WAY faster on startup | 2012-02-27 | |
| | | |||
| * | added DCC chat capabilities, plus sigalarm to self-die. DCC chat is still ↵ | 2012-02-08 | |
| | | | | | very broken | ||
| * | escape high ascii when writing channels.xml (useful due to xchat exploit rule) | 2012-02-08 | |
| | | |||
| * | fixing bad code and a lack of ping replies | 2012-01-31 | |
| | | |||
| * | maintenance checkin and removing dead code | 2012-01-30 | |
| | | |||
| * | State tracking of user accounts, use freenode's CAP features to avoid ↵ | 2012-01-29 | |
| | | | | | whois'ing users and improve access control for bot's commands, remove some dead code | ||
| * | Don't join channels if bot can't identify; removed dead code | 2012-01-29 | |
| | | |||
| * | more fat trimming | 2012-01-26 | |
| | | |||
| * | Delete everything having to do with chanops priviledges, no one has ever used it | 2012-01-26 | |
| | | |||
| * | disable some odd channel counting stuff, print a message when it finds ↵ | 2012-01-26 | |
| | | | | | itself banned from a channel, and some preliminary code to detect netjoins | ||
| * | Avoid extraneous printing without debug flag, fix dns lookups on webirc ips, ↵ | 2012-01-26 | |
| | | | | | and avoid linebreaking in the middle of a nick | ||
| * | on startup, join channels a little bit faster | 2012-01-26 | |
| | | |||
| * | fix a misplaced comment and added a useless function | 2012-01-26 | |
| | | |||
| * | Disable extraneous printing unless in debug mode | 2012-01-26 | |
| | | |||
| * | disable mysql channel logging | 2012-01-26 | |
| | | |||
| * | fixed crashing on global notices | 2011-12-24 | |
| | | |||
| * | Added a feature to be able to prevent channels from being monitored | 2011-10-20 | |
| | | |||
| * | Lots of added stuff. Don't know whatall. | 2011-04-26 | |
| | | |||
| * | CGI:IRC hashes are now checked against dnsbls | 2009-01-28 | |
| | | |||
| * | hacked up a bunch of stuff to make dnsbl explanations work, and added a ↵ | 2009-01-22 | |
| | | | | | crapflood rule | ||
| * | bot will now deop itself via mode instead of chanserv, and no longer prints ↵ | 2009-01-21 | |
| | | | | | "Deop timer called\!" when it does so | ||
| * | fixed the canspeak routine to work with the default xml channel | 2009-01-21 | |
| | | |||
| * | added an \!att-channel-risk tag to the end of alerts | 2009-01-21 | |
| | | |||
| * | dump less debugging crap about dnsbl checks | 2009-01-21 | |
| | | |||
| * | ignore global notices in the event handler | 2009-01-21 | |
| | | |||
| * | added a hack to reduce false positives on dnsbl checks | 2008-12-29 | |
| | | |||
| * | Committing stuff because it's been way too long. | 2008-12-22 | |
| | | |||
| * | Added dnsbl analysis, better sql, better rules, fixed some commands | 2008-03-25 | |
| | | |||
| * | better logging, better flood detection, command ignoring | 2007-11-25 | |
| | | |||
| * | added a db command, improved the user set flags command, added linked ↵ | 2007-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 ↵ | 2007-07-26 | |
| | | | | | messages, and more\! | ||
| * | critical bug fix + code optimizations | 2007-07-04 | |
| | | |||
| * | code optimizations, rehash bugfix, lots of cleanup, new hilights, removed ↵ | 2007-07-03 | |
| | | | | | some old rules, added and improved some new rules | ||
| * | lots of modularization done, needs testing and is unstable | 2007-06-29 | |
| | | |||
| * | modularized stuff, fixed alert logic, simplified stuff, updated TODO | 2007-06-28 | |
| | | |||
| * | memleak fix, better nick tracking, new commands, major security exploit fix | 2007-06-28 | |
| | | |||
| * | check gecos, record gecos, inspect gecos, and more hilights | 2007-06-28 | |
| | | |||
| * | Whoops, forgot to add the mysql files | 2007-06-26 | |
| | | |||
| * | new commands, users, hilights, rules, bugfixes, and all sorts of other good ↵ | 2007-06-26 | |
| | | | | | stuff | ||
| * | Added files | 2007-06-06 | |
