| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-18 | use loaders for keybindings and charmaps which allow them to import templates | troido | |
| 2018-05-22 | client raises exceptions outside main curses wrapper | troido | |
| 2018-04-14 | removed references to hy from the docs | troido | |
| 2018-04-14 | Stopped using hy for keybindings | troido | |
| keybindings are now a JSON format. Somehow hy errored for me, and the cleanest solution seemed not to use hy at all Thinking about it, the client was basically loading a new interpreter to optimize something that didn't need optimizing. It didn't make it more readable/writable either, and it always was a lot of hassle. | |||
| 2018-01-16 | tildename is only the default when connecting over UDS, otherwise username | troido | |
| 2018-01-11 | Replace None equality checks with identity checks | rakiru | |
| Both work, but the identity check is the more correct/idiomatic approach (and also ever-so-slightly more efficient). | |||
| 2018-01-10 | started tildenames client-side | troido | |
| 2018-01-01 | made keybindings readable from an actual file | troido | |
| 2017-12-30 | keybindings can be imported now, though it will probably require some hackery | troido | |
| 2017-11-01 | messages can now be logged to a file | troido | |
| 2017-10-30 | finally made everything executable that I wanted to be executable | troido | |
