aboutsummaryrefslogtreecommitdiff
path: root/IRCBot.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds args.verbose and fixes a couple of bugGravatar jesopo2017-01-271-6/+9
|
* fixed a crash caused by trying to remove a fileno that's not in IRCBot's ↵Gravatar jesopo2016-07-141-1/+4
| | | | epoll object.
* tweaked reconnection logic.Gravatar jesopo2016-07-051-1/+2
|
* fixed reconnection logic, using the internal timer logic.Gravatar jesopo2016-06-281-7/+6
|
* added code to allow you to keep a server in the database but not connect to it.Gravatar jesopo2016-04-271-2/+5
|
* did what I said I would sooner than I thought I would. centralised ↵Gravatar jesopo2016-04-191-5/+22
| | | | persisting timers through bot restarts.
* entirely reworked the timer system to work with the event system, will ↵Gravatar jesopo2016-04-191-6/+10
| | | | eventually persist all timers to database until complete in a central way.
* added helper functions to IRCBot to utilise the new bot settings table.Gravatar jesopo2016-04-141-0/+10
|
* fixed a part of the reconnection logic.Gravatar jesopo2016-04-131-1/+1
|
* made the client-side ping-out logic more badass.Gravatar jesopo2016-04-101-8/+10
|
* added tracking certain words in words.py and fixed/changed a couple of ↵Gravatar jesopo2016-04-061-0/+1
| | | | things to allow it to work.
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-3/+6
| | | | the auto_mode.py module.
* added untested reconnection code.Gravatar jesopo2016-03-301-6/+18
|
* first commit.Gravatar jesopo2016-03-291-0/+101