| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | upate IRCUser.id when a user changes their nickname | jesopo | 2018-08-19 | 1 | -1/+3 |
| * | Change the database to give channels and users ids and use those in the settings•••tables
| jesopo | 2018-08-19 | 1 | -3/+11 |
| * | Moved table-specific logic to their own "table" classes in Database.py | jesopo | 2018-08-05 | 1 | -7/+7 |
| * | Only get "fallback-encoding" setting when we need it | jesopo | 2018-08-05 | 1 | -6/+4 |
| * | Remove debug print, improve wikipedia.py | jesopo | 2018-08-04 | 1 | -1/+0 |
| * | nickname_ids was useless | jesopo | 2018-08-04 | 1 | -8/+6 |
| * | Added addition "find" methods to Database.py, along with a "get all" for user•••settings to search without a nickname
| jesopo | 2018-08-03 | 1 | -0/+6 |
| * | implemented handling notices in IRCLineHandler, including server notices | jesopo | 2018-07-22 | 1 | -0/+4 |
| * | move sending CAP sasl request to sasl.py | jesopo | 2018-07-16 | 1 | -4/+1 |
| * | move sasl logic to it's own module | jesopo | 2018-07-15 | 1 | -4/+3 |
| * | Send events when BitBot sends a PRIVMSG | jesopo | 2018-07-15 | 1 | -2/+12 |
| * | Allow own usermodes to have args, added some vertical whitespace in IRCServer | jesopo | 2018-07-15 | 1 | -4/+17 |
| * | skip !more's out/err, added a way to split messages from their prefixes for•••logging purposes
| jesopo | 2018-07-14 | 1 | -5/+9 |
| * | Default IRCServer.mode_prefixes to @+(ov) | jesopo | 2018-07-02 | 1 | -1/+2 |
| * | Fixed small type in IRCServer | jesopo | 2018-07-02 | 1 | -1/+1 |
| * | Remove debug print | Evelyn | 2018-02-15 | 1 | -1/+0 |
| * | Added a "replay" system to EventManager hooks, to replay missed .calls | jesopo | 2017-12-26 | 1 | -4/+9 |
| * | Add OP_NO_TLSv1 and fix a bug created while fixing another bug | jesopo | 2017-11-01 | 1 | -0/+1 |
| * | unsupported operand type(s) for %: 'bytes' and 'bytes' | jesopo | 2017-11-01 | 1 | -1/+1 |
| * | Handle versions of python that don't have ssl.PROTOCOL_TLS | jesopo | 2017-11-01 | 1 | -1/+5 |
| * | Don't put non-kwargs after unpacked list, handle ConnectionResetError | jesopo | 2017-11-01 | 1 | -1/+6 |
| * | Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net>
| jesopo | 2017-10-27 | 1 | -2/+5 |
| * | Change line handling | Evelyn | 2017-07-16 | 1 | -4/+14 |
| * | Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ... | Evelyn | 2017-07-12 | 1 | -0/+14 |
| * | fixed a minor (but crash-causing) typo in IRCServer.py. | jesopo | 2016-05-17 | 1 | -1/+1 |
| * | did what I said I would sooner than I thought I would. centralised persisting... | jesopo | 2016-04-19 | 1 | -4/+6 |
| * | entirely reworked the timer system to work with the event system, will eventu... | jesopo | 2016-04-19 | 1 | -5/+5 |
| * | added a socket timeout to IRCServer socket objects. | jesopo | 2016-04-18 | 1 | -0/+1 |
| * | this was supposed to be in the last commit. oops. | jesopo | 2016-04-10 | 1 | -0/+2 |
| * | added some more mode event firing and removed unneeded debug printing. | jesopo | 2016-04-04 | 1 | -2/+0 |
| * | tinkered with some modules and fixed a few bugs, also added the skeleton for ... | jesopo | 2016-04-03 | 1 | -0/+2 |
| * | added code to prevent newlines being where they shouldn't be in outgoing lines. | jesopo | 2016-04-01 | 1 | -1/+1 |
| * | made the args for IRCLineHandler functions global and added a timer-based cha... | jesopo | 2016-03-31 | 1 | -0/+5 |
| * | made commands work in channel AND in private message. | jesopo | 2016-03-29 | 1 | -4/+6 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+216 |