| Commit message (Expand) | Author | Age | Files | Lines |
| * | on second thought, should probably only show people their nickname's permissi... | jesopo | 2016-05-17 | 1 | -1/+1 |
| * | added a command to show you what permissions you have. | jesopo | 2016-05-17 | 1 | -0/+6 |
| * | added stats.py. | jesopo | 2016-05-09 | 1 | -0/+52 |
| * | Another quote | Evelyn | 2016-05-09 | 1 | -1/+2 |
| * | Merge branch 'master' of github.com:jesopo/bitbot | jesopo | 2016-05-06 | 1 | -1/+8 |
| |\ |
|
| | * | more quotes | Evelyn | 2016-05-04 | 1 | -1/+8 |
| * | | added a function to Utils to get the "closest" setting, with channel/user set... | jesopo | 2016-05-06 | 3 | -2/+12 |
| |/ |
|
| * | added wikipedia.py. | jesopo | 2016-05-04 | 1 | -0/+26 |
| * | added bitcoin.py. | jesopo | 2016-05-03 | 1 | -0/+25 |
| * | made set/channelset settings consistent. | jesopo | 2016-05-01 | 3 | -5/+5 |
| * | added a command to quotes.py to get a random quote from a category. | jesopo | 2016-05-01 | 1 | -1/+15 |
| * | added quotes.py. | jesopo | 2016-04-29 | 1 | -0/+71 |
| * | added get_server to Database.py, for some future use. dunno. | jesopo | 2016-04-29 | 1 | -0/+5 |
| * | added code to allow you to keep a server in the database but not connect to it. | jesopo | 2016-04-27 | 1 | -2/+5 |
| * | added an error to the kickban command in channel_op.py for when a user is not... | jesopo | 2016-04-24 | 1 | -0/+2 |
| * | decided to not track user realnames as there's no real purpose and it means b... | jesopo | 2016-04-22 | 2 | -6/+4 |
| * | added an op command to channel_op.py. | jesopo | 2016-04-22 | 1 | -0/+6 |
| * | added a timeout error and fixed the regex on karma.py. | jesopo | 2016-04-21 | 1 | -4/+5 |
| * | added code that i forgot to add to keep track of the info of new users, also ... | jesopo | 2016-04-20 | 1 | -4/+8 |
| * | added hash.py. why not. | jesopo | 2016-04-20 | 1 | -0/+18 |
| * | fixed a broken usage of the timer system. (functions are not json-able!) | jesopo | 2016-04-19 | 1 | -2/+3 |
| * | did what I said I would sooner than I thought I would. centralised persisting... | jesopo | 2016-04-19 | 4 | -55/+39 |
| * | entirely reworked the timer system to work with the event system, will eventu... | jesopo | 2016-04-19 | 4 | -24/+29 |
| * | fixed words.py to always show nicknames with the same count in the same order. | jesopo | 2016-04-18 | 1 | -1/+2 |
| * | added a way for a command callback to neatly ask to only be available for peo... | jesopo | 2016-04-18 | 3 | -0/+66 |
| * | added some code to the nickname_aliases module, I do not trust this module ye... | jesopo | 2016-04-18 | 1 | -0/+5 |
| * | started passing some more helpful info when preprocessing a command. | jesopo | 2016-04-18 | 1 | -1/+2 |
| * | added a socket timeout to IRCServer socket objects. | jesopo | 2016-04-18 | 1 | -0/+1 |
| * | added _cleanup(), a function called if present on a module before being unloa... | jesopo | 2016-04-18 | 1 | -0/+2 |
| * | added command-prefix to channel settings. | jesopo | 2016-04-14 | 1 | -3/+8 |
| * | added helper functions to IRCBot to utilise the new bot settings table. | jesopo | 2016-04-14 | 1 | -0/+10 |
| * | added a very unreliable and BAD IDEA way to unload modules. | jesopo | 2016-04-14 | 2 | -3/+25 |
| * | added a new settings table for bot settings in general. | jesopo | 2016-04-14 | 1 | -0/+30 |
| * | added experimental module to track what nicknames are actually aliases for ot... | jesopo | 2016-04-13 | 1 | -0/+84 |
| * | fixed a part of the reconnection logic. | jesopo | 2016-04-13 | 1 | -1/+1 |
| * | simpler boolean channel settings | Evelyn | 2016-04-10 | 5 | -13/+16 |
| * | added a confirmation of message save to in.py. | jesopo | 2016-04-10 | 1 | -0/+1 |
| * | beefed up the words.py module. | jesopo | 2016-04-10 | 1 | -5/+33 |
| * | changed commands.py to show usage help (if available) when minimum arguments ... | jesopo | 2016-04-10 | 1 | -2/+6 |
| * | changed code to avoid a crash when some ircd will show a mode being removed f... | jesopo | 2016-04-10 | 1 | -1/+1 |
| * | this was supposed to be in the last commit. oops. | jesopo | 2016-04-10 | 1 | -0/+2 |
| * | made the client-side ping-out logic more badass. | jesopo | 2016-04-10 | 1 | -8/+10 |
| * | added the code to prevent users using certain commands based on permissions. | jesopo | 2016-04-06 | 1 | -0/+13 |
| * | made some finishing touches to todo.py. | jesopo | 2016-04-06 | 1 | -39/+44 |
| * | added more code to deal with lastfm having a ridiculously unreliably structur... | jesopo | 2016-04-06 | 1 | -2/+2 |
| * | added an extra check related to the --require-config hashflag, causing a non-... | jesopo | 2016-04-06 | 1 | -1/+2 |
| * | added spotify.py and soundcloud.py, updated bot.json.example. | jesopo | 2016-04-06 | 3 | -1/+62 |
| * | added usage help to a lot of modules, added a verbose option to karma.py. | jesopo | 2016-04-06 | 26 | -31/+69 |
| * | changed README.md a little. | jesopo | 2016-04-06 | 1 | -1/+1 |
| * | added tracking certain words in words.py and fixed/changed a couple of things... | jesopo | 2016-04-06 | 3 | -3/+20 |