3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-11-17 15:07:31 +01:00

Commit Graph

  • 3c9c5065a3 Updating factoids Pragmatic Software 2010-07-01 01:44:02 +00:00
  • 28a5d47af1 Exported factoids now have clickable links Pragmatic Software 2010-07-01 01:43:49 +00:00
  • affb2c66d5 Remove trailing comma or colon from end of keyword if other characters exist before it; allow sentence-like arguments again Pragmatic Software 2010-06-30 12:18:25 +00:00
  • 31e53f2aff Allow question-marks in triggers if more than one is used; remove period from factoid names; return undef if factoid keyword is blank Pragmatic Software 2010-06-30 11:36:45 +00:00
  • c6e48954c5 Levenshtein distance increased from 50% to 60%; Levenshtein searches all channels on unfound factoid Pragmatic Software 2010-06-30 10:59:50 +00:00
  • def3b6eae7 Updating factoids Pragmatic Software 2010-06-30 05:42:50 +00:00
  • 83b43d97c3 Don't look for exact channel matter in Interpreter -- this way, commands like "\!what is the matter" will not attempt to create new factoids if they exist in global channel Pragmatic Software 2010-06-30 05:13:51 +00:00
  • 9fa3b865e9 Factoids now ignore arguments that do not look like a nick if the factoid doesn't take an argument -- fixes factoid triggers on sentences with bot's name; find_factoid searches global channel if $from is not a channel Pragmatic Software 2010-06-30 04:58:22 +00:00
  • 5f5cd6ec08 regex factoids now trigger properly Pragmatic Software 2010-06-30 03:48:13 +00:00
  • 1f82cbc285 Added extra semi-colon before return 0 to allow statements without semi-colons for lazy people; codepad.pl wasn't handling structs correctly because code and precode were backwards -- fixed Pragmatic Software 2010-06-30 01:21:46 +00:00
  • a4cdb2204f Replaced ".*" with "global" in set list keys Pragmatic Software 2010-06-29 07:39:56 +00:00
  • 322314d869 Replaced ".*" with "global" in set/unset; replaced "," with ";" as comma Pragmatic Software 2010-06-29 07:31:27 +00:00
  • d7f2583aac Prettier export headers; factrem output for not owner now includes channel Pragmatic Software 2010-06-29 07:14:26 +00:00
  • 380a2b322c Factoid HTML export table now fits width appropriately Pragmatic Software 2010-06-29 06:50:49 +00:00
  • 43089e4599 Cleaned up extra factoid groups; made export factoids a little prettier; renamed "default channel" to "global channel" throughout Pragmatic Software 2010-06-29 06:12:52 +00:00
  • b869321eb4 Adding factoid in /msg now adds factoid to default channel; replaced "all channels" with "default channel" throughout factoid command output Pragmatic Software 2010-06-29 05:48:46 +00:00
  • 7aa724569e factfind now works; find aliases factfind for all channels Pragmatic Software 2010-06-29 04:33:27 +00:00
  • 58f19984bf Display join flood history only if joinwatch >= max joins, to reduce log spam Pragmatic Software 2010-06-29 00:59:47 +00:00
  • fe6d08178b Anti-join flood bans for 2^5 hours for first offense instead of 2^7 hours (now uses 2^(4+number_of_offenses) hours as timeout) Pragmatic Software 2010-06-27 11:13:30 +00:00
  • 2d11d66b67 Replaced ago_exact with duration_exact in time comparison Pragmatic Software 2010-06-27 05:39:44 +00:00
  • 999d8ae4a8 Added Time::Duration to anti-flood join history Pragmatic Software 2010-06-27 05:36:58 +00:00
  • 521ae5c704 Anti-join flood bans for 2^5 hours for first offense instead of 2^7 hours (now uses 2^(4+number_of_offenses) hours as timeout) Pragmatic Software 2010-06-27 03:22:29 +00:00
  • cb9fa000be Updating modules Pragmatic Software 2010-06-27 02:52:38 +00:00
  • 6d3fc7f628 find_factoid now takes exact_trigger parameter; this fixes confusion with regex factoids Pragmatic Software 2010-06-27 02:52:06 +00:00
  • 6824a61fd1 Updating version Pragmatic Software 2010-06-23 06:59:59 +00:00
  • 150b842b60 Changed format of HashObject save-file to be more like DualIndexHashObject; removed need for index_key Pragmatic Software 2010-06-23 06:51:39 +00:00
  • 6c6fc503bb !chanset output appears in channel instead of /msg Pragmatic Software 2010-06-23 02:22:08 +00:00
  • e0a2fc25e8 factchange usage output appears in channge instead of /msg; aliased change to factchange Pragmatic Software 2010-06-23 02:18:26 +00:00
  • 48e1c8c455 add, info, show, remove, etc, renamed to factadd, factinfo, factshow, factrem, etc; fact* commands now all take a channel parameter Pragmatic Software 2010-06-23 02:15:13 +00:00
  • 4d023df17d Added "ago" module Pragmatic Software 2010-06-23 01:23:38 +00:00
  • a13d028e3e Lower-case hostmask and arguments to !unbanme Pragmatic Software 2010-06-22 03:01:02 +00:00
  • f4fbfec8f6 Removing Changes file Pragmatic Software 2010-06-21 16:40:48 +00:00
  • 818e09861c Added rate_limit to factoids Pragmatic Software 2010-06-21 15:23:46 +00:00
  • c150e2018c Make usage output of some commands visible in channel instead of msg Pragmatic Software 2010-06-21 14:48:40 +00:00
  • eabb249d79 !info and !show now require channel parameter Pragmatic Software 2010-06-21 14:41:39 +00:00
  • 65470a139b Added !fact command to allow calling factoids belonging to another channel Pragmatic Software 2010-06-21 13:54:27 +00:00
  • 562d265261 Adding factoid in a channel now creates that factoid in that channel instead of .*; info command now shows what channel factoid belongs to Pragmatic Software 2010-06-21 13:28:54 +00:00
  • 645310de15 factset command output appears in channel now (to show-off); added pragma as admin Pragmatic Software 2010-06-21 11:44:39 +00:00
  • 38e7de9f41 Correct bug from refactoring AntiFlood.pm previously; no longer crashes on pruning message history Pragmatic Software 2010-06-21 11:04:07 +00:00
  • f9ab0c7e77 Added Time::Duration::ago() to !info command Pragmatic Software 2010-06-21 10:44:15 +00:00
  • 94076628a6 !foo is bar now works again for adding factoids; factoid commands in /msg are set to use channel .* Pragmatic Software 2010-06-21 03:19:41 +00:00
  • 52a6c7d125 Slightly refactored anti-join flood logic, handles QUITs better now Pragmatic Software 2010-06-21 03:18:39 +00:00
  • 73b8f68dfd Updating factoids with !test example in ##c, #pbot2 and any channel Pragmatic Software 2010-06-20 07:02:49 +00:00
  • 4be7fe3b34 Refactored Factoids to use DualIndexHashObject; added factset/factunset to set factoid meta-data; factoids now per-channel; slightly unfinished Pragmatic Software 2010-06-20 06:16:48 +00:00
  • 0bbd3a469c Added DualIndexHashObject; supports primary and secondary key grouping Pragmatic Software 2010-06-20 06:15:10 +00:00
  • f1e227b64d Forward to ##stop_join_flood instead, since it has a candide-specific on-join msg and topic Pragmatic Software 2010-06-19 21:38:50 +00:00
  • 547087b81d Corrected join flood to get correct time distance between join messages Pragmatic Software 2010-06-19 19:19:56 +00:00
  • e6f9296010 Removed extra logging information Pragmatic Software 2010-06-19 17:38:14 +00:00
  • 0c56527da0 Removed extra logging information Pragmatic Software 2010-06-19 17:37:48 +00:00
  • 3aa0982baf Removed extra logging information; limited "yourself" check to one word Pragmatic Software 2010-06-19 17:37:16 +00:00
  • 41bb89eba2 Remove captcha from unbanme command Pragmatic Software 2010-06-18 11:12:55 +00:00
  • fe96faded8 unban_timeouts is now a HashObject -- consequently, unban timeouts now save to and load from data file Pragmatic Software 2010-06-18 10:46:23 +00:00
  • e32850aae2 Remove old ChanServ ban method and rename all quiet-related terms to ban-related terms since quiet now does +b instead of +q Pragmatic Software 2010-06-18 07:03:16 +00:00
  • e3b351946a List keys and values when using set command without a key (but with an index) Pragmatic Software 2010-06-18 04:40:12 +00:00
  • 7c1bdecfcb Added missing use feature switch pragma Pragmatic Software 2010-06-18 04:17:30 +00:00
  • 24ef3b90e9 Use wildcard banmasks instead of original hostmasks Pragmatic Software 2010-06-18 04:15:28 +00:00
  • f29202c99c Converted Channels.pm (and all modules using channels object) to use HashObject -- can now add/remove channels and set/unset channel meta-data as user commands Pragmatic Software 2010-06-18 03:21:36 +00:00
  • e0c9c73acc Created HashObject.pm to abstract common actions on hash-tables Pragmatic Software 2010-06-18 03:19:45 +00:00
  • be6e2ae8ab Significantly increase join flood ban timeout in order to reduce channel spam (made more feasible by !unbanme) Pragmatic Software 2010-06-18 00:49:50 +00:00
  • af7d55da0d Ban-forward join floods to ##fix_your_connection Pragmatic Software 2010-06-16 02:21:44 +00:00
  • 16b9bba71c Added captcha and !unbanme command to allow unbanning from join flood Pragmatic Software 2010-06-16 01:55:29 +00:00
  • 460516d58b Update svn:ignore Pragmatic Software 2010-06-16 00:07:22 +00:00
  • 50818a4b90 Don't infinitely try to /msg ChanServ to remove ops Pragmatic Software 2010-06-14 20:31:14 +00:00
  • 811e2e71d2 Ping timeout QUITs now properly added to each channel's message history Pragmatic Software 2010-06-12 07:48:01 +00:00
  • f14924a619 Add missing message to message history for QUITs; skip joinwatch on non-channels; add max_messages and max_timeout to QUIT/PART in IRCHandlers Pragmatic Software 2010-06-12 05:50:38 +00:00
  • 6eeb2277f2 Remove useless if(x < 0) check when incrementing x Pragmatic Software 2010-06-12 04:44:49 +00:00
  • 40ed750a1f Ping timeout quits now handled Pragmatic Software 2010-06-12 04:38:38 +00:00
  • ef3d9770ca Refactored AntiFlood account code -- much improved Pragmatic Software 2010-06-12 04:27:58 +00:00
  • 347bb86bac Correct variable $ch to $channel Pragmatic Software 2010-06-12 01:52:11 +00:00
  • a70d8a1fd5 Antiflood: deal with ping timeout quits aggressively Pragmatic Software 2010-06-12 01:49:49 +00:00
  • 4242eecf43 Correct joinwatch behavior for netsplits; remove joinwatch behavior for "Changing host" Pragmatic Software 2010-06-11 08:01:32 +00:00
  • 0ce7f52725 Correct joinwatch for new entries to message history Pragmatic Software 2010-06-11 04:26:20 +00:00
  • da7eb0b111 Make join flood more robust Pragmatic Software 2010-06-11 04:03:36 +00:00
  • b7cd3cfbfc Improving handling of join flooding -- decrement join count for netsplits and host changes; increase ban duration based on offense count; etc Pragmatic Software 2010-06-10 20:26:09 +00:00
  • 363dd1fc29 Show anti-flood timestamp comparisons for join floods only (to reduce log traffic) Pragmatic Software 2010-06-10 19:20:12 +00:00
  • a64d62b549 Updating factoids Pragmatic Software 2010-06-06 09:13:17 +00:00
  • 49bbf5c73e Temporary hack to skip hostmask entry when iterating channels in message history, will fix soon Pragmatic Software 2010-06-06 07:22:23 +00:00
  • 8a5c7a99c2 Remove debugging print statements from AntiFlood.pm Pragmatic Software 2010-06-06 05:22:07 +00:00
  • 96be537c39 AntiFlood now detects based on *!user@host instead of nick Pragmatic Software 2010-06-06 05:19:31 +00:00
  • 96fd2d7c7a Remove FLOOD_JOIN and FLOOD_CHAT from PBot.pm Pragmatic Software 2010-06-06 04:41:15 +00:00
  • 8c4d01d83a Update version Pragmatic Software 2010-06-06 00:36:01 +00:00
  • 71847ddc63 Make anti-flood logs less spammy Pragmatic Software 2010-06-06 00:35:24 +00:00
  • 9b3a8f1284 Show offenses and join_watch count in list messages Pragmatic Software 2010-06-06 00:34:27 +00:00
  • 7bcfa52b25 Increase join flood detection to 4 joins within 30 minutes without a message; set join_watch -= 2 on join ban to allow two join attempts afterwards in order to give them a chance to rejoin Pragmatic Software 2010-06-05 17:45:41 +00:00
  • 4b342be290 Add join flood protection Pragmatic Software 2010-06-05 06:07:15 +00:00
  • 7df2346d01 Remove NewModule.pm skeleton file Pragmatic Software 2010-06-05 04:41:37 +00:00
  • b1c2a12500 Move $VERSION out of PBot.pm and to its own VERSION.pm module Pragmatic Software 2010-06-05 04:34:14 +00:00
  • 4e4574d2b6 Setting PBot.pm $VERSION from build script instead Pragmatic Software 2010-06-05 00:30:03 +00:00
  • 8c03a7b18b Updating SVN properties Pragmatic Software 2010-06-05 00:22:43 +00:00
  • b1ddd846c0 Set SVN to ignore files in log directory Pragmatic Software 2010-06-05 00:15:01 +00:00
  • 4563ca7794 Finalizing SVN auto-props Id keyword for PBot.pm $VERSION Pragmatic Software 2010-06-04 23:18:50 +00:00
  • e3680adbb4 Testing SVN auto-props Id keyword for PBot.pm $VERSION Pragmatic Software 2010-06-04 23:12:32 +00:00
  • f9612331bc propset svn:keywords on all PBot .pm modules Pragmatic Software 2010-06-04 23:01:44 +00:00
  • d01b724427 Testing SVN auto-props for Id keyword Pragmatic Software 2010-06-04 22:55:03 +00:00
  • a47cfc96e7 No longer updating Changes file, use SVN changelist at code.google.com Pragmatic Software 2010-06-04 09:37:53 +00:00
  • dcc140f797 Updating factoids Pragmatic Software 2010-06-04 05:01:16 +00:00
  • bfbc663622 Resolve "use of uninitialized value in numeric gt" in IgnoreList.pm Pragmatic Software 2010-06-04 04:44:08 +00:00
  • 41bd599228 Quieting now does +b instead of +q, so it is compatible with all ircds. Updating README Pragmatic Software 2010-06-04 04:38:42 +00:00
  • 4d93519256 Remove #osdev from ignore case, fix warning numeric eq warning message Pragmatic Software 2010-05-30 02:22:38 +00:00
  • baadde5e24 Fix typo in unquieting sub Pragmatic Software 2010-05-30 02:21:39 +00:00