Go to file
Daniel Folkinshteyn 6dca55deeb Services: fix problem with some channels being mixed up between networks on startup, when noJoinsUntilIdentified is true.
When noJoinsUntilIdentified config is true, the bot holds join messages in a 'waitingJoins' list, and processes them
once nickserv identification comes through. The problem was that when the bot is configured to join multiple networks,
join messages from different networks would get appended to the same list, without any differentiation by which message
belongs to which network. Thus, if there are messages waiting for multiple networks, it would often be the case that
whichever network got identification done first, would 'pick up' other network's join messages.

This fix stores the network name along with the join messages in the list, and has each network pick out only its own
join messages.
2011-08-10 12:00:42 +02:00
docs Change version number to 0.83.4.1+git+fr3 2011-02-27 12:01:51 +01:00
locale Update core l10n-it. 2011-08-07 11:16:49 +02:00
plugins Services: fix problem with some channels being mixed up between networks on startup, when noJoinsUntilIdentified is true. 2011-08-10 12:00:42 +02:00
sandbox Add sandbox/check_trans.py 2011-06-30 13:30:42 +02:00
scripts 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
src Services: fix problem with some channels being mixed up between networks on startup, when noJoinsUntilIdentified is true. 2011-08-10 12:00:42 +02:00
test Fix a test case (default ident is no more supybot) 2011-06-22 21:02:47 +02:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Ignore vim temporary files 2011-01-22 09:51:06 +01:00
ACKS Updated to be STX as well as ordered chronologically. 2005-01-19 23:39:52 +00:00
ChangeLog Update ChangeLog and RELNOTES for 0.83.4.1 2009-05-25 13:15:44 -04:00
INSTALL Bump the minimum supported Python version to 2.4. 2009-10-23 19:35:24 -04:00
LICENSE LICENSE: Update Copyright date range 2009-05-07 22:41:39 -04:00
README README: It's a 3-clause, not 2-clause BSD license. 2010-09-20 19:25:47 -04:00
RELNOTES Bump the minimum supported Python version to 2.4. 2009-10-23 19:35:24 -04:00
setup.py Consolidate the version string to reside in one central place to ease change making. 2011-04-26 10:23:18 +02:00

README

EVERYONE:
---------
Read LICENSE.  It's a 3-clause BSD license, but you should read it
anyway.

USERS:
------
If you're upgrading, read RELNOTES.  There is also much documentation
at http://supybot.com/ for your perusal.  Please read it; we took the
time to write it, you should take the time to read it.

If you have any trouble, feel free to swing by #supybot on
irc.freenode.net or irc.oftc.net (we have a Supybot there relaying,
so either network works) and ask questions.  We'll be happy to help
wherever we can.  And by all means, if you find anything hard to
understand or think you know of a better way to do something,
*please* post it on Sourceforge.net so we can improve the bot!

WINDOWS USERS:
--------------
The wizards (supybot-wizard, supybot-newplugin, and
supybot-adduser) are all installed to your Python directory's
\Scripts.  What that *probably* means is that you'll run them like
this: C:\Python2x\python C:\Python2x\Scripts\supybot-wizard

DEVELOPERS:
-----------
We likewise have tons of developer documentation at
http://supybot.com/ for your learning adventures.  Have fun :)