Commit Graph

9673 Commits

Author SHA1 Message Date
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
Valentin Lorentz
066c6d87c8 Merge pull request #548 from GLolol/no-such-plugin
Fix incorrect error on loading nonexistent plugin
2014-02-07 08:46:28 +01:00
GLolol
b8ada98df1 Fix incorrect error on loading nonexistent plugin 2014-02-06 18:52:33 -08:00
Iota Spencer
b8fa70172a Fix coding style and remove unneeded command 2014-02-06 06:19:02 +00:00
Iota Spencer
974dc00d29 Fix cmdall / Add the wrap() 2014-02-06 06:19:02 +00:00
Ken Spencer
051b0e8994 Add command to do specific command on all networks
Helps with Announce and other commands that may be need to go multiple networks.
2014-02-06 06:19:02 +00:00
Valentin Lorentz
29944234e4 ChannelLogger: Fix Python 2 compatibility. 2014-02-03 23:40:54 +00:00
Valentin Lorentz
38405e8d87 Seen: Allow wildcards for @seen. 2014-02-03 15:08:58 +00:00
Valentin Lorentz
5d301b653f Merge remote-tracking branch 'origin/speed-up-2to3' into testing
Conflicts:
	locales/fr.po
	plugins/Misc/plugin.py
	sandbox/check_trans.py
	src/i18n.py
2014-02-02 22:28:19 +01:00
Valentin Lorentz
552d814f2f Remove useless class. 2014-02-02 22:22:36 +01:00
Valentin Lorentz
c52b454b27 Aka: Use automatic incrementation when adding an alias. 2014-02-02 22:22:25 +01:00