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

75 Commits

Author SHA1 Message Date
Thorsten
3767263b49 fix command/parser bug II. 2015-12-27 00:10:28 +01:00
Thorsten
7035a02c53 fix command/parser bug 2015-12-27 00:00:59 +01:00
Thorsten
76097424d9 grrrr 2015-12-26 23:30:04 +01:00
Thorsten
c5a5a8b6c1 fix message 2015-12-26 23:28:42 +01:00
Thorsten
f43106d471 send a message to "bots" when not reacting to their messages 2015-12-26 23:17:22 +01:00
Thorsten
d4741a55ea introduce direct message support, add back fixed event loop 2015-12-26 23:06:46 +01:00
Thorsten S
f24d4c4381 move offline-handler to idlebot 2015-12-26 21:03:09 +01:00
Thorsten S
9e313699c6 add ignorelist for spammers, remove idle-loop 2015-12-26 20:43:25 +01:00
Thorsten S
12d9222ddf refactor plugins 2015-12-26 13:50:21 +01:00
Thorsten S
d2301d1679 allow bots to activate plugins, but do not answer them 2015-12-21 17:03:38 +01:00
Thorsten S
09a4e0beb1 fix storage object defaults not being written to disk 2015-12-21 16:24:56 +01:00
Thorsten S
d9dff033b5 temporarily disable full bot protection, fix light protection 2015-12-21 14:17:00 +01:00
Thorsten S
0127a9cf26 replace direct write with proxy function for future locking 2015-12-21 10:41:58 +01:00
Thorsten S
0641d9c9c8 fix message recorder 2015-12-21 09:52:01 +01:00
Thorsten S
b727a631f3 fix request counter 2015-12-21 00:08:46 +01:00
Thorsten S
2d1029882e +test, +flausch 2015-12-20 21:15:16 +01:00
Thorsten S
6c3ba11eb6 configobj for runtime_config 2015-12-20 15:50:16 +01:00
Thorsten
c29ce94a3d introduce configobj as configuration backend 2015-12-20 12:36:08 +01:00
Thorsten
0879ce3ac7 remove test! 2015-12-19 22:08:02 +01:00
Thorsten
c672ab2fde add bot detection, stfu if the bot is here. also fix teatimer, events shall use the room of the source. 2015-12-06 00:06:31 +01:00
Thorsten
f40add54b5 minor cleanup 2015-11-30 19:50:11 +01:00
Thorsten
a7b53d855a all death to the tab character 2015-11-30 19:17:40 +01:00
Thorsten
d94d62335f move url extraction to plugins 2015-11-28 18:41:40 +01:00
Thorsten
1f5ef7d994 xmpp status/message confusion fixed 2015-11-28 15:59:28 +01:00
Thorsten
bef3130256 fix interface 2015-11-28 15:56:02 +01:00
Thorsten
21e06fa2b4 adding buddy detection, sanitize urls for urlbot 2015-11-28 15:07:44 +01:00
Thorsten
277f4564a2 conf foo, setting the jid to sth with the botclass, presence support (doesn't work in MUC) 2015-11-28 13:11:22 +01:00
Thorsten
88d43f9df1 don't talk to other bots, added (not activated) presence command 2015-11-28 02:21:49 +01:00
Thorsten
8d953f4183 implement rate limiting in urlbot, define more classes 2015-11-28 01:25:18 +01:00
Thorsten
5c2b91bdc2 fix totally wrong rate limit storage initialization 2015-11-20 22:23:31 +01:00
Thorsten S
17d1cd1b54 fix plugin import 2015-11-20 21:56:37 +01:00
Thorsten S
3bc92d1b7b fix broken import 2015-11-20 21:54:08 +01:00
Thorsten S
1082d968e6 refactor urlbot plugin structure and code style 2015-11-20 21:07:48 +01:00
urlbot
9a8721265b Revert "seed random() with urandom"
This reverts commit 12b851a1b8.
2015-08-30 10:50:37 +02:00
urlbot
12b851a1b8 seed random() with urandom 2015-08-30 10:05:14 +02:00
urlbot
29aa2b4872 pylint; whitespace cleanup 2015-08-21 23:36:25 +02:00
urlbot
5f27fea8fc using global uniq USER_AGENT 2015-08-21 23:35:28 +02:00
urlbot
8824734ecb add dsa_watcher autostart 2015-07-19 21:14:57 +02:00
urlbot
d1bbf13d6e cleanup 2015-07-19 20:47:57 +02:00
urlbot
38d0e16a82 using broadcast to all rooms 2015-07-19 02:22:22 +02:00
urlbot
1ac9904983 cleanup 2015-07-14 00:03:59 +02:00
urlbot
921b32dbcf use (multi-enabled) xmpp.send_message() instead of .reply() 2015-07-13 23:10:50 +02:00
urlbot
d427ea1809 do not stop processing commands after URL parsing 2015-07-13 22:57:10 +02:00
urlbot
739a811786 "record": vanish nick if no message is left 2015-07-11 13:01:22 +02:00
urlbot
c89bf8e9ed "record": do not be case sensitive for user nick 2015-07-11 11:39:48 +02:00
urlbot
1b8cca26fa implement 'record' hooking including vanishing 2015-07-11 00:28:47 +02:00
urlbot
15ffe70802 define a NOOP 'user joined' hook for future user 2015-07-08 01:42:22 +02:00
urlbot
544f953f46 re-enable sending URL for errors 2015-07-05 13:27:31 +02:00
urlbot
d7948cf0ab remove provided URL from title extraction messages 2015-07-04 10:22:30 +02:00
urlbot
c28af0ad69 improve 'invalid charset' logging 2015-07-04 10:21:57 +02:00