Commit Graph

410 Commits

Author SHA1 Message Date
urlbot
2fd63821a1 cleanup; avoid locking out via 'plugin disable plugin' 2015-01-03 18:42:12 +01:00
urlbot
2a44244413 add is_enabled flag; 'plugin enable' works 2015-01-03 18:17:54 +01:00
urlbot
7a86cffcc9 add command_plugin_activation; 'enable' broken 2015-01-03 18:00:28 +01:00
urlbot
3131f823cd remember() feedback changed: 'ok' -> to_remember 2014-12-27 14:55:24 +01:00
urlbot
c6246eda7c add commands remember, recall (probably hacky) 2014-12-23 19:54:05 +01:00
urlbot
277a93f89f add 'limited to' msg to command_show_blacklist() output 2014-12-22 21:06:23 +01:00
urlbot
49a36df11f command_dice: fix random() calls, compress output to single line 2014-12-20 17:10:26 +01:00
urlbot
ab02c3e59a patch command_dice to roll N dices 2014-12-20 17:02:26 +01:00
urlbot
c0381a7bf4 all plugins: cleanup, early return, use argv0 instead of data 2014-12-16 08:48:03 +01:00
urlbot
80ea4e899a add command_cake 2014-12-16 07:58:35 +01:00
urlbot
5c5072b36a cleanup; pylint suggestions 2014-12-14 16:26:48 +01:00
urlbot
54c590051c fix loop bug on multiple URL given 2014-12-14 16:01:09 +01:00
urlbot
e2e16896b5 send_reply accepts message lists now 2014-12-14 15:54:57 +01:00
urlbot
f315e61f5b actually honor 'spoiler' settings 2014-12-14 03:57:46 +01:00
urlbot
2e8df26a66 re-order locking; add working user setting editing 2014-12-14 03:41:57 +01:00
urlbot
ed0fb9baf2 add command_usersetting; push argvN to #2 2014-12-14 01:27:13 +01:00
urlbot
294dfbab3c cleanup; test .reply().send() 2014-12-14 01:21:30 +01:00
urlbot
75d2b712fb simple 1v1 chat; thread-safe persistent db; remove levenshtein; cleanup 2014-12-13 23:29:51 +01:00
urlbot
a2e33a6c2f fix event_trigger() func pointer calls 2014-12-13 22:57:15 +01:00
urlbot
25896a771a handle multiple rooms; rename chat_write->send_reply, msg->msg_obj 2014-12-13 22:46:23 +01:00
urlbot
894f19f16e remove unused str_sim part 2014-12-07 14:06:58 +01:00
urlbot
8d31036e0d move stuff out of the way 2014-12-06 10:34:27 +01:00
urlbot
bbee90f041 parse_debbug: add calculated URL to title 2014-12-06 10:19:30 +01:00
urlbot
413e13824d add optional filtering for show-blacklist 2014-12-05 15:05:37 +01:00
urlbot
697ce97c2b hook command_command() to command_help() with empty arg 2014-12-02 17:31:06 +01:00
urlbot
836ef1aa1b remove debugging output of chatlog 2014-12-02 17:16:19 +01:00
urlbot
95473602e5 re-add event_trigger() calls; enable threading 2014-12-02 17:15:22 +01:00
urlbot
417e55e52b data_parse_commands(): fix argv offsets 2014-12-02 17:09:46 +01:00
urlbot
01ea2d3d6c whitespace fixes according to pep8; cleanup
pep8 --ignore=W191,E225,E501,E401,E302,E122,E123 *.py
2014-12-02 17:01:40 +01:00
urlbot
ba60379c76 re-add bot_user check and actually fix it 2014-12-02 16:37:35 +01:00
urlbot
83d6ecff37 remove obsolete bot_user check; decrease debug logging 2014-12-02 16:32:53 +01:00
urlbot
1dd4637820 fix chat_write() 2014-12-02 16:25:10 +01:00
urlbot
5922d1b489 Merge branch 'master' of major fuckup #2 2014-12-02 15:55:05 +01:00
urlbot
6ba3dc9038 adjustments to pass msg to data_parse_* 2014-12-02 15:48:13 +01:00
urlbot
b6b66c608f Merge branch 'master' of major fuckup 2014-12-02 15:26:36 +01:00
urlbot
cb712d9645 port urlbot: remove mcabber specific output stuff 2014-12-02 15:22:02 +01:00
urlbot
77a6322d66 port urlbot: remove mcabber specific input stuff 2014-12-02 15:21:48 +01:00
urlbot
93dbc5b109 port urlbot: remove mcabber specific input stuff 2014-12-02 15:04:53 +01:00
urlbot
d3ac21a58e use blocking and muc_message() 2014-12-02 14:49:12 +01:00
urlbot
13bd53247e add abort for unmodified local_config 2014-12-02 14:26:41 +01:00
urlbot
9f6a4c793c add debug logging 2014-12-02 14:00:43 +01:00
urlbot
2484f32b5b add simple sleekXMPP bot for testing 2014-12-02 13:55:11 +01:00
urlbot
8e93cb0a17 adjust local_config from urlbot-mcabber/ 2014-12-02 13:31:46 +01:00
urlbot
5a6848f9be Merge merge urlbot-mcabber to subdir 2014-12-02 13:16:10 +01:00
urlbot
74909f496f add parse_cve: print sec-tr.d.o links 2014-12-01 17:50:24 +01:00
urlbot
94aaa824f1 cleanup; use a more reasonable config{} definition method 2014-12-01 11:59:29 +01:00
urlbot
924ecb0109 use a more reasonable config{} definition method 2014-12-01 11:55:28 +01:00
urlbot
397fc4730c mainloop works; ping/pong works 2014-12-01 11:44:10 +01:00
urlbot
b3bebedd47 url_blacklist: unloosen the heise regex 2014-11-29 14:17:56 +01:00
urlbot
9f6078a314 remove blacklist message from output 2014-11-28 19:36:15 +01:00