swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9

sort by:
Revision Author Date Message Commit Date
fe16aae Debianize Supybot and update version to 0.83.4.1+limnoria1. 22 August 2011, 12:29:59 UTC
fb66be5 Revert "Utilities: Add l10n-it." This reverts commit f37db99895f9ac83d9a4741c2247cbcd89c7338b. 21 August 2011, 19:44:25 UTC
f37db99 Utilities: Add l10n-it. 21 August 2011, 18:49:22 UTC
7f076b1 Merge pull request #176 from Mkaysi/testing Fixed rest of typos in Channel. 19 August 2011, 15:04:53 UTC
22c463b Merge remote-tracking branch 'nyuszika7h/testing' into testing 19 August 2011, 15:02:11 UTC
cee1a39 Channel: fixed typos. End of typo checking. All typos and other errors are now fixed :) 19 August 2011, 14:59:44 UTC
4d4fa62 ChannelLogger: Fix l10n-hu. 19 August 2011, 14:24:25 UTC
7aaf9fc Owner: Fix l10n-hu. 19 August 2011, 14:24:02 UTC
1577cc8 RSS: Fix l10n-hu. 19 August 2011, 14:23:27 UTC
11e5dee Merge pull request #174 from Mkaysi/testing l10n-fi Fixed typos in some plugins. 18 August 2011, 15:33:28 UTC
98f8242 Ctcp: fixed l10n-fi At least check_trans.py says that it's fixed :) 18 August 2011, 14:35:57 UTC
80f9b7e Channel: fixed more typos. Typo-checking: incomplete. I will continue when I have time. Probably tomorrow. 18 August 2011, 14:29:35 UTC
679b8f2 Merge remote-tracking branch 'progval/testing' into testing 18 August 2011, 11:39:32 UTC
cebf67f Time: Fix redundant (and un-user-friendly) error message. 18 August 2011, 09:07:26 UTC
c63eefb Channel: fixed typos in l10n-fi. PARTIAL! Typo checking/fixing is left on line 293. It will continue when I have time. 17 August 2011, 14:34:12 UTC
9632c4b BadWords: fixed more typos. 16 August 2011, 14:17:34 UTC
2c675ba BadWords: fixed typos in l10n-fi. 16 August 2011, 13:54:10 UTC
fc2b67d Merge remote-tracking branch 'progval/testing' into testing 16 August 2011, 13:21:18 UTC
22eb147 Channel: Really deny access to the nicks list. Closes GH-172. 16 August 2011, 11:22:23 UTC
a091456 Merge remote-tracking branch 'progval/testing' into testing 15 August 2011, 15:56:10 UTC
5f9c889 Merge pull request #169 from nyuszika7h/testing Add/update l10n-hu for some plugins. 15 August 2011, 15:26:31 UTC
37597bf 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 15 August 2011, 15:24:33 UTC
0418c64 Channel & Misc & Reply: Update l10n-hu. 15 August 2011, 12:53:29 UTC
27e4390 Merge remote-tracking branch 'nyuszika7h/testing' into testing 14 August 2011, 13:31:38 UTC
749ae84 Merge remote-tracking branch 'progval/testing' into testing 14 August 2011, 12:20:55 UTC
0c2e55a AutoMode: fixed some typos. 14 August 2011, 11:27:20 UTC
505b9a5 Anonymous: Fixed typos in l10n-fi. I am now checking all my translations. Some of them seem to have very many typos. 14 August 2011, 11:18:29 UTC
0d97ada Merge branch 'master' into testing 14 August 2011, 08:55:55 UTC
dd040f8 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. 14 August 2011, 08:53:58 UTC
1c5cdb9 Merge pull request #162 from Mkaysi/testing Added & Fixed translations. 13 August 2011, 20:50:23 UTC
08ffe91 Alias: fix l10n-fi. Fixed typos, added space before lines in string, added header. 13 August 2011, 20:45:52 UTC
aa621f9 Admin: fixed l10n-fi. It seems that I have made very many spelling mistakes in Admin plugin. They are now fixed. 13 August 2011, 20:32:12 UTC
9b7e53e Services: added l10n-fi And wrote a header :) 13 August 2011, 20:03:12 UTC
1f18619 Services: added partial l10n-fi. Three strings left to translate, 93% translated. 13 August 2011, 17:32:34 UTC
6d0622e Services: added partial l10n-fi. Currently translated 52%. 13 August 2011, 16:56:38 UTC
80c81a7 Added "*.mo" to .gitignore Poedit is generating them for me and if implementation in Limnoria doens't use .mo files, why to have them in repo? 13 August 2011, 16:27:58 UTC
9477ba2 Merge remote-tracking branch 'progval/testing' into testing 13 August 2011, 11:45:02 UTC
3fa45b3 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 12 August 2011, 23:59:18 UTC
0e3002d String: set default re subprocess timeout to 0.1, since that should be quite enough. Conflicts: plugins/String/config.py 12 August 2011, 23:57:03 UTC
e11dc28 Misc: fix potential ddos when misc.last command is fed a specially-crafted regexp. Conflicts: plugins/Misc/plugin.py 12 August 2011, 23:56:21 UTC
91ac1c2 String: fix it up to work with the previously committed enhancement for subprocess timeout. Conflicts: plugins/String/plugin.py 12 August 2011, 23:55:25 UTC
3526d5d src/commands.py: make subprocesses raise an error on timeout, rather than return a string Conflicts: src/commands.py 12 August 2011, 23:53:58 UTC
d85cbd2 Misc: Security fix to @last: time-consuming could freeze the bot. Closes GH-157. 12 August 2011, 16:51:40 UTC
8d6ce79 Time: Remove useless/bad/wrong error message from @tztime. 12 August 2011, 11:07:40 UTC
2caae4d Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 12 August 2011, 11:07:14 UTC
1fa0267 Revert "In registry.py, test whether a requested configuration variable is a channel name before creating it automatically. Closes GH-63." This reverts commit c6facc99f3f929460d9edcf3f3c477728a2e6bb3. Conflicts: src/version.py 11 August 2011, 23:06:31 UTC
54aef4f Later & Misc & Seen & Todo: Update l10n-it. 10 August 2011, 15:23:59 UTC
522ae70 Merge remote-tracking branch 'progval/testing' into testing 10 August 2011, 13:37:53 UTC
0ec1c6a Merge pull request #151 from Mkaysi/testing Updated l10n-fi in many plugins. 10 August 2011, 12:20:44 UTC
0098ab8 NickCapture: update l10n-fi Also updated header. 10 August 2011, 12:07:11 UTC
11f6220 Misc: update l10n-fi Also updated header. 10 August 2011, 12:03:37 UTC
872e0ba Merge remote-tracking branch 'progval/testing' into testing 10 August 2011, 11:55:36 UTC
3a9bf0f Later: update l10n-fi. Translated the new strings and improved header. 10 August 2011, 11:41:44 UTC
8b52943 Owner: update l10n-fi Notice: Owner plugin translations will not work so this is still empty .po file, which contains what must be translated. 10 August 2011, 11:37:41 UTC
9d885b0 ChannelLogger: update l10n-fi. Also fixed one typo and added header. 10 August 2011, 11:30:58 UTC
9ab6f27 Ctcp: update l10n-fi It was probably already uptodate and errors in check_trans.py were because of Poedit. 10 August 2011, 11:27:55 UTC
97c6798 Karma: update l10n-fi Updated Finnish translation in Karma. 10 August 2011, 11:23:54 UTC
e820179 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. 10 August 2011, 11:20:09 UTC
111df53 Reply: update l10n-fi. 10 August 2011, 10:06:55 UTC
3dd6113 Seen: update l10n-fi. 10 August 2011, 10:05:26 UTC
618200c Merge remote-tracking branch 'progval/testing' into testing 10 August 2011, 10:02:18 UTC
4a69f68 Merge remote-tracking branch 'progval/testing' into testing 10 August 2011, 10:01:53 UTC
98996be Services: catch occasional error when removing waiting joins from list 10 August 2011, 10:01:30 UTC
6dca55d 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. 10 August 2011, 10:00:42 UTC
cf43663 Admin & Anonymous & AutoMode & Channel & Misc & NickCapture & Seen & Todo & URL: Update l10n-it. 10 August 2011, 09:48:07 UTC
d8c0f46 Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 10 August 2011, 09:45:34 UTC
bc36deb ChannelLogger & Format & Karma & Later & Misc & Owner & Reply & Seen & Status & Todo & URL & Unix: Update messages.pot and l10n-fr. 10 August 2011, 09:44:57 UTC
6e5350d ChannelLogger & Format & Karma & Owner & Reply & Status & URL & Unix: Fix typoes. 10 August 2011, 09:26:47 UTC
233d56f Services: started l10n-fi. 09 August 2011, 13:36:23 UTC
b99071b Moved defaultbranch from master to testing, because all translations happen there. 09 August 2011, 13:01:20 UTC
c5da615 Changed description at GitHub. 09 August 2011, 12:59:45 UTC
0ea6729 Merge remote-tracking branch 'progval/testing' into testing 09 August 2011, 12:32:32 UTC
82701ab Merge pull request #140 from Mkaysi/testing Seen: added l10n-fi 07 August 2011, 18:40:10 UTC
0f9907f Nothing :D 07 August 2011, 18:38:07 UTC
18f26b7 Merge remote-tracking branch 'progval/testing' into testing 07 August 2011, 18:28:17 UTC
266a76e Seen: added l10n-fi. 07 August 2011, 18:27:24 UTC
affb320 Merge pull request #139 from Mkaysi/testing Scheduler: added l10n-fi 07 August 2011, 18:25:55 UTC
d055fec Merge remote-tracking branch 'progval/testing' into testing 07 August 2011, 17:47:57 UTC
12c2251 Scheduler: added l10n-fi. 07 August 2011, 17:46:45 UTC
d26fee5 Merge pull request #138 from Mkaysi/testing RSS: added l10n-fi. 07 August 2011, 17:31:50 UTC
5d4da87 RSS: added l10n-fi. 07 August 2011, 17:15:47 UTC
f3b6b18 Reply: Fix typo and update l10n-*. Closes GH-125. 07 August 2011, 10:04:31 UTC
52e0bc5 NickCapture: Fix plugin help and l10n-fr. Closes GH-116. 07 August 2011, 10:02:06 UTC
2e0f33f User: Admins can now see capabilities of other users. Closes GH-106. 07 August 2011, 09:59:19 UTC
9cd2c31 Misc: Notify the caller when @tell succeeded. Closes GH-97. 07 August 2011, 09:30:51 UTC
e2b598d Update core l10n-it. 07 August 2011, 09:16:49 UTC
7e88bb1 Update l10n-it for many plugins. 07 August 2011, 09:16:04 UTC
a2546e7 Merge branch 'master' of git://supybot.git.sourceforge.net/gitroot/supybot/supybot into testing 06 August 2011, 17:00:32 UTC
0ec578e Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 06 August 2011, 16:58:17 UTC
fb278f4 MessageParser: update internationalization. 06 August 2011, 16:57:56 UTC
a7c6a63 MessageParser: fix typo. 06 August 2011, 16:56:28 UTC
1af08c2 Admin & Channel & Games & Math & MessageParser & Misc & MoobotFactoids & Network & Nickometer & Owner & Praise & Relay & Reply & Topic & Unix & Web: update/add l10n-it. 06 August 2011, 16:55:38 UTC
4ac82fb src/httpserver.py: fix typo. 06 August 2011, 16:53:53 UTC
7d8258f Core l10n-it. 06 August 2011, 16:53:15 UTC
94548c4 src/conf.py: fix typos. 06 August 2011, 16:51:46 UTC
967f943 Merge pull request #136 from Mkaysi/testing ChannelLogger: fixed l10n-fi 06 August 2011, 10:17:05 UTC
5c96abe Merge remote-tracking branch 'progval/testing' into testing 05 August 2011, 15:46:10 UTC
8ca6147 Merge pull request #135 from nyuszika7h/testing Add l10n-hu for some plugins. 05 August 2011, 15:44:06 UTC
aa2004d ChannelLogger: fixed l10n-fi. 05 August 2011, 15:25:43 UTC
5cf4534 RSS: l10n-fi 18% 05 August 2011, 15:20:17 UTC
back to top