1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

Commit Graph

  • 013409d6d8 scope fixes urlbot 2014-09-27 05:53:09 +02:00
  • 294408c4fe ratelimit fix/split up; bot_user fixes urlbot 2014-09-27 05:51:18 +02:00
  • c3ddeaecdc rename eventlooper.py -> urlbot.py urlbot 2014-09-27 05:34:49 +02:00
  • 8a73625e3c fixed stuff; dynamic plugin reg; debugging infrastructure urlbot 2014-09-27 05:32:35 +02:00
  • 798fb6d572 first try with plugins. untested, might crash urlbot 2014-09-27 03:40:27 +02:00
  • 5302fd6eca "skynet" reaction added urlbot 2014-09-24 23:23:00 +02:00
  • e6950657b8 enhanced random mode for the "dice" command urlbot 2014-09-24 21:35:51 +02:00
  • d70c0161d5 add check for cmdfifo at startup urlbot 2014-09-21 20:10:37 +02:00
  • 2295a8e1a8 fix critical typo urlbot 2014-09-21 19:52:49 +02:00
  • ab5f211345 "".decode() from content-type charset; HTMLParser caching for interactive import urlbot 2014-09-21 17:39:06 +02:00
  • cbb602ad4f "dice" added urlbot 2014-09-18 19:06:54 +02:00
  • 288e41efaf "nospoiler" pseudo command added urlbot 2014-09-17 15:49:52 +02:00
  • 16c1b1aa4d "ping": variant added ("leave me alone") urlbot 2014-09-17 15:39:47 +02:00
  • c5a73aaf62 conf() added; source command added urlbot 2014-09-14 12:26:39 +02:00
  • 3b1783011f parse_pn(); some fixups for upcoming relaunch urlbot 2014-09-14 12:05:01 +02:00
  • 23d467dcb4 fix "".encode("utf8") for unicode input urlbot 2014-08-20 18:34:23 +02:00
  • e2149dc6d6 "info" now points to "command" overview urlbot 2014-08-20 03:18:44 +02:00
  • bbf5f3f77f "version" added; print_version_git()->get_version_git() urlbot 2014-08-20 03:12:06 +02:00
  • a70515ad6a workaround error in HTMLParser with unicode input urlbot 2014-08-20 02:44:11 +02:00
  • 1f3d2577f0 wrapped unicode() and ''.encode('utf8') inside exception urlbot 2014-08-11 23:32:40 +02:00
  • 9b66386f25 cleanup, ratelimit_exceeded() calls and other urlbot 2014-08-10 22:26:53 +02:00
  • bc2af668cf fix multiple mcabber cmds to fifo; 'unikot' cmd added urlbot 2014-08-10 22:19:48 +02:00
  • 0e7e53feb3 decode HTML entities in <title>s urlbot 2014-08-10 22:10:00 +02:00
  • dd951c31d0 init(). testing for a native bot using python-xmpp urlbot 2014-08-10 12:14:03 +02:00
  • 9d8e5983a9 Merge remote-tracking branch 'origin/master' Dino 2014-08-10 00:32:44 +02:00
  • 762a2618bc minor compability changes to code base, add simple unit test for totally critical bug Dino 2014-08-10 00:30:58 +02:00
  • 7fbc00d0cd __main__ check added urlbot 2014-08-09 23:50:40 +02:00
  • be0dc8af62 fixed some code style complaints urlbot 2014-08-09 23:39:00 +02:00
  • 4994faaac8 fix crash on non-resolveable URLs urlbot 2014-08-09 22:39:19 +02:00
  • 2a39a810d6 timestamps added to log urlbot 2014-08-09 22:26:13 +02:00
  • 236a393a80 command 'command' added urlbot 2014-08-09 21:09:39 +02:00
  • 1daa49d690 print special message for 'repo/urlbot.git' urlbot 2014-08-09 20:29:38 +02:00
  • b904246c14 case insensitive <title> matching urlbot 2014-08-09 13:12:42 +02:00
  • 4bd04e767d don't write anything for non text/* URLs urlbot 2014-08-08 10:03:48 +02:00
  • ca3a1715eb using actual pseudo-random instead of just the time urlbot 2014-08-07 09:14:07 +02:00
  • 0b00ecb8ce fake User-Agent to FF/31/Linux because Reddit drops us otherwise urlbot 2014-08-04 19:32:40 +02:00
  • 4e1b1b4ecd escape non-printable chars (and ') in local version info urlbot 2014-08-04 15:11:54 +02:00
  • 01a23f6628 default answer shortened; 'info' as new command urlbot 2014-08-04 15:08:40 +02:00
  • ffa4dae9da only run parse_* if no URL detected urlbot 2014-08-02 20:48:06 +02:00
  • 8377bc3b3a when rate limited, report for how long urlbot 2014-08-02 17:33:28 +02:00
  • c2ebe0d3eb added 'uptime' statistics urlbot 2014-08-02 09:20:52 +02:00
  • 4244e1eee2 'no title' added urlbot 2014-08-01 20:49:07 +02:00
  • 3e2c9e4fcf s/;$// ... this is not C urlbot 2014-08-01 20:16:32 +02:00
  • 6a5a90eafc mental illness test (!!!) added urlbot 2014-08-01 20:15:23 +02:00
  • 5ee9628edd recognize image/* as content-type urlbot 2014-07-27 12:21:32 +02:00
  • 0f45024f92 alternative pong; version info on startup urlbot 2014-07-27 08:04:25 +02:00
  • 6b1e46dd54 parse_commands() tuned; ping/pong implemented urlbot 2014-07-27 07:18:22 +02:00
  • ca1dc35222 ignore whitespace, \n in output urlbot 2014-07-22 22:23:10 +02:00
  • 512d082738 URLs may have a trailing '>' now urlbot 2014-07-21 09:59:09 +02:00
  • f9dac725f2 visible message for rate limiting added urlbot 2014-07-21 09:49:13 +02:00
  • d6cba6bd74 hangup, 'ignore topic' added; chat_write(prefix=) added; off-by-one fixed urlbot 2014-07-21 09:39:59 +02:00
  • 4a61fa9a90 cleanup urlbot 2014-07-21 08:28:46 +02:00
  • 461d519a57 rate limiting implemented urlbot 2014-07-21 04:54:50 +02:00
  • 6715902005 fix parse_commands(): check array bounds added urlbot 2014-07-21 03:51:02 +02:00
  • 8aa8485621 added some more error handling because error handling is cool chat 2014-07-21 02:58:29 +02:00
  • b8cf1a0d58 KI, reply added; code moved to chat_write() chat 2014-07-21 02:27:54 +02:00
  • 30c1964669 fetching works chat 2014-07-21 00:53:26 +02:00
  • 4f1ebdeebf init() chat 2014-07-20 23:39:51 +02:00