Commit Graph

3718 Commits

Author SHA1 Message Date
Tanner
bb9f904bcc Reply: Added a description to README.txt 2011-09-12 17:26:02 -05:00
Tanner
ef62a1bd76 Relay: Added a description to READEME.txt 2011-09-12 17:23:21 -05:00
Tanner
cac8d57525 URL: Added a description to READEME.txt 2011-09-12 17:21:40 -05:00
Tannn3r
ca2d73bee5 Added a description. 2011-09-11 20:16:46 -05:00
Tannn3r
7ccd1474cd Added a description. 2011-09-11 20:11:28 -05:00
Tannn3r
46f6314fb4 Added a description. 2011-09-11 20:09:49 -05:00
Tannn3r
a0a39d0503 Added a description. 2011-09-11 20:08:43 -05:00
Tannn3r
d9a9c64fa4 Added a description. 2011-09-11 20:06:05 -05:00
Tannn3r
baa966a1b7 Added a description. 2011-09-11 20:04:23 -05:00
Tannn3r
953149f11f Added a description. 2011-09-11 20:02:24 -05:00
Tannn3r
2a16ebea06 Added a description. 2011-09-11 19:59:26 -05:00
Tannn3r
aad9f566f3 Added a description. 2011-09-11 19:57:30 -05:00
Tannn3r
c2af09ff9d Added a description of the plugin. 2011-09-11 19:54:19 -05:00
Tannn3r
4463da24f6 Added a description on how to use the Lart plugin. 2011-09-11 19:37:41 -05:00
skizzhg
151c6a0738 ChannelStats: Update l10n-it. 2011-09-02 20:03:45 +00:00
nyuszika7h
f273687c5e Limiter: Add l10n-hu. 2011-09-01 18:21:11 +02:00
Valentin Lorentz
2f6acdf42f Misc: Add --unloaded option. 2011-09-01 17:48:09 +00:00
Valentin Lorentz
6be6c91657 Merge branch 'master' into testing 2011-09-01 11:12:09 +02:00
Valentin Lorentz
af65f64c1a PluginDownloader: Fix overwrite of existing plugin. 2011-09-01 11:10:31 +02:00
skizzhg
2a3fc2a0f3 ChannelStats: Add l10n-it. 2011-08-30 17:21:39 +00:00
Valentin Lorentz
dda08e0648 RSS: Fix typo (fnor -> for). 2011-08-27 13:58:14 +00:00
Valentin Lorentz
08a28214b8 RSS: bug fix. (Bad import from gribble?) 2011-08-26 17:16:13 +02:00
Valentin Lorentz
be585ecea9 Merge remote-tracking branch 'supybot/maint/0.83.4' into testing
Conflicts:
	src/ircutils.py
2011-08-23 16:41:52 +02:00
Valentin Lorentz
fb66be5968 Revert "Utilities: Add l10n-it."
This reverts commit f37db99895.
2011-08-21 21:44:25 +02:00
skizzhg
f37db99895 Utilities: Add l10n-it. 2011-08-21 20:49:22 +02:00
Mika Suomalainen
22c463bc80 Merge remote-tracking branch 'nyuszika7h/testing' into testing 2011-08-19 18:02:11 +03:00
Mika Suomalainen
cee1a3991f Channel: fixed typos.
End of typo checking. All typos and other errors are now fixed :)
2011-08-19 17:59:44 +03:00
nyuszika7h
4d4fa62bb1 ChannelLogger: Fix l10n-hu. 2011-08-19 16:24:25 +02:00
nyuszika7h
7aaf9fca7f Owner: Fix l10n-hu. 2011-08-19 16:24:02 +02:00
nyuszika7h
1577cc8bf9 RSS: Fix l10n-hu. 2011-08-19 16:23:27 +02:00
Mika Suomalainen
98f8242f5a Ctcp: fixed l10n-fi
At least check_trans.py says that it's fixed :)
2011-08-18 17:35:57 +03:00
Mika Suomalainen
80f9b7e303 Channel: fixed more typos.
Typo-checking: incomplete.
I will continue when I have time. Probably tomorrow.
2011-08-18 17:29:35 +03:00
Mika Suomalainen
679b8f21ea Merge remote-tracking branch 'progval/testing' into testing 2011-08-18 14:39:32 +03:00
Valentin Lorentz
cebf67fe89 Time: Fix redundant (and un-user-friendly) error message. 2011-08-18 11:07:26 +02:00
Mika Suomalainen
c63eefbb0d Channel: fixed typos in l10n-fi.
PARTIAL! Typo checking/fixing is left on line 293. It will continue when I have time.
2011-08-17 17:34:12 +03:00
Mika Suomalainen
9632c4bb72 BadWords: fixed more typos. 2011-08-16 17:17:34 +03:00
Mika Suomalainen
2c675babac BadWords: fixed typos in l10n-fi. 2011-08-16 16:54:10 +03:00
Mika Suomalainen
fc2b67d03d Merge remote-tracking branch 'progval/testing' into testing 2011-08-16 16:21:18 +03:00
Valentin Lorentz
22eb147116 Channel: Really deny access to the nicks list. Closes GH-172. 2011-08-16 13:22:23 +02:00
Mika Suomalainen
a091456c4d Merge remote-tracking branch 'progval/testing' into testing 2011-08-15 18:56:10 +03:00
Valentin Lorentz
5f9c889bf3 Merge pull request #169 from nyuszika7h/testing
Add/update l10n-hu for some plugins.
2011-08-15 08:26:31 -07:00
Daniel Folkinshteyn
37597bfe94 Create a commands.process function which runs a function inside a separate process.
This is the only way to limit the execution time of a possibly long-running python statement.
Use this on String.re, due to the possibility of pathologically long re matching in python.
This allows us to remove the 'trusted-only' restriction on string.re.
In the future, this should probably be used in other places that take user-supplied regexps,
such as 'misc last --regexp', for example, as well as other potentially long-running tasks
that can block the bot.

Conflicts:

	plugins/String/plugin.py
	src/commands.py
2011-08-15 17:24:33 +02:00
nyuszika7h
0418c64505 Channel & Misc & Reply: Update l10n-hu. 2011-08-15 14:53:29 +02:00
Mika Suomalainen
0c2e55a754 AutoMode: fixed some typos. 2011-08-14 14:27:20 +03:00
Mika Suomalainen
505b9a55f3 Anonymous: Fixed typos in l10n-fi.
I am now checking all my translations. Some of them seem to have very many typos.
2011-08-14 14:18:29 +03:00
Valentin Lorentz
0d97adadc4 Merge branch 'master' into testing 2011-08-14 10:55:55 +02:00
Daniel Folkinshteyn
dd040f830d RSS: add channel-specific blacklist and whitelist.
also fix bug introduced with the initialannounce feature, which overwrote newheadlines
list when doing channel-specific things with it.
2011-08-14 10:53:58 +02:00
Mika Suomalainen
08ffe912ac Alias: fix l10n-fi.
Fixed typos, added space before lines in string, added header.
2011-08-13 23:45:52 +03:00
Mika Suomalainen
aa621f96b7 Admin: fixed l10n-fi.
It seems that I have made very many spelling mistakes in Admin plugin. They are now
fixed.
2011-08-13 23:32:12 +03:00
Mika Suomalainen
9b7e53e03e Services: added l10n-fi
And wrote a header :)
2011-08-13 23:03:12 +03:00