Valentin Lorentz
63eb6672ea
Revert generic 'The Limnoria Contributors' in copyright notices
...
This commit reverts db7ef3f025
(though it keeps the year updates)
After discussion with several people, it seems better to mention
copyright owners explicitly. eg. https://reuse.software/faq/#vcs-copyright
explains the issue of using VCSs to track copyright.
As db7ef3f025
only replaced mentions
of my name with 'The Limnoria Contributors', this commit only needs
to undo that + add one person who contributed to setup.py.
2021-10-17 09:57:55 +02:00
Valentin Lorentz
db7ef3f025
all: Add generic 'The Limnoria Contributors' to copyright notices.
...
No need to bother with details (that are all outdated / out of sync
anyway), just look up the git history.
2021-08-01 21:54:49 +02:00
James Lu
7e70ce43f2
scripts: migrate shebangs and version checks to Python 3
2020-01-05 11:29:41 -08:00
Valentin Lorentz
40675ffdfa
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
plugins/Admin/plugin.py
plugins/BadWords/config.py
plugins/Filter/plugin.py
plugins/Google/plugin.py
plugins/Math/plugin.py
plugins/Misc/plugin.py
plugins/Note/plugin.py
plugins/RSS/plugin.py
plugins/Seen/test.py
plugins/ShrinkUrl/config.py
plugins/ShrinkUrl/plugin.py
plugins/ShrinkUrl/test.py
plugins/Status/plugin.py
plugins/String/config.py
plugins/String/plugin.py
plugins/Time/plugin.py
plugins/Todo/plugin.py
plugins/Web/plugin.py
plugins/__init__.py
scripts/supybot-botchk
setup.py
src/__init__.py
src/callbacks.py
src/commands.py
src/conf.py
src/drivers/Socket.py
src/ircdb.py
src/irclib.py
src/ircutils.py
src/questions.py
src/registry.py
src/schedule.py
src/test.py
src/utils/file.py
src/utils/gen.py
src/utils/net.py
src/utils/web.py
src/world.py
2013-08-24 11:28:29 +02:00
James McCoy
c73ead8aef
supybot-botchk: Directly execute supybot instead of running it in sh
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2013-08-23 21:42:01 -04:00
Valentin Lorentz
9e4c804d24
supybot-botchk: Fix Python 3 compatibility.
2013-06-17 10:38:06 +00:00
Valentin Lorentz
4090793468
Fix scripts to work with Python 3 without 2to3.
2013-04-27 16:16:08 +02:00
nyuszika7h
c234d683d1
scripts/supybot-botchk: Open pidfile in append mode because 'x' is not supported on Python 2
2013-02-07 15:37:20 +01:00
nyuszika7h
ff1d9c4f69
supybot-botchk: Use a different method for creating pidfile if it doesn't exist
2013-02-03 14:54:07 +01:00
nyuszika7h
658d0ad84d
supybot-botchk: Don't truncate pidfile
2013-02-03 14:20:16 +01:00
nyuszika7h
7edc73a08c
supybot-botchk: Use open() and close() instead of os.system('touch')
2013-02-03 14:15:46 +01:00
nyuszika7h
1b6f1f04ec
supybot-botchk: Fix Python 3 compatibility
2013-02-03 14:12:21 +01:00
Valentin Lorentz
785b973995
botchk: Use open() instead of file().
2013-02-02 19:46:59 +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
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
d52e501ae8
Use open() instead of file().
2012-08-04 13:13:16 +02:00
Daniel Folkinshteyn
79c7514f1a
Improve supybot-botchk documentation. Make a note that supybot.pidFile config must be set for it to work.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2010-04-26 18:56:59 -04:00
James Vega
a48cd109a3
Fix supybot-botchk's use of subprocess
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-11-28 17:48:24 -05:00
James Vega
fbdc44ca52
Switch from using the various popen flavors to subprocess.Popen
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-11-22 14:31:58 -05:00
Jeremy Fincher
f159cb742a
Seriously, I'll get this right one of these days...
2009-04-27 11:10:56 -05:00
Jeremy Fincher
f51928d93b
'debug' wasn't an imported log function, like I thought it was, assuming 'fatal' was also available.
2009-04-27 11:09:37 -05:00
Jeremy Fincher
92e2046b81
Added additional check for pidfile writability to supybot-botchk.
2009-04-27 10:39:22 -05:00
James Vega
150f29dbde
scripts: Change tabstop to softtabstop in our modelines
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-11 19:26:49 -04:00
James Vega
9971e991fe
Fix the modelines.
2005-03-23 20:07:45 +00:00
Jeremy Fincher
b39eaa7cb5
Added .bashrc to the list of files to source in supybot-botchk.
2005-03-09 07:27:47 +00:00
Jeremy Fincher
544e965605
Now we can try to setup a proper environment for our Supybot.
2005-02-17 09:27:01 +00:00
Jeremy Fincher
e8c6e6f978
Let's try a sh -cl to act like a login shell.
2005-02-12 07:02:47 +00:00
Jeremy Fincher
753d51747a
Added supybot-botchk.
2005-02-03 14:55:31 +00:00