1878 Commits

Author SHA1 Message Date
Tannn3r
f6b89902fc Initial commit 2013-01-02 18:20:07 -08:00
SpiderDave
b3e7c24b10 adding the required pygeoip stuff 2013-01-02 03:50:18 -08:00
SpiderDave
5c8c2d4b9f Adding Geo plugin (provides geographical information from ip address using GeoLite City) 2013-01-01 21:45:11 -08:00
Valentin Lorentz
abc7ea15d9 Merge remote-tracking branch 'supybot/master' into testing
Conflicts:
	INSTALL
	plugins/ChannelLogger/README.txt
	plugins/ChannelStats/README.txt
	plugins/Google/plugin.py
	plugins/Google/test.py
	plugins/Plugin/test.py
	plugins/Web/test.py
	setup.py
	src/callbacks.py
	src/ircdb.py
	src/irclib.py
	src/utils/str.py
	test/test_irclib.py
2013-01-01 21:11:24 +01:00
Valentin Lorentz
7569e093bf Rename all 'locale' directories to 'locales'. 2012-12-26 15:47:23 +01:00
Valentin Lorentz
1c15d920f5 Rename all 'locale' directories to 'locales'.
Firstly, these directories contains more than one locale. Secondly, it conflicts with the 'locale' python module.
2012-12-26 15:43:35 +01:00
spline
471f54fb87 Temp fix #2 2012-12-23 16:37:42 -05:00
spline
72b3af33a4 Temp fix 2012-12-23 16:36:34 -05:00
Valentin Lorentz
b3bce5e8c8 Trivia: Fix typo. 2012-12-12 18:39:24 +01:00
spline
a718e30144 Latest 2012-11-30 12:09:09 -05:00
spline
961f0ddf04 Add in option for expanding short urls. Code not in plugin.py, yet. Leaves open for future functionality. 2012-11-28 14:55:39 -05:00
spline
f40a232155 More fixes. 2012-10-27 14:54:17 -04:00
spline
b8ef2b72e7 Streamline checkCredentials on suggestion from ProgVal. 2012-10-27 12:56:30 -04:00
spline
2cfbf3d654 Add in tests for keys. 2012-10-27 12:49:23 -04:00
spline
ea5b33638a Add in color url support in text for tweets. 2012-10-26 06:52:35 -04:00
spline
ab48ce05df Add a little more 2012-10-26 02:27:02 -04:00
spline
9b58ae8382 Improve strip_accents 2012-10-26 00:36:15 -04:00
spline
1a0e6546c9 Add in some TODOs. 2012-10-26 00:26:11 -04:00
spline
e4d10f07cb Fix up ratelimits a little. 2012-10-26 00:25:01 -04:00
spline
b9751c9dca Need the updated config.py for color. 2012-10-25 21:19:06 -04:00
spline
0e0a14db45 Add in color option + more cleanups. 2012-10-25 21:16:48 -04:00
spline
ff0bf344f1 Finished up the nort/noreply. I reversed the default behavior because most people want RT/reply by default. 2012-10-25 20:29:37 -04:00
spline
9a92017ba9 Moved some of the encodes to make the get cleaner. 2012-10-25 20:23:43 -04:00
spline
816cc4b6bb Misc fixes in tsearch. We also add in separate config variables for max/search results. 2012-10-25 18:56:08 -04:00
spline
2449f9a42e Initial push.. 2012-10-23 15:03:06 -04:00
spline
17c7c7e361 Initial commit 2012-10-23 12:01:22 -07:00
Matthias Meusburger
d0992312b8 Fix typo 2012-10-20 19:23:15 +02:00
Matthias Meusburger
800cad6b13 Fix autofriday 2012-10-20 19:21:08 +02:00
Daniel Folkinshteyn
d64ea58980 BadWords: improve help for requireWordBoundaries config.
Make a note that the plugin requires restart or the words set updating,
for changes to this setting to take effect.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-10-15 22:01:39 -04:00
Daniel Folkinshteyn
51cae61075 Badwords: add plugin docstring, and fix/standardize some method docstrings.
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-10-15 22:00:08 -04:00
Matthias Meusburger
be0f1c629e Remove useless code
Fix mergescores
2012-10-11 17:34:34 +02:00
Matthias Meusburger
34243cf810 Fix day and weeks bug 2012-10-11 13:58:09 +02:00
Matthias Meusburger
9341a0e34a Adds reload time 2012-10-10 22:41:03 +02:00
Matthias Meusburger
f817f4b298 Fix fridaymode init 2012-10-05 18:09:58 +02:00
Matthias Meusburger
7dff65121f Documentation update 2012-10-05 04:40:58 +02:00
Matthias Meusburger
de566a0e18 Fix manualFriday init 2012-10-04 23:16:07 +02:00
Matthias Meusburger
f51e608033 Fix mix-up between automatic and manual FridayMode 2012-10-04 23:13:39 +02:00
Matthias Meusburger
3391200b69 Updates __init__ file 2012-10-03 12:35:46 +02:00
resistivecorpse
d3ad647d67 fixed code to not use addition to form strings 2012-09-27 03:31:13 -04:00
resistivecorpse
bc9caac011 cleaned up code to use only 1 line when writing highscores 2012-09-27 01:22:58 -04:00
resistivecorpse
33b9bab687 cleaned up code to set location of hunt and fish trophies as a global variable 2012-09-27 00:57:58 -04:00
resistivecorpse
7c918c64ef switched from using file as the variable name for hunt and fish trophy files 2012-09-26 21:34:20 -04:00
resistivecorpse
b5a3a377ca fixed/added help messages for all commands 2012-09-26 20:38:34 -04:00
resistivecorpse
096ab0e4ab adds command to reset highscores 2012-09-26 19:27:10 -04:00
resistivecorpse
ae89e765ac switch to using .bd file extentions for trophy files and switched check for files to to os.path.isfile 2012-09-26 16:57:53 -04:00
resistivecorpse
f599d57969 removed huntrophy.txt and fishtrophy.txt now that they are generated by the plugin 2012-09-23 18:42:02 -04:00
resistivecorpse
145e004b29 made plugin.py generate highscores files upon load and fixed typos in README 2012-09-23 18:37:35 -04:00
Exiles
2ba5ed3177 Update HuntNFish/plugin.py 2012-09-23 01:27:03 -07:00
Exiles
f359ce3443 Update HuntNFish/plugin.py 2012-09-23 00:41:59 -07:00
Mika Suomalainen
de597fe29f Convert all line endings to UNIX format using Flip 2012-09-23 09:47:19 +03:00