Ben Kurtovic
4944c120bd
Merge branch 'feature/copyvios' into develop
OH MY GOD I'M FINALLY DONE.
преди 12 години
Ben Kurtovic
b42389d393
Substitute \x0301 with \x0F for returning to "normal" colors.
преди 12 години
Ben Kurtovic
b891f2f6f4
Try \x0F
преди 12 години
Ben Kurtovic
6032ff958f
Testing a neutral color instead of black.
преди 12 години
Ben Kurtovic
becd135c52
Minor cleanup for afc_copyvios, mainly Unicode fixes.
преди 12 години
Ben Kurtovic
439b855254
Fully implement logging; fix non-unicode log messages.
преди 12 години
Ben Kurtovic
d07f0b5f9a
Add loggers to Category, Page, and User.
преди 12 години
Ben Kurtovic
1c2dcc999a
__repr__ and __str__ for ExclusionsDB ( #5 ).
преди 12 години
Ben Kurtovic
a074da853b
More work on copyvios, including an exclusions database ( #5 )
* Added exclusions module with a fully implemented ExclusionsDB that can pull
from multiple sources for different sites.
* Moved CopyvioCheckResult to its own module, to be imported by __init__.
* Some other related changes.
преди 12 години
Ben Kurtovic
3744a34f28
Allow templated SQL connection info.
преди 12 години
Ben Kurtovic
c260648bdb
Finish chunking algorithm, improve !link, other fixes.
преди 12 години
Ben Kurtovic
569c815d99
Implement NLTK for chunking article content ( #5 ).
преди 12 години
Ben Kurtovic
35eb23046f
Merge pull request #29 from Emalee/develop
Make trout command change target yourself to himself
преди 12 години
Emalee
ad1ff720b4
apparently the one line if statement is really just a ternary operator?
преди 12 години
Emalee
377cce1703
make trout command change target yourself to himself
преди 12 години
Ben Kurtovic
17eee28a4b
Whoops, got the slicing wrong.
преди 12 години
Ben Kurtovic
bf1ad08dc6
Make Markov chain degree-independent. Testing trigrams.
преди 12 години
Ben Kurtovic
cb87004107
Primitive screen scraper for HTML using BeautifulSoup and LXML.
Obviously this can and should be improved significantly later, but it seems
good enough for now.
преди 12 години
Ben Kurtovic
6be8fb48dd
Cleaning up project-wide copyright notices.
преди 12 години
Ben Kurtovic
1af4217b63
Update copyright notices and some other improvements.
преди 12 години
Ben Kurtovic
bbf6b61491
Some cosmetic stuff, and using MWParserFromHell's iterative equivalent when possible.
преди 12 години
Ben Kurtovic
d45e342bac
DOCUMENT EVERYTHING ( #5 )
Also implementing MWParserFromHell, plus some cleanup.
преди 12 години
Ben Kurtovic
d87c226417
__repr__ and __str__ for everything per #5 and #22 .
преди 12 години
Ben Kurtovic
7dbbe9683c
Update imports and exceptions.
преди 12 години
Ben Kurtovic
54f7862383
Merge branch 'develop' into feature/copyvios
Conflicts:
earwigbot/wiki/constants.py
earwigbot/wiki/copyvios/__init__.py
earwigbot/wiki/page.py
преди 12 години
Ben Kurtovic
53d9ed57be
Fix ident docstring.
преди 12 години
Ben Kurtovic
ad9c34c8f1
Merge branch 'feature/exclusion-compliance' into develop
преди 12 години
Ben Kurtovic
b04494b3f3
Made check_exclusion() more case-insensitive ( #26 )
преди 12 години
Ben Kurtovic
e6956ba2b3
Completing check_exclusion() ( #26 )
преди 12 години
Ben Kurtovic
a4fca2998f
Beginning Page.check_exclusion()
преди 12 години
Ben Kurtovic
a07920506c
__repr__ and __str__ for all classes (22)
преди 12 години
Ben Kurtovic
844e3a5f8e
Remove useless __all__ from commands and tasks.
преди 12 години
Ben Kurtovic
e9be04de37
Fix to finish feature/commands merge ( #28 ).
преди 12 години
Ben Kurtovic
f7ffd68056
Support hiding certain logs (e.g. ones containing passwords).
преди 12 години
Ben Kurtovic
68f111c7d6
'nickname: command' works if delimited by a period.
преди 12 години
Ben Kurtovic
0e2fcfed13
Run commands in separate threads.
преди 12 години
Ben Kurtovic
7db748c448
Bold the nick when trouting.
преди 12 години
Ben Kurtovic
b319164d82
Add delegate() and Category's attrs to documentation.
преди 12 години
Ben Kurtovic
06d4a240f0
Trap service errors and try another service.
преди 12 години
Ben Kurtovic
6ec8ecf9f7
Use correct API param for title.
преди 12 години
Ben Kurtovic
241d622856
Fix; apparently I switched API and SQL!
преди 12 години
Ben Kurtovic
964be6056e
Fix tuple; fix encoding makeshift URLs.
преди 12 години
Ben Kurtovic
d70fa3927c
Fix arg counts, fix _get_service_order() when retrieving lag from cache.
преди 12 години
Ben Kurtovic
a2cf47aebf
Fix method names and arguments.
преди 12 години
Ben Kurtovic
5217875a1e
Merge branch 'feature/service_delegation' into develop
преди 12 години
Ben Kurtovic
7005a9b21b
Docstrings for Category
преди 12 години
Ben Kurtovic
f1ac019b3e
Remove all use_sql from commands+tasks.
преди 12 години
Ben Kurtovic
e01ca0fd31
Use service delegation for Category.get_members().
преди 12 години
Ben Kurtovic
7b001ed50d
Improved service ordering that takes API lag into account.
преди 12 години
Ben Kurtovic
97a6bb2059
'ignore_maxlag' in Site.get_maxlag().
преди 12 години