summaryrefslogtreecommitdiffstats
path: root/modules/xml.pl
Commit message (Collapse)AuthorAge
* Rework module pathsLibravatarJanik Kleinhoff2015-09-24
|
* modules/xml.pl: use NumericEscape => 2 for the string blacklistLibravatarWilliam Heimbigner2015-03-01
|
* don't check common idents/gecos in sql queriesLibravatarWilliam Heimbigner2014-04-23
|
* added some things in gitignore,Libravataricxcnika2014-04-22
| | | | | | | | | | | | added connection tx/rx info to status reports, added exit, sync, and ping commands, bot says which channel a restricted person tries to use ops command on, blacklist system is more intelligent (reason, person adding, can be removed), added functionality for working with URLs, automatically retries to join channels that are throttled, make sure we send passwords to NickServ@services., fixed a scheduling loophole that was exploitable, greatly reduced startup warnings due to slow syncing
* all sorts of stuff changed. This is just one big code package updateLibravatarWilliam Heimbigner2013-10-23
|
* Don't use disk-caching of XML; fixed some stuff in the writeXML subLibravatarWilliam Heimbigner2013-03-18
|
* stats p tracking, better pingpong stuff, added an XML setting for a master ↵LibravatarWilliam Heimbigner2012-08-21
| | | | chan rather than having one hardcoded, state tracking for channel URL
* 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.
* make rules private, properly handle ghosting/releasing, added a proxy list, ↵LibravatarWilliam Heimbigner2012-05-30
| | | | much faster join/startup
* escape high ascii when writing channels.xml (useful due to xchat exploit rule)LibravatarWilliam 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
* Added dnsbl analysis, better sql, better rules, fixed some commandsLibravatarWilliam Heimbigner2008-03-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.
* 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
|
* new commands, users, hilights, rules, bugfixes, and all sorts of other good ↵LibravatarWilliam Heimbigner2007-06-26
| | | | stuff
* Added filesLibravatarWilliam Heimbigner2007-06-06