Valentin Lorentz
|
e86768b61a
|
Misc: Fix testTell.
|
2013-01-04 22:01:36 +01:00 |
|
Valentin Lorentz
|
3dba9088b0
|
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
|
6cbc6a14dd
|
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 |
|
Valentin Lorentz
|
992de0962b
|
Misc: Update @version to use new display format of dates in Github API.
|
2012-11-05 15:44:22 +00:00 |
|
James McCoy
|
82ecf36fcd
|
Update my name/contact information
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
|
2012-09-01 10:16:48 -04:00 |
|
Valentin Lorentz
|
45bf9db03c
|
Merge branch 'py3k-backport' into testing
This branch provides support of Python 3 via 2to3 (without dropping
Python 2 support).
|
2012-08-08 21:46:29 +02:00 |
|
Valentin Lorentz
|
0134696b8b
|
Misc: make plugin py3k-friendly.
|
2012-08-04 20:25:36 +02:00 |
|
Mika Suomalainen
|
89a2ed7313
|
Misc: update l10n-fi.
|
2012-08-04 15:30:53 +03:00 |
|
Valentin Lorentz
|
5033893e9c
|
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
|
2012-07-30 11:36:39 +02:00 |
|
Valentin Lorentz
|
e8fd44570a
|
Misc: Internationalize a string & update l10n-fr.
|
2012-07-30 11:31:17 +02:00 |
|
Valentin Lorentz
|
afbdcf89f5
|
Misc: Fix l10n-fr.
|
2012-07-29 12:35:51 +00:00 |
|
Valentin Lorentz
|
5be287b536
|
Misc: Fix encoding issue with translations using non-ascii characters in @version string.
|
2012-05-21 17:21:43 +00:00 |
|
Valentin Lorentz
|
0a4e99b6f2
|
Misc: Use the GitHub API in @version.
* Works with the new automatic version.py
* Prevents us from loading and parsing a raw file.
|
2012-05-11 19:00:40 +02:00 |
|
Valentin Lorentz
|
d71b1a815a
|
Merge pull request #341 from Mkaysi/l10n-de
Update l10n-de.
|
2012-04-27 08:56:40 -07:00 |
|
Mika Suomalainen
|
04f0660a31
|
Misc: update l10n-hu.
|
2012-04-27 17:55:51 +02:00 |
|
Mika Suomalainen
|
a9db7f02ea
|
Misc: update l10n-de.
|
2012-04-27 15:40:28 +03:00 |
|
Valentin Lorentz
|
e92b8a62f5
|
Merge supybot's master (will make future merges easier)
Conflicts:
plugins/Misc/plugin.py
plugins/String/plugin.py
src/drivers/Socket.py
src/irclib.py
src/ircutils.py
|
2012-04-03 16:55:29 +02:00 |
|
skizzhg
|
aedfc07762
|
Update l10n-it.
|
2012-03-16 18:28:05 +01:00 |
|
Mika Suomalainen
|
b3d9a475ea
|
Misc: update l10n-fi.
|
2012-03-15 20:48:51 +08:00 |
|
Valentin Lorentz
|
808ed5cd9b
|
Update l10n-fr.
|
2012-03-15 13:44:43 +01:00 |
|
Valentin Lorentz
|
46a890417a
|
Update all plugin .pot files.
|
2012-03-11 21:06:19 +00:00 |
|
nyuszika7h
|
5b0faad2f9
|
Misc: Handle KeyError in 'completenick'. Closes GH-315.
|
2012-02-25 21:04:08 +08:00 |
|
Valentin Lorentz
|
e2c1adda7f
|
Misc: Fix search of unloaded plugins if Misc is not in supybot install dir.
|
2012-02-20 07:26:49 +00:00 |
|
Valentin Lorentz
|
f18850e5f8
|
Misc: Add @completenick. Closes GH-154.
|
2012-02-11 15:17:12 +01:00 |
|
James McCoy
|
f0233c370f
|
Prevent nesting of Misc.tell
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
|
2011-12-13 18:05:21 +01:00 |
|
James McCoy
|
ca23cbb774
|
Merge branch 'maint/0.83.4'
|
2011-12-06 01:18:18 -05:00 |
|
James McCoy
|
5b4c150d03
|
Prevent nesting of Misc.tell
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
|
2011-12-05 23:13:09 -05:00 |
|
James McCoy
|
8b73f78b3e
|
Merge branch 'maint/0.83.4'
Conflicts:
plugins/Misc/plugin.py
src/ircutils.py
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
|
2011-11-13 15:26:19 -05:00 |
|
Florian Besser
|
f32c65b526
|
Misc: Update l10n-de
|
2011-11-04 18:58:59 +01:00 |
|
James McCoy
|
c91916ae5e
|
Misc: Avoid setting up "invalid command" flood handling if its not enabled
Closes: Sf#3088554
Signed-off-by: James McCoy <vega.james@gmail.com>
|
2011-10-29 17:53:35 -04:00 |
|
Florian Besser
|
67ede3d38b
|
Misc: Add l10n-de
|
2011-10-27 12:41:57 +02:00 |
|
Valentin Lorentz
|
90ad25668e
|
Misc: Fix order of replies of @tell, in order to fix issue with nesting.
Using @ignore [tell foo bar] was telling 'The operation succeeded' to foo, and ignore 'bar'.
|
2011-09-18 10:31:09 +02:00 |
|
Valentin Lorentz
|
2f6acdf42f
|
Misc: Add --unloaded option.
|
2011-09-01 17:48:09 +00:00 |
|
nyuszika7h
|
0418c64505
|
Channel & Misc & Reply: Update l10n-hu.
|
2011-08-15 14:53:29 +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 |
|
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
|
2caae4d043
|
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
|
2011-08-12 13:07:14 +02:00 |
|
skizzhg
|
54aef4f3d5
|
Later & Misc & Seen & Todo: Update l10n-it.
|
2011-08-10 17:23:59 +02:00 |
|
Mika Suomalainen
|
11f6220458
|
Misc: update l10n-fi
Also updated header.
|
2011-08-10 15:03:37 +03: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
|
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 |
|
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
|
0ec578eec4
|
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
|
2011-08-06 18:58:17 +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 |
|
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 |
|
Mika Suomalainen
|
9ce5b943aa
|
Misc: fixed l18-n
|
2011-07-16 21:19:20 +03:00 |
|
Valentin Lorentz
|
4e6d08c7ce
|
Misc: Fix @source help. Closes GH-78.
|
2011-07-16 13:45:43 +02:00 |
|
Mika Suomalainen
|
862a590020
|
Misc: added l18n-fi
|
2011-07-15 17:21:36 +03:00 |
|