Commit Graph

404 Commits

Author SHA1 Message Date
Thorsten
54b7c3dc7d rename function 2015-11-28 15:09:08 +01:00
Thorsten
21e06fa2b4 adding buddy detection, sanitize urls for urlbot 2015-11-28 15:07:44 +01:00
Thorsten
c4e6818fcb fix info and dsa 2015-11-28 14:44:12 +01:00
Thorsten
5cdd0dd3b3 fix teatimer 2015-11-28 13:19:25 +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
00b04c9401 conf has default value now, loglevel can be configured 2015-11-28 01:17:52 +01:00
Thorsten
405a19f28a tests for rate limit 2015-11-28 01:16:54 +01:00
Thorsten
26a259194e fix ratelimiting
the new ratelimiting: use ratelimit(ratelimit_class) to push and verify ratelimit buckets defined in common (can be extended during runtime).
2015-11-28 01:08:26 +01:00
Thorsten
f218f1ff55 fix path 2015-11-21 00:05:21 +01:00
Thorsten
af48c04764 fix hangup and logging 2015-11-20 22:44:16 +01:00
Thorsten
5c2b91bdc2 fix totally wrong rate limit storage initialization 2015-11-20 22:23:31 +01:00
Thorsten S
b92f175755 remove log.plugin 2015-11-20 22:06:41 +01:00
Thorsten S
b57de8f10e remove log.plugin 2015-11-20 22:05:55 +01:00
Thorsten S
42949699cc fix attribute access on non-functions, pt2 2015-11-20 22:04:42 +01:00
Thorsten S
e0485b4fb2 dang it 2015-11-20 22:03:58 +01:00
Thorsten S
41f2595347 fix attribute access on non-functions 2015-11-20 22:02:28 +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
f0ec5a231b fix importloop 2015-11-20 21:50:46 +01:00
Thorsten S
89de12f0be recreate global logger in plugins.py 2015-11-20 21:48:29 +01:00
Thorsten S
1082d968e6 refactor urlbot plugin structure and code style 2015-11-20 21:07:48 +01:00
urlbot
6b11dbd2e2 log return code of .joinMUC() 2015-11-14 11:06:07 +01:00
urlbot
dbf5659899 update url blacklist 2015-11-01 12:48:10 +01:00
urlbot
342e983aa9 del "remember", "recall" as superseded by "record" 2015-10-24 01:06:09 +02:00
urlbot
33077575bd add 'choose' plugin 2015-10-18 19:49:44 +02:00
urlbot
cab04a6014 wrap time adding since some people tried to steep their tea infinitely 2015-09-19 23:55:32 +02: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
56a924c216 remove redundant part of "DSA found" message 2015-08-26 12:36:45 +02:00
urlbot
9d1e1c346c testcommit
#
### diff of this commit:
#
# diff --git a/a b/a
# deleted file mode 100644
# index e69de29..0000000
2015-08-22 01:12:14 +02:00
urlbot
2fb5429185 testcommit
#
### diff of this commit:
#
# diff --git a/a b/a
# new file mode 100644
# index 0000000..e69de29
2015-08-22 01:11:00 +02:00
urlbot
c8beceb0db extend 'record' help with usage 2015-08-21 23:47:57 +02:00
urlbot
0c806d9810 idlebot: using global uniq USER_AGENT 2015-08-21 23:40: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
67642cba17 add ftp.*.d.o to blacklist 2015-07-30 00:07:58 +02:00
urlbot
4a12bc40a3 hopefully fix "TypeError: argument of type 'URLError' is not iterable" 2015-07-28 22:57:24 +02:00
urlbot
136a434156 dsa_watcher: remove warn() because it's expected to happen 2015-07-19 22:09:53 +02:00
urlbot
8824734ecb add dsa_watcher autostart 2015-07-19 21:14:57 +02:00
urlbot
c687f84c02 dsa_watcher: fetch internally and print package name 2015-07-19 21:05:09 +02:00
urlbot
d1bbf13d6e cleanup 2015-07-19 20:47:57 +02:00
urlbot
52fb4d11d3 cleanup 2015-07-19 20:42:20 +02:00
urlbot
77ab5baaec mv cakes strings to string_constants 2015-07-19 03:03:39 +02:00
urlbot
a39f9eb6a6 cleanup 2015-07-19 02:23:53 +02:00
urlbot
38d0e16a82 using broadcast to all rooms 2015-07-19 02:22:22 +02:00
urlbot
93ec99b7af use output buffering to avoid too early return 2015-07-19 02:19:37 +02:00
urlbot
f5bc6e429c make dsa watcher interval configurable 2015-07-19 02:11:32 +02:00
urlbot
0cb198754f remove redundant function name strings from log.*() 2015-07-19 02:07:03 +02:00