lp:supybot

Created by VCS imports and last modified
Get this branch:
bzr branch lp:supybot

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Supybot
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.code.sf.net/p/supybot/code.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log

Recent revisions

7026. By James McCoy

Final release of Supybot

Signed-off-by: James McCoy <email address hidden>

7025. By James Lu <email address hidden>

ShrinkUrl: Remove ln (Closes #618).

ln-s.net has been dead for over half a year now; both their website homepage
and any previous shortened links return an HTTP 503. Thus, it isn't very
useful to leave this broken command lingering around...

Signed-off-by: James McCoy <email address hidden>

7024. By Aminda Suomalainen

ShrinkUrl: use x0 by default. Fixes #617.

x0 has the smallest working output. ur1 had the second smallest.
Their difference is one character.

Signed-off-by: James McCoy <email address hidden>

7023. By nyuszika7h

ShrinkUrl: Remove xrl.us

> Please note: Adding new links has been disabled since September 2014
> after 14 months notice.

Source: http://metamark.net/
Signed-off-by: James McCoy <email address hidden>

7022. By Valentin Lorentz <email address hidden>

Update string comparison to a newer string.

Signed-off-by: James McCoy <email address hidden>

7021. By Valentin Lorentz <email address hidden>

Fix crash for commands with ambiguous getopts shortcuts and no docstring.

Signed-off-by: James McCoy <email address hidden>

7020. By James McCoy

Add handling of 437 (nick temporarily unavailable) errors

Servers bind a nick to a connection for a short window after it
disappears to try and avoid contention over nicks. This may cause a 437
during connection to a server (c.f. ProgVal/Limnoria#1033) or even
during normal nick changes, if the timing is lucky.

Add handling for this error to the startup code and the Admin plugin.

Signed-off-by: James McCoy <email address hidden>

7019. By James McCoy

ircutils: Add formatWhois function

Parsing through the various WHOIS replies to build a formatted string
isn't a trivial task, especially since there is some privacy related
information. Consolidate this handling into a single function so
there's one place to fix bugs.

Also fix an issue with people putting (unterminated) formatted text into
the "realname" field of their IRC client (c.f., ProgVal/Limnoria#1083).

Signed-off-by: James McCoy <email address hidden>

7018. By James McCoy

commands._getRe: Restore original args for any failure

String.re uses first('regexpMatcher', 'regexpReplacer'). If the args
provided to String.re are not a matcher and are longer than a single IRC
message (e.g., from a nested command), then regexpReplacer would never
be tried. A too long error should be handled the same as running out of
args while trying to find a valid regexp.

Signed-off-by: James McCoy <email address hidden>

7017. By Valentin Lorentz

utils.web.getUrl: add the 'timeout' argument (and fix the doc of getUrlFd).

Signed-off-by: James McCoy <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers