lp:~aittner/charms/+source/scalebot-ircbot

Get this repository:
git clone https://git.launchpad.net/~aittner/charms/+source/scalebot-ircbot
Only Alexandre Erwin Ittner can upload to this repository. If you are Alexandre Erwin Ittner please log in for upload directions.

Branches

Name Last Modified Last Commit
safer-tcp-handling 2020-05-08 19:17:12 UTC
Use a safer TCP receiving for ircsock

Author: Alexandre Erwin Ittner
Author Date: 2020-03-27 20:58:52 UTC

Use a safer TCP receiving for ircsock

This shall prevent unrestricted infinite loops and log flooding if the
IRC server closes the connection without proper TLS termination. Also
handles IRC lines correctly if they arrive in multiple TCP recv()s.

fix-python3-pika-pkg 2020-03-21 00:38:07 UTC
Install python3-pika from apt

Author: Alexandre Erwin Ittner
Author Date: 2020-03-20 22:00:02 UTC

Install python3-pika from apt

Installing pika from pip would allow us to have it while we are still
setting the charm up (as we need), but we may end up with a version newer
than the one we have in apt (which we also need to install to have it
available for running IRCbot outside the installation virtualenv).

This commit will block the setup until pika is installed from apt,
make it available in the virtualenv, and do not start IRCbot until
the queues are configured.

prevent-self-triggered-ping-commands 2020-03-04 16:54:59 UTC
Prevent ircbot 'manual ping' answers from triggering other instances of the bot

Author: Alexandre Erwin Ittner
Author Date: 2020-03-04 16:54:59 UTC

Prevent ircbot 'manual ping' answers from triggering other instances of the bot

13 of 3 results
This repository contains Public information 
Everyone can see this information.