aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* changed commands.py to show usage help (if available) when minimum arguments ↵Gravatar jesopo2016-04-101-2/+6
| | | | are not met.
* changed code to avoid a crash when some ircd will show a mode being removed ↵Gravatar jesopo2016-04-101-1/+1
| | | | from someone that didn't have it in the first place.
* this was supposed to be in the last commit. oops.Gravatar jesopo2016-04-101-0/+2
|
* made the client-side ping-out logic more badass.Gravatar jesopo2016-04-101-8/+10
|
* added the code to prevent users using certain commands based on permissions.Gravatar jesopo2016-04-061-0/+13
|
* made some finishing touches to todo.py.Gravatar jesopo2016-04-061-39/+44
|
* added more code to deal with lastfm having a ridiculously unreliably ↵Gravatar jesopo2016-04-061-2/+2
| | | | structured API.
* added an extra check related to the --require-config hashflag, causing a ↵Gravatar jesopo2016-04-061-1/+2
| | | | non-true value to be counted as not present.
* added spotify.py and soundcloud.py, updated bot.json.example.Gravatar jesopo2016-04-063-1/+62
|
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-0626-31/+69
|
* changed README.md a little.Gravatar jesopo2016-04-061-1/+1
|
* added tracking certain words in words.py and fixed/changed a couple of ↵Gravatar jesopo2016-04-063-3/+20
| | | | things to allow it to work.
* added words.py for keeping track of how many words people have said.Gravatar jesopo2016-04-051-0/+32
|
* fixed a crash-causing bug in lastfm when userplaycount isn't present.Gravatar jesopo2016-04-051-4/+7
|
* used set.py as an example for the new usage command.Gravatar jesopo2016-04-051-2/+4
|
* added a usage command to show usage help for commands.Gravatar jesopo2016-04-051-1/+19
|
* added todo.py.Gravatar jesopo2016-04-052-1/+50
|
* oopsGravatar jesopo2016-04-041-1/+1
|
* added a missing config option to bot.json.example.Gravatar jesopo2016-04-041-1/+2
|
* ironed out some little issues with permissions.py.Gravatar jesopo2016-04-041-1/+5
|
* added permissions.py which contains code for ↵Gravatar jesopo2016-04-042-1/+74
| | | | identifying/registering/logouting users. updated README.md to reflect the newly required scrypt module.
* added a way for command event hooks to ask to only be fired from private ↵Gravatar jesopo2016-04-041-0/+2
| | | | messages.
* added code to youtube.py to prevent a crash when a video has likes/dislikes ↵Gravatar jesopo2016-04-041-5/+8
| | | | disabled.
* fixed showing track tags in lastfm.py.Gravatar jesopo2016-04-041-6/+11
|
* added an untested module requirement system.Gravatar jesopo2016-04-041-9/+29
|
* added some more mode event firing and removed unneeded debug printing.Gravatar jesopo2016-04-042-7/+5
|
* fixed some dumb typosGravatar jesopo2016-04-032-3/+3
|
* added some more to the skeleton of the auto_mode module.Gravatar jesopo2016-04-031-2/+11
|
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-0311-28/+77
| | | | the auto_mode.py module.
* added code to prevent newlines being where they shouldn't be in outgoing lines.Gravatar jesopo2016-04-011-1/+1
|