Valentin Lorentz
719559902f
Merge pull request #837 from TingPing/wizard-prompt
...
Wizard: Add prompt for file to save to
2015-01-03 20:39:55 +01:00
Mikaela Suomalainen
317f765daa
supybot-wizard: load NickAuth by default
...
NickAuth functionality is often wanted by users of the bots (is the word
end-users?) and is mentioned in the documentation as method of
identifying to the bot.
I think this should be loaded by default and as this isn't
important plugin, users who don't want or need it can unload it.
One reason of wanting to unload this plugin could be serviceless
networks even if they aren't that common nowadaays.
2014-10-22 13:29:03 +03:00
Mikaela Suomalainen
4443526864
supybot-wizard: suggest Aka instead of Alias
2014-10-13 11:21:20 +03:00
TingPing
0ede66debe
Wizard: Add prompt for file to save to
2014-09-03 12:22:07 -04:00
TingPing
b0d0e06ebc
Fix setting directories when not using advanced mode
2014-09-03 16:58:57 +02:00
nyuszika7h
8e11dc8b28
Use gender-neutral pronouns everywhere
2014-07-13 17:23:11 +02:00
Mikaela Suomalainen
2392863c7b
scripts/supybot-wizard: add AutoMode to be always loaded.
2014-06-02 11:03:37 +03:00
nyuszika7h
7b1965f6d7
supybot-wizard: Clarify help text from previous commit
...
[ci skip]
2014-05-17 12:27:56 +02:00
nyuszika7h
b5636860bf
supybot-wizard: Default to port 6697 for SSL
2014-05-17 12:24:14 +02:00
nyuszika7h
5a1398893d
supybot-wizard: Use chat. instead of irc.freenode.net
2014-05-17 09:33:40 +02:00
nyuszika7h
fc8493ad8a
supybot-wizard: Ask SSL after port and don't say it needs Twisted
2014-05-17 09:31:56 +02:00
Valentin Lorentz
d1c24d81b7
supybot-wizard: Fix pronouns. Closes GH-609.
2014-05-07 06:42:18 +00:00
Valentin Lorentz
d1aa36126d
Add Utilities as a default plugin.
2014-02-21 23:55:41 +00:00
Valentin Lorentz
3da554bde8
supybot-wizard: Display a warning if conf is in the source folder. Closes GH-402.
2013-05-21 17:30:14 +02:00
Valentin Lorentz
4090793468
Fix scripts to work with Python 3 without 2to3.
2013-04-27 16:16:08 +02:00
Valentin Lorentz
d714909576
Use non-sexist language in strings and comments.
2013-03-08 20:34:31 +01:00
Valentin Lorentz
f65c0539d8
supybot-wizard: Prevent this script from running directly in ~/
2013-02-24 09:47:48 +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
James McCoy
83f872fa12
Bump minimum Python version to 2.6 for multiprocessing support
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:06:50 -04:00
Valentin Lorentz
03cc4c7ab7
supybot-wizard: Suggest most useful plugins when the user want to add plugins en masse. Closes GH-84.
2011-07-16 13:37:56 +02:00
Valentin Lorentz
c9cc858095
the default ident in the supybot-wizard is now limnoria. Closes GH-37.
2011-06-27 18:09:54 +02:00
Valentin Lorentz
a234b0e929
Update supybot-wizard, so it asks for the language, and sets the default config values appropriately. Closes GH-26.
2011-06-23 10:27:52 +02:00
James Vega
eda8ce3aa0
Remove supybot-wizard's direct import of sets.
...
This is deprecated in 2.6 and supybot.utils already handles adding sets.Set to
__builtins__ if we're running with Python < 2.4.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-11-02 19:11:58 -05:00
James Vega
342ab23af8
Bump the minimum supported Python version to 2.4.
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-10-23 19:35:24 -04:00
James Vega
3c898fa483
supybot-wizard: Handle os.makedirs errors on Windows
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-26 16:27:53 -04:00
James Vega
1c4738bfdc
supybot-wizard: Fix listing of plugins during setup.
...
Due to the changes to prevent the global plugins dir from being set in
supybot.directories.plugins, the global plugins weren't being found. Simply
extend the list of directories with the global directory.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:26:57 -04:00
James Vega
d37580e592
Change our minimum dependency back to 2.3
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 00:16:42 -04:00
James Vega
151b3729d8
Bump our minimum required version to 2.4
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-31 07:50:30 -04: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
4827155c6b
Use network.ssl.setValue instead of network.ssl.set
2009-03-11 13:37:25 -04:00
James Vega
97fdd164ae
scripts/supybot-wizard: Add a question regarding the use of an SSL connection.
2005-12-14 03:29:31 +00:00
James Vega
e5be124e5a
supybot-wizard: Update the intro paragraph since we haven't used that method in a loooong time.
2005-11-30 15:55:16 +00:00
James Vega
1dc5a068c5
Add Vim modeline to supybot-wizard.
2005-05-06 02:36:10 +00:00
James Vega
903e605c77
Really make supybot-wizard see the new-style plugins.
2005-05-06 02:31:42 +00:00
James Vega
5948a710eb
Make supybot-wizard see the new-style plugins.
2005-05-05 22:53:29 +00:00
James Vega
28600531ab
Fix an exception in supybot-wizard.
2005-05-05 22:38:27 +00:00
James Vega
ca41962974
Quote the bad channel.
2005-04-04 05:26:44 +00:00
James Vega
d0fadee9f6
Specify a default directory and don't prompt when we create the plugins directory.
2005-04-04 05:25:59 +00:00
James Vega
e691c94ba2
Make some unnecessary questions for advanced users only.
2005-04-04 03:16:06 +00:00
James Vega
43bec2808c
Simplify directory creation for non-advanced users.
2005-04-04 03:15:09 +00:00
James Vega
aea980ce41
Update ValidChannel exceptions to contain the invalid channel.
2005-04-04 03:05:52 +00:00
Jeremy Fincher
32dce478c5
Let's be honest about what we accept.
2005-02-10 07:35:49 +00:00
Daniel DiPaolo
33ba73e7a4
Supybot-wizard doesn't use imap!
2005-02-02 06:57:52 +00:00
James Vega
ff45b55428
Remove #supybot as a suggested channel. #supybot-bots is better.
2005-02-01 23:22:02 +00:00
Jeremy Fincher
6bf6dd609a
Changed the default for adding a local plugins directory.
2005-01-31 17:07:23 +00:00
James Vega
ec045afd9c
Removed extraneous whitespace, unused imports, and converted some sets.Set() calls to set().
2005-01-31 15:24:36 +00:00
James Vega
0fde2393e6
Update usage of utils.iter functions.
2005-01-31 15:22:48 +00:00
James Vega
de89bf0265
Update usage of utils.str functions.
2005-01-31 14:52:27 +00:00
James Vega
28cb5abc65
Update usage of functions in utils.gen.
2005-01-31 13:06:43 +00:00