f5dc31f
More support for section headers in !dictionary. by
2012-07-10 22:02:20 -0400
81313e7
Copy search_config too. by
2012-07-10 15:52:43 -0400
e53efe0
Actually, create a copy of the dict. by
2012-07-10 15:49:53 -0400
53c852e
Minor fix if sql's values are not strings. by
2012-07-10 15:47:29 -0400
fb85469
Typo by
2012-07-10 05:06:39 -0400
d338dc1
Clean up command more (#30) by
2012-07-10 05:05:52 -0400
97d50e0
Fix syntax error (#30) by
2012-07-10 04:58:34 -0400
993f9a5
!log command (#30) by
2012-07-10 04:55:35 -0400
d321cd8
Handle all of the 'x of y' as a single case. by
2012-07-10 01:01:56 -0400
ba97e10
Fix that a bit. I give up on this command now. by
2012-07-10 00:41:24 -0400
d8d0bcf
Some smarter parsing, plus given names and surnames. by
2012-07-10 00:38:34 -0400
f4c6552
Support for some more complex parsing. Might break stuff. by
2012-07-10 00:25:54 -0400
a630138
Synonyms. by
2012-07-10 00:10:16 -0400
2252a34
Don't allow infinite retries. by
2012-07-10 00:04:44 -0400
b3f0c2d
Some more fixes. by
2012-07-09 23:59:20 -0400
6250e81
abbreviation by
2012-07-09 23:10:51 -0400
1ca93b4
Proper nouns! by
2012-07-09 23:02:36 -0400
fd2348e
Unicode fix for !dict and some stuff. by
2012-07-09 22:46:42 -0400
f1e0a6f
Merge branch 'feature/dictionary' into develop by
2012-07-09 04:19:59 -0400
fc563f4
Finish !dictionary command (#31). by
2012-07-09 04:19:46 -0400
fb31aa7
Proper handling of unicode in some commands. by
2012-07-09 01:32:28 -0400
3cfedde
A bunch of cleanup and fixes. by
2012-07-08 18:34:13 -0400
e63cd89
Starting !dictionary command (#31) by
2012-07-08 17:51:22 -0400
4944c12
Merge branch 'feature/copyvios' into develop by
2012-07-08 16:48:32 -0400
b42389d
Substitute \x0301 with \x0F for returning to "normal" colors. by
2012-07-08 16:44:16 -0400
b891f2f
Try \x0F by
2012-07-08 16:19:42 -0400
6032ff9
Testing a neutral color instead of black. by
2012-07-08 16:11:16 -0400
becd135
Minor cleanup for afc_copyvios, mainly Unicode fixes. by
2012-07-08 16:09:00 -0400
439b855
Fully implement logging; fix non-unicode log messages. by
2012-07-08 15:28:58 -0400
d07f0b5
Add loggers to Category, Page, and User. by
2012-07-08 15:04:44 -0400
1c2dcc9
__repr__ and __str__ for ExclusionsDB (#5). by
2012-07-08 14:53:21 -0400
a074da8
More work on copyvios, including an exclusions database (#5) by
2012-07-08 14:44:15 -0400
3744a34
Allow templated SQL connection info. by
2012-07-07 22:59:15 -0400
c260648
Finish chunking algorithm, improve !link, other fixes. by
2012-07-07 21:40:54 -0400
569c815
Implement NLTK for chunking article content (#5). by
2012-07-07 16:40:27 -0400
35eb230
Merge pull request #29 from Emalee/develop by
2012-07-07 12:45:08 -0700
8cd5782
(refs/pull/29/merge)
Merge ad1ff720b4
into 6be8fb48dd
by
2012-07-07 12:40:20 -0700
ad1ff72
(refs/pull/29/head)
apparently the one line if statement is really just a ternary operator? by
2012-07-07 12:40:09 -0700
377cce1
make trout command change target yourself to himself by
2012-07-07 12:29:46 -0700
17eee28
Whoops, got the slicing wrong. by
2012-07-07 04:32:52 -0400
bf1ad08
Make Markov chain degree-independent. Testing trigrams. by
2012-07-07 04:30:42 -0400
cb87004
Primitive screen scraper for HTML using BeautifulSoup and LXML. by
2012-07-07 03:37:15 -0400
6be8fb4
Cleaning up project-wide copyright notices. by
2012-07-07 00:23:53 -0400
1af4217
Update copyright notices and some other improvements. by
2012-07-07 00:16:54 -0400
bbf6b61
Some cosmetic stuff, and using MWParserFromHell's iterative equivalent when possible. by
2012-07-06 22:56:49 -0400
d45e342
DOCUMENT EVERYTHING (#5) by
2012-07-06 22:55:23 -0400
d87c226
__repr__ and __str__ for everything per #5 and #22. by
2012-07-06 21:50:57 -0400
7dbbe96
Update imports and exceptions. by
2012-07-06 21:22:22 -0400
54f7862
Merge branch 'develop' into feature/copyvios by
2012-07-06 21:12:20 -0400
53d9ed5
Fix ident docstring. by
2012-07-06 20:39:20 -0400
ad9c34c
Merge branch 'feature/exclusion-compliance' into develop by
2012-07-06 20:39:01 -0400
b04494b
Made check_exclusion() more case-insensitive (#26) by
2012-07-06 20:37:47 -0400
e6956ba
Completing check_exclusion() (#26) by
2012-07-06 20:23:22 -0400
a4fca29
Beginning Page.check_exclusion() by
2012-07-06 18:32:22 -0400
a079205
__repr__ and __str__ for all classes (22) by
2012-07-06 17:20:57 -0400
844e3a5
Remove useless __all__ from commands and tasks. by
2012-07-06 16:11:53 -0400
e9be04d
Fix to finish feature/commands merge (#28). by
2012-07-06 16:05:26 -0400
f7ffd68
Support hiding certain logs (e.g. ones containing passwords). by
2012-07-06 14:05:24 -0400
68f111c
'nickname: command' works if delimited by a period. by
2012-07-06 13:32:33 -0400
0e2fcfe
Run commands in separate threads. by
2012-07-06 13:31:58 -0400
7db748c
Bold the nick when trouting. by
2012-07-06 00:46:33 -0400
b319164
Add delegate() and Category's attrs to documentation. by
2012-07-05 23:16:07 -0400
06d4a24
Trap service errors and try another service. by
2012-07-05 23:07:37 -0400
6ec8ecf
Use correct API param for title. by
2012-07-05 22:19:32 -0400
241d622
Fix; apparently I switched API and SQL! by
2012-07-05 22:13:31 -0400
964be60
Fix tuple; fix encoding makeshift URLs. by
2012-07-05 21:49:43 -0400
d70fa39
Fix arg counts, fix _get_service_order() when retrieving lag from cache. by
2012-07-05 21:24:14 -0400
a2cf47a
Fix method names and arguments. by
2012-07-05 21:10:14 -0400
5217875
Merge branch 'feature/service_delegation' into develop by
2012-07-05 21:05:13 -0400
7005a9b
Docstrings for Category by
2012-07-05 19:59:01 -0400
f1ac019
Remove all use_sql from commands+tasks. by
2012-07-05 19:40:11 -0400
e01ca0f
Use service delegation for Category.get_members(). by
2012-07-05 19:31:49 -0400
7b001ed
Improved service ordering that takes API lag into account. by
2012-07-05 19:12:11 -0400
97a6bb2
'ignore_maxlag' in Site.get_maxlag(). by
2012-07-05 18:45:20 -0400
85ae7c5
Site.get_maxlag(); docstring for Site.delegate() by
2012-07-05 18:38:14 -0400
de34d87
Site._get_service_order() by
2012-07-05 18:19:06 -0400
6433957
First stages of service delegation. by
2012-07-05 17:46:21 -0400
e9a6b5e
Fixing bug with private messages. by
2012-07-05 16:14:02 -0400
d30d984
Some refactoring. by
2012-07-05 14:43:15 -0400
83d9af5
Typos are cruel. by
2012-07-05 04:57:53 -0400
c62fa09
Fix number of retrieved submissions when ignoring some. by
2012-07-05 04:57:10 -0400
174845a
I stink. by
2012-07-05 04:53:24 -0400
359905a
Some additional bugfixes. by
2012-07-05 04:52:19 -0400
e8b078d
More bugfixes and cleanup. by
2012-07-05 04:28:36 -0400
9bbc2b9
Title case for region names. by
2012-07-05 03:50:05 -0400
05b731c
Removed stray instruction. by
2012-07-05 03:47:35 -0400
0365e0b
Rollback most of the last commit, which was unnecessary as these values are API-loaded and therefore always unicode. by
2012-07-05 03:36:43 -0400
7905fac
More unicode fixes and refactoring. by
2012-07-05 03:28:39 -0400
1adf8b2
Some more fixes, mainly unicode-related. by
2012-07-05 03:16:50 -0400
0d1e5eb
A couple fixes and improvements. by
2012-07-05 02:55:03 -0400
772fcf4
.lower() on my_nick by
2012-07-05 02:47:32 -0400
9000187
Fix signature for self.config.decrypt(node, *nodes). by
2012-07-05 02:39:02 -0400
3c9c63d
Fix parse_kwargs by
2012-07-05 02:09:03 -0400
fd18f46
Resolve missing command issue. by
2012-07-05 02:02:34 -0400
4aa177d
Fix NameError by
2012-07-05 01:50:07 -0400
b1392af
Fix regex by
2012-07-05 01:48:25 -0400
7bdff82
Fix broken commands, manager, and Data. by
2012-07-05 01:44:15 -0400
22b826f
Fix merge bug (Lock -> Rlock) by
2012-07-05 01:07:40 -0400
37e64e6
Updates and misc fixes, mainly to documentation. by
2012-07-05 00:53:48 -0400
160890b
Merge branch 'feature/commands' into develop by
2012-07-05 00:42:36 -0400