aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added tfl.py.Gravatar jesopo2016-06-282-1/+48
|
* fixed reconnection logic, using the internal timer logic.Gravatar jesopo2016-06-281-7/+6
|
* fixed a problem with Database.py.Gravatar jesopo2016-06-281-1/+1
|
* tweaked karma.py.Gravatar jesopo2016-06-241-4/+5
|
* added handling URLError to Utils.get_url.Gravatar jesopo2016-06-241-0/+6
|
* added a part command to admin.py.Gravatar jesopo2016-06-241-0/+7
|
* fixed a minor (but crash-causing) typo in IRCServer.py.Gravatar jesopo2016-05-171-1/+1
|
* you know what, this module has too many flaws.Gravatar jesopo2016-05-171-0/+1
|
* fixed a problem in nickname_aliases.py that made the bot assume root aliases ↵Gravatar jesopo2016-05-171-4/+10
| | | | were just new names that needed aliasing.
* added admin.py, for admin-type things.Gravatar jesopo2016-05-171-0/+19
|
* added a way to set the bot's nickserv password through a command.Gravatar jesopo2016-05-171-9/+18
|
* added deop, voice and devoice to channel_op.py.Gravatar jesopo2016-05-171-0/+15
|
* on second thought, should probably only show people their nickname's ↵Gravatar jesopo2016-05-171-1/+1
| | | | permissions when they're identified.
* added a command to show you what permissions you have.Gravatar jesopo2016-05-171-0/+6
|
* added stats.py.Gravatar jesopo2016-05-091-0/+52
|
* Another quoteGravatar Evelyn2016-05-091-1/+2
|
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2016-05-061-1/+8
|\
| * more quotesGravatar Evelyn2016-05-041-1/+8
| |
* | added a function to Utils to get the "closest" setting, with channel/user ↵Gravatar jesopo2016-05-063-2/+12
|/ | | | settings being more important than server-wide settings.
* added wikipedia.py.Gravatar jesopo2016-05-041-0/+26
|
* added bitcoin.py.Gravatar jesopo2016-05-031-0/+25
|
* made set/channelset settings consistent.Gravatar jesopo2016-05-013-5/+5
|
* added a command to quotes.py to get a random quote from a category.Gravatar jesopo2016-05-011-1/+15
|
* added quotes.py.Gravatar jesopo2016-04-291-0/+71
|
* added get_server to Database.py, for some future use. dunno.Gravatar jesopo2016-04-291-0/+5
|
* added code to allow you to keep a server in the database but not connect to it.Gravatar jesopo2016-04-271-2/+5
|
* added an error to the kickban command in channel_op.py for when a user is ↵Gravatar jesopo2016-04-241-0/+2
| | | | not present in a channel to be kickbanned.
* decided to not track user realnames as there's no real purpose and it means ↵Gravatar jesopo2016-04-222-6/+4
| | | | bitbot does not have to whois newly joined people.
* added an op command to channel_op.py.Gravatar jesopo2016-04-221-0/+6
|
* added a timeout error and fixed the regex on karma.py.Gravatar jesopo2016-04-211-4/+5
|
* added code that i forgot to add to keep track of the info of new users, also ↵Gravatar jesopo2016-04-201-4/+8
| | | | fixed a messup in indexes assuming all whoises were about himself.
* added hash.py. why not.Gravatar jesopo2016-04-201-0/+18
|
* fixed a broken usage of the timer system. (functions are not json-able!)Gravatar jesopo2016-04-191-2/+3
|
* did what I said I would sooner than I thought I would. centralised ↵Gravatar jesopo2016-04-194-55/+39
| | | | persisting timers through bot restarts.
* entirely reworked the timer system to work with the event system, will ↵Gravatar jesopo2016-04-194-24/+29
| | | | eventually persist all timers to database until complete in a central way.
* fixed words.py to always show nicknames with the same count in the same order.Gravatar jesopo2016-04-181-1/+2
|
* added a way for a command callback to neatly ask to only be available for ↵Gravatar jesopo2016-04-183-0/+66
| | | | people with a rank or above, added a channel_op module to utilise this.
* added some code to the nickname_aliases module, I do not trust this module ↵Gravatar jesopo2016-04-181-0/+5
| | | | yet. :|
* started passing some more helpful info when preprocessing a command.Gravatar jesopo2016-04-181-1/+2
|
* added a socket timeout to IRCServer socket objects.Gravatar jesopo2016-04-181-0/+1
|
* added _cleanup(), a function called if present on a module before being ↵Gravatar jesopo2016-04-181-0/+2
| | | | unloaded.
* added command-prefix to channel settings.Gravatar jesopo2016-04-141-3/+8
|
* added helper functions to IRCBot to utilise the new bot settings table.Gravatar jesopo2016-04-141-0/+10
|
* added a very unreliable and BAD IDEA way to unload modules.Gravatar jesopo2016-04-142-3/+25
|
* added a new settings table for bot settings in general.Gravatar jesopo2016-04-141-0/+30
|
* added experimental module to track what nicknames are actually aliases for ↵Gravatar jesopo2016-04-131-0/+84
| | | | other nicknames.
* fixed a part of the reconnection logic.Gravatar jesopo2016-04-131-1/+1
|
* simpler boolean channel settingsGravatar Evelyn2016-04-105-13/+16
|
* added a confirmation of message save to in.py.Gravatar jesopo2016-04-101-0/+1
|
* beefed up the words.py module.Gravatar jesopo2016-04-101-5/+33
|