| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix exception in commands.py any time anyone sends an empty or•••whitespace-prefixed PRIVMSG
| jesopo | 2018-09-19 | 1 | -1/+1 |
| * | Fix highlight checking in commands.py | jesopo | 2018-09-17 | 1 | -3/+3 |
| * | Make commands be processed under received.message.* at PRIORITY_LOW, eat the•••event when it's done, change karma.py to use PRIORITY_MONITOR
| jesopo | 2018-09-09 | 1 | -4/+6 |
| * | Utilise !serverset in more modules | jesopo | 2018-09-09 | 1 | -0/+2 |
| * | Add !serverset and !serverget | jesopo | 2018-09-09 | 1 | -3/+5 |
| * | Better indentation in commands.py | jesopo | 2018-09-09 | 1 | -9/+3 |
| * | Fix a few niggles | dngfx | 2018-09-09 | 1 | -1/+5 |
| * | FONT_RESET should be FONT_COLOR, also more string wizardry in ducks.py! | dngfx | 2018-09-09 | 1 | -2/+2 |
| * | Add channel prefix to .usage (So it shows .8ball <question> instead of just 8...•••Updated ducks.py, more efficient code and style tweaks.
| dongfix | 2018-09-09 | 1 | -1/+9 |
| * | Don't strip out empty arguments on commands.py | jesopo | 2018-09-06 | 1 | -1/+1 |
| * | Add !ignore and !unignore in commands.py | jesopo | 2018-09-06 | 1 | -10/+35 |
| * | Send message-tags through PRIVMSG, NOTICE and !commands | jesopo | 2018-09-03 | 1 | -2/+3 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -4/+3 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -20/+21 |
| * | Change command.py to use call_limited | jesopo | 2018-08-28 | 1 | -3/+4 |
| * | Change how specific events assure their hooks gets the event independant of•••loading order
| jesopo | 2018-08-28 | 1 | -1/+1 |
| * | modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call
| jesopo | 2018-08-28 | 1 | -4/+4 |
| * | also empty command stdout when there's no !more | jesopo | 2018-08-05 | 1 | -0/+2 |
| * | skip !more's out/err, added a way to split messages from their prefixes for•••logging purposes
| jesopo | 2018-07-14 | 1 | -7/+8 |
| * | Added a "replay" system to EventManager hooks, to replay missed .calls | jesopo | 2017-12-26 | 1 | -6/+5 |
| * | Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net>
| jesopo | 2017-10-27 | 1 | -0/+3 |
| * | Reset font just before "(more)" truncation. | jesopo | 2016-12-05 | 1 | -1/+1 |
| * | added a function to Utils to get the "closest" setting, with channel/user set... | jesopo | 2016-05-06 | 1 | -1/+1 |
| * | started passing some more helpful info when preprocessing a command. | jesopo | 2016-04-18 | 1 | -1/+2 |
| * | added command-prefix to channel settings. | jesopo | 2016-04-14 | 1 | -3/+8 |
| * | changed commands.py to show usage help (if available) when minimum arguments ... | jesopo | 2016-04-10 | 1 | -2/+6 |
| * | added usage help to a lot of modules, added a verbose option to karma.py. | jesopo | 2016-04-06 | 1 | -2/+3 |
| * | added a usage command to show usage help for commands. | jesopo | 2016-04-05 | 1 | -1/+19 |
| * | oops | jesopo | 2016-04-04 | 1 | -1/+1 |
| * | added a way for command event hooks to ask to only be fired from private mess... | jesopo | 2016-04-04 | 1 | -0/+2 |
| * | tinkered with some modules and fixed a few bugs, also added the skeleton for ... | jesopo | 2016-04-03 | 1 | -1/+3 |
| * | removed yet more left over code from when commands were channel-only. | jesopo | 2016-03-31 | 1 | -4/+2 |
| * | added a "hashflag" to modules to stop modules being loaded that rely on a not... | jesopo | 2016-03-30 | 1 | -2/+6 |
| * | made channel commands prefixable with the bot's nickname, not just the comman... | jesopo | 2016-03-30 | 1 | -3/+11 |
| * | made commands work in channel AND in private message. | jesopo | 2016-03-29 | 1 | -44/+60 |
| * | added random.py, added code to commands.py to remove all empty strings from a... | jesopo | 2016-03-29 | 1 | -1/+2 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+142 |