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
Mika Suomalainen
1f1861970a
Services: added partial l10n-fi.
...
Three strings left to translate, 93% translated.
2011-08-13 20:32:34 +03:00
Mika Suomalainen
6d0622e188
Services: added partial l10n-fi.
...
Currently translated 52%.
2011-08-13 19:56:38 +03:00
Daniel Folkinshteyn
3fa45b3b5f
Secure some more commands which take a regexp from untrusted user input.
...
Namely todo.search, note.search, dunno.search.
Conflicts:
plugins/Note/plugin.py
plugins/Todo/plugin.py
src/version.py
2011-08-13 01:59:18 +02:00
Daniel Folkinshteyn
0e3002d1f8
String: set default re subprocess timeout to 0.1, since that should be quite enough.
...
Conflicts:
plugins/String/config.py
2011-08-13 01:57:03 +02:00
Daniel Folkinshteyn
e11dc28025
Misc: fix potential ddos when misc.last command is fed a specially-crafted regexp.
...
Conflicts:
plugins/Misc/plugin.py
2011-08-13 01:56:21 +02:00
Daniel Folkinshteyn
91ac1c2179
String: fix it up to work with the previously committed enhancement for subprocess timeout.
...
Conflicts:
plugins/String/plugin.py
2011-08-13 01:55:25 +02:00
Valentin Lorentz
d85cbd256b
Misc: Security fix to @last: time-consuming could freeze the bot. Closes GH-157.
2011-08-12 18:51:40 +02:00
Valentin Lorentz
8d6ce790e8
Time: Remove useless/bad/wrong error message from @tztime.
2011-08-12 13:07:40 +02:00
Valentin Lorentz
2caae4d043
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
2011-08-12 13:07:14 +02:00
Valentin Lorentz
1fa02674a0
Revert "In registry.py, test whether a requested configuration variable is a channel name before creating it automatically. Closes GH-63."
...
This reverts commit c6facc99f3
.
Conflicts:
src/version.py
2011-08-12 01:06:31 +02:00
skizzhg
54aef4f3d5
Later & Misc & Seen & Todo: Update l10n-it.
2011-08-10 17:23:59 +02:00
Mika Suomalainen
0098ab87f9
NickCapture: update l10n-fi
...
Also updated header.
2011-08-10 15:07:11 +03:00
Mika Suomalainen
11f6220458
Misc: update l10n-fi
...
Also updated header.
2011-08-10 15:03:37 +03:00
Mika Suomalainen
3a9bf0fe60
Later: update l10n-fi.
...
Translated the new strings and improved header.
2011-08-10 14:41:44 +03:00
Mika Suomalainen
8b52943768
Owner: update l10n-fi
...
Notice: Owner plugin translations will not work so this is still empty .po file, which
contains what must be translated.
2011-08-10 14:37:41 +03:00
Mika Suomalainen
9d885b054d
ChannelLogger: update l10n-fi.
...
Also fixed one typo and added header.
2011-08-10 14:30:58 +03:00
Mika Suomalainen
9ab6f2763a
Ctcp: update l10n-fi
...
It was probably already uptodate and errors in check_trans.py were because of
Poedit.
2011-08-10 14:27:55 +03:00
Mika Suomalainen
97c67983a1
Karma: update l10n-fi
...
Updated Finnish translation in Karma.
2011-08-10 14:23:54 +03:00
Mika Suomalainen
e8201796c4
Format: update l10n-fi
...
This was copy-pasted completetly, because Poedit and msgmerge refused to update
from .pot file. I also started writing better headings as skizzhg has requested.
2011-08-10 14:20:09 +03:00
Mika Suomalainen
111df53b1f
Reply: update l10n-fi.
2011-08-10 13:06:55 +03:00
Mika Suomalainen
3dd61131a4
Seen: update l10n-fi.
2011-08-10 13:05:26 +03:00
Mika Suomalainen
618200ca50
Merge remote-tracking branch 'progval/testing' into testing
2011-08-10 13:02:18 +03:00
Mika Suomalainen
4a69f68aca
Merge remote-tracking branch 'progval/testing' into testing
2011-08-10 13:01:53 +03:00
Daniel Folkinshteyn
98996be251
Services: catch occasional error when removing waiting joins from list
2011-08-10 12:01:30 +02:00
Daniel Folkinshteyn
6dca55deeb
Services: fix problem with some channels being mixed up between networks on startup, when noJoinsUntilIdentified is true.
...
When noJoinsUntilIdentified config is true, the bot holds join messages in a 'waitingJoins' list, and processes them
once nickserv identification comes through. The problem was that when the bot is configured to join multiple networks,
join messages from different networks would get appended to the same list, without any differentiation by which message
belongs to which network. Thus, if there are messages waiting for multiple networks, it would often be the case that
whichever network got identification done first, would 'pick up' other network's join messages.
This fix stores the network name along with the join messages in the list, and has each network pick out only its own
join messages.
2011-08-10 12:00:42 +02:00
skizzhg
cf436631d6
Admin & Anonymous & AutoMode & Channel & Misc & NickCapture & Seen & Todo & URL: Update l10n-it.
2011-08-10 11:48:07 +02:00
Valentin Lorentz
d8c0f46fbb
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
2011-08-10 11:45:34 +02:00
Valentin Lorentz
bc36debe2f
ChannelLogger & Format & Karma & Later & Misc & Owner & Reply & Seen & Status & Todo & URL & Unix: Update messages.pot and l10n-fr.
2011-08-10 11:44:57 +02:00
skizzhg
6e5350def6
ChannelLogger & Format & Karma & Owner & Reply & Status & URL & Unix: Fix typoes.
2011-08-10 11:26:47 +02:00
Mika Suomalainen
233d56fb84
Services: started l10n-fi.
2011-08-09 16:36:23 +03:00
Mika Suomalainen
266a76e165
Seen: added l10n-fi.
2011-08-07 21:27:24 +03:00
Mika Suomalainen
12c2251e56
Scheduler: added l10n-fi.
2011-08-07 20:46:45 +03:00
Mika Suomalainen
5d4da873a2
RSS: added l10n-fi.
2011-08-07 20:15:47 +03:00
Valentin Lorentz
f3b6b182aa
Reply: Fix typo and update l10n-*. Closes GH-125.
2011-08-07 12:04:31 +02:00
Valentin Lorentz
52e0bc5ac0
NickCapture: Fix plugin help and l10n-fr. Closes GH-116.
2011-08-07 12:02:06 +02:00
Valentin Lorentz
2e0f33f655
User: Admins can now see capabilities of other users. Closes GH-106.
2011-08-07 11:59:19 +02:00
Valentin Lorentz
9cd2c31dd4
Misc: Notify the caller when @tell succeeded. Closes GH-97.
2011-08-07 11:30:51 +02:00
skizzhg
7e88bb1ce3
Update l10n-it for many plugins.
2011-08-07 11:16:04 +02:00
Valentin Lorentz
a2546e70a1
Merge branch 'master' of git://supybot.git.sourceforge.net/gitroot/supybot/supybot into testing
2011-08-06 19:00:32 +02:00
Valentin Lorentz
0ec578eec4
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
2011-08-06 18:58:17 +02:00
Valentin Lorentz
fb278f42fc
MessageParser: update internationalization.
2011-08-06 18:57:56 +02:00
skizzhg
a7c6a6337a
MessageParser: fix typo.
2011-08-06 18:56:28 +02:00
skizzhg
1af08c27d7
Admin & Channel & Games & Math & MessageParser & Misc & MoobotFactoids & Network & Nickometer & Owner & Praise & Relay & Reply & Topic & Unix & Web: update/add l10n-it.
2011-08-06 18:55:38 +02:00
Mika Suomalainen
aa2004d7d2
ChannelLogger: fixed l10n-fi.
2011-08-05 18:25:43 +03:00
Mika Suomalainen
5cf4534dbf
RSS: l10n-fi 18%
2011-08-05 18:20:17 +03:00
Mika Suomalainen
0e5f473b05
RSS: l10n-fi 23%
2011-08-03 22:37:27 +03:00
Mika Suomalainen
eb0f0ac233
Merge remote-tracking branch 'nyuszika7h/testing' into testing
2011-08-03 15:34:47 +03:00
Mika Suomalainen
2543066121
Merge remote-tracking branch 'progval/testing' into testing
2011-08-03 15:22:38 +03:00
James Vega
0cd4939678
Seen: Anchor nick regexp to ensure valid match.
...
When searching for 'st*ke', 'stryker' would incorrectly match, 'stryke' would
be added to the nick set and the subsequent lookup would cause a KeyError.
This is fixed both by anchoring the regexp ('^st.*ke$' instead of 'st.*ke')
and adding searchNick to the nick set instead of the string that matched the
pattern.
Closes: Sf#3377381
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2011-08-02 22:19:47 -04:00
nyuszika7h
cb8728630e
ChannelLogger: Add l10n-hu.
2011-08-02 21:20:22 +02:00
nyuszika7h
45b27a781b
Math: Update l10n-hu.
2011-08-02 21:06:18 +02:00
Mika Suomalainen
fd53269e22
RSS: l10n-fi 14%.
2011-08-02 15:47:26 +03:00
James Vega
44eb449ba4
Topic: Ensure do315's response is for a channel in our state object
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2011-08-01 17:17:22 -04:00
nyuszika7h
4a9fab533d
Math: Added partial l10n-hu.
2011-07-31 17:42:16 +02:00
nyuszika7h
f8da51ca28
Owner: Add l10n-hu.
2011-07-31 12:46:21 +02:00
nyuszika7h
1694f7bdca
Ctcp: Add l10n-hu.
2011-07-31 12:12:32 +02:00
Mika Suomalainen
d4eed76740
Merge remote-tracking branch 'progval/testing' into testing
2011-07-31 12:16:20 +03:00
nyuszika7h
6e3bdccf17
RSS: Add l10n-hu.
2011-07-31 00:13:59 +02:00
nyuszika7h
ec34f776ab
Merge remote-tracking branch 'progval/testing' into testing
2011-07-30 23:46:45 +02:00
nyuszika7h
09479e96eb
Misc: Update l10n-hu.
2011-07-30 23:41:36 +02:00
nyuszika7h
c9f48d8555
Misc: Added partial l10n-hu.
2011-07-30 23:30:37 +02:00
nyuszika7h
d62f12b6c0
Config: Add l10n-hu.
2011-07-30 22:17:07 +02:00
nyuszika7h
5913c2668b
Reply: Add l10n-hu.
2011-07-30 21:51:26 +02:00
nyuszika7h
69e02b187f
Channel: Update l10n-hu.
2011-07-30 19:37:19 +02:00
Mika Suomalainen
d36bdcd209
RSS: l10n-fi: 0%.
2011-07-30 17:27:07 +03:00
Mika Suomalainen
ae323e1dfe
Reply: added l10n-fi.
2011-07-30 17:22:57 +03:00
Mika Suomalainen
38811294dd
Relay: added l10n-fi.
2011-07-30 17:05:32 +03:00
Mika Suomalainen
6f9a2ede05
Relay: l10n-fi: 36%
2011-07-30 16:47:34 +03:00
nyuszika7h
dcdc171c85
Channel: Added partial l10n-hu.
2011-07-30 14:57:23 +02:00
Mika Suomalainen
11be78dda5
Relay: l10n-fi: 31%.
2011-07-30 12:55:00 +03:00
Mika Suomalainen
fe8594c2ce
Channel: fixed l10n-fi in Alias.
2011-07-30 02:03:51 +03:00
Mika Suomalainen
574ed639bd
Relay: l10n 18%.
2011-07-29 19:57:36 +03:00
Mika Suomalainen
5ee21e59a2
Relay: started l10n-fi.
2011-07-29 19:47:44 +03:00
Mika Suomalainen
ef70602031
QuoteGrabs: added l10n-fi.
2011-07-29 19:42:52 +03:00
Mika Suomalainen
c71d301cc7
QuoteGrabs: l10n-fi 60%.
2011-07-27 17:51:14 +03:00
Mika Suomalainen
9a6581130f
MoobotFactoids: fixed mistakes and added ACTION to README.
2011-07-26 19:56:35 +03:00
Mika Suomalainen
29bd40bd53
MoobotFactoids: fixed issue #110 at ProgVal/Limnoria.
2011-07-24 20:39:36 +03:00
Mika Suomalainen
1fe0ec0491
Plugin: fix l10n-fi.
2011-07-24 17:56:29 +03:00
Mika Suomalainen
f1651a74d1
Plugin: fixed just created new typo and probably fixed that typo which previous commit should have fixed.
2011-07-24 17:53:49 +03:00