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

74 Commits

Author SHA1 Message Date
urlbot
2da78641a7 replace local logger() by logging infrastructure 2015-06-21 00:54:27 +02:00
urlbot
ce20b184e6 minor: log room joining 2015-06-20 15:19:33 +02:00
urlbot
08df294e87 idlebot: implement 'hangup' 2015-06-20 15:13:12 +02:00
urlbot
0b63a09077 fix 'hangup' to finish all threads 2015-06-20 14:18:50 +02:00
urlbot
00d6dc2d7d cleanup 2015-06-17 10:52:52 +02:00
urlbot
30ef0e1d49 fix parsing URLs from own output 2015-03-07 20:49:00 +01:00
urlbot
5b52be57f3 add /me parser 2015-02-22 20:15:23 +01:00
8fe1e1b39d Fix handling of persistant storage if no persistant storage exists yet 2015-02-11 02:02:56 +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
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
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
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
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
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
6ba3dc9038 adjustments to pass msg to data_parse_* 2014-12-02 15:48:13 +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