| Commit message (Expand) | Author | Age | Files | Lines |
| * | commands module no longer relies on pemissions module | jesopo | 2020-02-26 | 1 | -1/+0 |
| * | convert & in sed to \g<0> so python handles full-match replacements | jesopo | 2020-02-26 | 1 | -10/+4 |
| * | only call internal.identified when an account tag is first seen•••closes #249
| jesopo | 2020-02-26 | 1 | -2/+3 |
| * | send_modes takes list[tuple[s,s]], add !down, !deop yourself last | jesopo | 2020-02-25 | 1 | -5/+6 |
| * | send KICK in max chunk of 4, MODE in max chunk of 6 | jesopo | 2020-02-25 | 1 | -2/+3 |
| * | deduplicate spec arg names | jesopo | 2020-02-25 | 1 | -1/+1 |
| * | open possibly-utf8 files with forced utf8 | jesopo | 2020-02-24 | 4 | -6/+11 |
| * | use "latin-1" consitently (not "iso-8859-1") | jesopo | 2020-02-24 | 1 | -1/+1 |
| * | change encrypted channel logs to use RSA -> AES (CBC)•••closes #248
| jesopo | 2020-02-24 | 1 | -13/+19 |
| * | fix security.py typehints | jesopo | 2020-02-24 | 1 | -2/+2 |
| * | move permissions module password hashing to utils/security.py | jesopo | 2020-02-24 | 2 | -15/+17 |
| * | fix utils.datetime.format.to_pretty_time typehinting | jesopo | 2020-02-24 | 1 | -2/+3 |
| * | add isodate requirement for parsing iso8601 durations | jesopo | 2020-02-24 | 1 | -1/+3 |
| * | only do to_pretty_time as relative when requested | jesopo | 2020-02-24 | 2 | -18/+46 |
| * | `command` doesn't exist - use event["spec"][2] | jesopo | 2020-02-23 | 1 | -1/+1 |
| * | channel.users changes during iteration. copy() it | jesopo | 2020-02-22 | 1 | -1/+1 |
| * | add option to encrypt channel_log log files line-by-line | jesopo | 2020-02-20 | 1 | -1/+26 |
| * | silence.py's `is-silenced` export is no longer used | jesopo | 2020-02-19 | 1 | -3/+0 |
| * | utilise @utils.export for function exporting in more places | jesopo | 2020-02-19 | 2 | -7/+3 |
| * | support @utils.export on functions, to export those functions | jesopo | 2020-02-19 | 2 | -13/+14 |
| * | a comment! | jesopo | 2020-02-19 | 1 | -0/+3 |
| * | fix format_token return typehints | jesopo | 2020-02-19 | 1 | -2/+2 |
| * | change format_tokens from $VAR to ${VAR} | jesopo | 2020-02-19 | 1 | -16/+13 |
| * | channels should be cleared of users when *we* part them | jesopo | 2020-02-19 | 1 | -0/+3 |
| * | simplify pruning quit/parted users | jesopo | 2020-02-19 | 3 | -12/+13 |
| * | weeks and days should be absolute (divmod of days) | jesopo | 2020-02-18 | 1 | -4/+5 |
| * | SETNAME has been ratified | jesopo | 2020-02-18 | 1 | -1/+1 |
| * | add typehint for IRCServer.targmax | jesopo | 2020-02-17 | 1 | -1/+1 |
| * | send multiple KICKs in the same line when possible | jesopo | 2020-02-17 | 3 | -2/+18 |
| * | add IRCChannel.send_modes mass modes and chunking | jesopo | 2020-02-17 | 1 | -0/+8 |
| * | add `cmask` command spec type (all users in channel matching mask) | jesopo | 2020-02-17 | 1 | -0/+14 |
| * | remove debug print | jesopo | 2020-02-16 | 1 | -1/+0 |
| * | fix _set_modifier typing | jesopo | 2020-02-15 | 1 | -1/+1 |
| * | implement command spec modifiers, use for `pattern`, use pattern for dice.py | jesopo | 2020-02-15 | 1 | -6/+29 |
| * | don't call hooks added during event call and don't call ones removed | jesopo | 2020-02-15 | 1 | -1/+6 |
| * | use re.sub, not str.replace, otherwise things like "$" dont work | jesopo | 2020-02-14 | 1 | -1/+1 |
| * | exported command specs, spec.%s -> command-spec.%s | jesopo | 2020-02-14 | 1 | -1/+2 |
| * | move SpecTypeErro to utils.parse.spec | jesopo | 2020-02-14 | 3 | -6/+7 |
| * | support exported command spec types! | jesopo | 2020-02-14 | 1 | -6/+11 |
| * | split out command_spec module | jesopo | 2020-02-14 | 3 | -73/+113 |
| * | _schedule_match_part doesn't take an array | jesopo | 2020-02-14 | 1 | -2/+1 |
| * | pass `server` on labeled-response events | jesopo | 2020-02-13 | 1 | -1/+1 |
| * | another rework of event priorities. insert as >=, not as default | jesopo | 2020-02-13 | 1 | -2/+2 |
| * | replace lxml usage with html5lib! the future is cool | jesopo | 2020-02-13 | 1 | -3/+3 |
| * | labeled response raw.received should fire BEFORE line_handler's | jesopo | 2020-02-13 | 1 | -1/+2 |
| * | update !silence to use command specs | jesopo | 2020-02-13 | 1 | -9/+2 |
| * | actually raise exception for !modinfo not found | jesopo | 2020-02-13 | 1 | -4/+6 |
| * | _schedule_match_part takes an `i` param | jesopo | 2020-02-12 | 1 | -1/+2 |
| * | remove superfluous newline (cron.py) | jesopo | 2020-02-11 | 1 | -1/+0 |
| * | add more cron timestamp fields, allow callbacks to runtime provide schedules | jesopo | 2020-02-11 | 1 | -5/+11 |