Re: [Bug 234629] Re: supybot !web title leaks LAN HTTP servers to the channel

2012-05-09 Thread Valentin Lorentz
I don't see in what it would be hard to guess it. Bot admins should know the difference between a website accessible from the Internet and a website accessible from a local net: nothing. More over, I don't think knowing the title of a page is that dangerous. The only risk is if there is some kind

Re: [Bug 234629] Re: supybot !web title leaks LAN HTTP servers to the channel

2012-05-09 Thread Valentin Lorentz
I don't see in what it would be hard to guess it. Bot admins should know the difference between a website accessible from the Internet and a website accessible from a local net: nothing. More over, I don't think knowing the title of a page is that dangerous. The only risk is if there is some kind

[Bug 1290124] Re: supybot crashed with OSError in __call__(): [Errno 2] No such file or directory: '/home/username/Supybot/logs'

2014-03-10 Thread Valentin Lorentz
Does the directory /home/username/Supybot/logs exist? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1290124 Title: supybot crashed with OSError in __call__(): [Errno 2] No such file or directory:

[Bug 1291494] Re: Supybot is dearly outdated

2014-03-12 Thread Valentin Lorentz
d. Anyone can crash the bot and the computer it is running on by using !web title with an URL to a HTTP server serving an infinite amount of headers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/12914

[Bug 1961800] Re: Seeing out of memory errors after libexpat1 upgrade to 2.2.5-3ubuntu0.4 (bionic) or 2.2.9-1ubuntu0.2 (focal)

2022-02-23 Thread Valentin Lorentz
This can be reproduced without xmltodict, using only the stdlib: >>> from xml.parsers import expat >>> parser = expat.ParserCreate(namespace_separator=':') >>> parser.Parse('', True) Traceback (most recent call last): File "", line 1, in xml.parsers.expat.ExpatError: out of memory: line 1, colu