Mikaela Suomalainen
|
0d62257d79
|
update messages.pot files && Unix: update l10n-fi.
|
2014-03-22 12:22:54 +02:00 |
|
Mikaela Suomalainen
|
41921b6904
|
fix previous commit
I forgot core. And now to real translation.
|
2014-03-22 12:06:29 +02:00 |
|
Mikaela Suomalainen
|
f88e8e20b9
|
My name is Mikaela!
Thanks @nyuszika7h :) ☺
|
2014-03-22 12:01:11 +02:00 |
|
Valentin Lorentz
|
0da8ab759e
|
Fix doc (again).
|
2014-03-21 15:34:14 +00:00 |
|
Valentin Lorentz
|
5f8e45aaa8
|
Fix doc of NestedCommandsIrcProxy.reply.
|
2014-03-21 15:31:48 +00:00 |
|
Valentin Lorentz
|
bfb305e2b8
|
Utilities: Use number comparison for integers and floats in @sort.
|
2014-03-20 21:17:18 +00:00 |
|
Valentin Lorentz
|
bfa45a6da8
|
Utilities: Add @sort.
|
2014-03-20 17:46:47 +00:00 |
|
Valentin Lorentz
|
65a7935214
|
Merge pull request #570 from nyuszika7h/patch/ctcp-malformed-req
Ctcp: Don't reply to malformed CTCP requests
|
2014-03-20 12:52:58 +01:00 |
|
nyuszika7h
|
9186162b1a
|
Ctcp: Fix regex for PING
The bot shouldn't treat a request such as "PING1234" as "PING 1234".
|
2014-03-20 11:57:12 +01:00 |
|
nyuszika7h
|
8a3ea3d5c8
|
Ctcp: Don't reply to malformed CTCP requests
|
2014-03-20 09:57:33 +01:00 |
|
Valentin Lorentz
|
ccc2de5317
|
Merge pull request #568 from nyuszika7h/plugindl-update-repo-url
PluginDownloader: Update URL of my repo
|
2014-03-16 22:50:09 +01:00 |
|
nyuszika7h
|
3b07c3d0ec
|
PluginDownloader: Update URL of my repo
I also kept the old one as nyuszika7h-old for now, as I don't have an
ETA on updating those plugins.
|
2014-03-16 22:45:22 +01:00 |
|
Valentin Lorentz
|
a28560c267
|
Merge pull request #567 from nyuszika7h/plugin-remove-list
Plugin: Remove duplicate !list command
|
2014-03-16 16:14:06 +01:00 |
|
nyuszika7h
|
a9b36719ba
|
Remove test case for !plugin list
|
2014-03-16 16:12:03 +01:00 |
|
nyuszika7h
|
1a7e584a53
|
Plugin: Remove duplicate !list command
It also exists in Misc.
|
2014-03-16 14:12:53 +01:00 |
|
Valentin Lorentz
|
8b8265522c
|
Debug: Fix Python 3 compatibility. Closes GH-565.
|
2014-03-11 17:05:12 +00:00 |
|
Valentin Lorentz
|
c6cb4fa394
|
i18n: Prevent untranslated strings from having empty translations
|
2014-03-10 16:26:26 +01:00 |
|
Valentin Lorentz
|
f191e21970
|
Channel: Add command @ban hostmask.
|
2014-03-09 18:40:02 +00:00 |
|
Valentin Lorentz
|
77e6de6bba
|
Fix errors detected by PyLint.
|
2014-03-05 14:14:36 +01:00 |
|
Valentin Lorentz
|
8a5c4753d0
|
Fix links in INSTALL.md.
|
2014-03-04 13:55:05 +00:00 |
|
Valentin Lorentz
|
b9e4f80e2a
|
Add optional dependencies introduced in Limnoria in INSTALL.md.
|
2014-03-04 13:51:16 +00:00 |
|
Valentin Lorentz
|
2601f33b19
|
src/conf.py: Remove unicode characters from the source code.
|
2014-03-04 11:29:22 +01:00 |
|
Valentin Lorentz
|
4f7caa78e4
|
Misc: Update @version to match the new version format.
|
2014-03-03 16:22:32 +00:00 |
|
Valentin Lorentz
|
c84a7ac094
|
Change version format to comply with PEP440.
|
2014-03-03 17:11:39 +01:00 |
|
Valentin Lorentz
|
6520dba7ad
|
Merge pull request #562 from nyuszika7h/unix-patches
Patches for Unix plugin
|
2014-03-02 23:08:03 +01:00 |
|
Valentin Lorentz
|
b4ad8c228d
|
Remove invisible character in src/test.py.
|
2014-03-02 00:43:58 +01:00 |
|
nyuszika7h
|
fb8d929cc8
|
Clarify help text for !shell
I should stop using @, poor @shell getting notified by commits
irrelevant to his interests. :P
[skip ci]
|
2014-03-01 18:23:04 +01:00 |
|
Valentin Lorentz
|
dcb25db6e5
|
Add support for SRV records in domain name resolution.
|
2014-03-01 09:22:14 +01:00 |
|
Valentin Lorentz
|
108b0de0d1
|
Add support of IP-binding in non-IRC connections.
|
2014-03-01 09:06:21 +01:00 |
|
Valentin Lorentz
|
0fc2675139
|
Fix typo in the README.
|
2014-03-01 07:43:17 +00:00 |
|
PoorDog
|
3d7e0d22f9
|
Update README.md
Fix typo
|
2014-03-01 07:39:58 +00:00 |
|
Valentin Lorentz
|
59ae6f987d
|
ircdb: Honor ignoreDefaultAllow for unknown users too.
|
2014-02-27 19:05:19 +00:00 |
|
nyuszika7h
|
322023c011
|
Unix: Add @shell command
|
2014-02-27 16:01:21 +01:00 |
|
nyuszika7h
|
bc4cfb96dd
|
Unix: Fix FD leaks and Windows compatibility
|
2014-02-27 15:36:05 +01:00 |
|
Valentin Lorentz
|
a3c79d61f8
|
Merge pull request #558 from nyuszika7h/issue-170
ChannelStats: Remove useless space.
|
2014-02-26 19:30:35 +01:00 |
|
nyuszika7h
|
4d5889e873
|
ChannelStats: Remove useless space.
Closes #170.
[ci skip]
|
2014-02-26 18:47:04 +01:00 |
|
Valentin Lorentz
|
f926b8e8fd
|
Merge pull request #554 from nyuszika7h/debian-gitignore
Add some Debian files to .gitignore
|
2014-02-22 15:04:27 +01:00 |
|
nyuszika7h
|
373fe30e51
|
Add .pyd to gitignore [skip ci]
.pyd is a rare sight, but I added it just to be on the safe side.
|
2014-02-22 13:57:07 +01:00 |
|
nyuszika7h
|
0f8523f952
|
Add nano.save to gitignore
|
2014-02-22 13:43:10 +01:00 |
|
nyuszika7h
|
649f4bc0b2
|
Less aggressive ignoring of vim swap files
It's a rare sight to see non-.swp swap files anyway, and we don't want
other files (e.g. .sql) being accidentally ignored.
|
2014-02-22 13:41:47 +01:00 |
|
nyuszika7h
|
7442ba30bd
|
Add some Debian files to .gitignore
And remove the entry for Emacs, which doesn't work due to being a comment anyway.
|
2014-02-22 13:40:01 +01:00 |
|
Valentin Lorentz
|
8fd834beb7
|
Fix precedence of commands by removing Utilities from the list of important plugins.
|
2014-02-22 00:03:58 +00:00 |
|
Valentin Lorentz
|
d1aa36126d
|
Add Utilities as a default plugin.
|
2014-02-21 23:55:41 +00:00 |
|
Valentin Lorentz
|
d498f0d510
|
Merge pull request #553 from Mkaysi/install3
INSTALL.md: add instructions for using Python 3.
|
2014-02-22 00:02:28 +01:00 |
|
Mikaela Suomalainen
|
98482f0826
|
INSTALL.md: 2 to 3 or vice versa, remove executable Supybot* first. Thanks nyuszika7h :)
|
2014-02-21 18:24:38 +02:00 |
|
Mikaela Suomalainen
|
361b36515a
|
INSTALL.md: add instructions for using Python 3.
At least for *nix-like systems.
|
2014-02-21 17:38:40 +02:00 |
|
Valentin Lorentz
|
be50e59616
|
Update README with better description and updated links to the doc.
|
2014-02-21 00:24:58 +01:00 |
|
Valentin Lorentz
|
427033d8e8
|
ChannelLogger: Fix Python 2 compatibility (again).
|
2014-02-17 21:30:15 +00:00 |
|
Valentin Lorentz
|
0c58ab2e98
|
ChannelLogger: Fix Python 2 compatibility (again).
|
2014-02-17 19:24:41 +00:00 |
|
Valentin Lorentz
|
98076482b6
|
ChannelLogger: Fix Python 2 compatibility.
|
2014-02-17 16:01:51 +00:00 |
|