Ben Kurtovic
3f1737717c
More accurate handling when using get_site(lang, project).
Some wikis (like frwiki), set their projects to localized forms of
the expected (so "wikipedia" becomes "wikipédia"). An additional
search by URL in _get_site_name_from_sitesdb() fixes this.
12 years ago
Ben Kurtovic
46c3561ce8
Apparently cookie values are plus-quoted. Oops!
12 years ago
Ben Kurtovic
b784fc7cd8
Fix a silly bug in passing cookiejars to Site objects.
* Apparently bool(cookiejar) is False if the cookiejar doesn't
contain any cookies, even if it exists. Change `if cookiejar` to
`if cookiejar is not None` to get around this.
12 years ago
Ben Kurtovic
c2de168cb4
Log should be a bit nicer when we don't load any resources.
12 years ago
Ben Kurtovic
7e733c39bb
Support for config options to disable loading default commands/tasks.
12 years ago
Ben Kurtovic
c198ce27a7
Tuple, not list.
12 years ago
Ben Kurtovic
bfe312aa81
Collate as utf8_unicode_ci
12 years ago
Ben Kurtovic
19b2d19c45
Rename git and time files so they don't conflict with other imports.
12 years ago
Ben Kurtovic
004dd0b51e
Refactor logging setup so it works when disabled.
12 years ago
Ben Kurtovic
3ddbcd61c1
Adding schema for tasks.
12 years ago
Ben Kurtovic
e71e9daadb
Store update_time as an int, not a float.
12 years ago
Ben Kurtovic
e91ef765e6
Statistics table now returns unicode instead of strings, bitches.
12 years ago
Ben Kurtovic
fcd7fddbdd
MD5 can't handle Unicode, so fully implement saving Unicode objects by fixing that.
12 years ago
Ben Kurtovic
f993b847ab
Encode URLs as UTF-8 before opening them.
12 years ago
Ben Kurtovic
e1ff76ba9f
gettattr -> getattr
12 years ago
Ben Kurtovic
482db43b2e
Improve assert=bot.
12 years ago
Ben Kurtovic
6a09f31d75
Retain results for three days instead of one.
12 years ago
Ben Kurtovic
570168ed0e
Institute a timeout so we don't try to open these suspicious URLs forever.
12 years ago
Ben Kurtovic
4895ad18e3
Make that line a bit shorter
12 years ago
Ben Kurtovic
cf2101f922
Avoid race conditions where the page is edited while checking it.
12 years ago
Ben Kurtovic
37336fc343
Whoops, use correct filename.
12 years ago
Ben Kurtovic
292f04fe2d
Implemented limited wildcard matching in ExceptionsDB.
12 years ago
Ben Kurtovic
08ceb6a4cf
Support for copyvio notes.
12 years ago
Ben Kurtovic
164b18b742
Fixing !geolocate when IP is reserved or unknown.
12 years ago
Ben Kurtovic
fc47ef6d92
Merge pull request #32 from Yulli/develop
Capitalise the beginning of all IRC replies.
12 years ago
Justin Yulli Kim
5d60a6de8a
There's no such word as singluar, silly!
12 years ago
Justin Yulli Kim
c7675b2bbf
Capitalise replies in everything else in one commit because Earwig
12 years ago
Justin Yulli Kim
c532384026
Capitalise replies in !quit
12 years ago
Justin Yulli Kim
ead64c5581
Capitalise replies in !praise
12 years ago
Ben Kurtovic
971773fc11
Fake-implement _process_message() in IRCConnection.
12 years ago
Ben Kurtovic
5ab736723b
Fixing a number of silly mistakes; refactoring (thanks pylint)
12 years ago
Justin Yulli Kim
c93dc33cef
Capitalise replies in !link
12 years ago
Justin Yulli Kim
bde94d7cc0
Capitalise replies in !langcode
12 years ago
Justin Yulli Kim
da3efd2658
Capitalise replies in !help
12 years ago
Justin Yulli Kim
462d19abb4
Capitalise replies in !lag
12 years ago
Justin Yulli Kim
cc561a4b56
Capitalise replies in !git
12 years ago
Justin Yulli Kim
51c6a0a473
Capitalise replies in !geolocate
12 years ago
Justin Yulli Kim
86c025836f
Capitalise replies in !dictionary
12 years ago
Justin Yulli Kim
8682c4b631
Capitalise replies in !editcount
12 years ago
Justin Yulli Kim
56c1c08f39
Capitalise replies in !chanops: !voice, !devoice, !op, !deop, !join, !part
12 years ago
Justin Yulli Kim
4055aa4e95
Capitalise replies in !calc
12 years ago
Justin Yulli Kim
3a2f423285
Capitalise replies in !crypt: !hash, !encrypt, !decrypt
12 years ago
Justin Yulli Kim
c3138fd14c
Capitalise replies in !report
12 years ago
Justin Yulli Kim
56d954c022
Capitalise replies in !submissions
12 years ago
Justin Yulli Kim
ad452e43f6
Capitalise replies in !status
12 years ago
Justin Yulli Kim
121a57d5a7
Capitalise replies in !pending
12 years ago
Ben Kurtovic
e133d5cfdc
Don't ping in reply() if it's private.
12 years ago
Ben Kurtovic
c1da237599
Remove redundant 'seconds'; use int division.
12 years ago
Ben Kurtovic
700562c2a0
Format time deltas more nicely.
12 years ago
Ben Kurtovic
f7054de9d8
short: 500b -> 1000b
12 years ago