Ben Kurtovic
|
a0bc8d69ab
|
Merge pull request #50 from justinkim/fix/typo
Fix a typo
|
10 years ago |
Justin Kim
|
4dfd9cb866
|
Fix typo
|
10 years ago |
Ben Kurtovic
|
ea14f39e73
|
Split content type correctly.
|
10 years ago |
Ben Kurtovic
|
2dfdf1bd4a
|
Ensure the text is stripped properly.
|
10 years ago |
Ben Kurtovic
|
e0cd174310
|
Refactor out empty chain definitions.
|
10 years ago |
Ben Kurtovic
|
0eadf65a09
|
Only accept HTML and plain text for copyvio checks.
|
10 years ago |
Ben Kurtovic
|
d411f55c30
|
'add users' -> 'add or remove users'
|
10 years ago |
Ben Kurtovic
|
3dde1c5d60
|
Correctly handle HTML with no <body> tags.
|
10 years ago |
Ben Kurtovic
|
c3ddc3d35a
|
Return the correct empty chain.
|
10 years ago |
Ben Kurtovic
|
f8dd0e10b1
|
Merge pull request #49 from legoktm/patch-3
Make !date an alias for !time
|
10 years ago |
Kunal Mehta
|
a19a88bd7c
|
Make !date an alias for !time
|
10 years ago |
Ben Kurtovic
|
341a32660f
|
Thanks @Hypersonic
|
10 years ago |
Ben Kurtovic
|
84f3d1c6e7
|
Added a changelog (closes #38)
|
10 years ago |
Ben Kurtovic
|
9f5fe6c9e0
|
Allow fractional values like !remind 1.5h
|
10 years ago |
Ben Kurtovic
|
fe28156ad7
|
Support s, m, h, d, and w as suffixes for units in !remind.
|
10 years ago |
Ben Kurtovic
|
f9a49c4378
|
Don't use assertions here.
|
10 years ago |
Ben Kurtovic
|
700b57de1c
|
Allow reminder IDs to be lowercase.
|
10 years ago |
Ben Kurtovic
|
c15303290b
|
Merge pull request #48 from logatron/develop
Add direct PyPI link.
|
10 years ago |
Logan Rosen
|
e2fc062283
|
Add direct PyPI link.
|
10 years ago |
Ben Kurtovic
|
487b246b32
|
Thanks Logan_.
|
10 years ago |
Ben Kurtovic
|
801d8a3c2d
|
Bugfixes and a !remind help option.
|
10 years ago |
Ben Kurtovic
|
8b3f9b059f
|
Fix creating a new permissions DB; fix new site creation.
|
10 years ago |
Ben Kurtovic
|
35407fbd07
|
Allow !remind to accept operations on time (#43).
|
10 years ago |
Ben Kurtovic
|
86587c3b66
|
Hyphen unnecessary (#43.
|
10 years ago |
Ben Kurtovic
|
202ea93854
|
Add a bunch of functionality to !remind (#43).
|
10 years ago |
Ben Kurtovic
|
0d4a09902f
|
Missed a line.
|
10 years ago |
Ben Kurtovic
|
4fff908912
|
Cleanup; fix site locking mechanism; badtoken handling.
|
10 years ago |
Ben Kurtovic
|
1bfe5c2ee7
|
Fix error handling in get_token().
|
10 years ago |
Ben Kurtovic
|
3d5be6c627
|
Fix token-getter code and refactor into a get_token() function.
|
10 years ago |
Ben Kurtovic
|
08af882841
|
Update AssertEdit behavior now that it's been merged into MW core.
Note: don't deploy until January 14.
|
10 years ago |
Ben Kurtovic
|
39d5c7c149
|
Update copyright notices for 2014.
|
10 years ago |
Ben Kurtovic
|
ed95c99f0e
|
Update email address.
|
11 years ago |
Ben Kurtovic
|
a3eee798f9
|
Implement Category.__iter__()
|
11 years ago |
Ben Kurtovic
|
7e1882a24a
|
Update !help for !time.
|
11 years ago |
Ben Kurtovic
|
efbecf5826
|
Merge pull request #46 from legoktm/patch-1
Add !epoch
|
11 years ago |
Kunal Mehta
|
346e7a5548
|
Add !epoch
|
11 years ago |
Ben Kurtovic
|
a926431754
|
Better client-side buffering of SQL results.
|
11 years ago |
Ben Kurtovic
|
b88181bb24
|
Make exclusion check a bit smarter.
|
11 years ago |
Ben Kurtovic
|
71befb1209
|
Schedule jobs more reasonably.
|
11 years ago |
Ben Kurtovic
|
e67833a39f
|
Mod thread.ident by 10,000 for when they're absurdly large.
|
11 years ago |
Ben Kurtovic
|
48e6c14ab8
|
WHOOPS X2.
|
11 years ago |
Ben Kurtovic
|
8a88988a02
|
WHOOPS.
|
11 years ago |
Ben Kurtovic
|
fd5852a6d0
|
RIP Toolserver. (Some fixes for Labs compatibilty.)
|
11 years ago |
Ben Kurtovic
|
204cbce45e
|
Merge pull request #44 from justinkim/dict-alias
Add def to possible !dict aliases
|
11 years ago |
justinkim
|
58066402af
|
Add def to possible !dict aliases
|
11 years ago |
Ben Kurtovic
|
af9f6a56fb
|
Improve help for !langcode.
|
11 years ago |
Ben Kurtovic
|
8ef0642e08
|
Fix PermissionsDB.data -> PermissionsDB.users.
|
11 years ago |
Ben Kurtovic
|
5931f375de
|
Put response.read() in the try:, since that's what throws the timeout.
|
11 years ago |
Ben Kurtovic
|
ca7cbceb4a
|
Silly SQL, that's not what I told you to do.
|
11 years ago |
Ben Kurtovic
|
dd5a9427f0
|
Expand the permissions db to store attributes for users.
|
11 years ago |