| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some networks don't prefix channel names in INVITE messages | jesopo | 2018-08-31 | 1 | -1/+2 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -64/+55 |
| * | Fix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs | jesopo | 2018-08-31 | 1 | -1/+1 |
| * | Add missing ":" in IRCLineHandler.LineHandler.mode() | jesopo | 2018-08-30 | 1 | -1/+1 |
| * | default events on IRCLineHandler should use original_line, not line | jesopo | 2018-08-30 | 1 | -4/+4 |
| * | Refactor handling MODE in IRCLineHandler | jesopo | 2018-08-30 | 1 | -31/+16 |
| * | Report actual topic setter (use 333, not 332) | jesopo | 2018-08-29 | 1 | -3/+5 |
| * | Print topics in print_activity.py | jesopo | 2018-08-29 | 1 | -4/+19 |
| * | Add missing comments in IRCLineHandler.LineHandler | jesopo | 2018-08-29 | 1 | -0/+3 |
| * | Fix CAP logic that was broken by recent IRCLineHandler refactor | jesopo | 2018-08-29 | 1 | -4/+2 |
| * | Do a default event for received data if there's no hooks for it | jesopo | 2018-08-29 | 1 | -1/+1 |
| * | Refactor IRCLineHandler in to an object that uses .on("raw") events | jesopo | 2018-08-29 | 1 | -342/+374 |
| * | Send a PONG event, use the right arg when sending a WHO | jesopo | 2018-08-28 | 1 | -2/+6 |
| * | Switch to time.monotonic for comparisons, only send data at most once every .5•••seconds and only send max 512 bytes at a time
| jesopo | 2018-08-28 | 1 | -1/+3 |
| * | 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 | -2/+2 |
| * | "self.nick" event didn't get updated | jesopo | 2018-08-03 | 1 | -2/+1 |
| * | implemented handling notices in IRCLineHandler, including server notices | jesopo | 2018-07-22 | 1 | -0/+23 |
| * | check if a channel is in attempted_join before attempting rejoin | jesopo | 2018-07-15 | 1 | -4/+4 |
| * | only pass things needed through events, not **data.map() | jesopo | 2018-07-14 | 1 | -18/+19 |
| * | Clear default mode prefixes when we get a 005 with mode prefixes in it | jesopo | 2018-07-02 | 1 | -0/+1 |
| * | added handle_KICK to IRCLineHandler | jesopo | 2018-07-02 | 1 | -0/+16 |
| * | Remove commented example raw IRC line from IRCLineHandler | jesopo | 2018-06-17 | 1 | -1/+0 |
| * | Fix crash on PRIVMSG with nothing but whitespace | jesopo | 2018-01-13 | 1 | -1/+1 |
| * | Added a "replay" system to EventManager hooks, to replay missed .calls | jesopo | 2017-12-26 | 1 | -29/+27 |
| * | capibility :arrow_right: capability | jesopo | 2017-11-01 | 1 | -1/+1 |
| * | Add OP_NO_TLSv1 and fix a bug created while fixing another bug | jesopo | 2017-11-01 | 1 | -2/+3 |
| * | Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net>
| jesopo | 2017-10-27 | 1 | -3/+4 |
| * | Don't break on an empty quit message | Evelyn | 2017-09-18 | 1 | -1/+1 |
| * | oops, that should be data.args, not args >.> | Evelyn | 2017-07-20 | 1 | -1/+1 |
| * | Don't assume a reason will always be present in a PART | Evelyn | 2017-07-20 | 1 | -1/+1 |
| * | fix the privmsg | Evelyn | 2017-07-18 | 1 | -1/+1 |
| * | No need to underscore server now | Evelyn | 2017-07-16 | 1 | -2/+2 |
| * | Change line handling | Evelyn | 2017-07-16 | 1 | -140/+150 |
| * | Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ... | Evelyn | 2017-07-12 | 1 | -27/+61 |
| * | Fix an issue in MODE handling | jesopo | 2017-01-27 | 1 | -2/+2 |
| * | decided to not track user realnames as there's no real purpose and it means b... | jesopo | 2016-04-22 | 1 | -5/+4 |
| * | added code that i forgot to add to keep track of the info of new users, also ... | jesopo | 2016-04-20 | 1 | -4/+8 |
| * | fixed a broken usage of the timer system. (functions are not json-able!) | jesopo | 2016-04-19 | 1 | -2/+3 |
| * | added some more mode event firing and removed unneeded debug printing. | jesopo | 2016-04-04 | 1 | -5/+5 |
| * | fixed some dumb typos | jesopo | 2016-04-03 | 1 | -2/+2 |
| * | tinkered with some modules and fixed a few bugs, also added the skeleton for ... | jesopo | 2016-04-03 | 1 | -0/+6 |
| * | made the args for IRCLineHandler functions global and added a timer-based cha... | jesopo | 2016-03-31 | 1 | -33/+48 |
| * | added a line I forgot to add to dispose of nonvisible users. | jesopo | 2016-03-30 | 1 | -0/+1 |
| * | made commands work in channel AND in private message. | jesopo | 2016-03-29 | 1 | -0/+1 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+270 |