No description
Find a file
Denis Kasak 654e39077d Improve room names.
We now track the room ID, the canonical alias and the name of the room
separately. Only the room ID is guaranteed to be set (instead of `None`).

Additionally, a number of methods were added to MatrixRoom to assist in
calculating the name of the room and determining whether it is a named
room or an ad hoc "group" of users.

The most important method is `MatrixRoom.display_name` which calculates
the display name of the room (roughly) according to section 11.2.2.5[*] of
the Matrix v0.3.0 spec.

[*] https://matrix.org/docs/spec/client_server/r0.3.0.html#id268
2018-03-09 23:59:33 +01:00
matrix Improve room names. 2018-03-09 23:59:33 +01:00
tests Always output HTML colors as hex codes. 2018-03-03 12:34:26 +01:00
.gitignore Add gitignore. 2018-01-26 18:52:46 +01:00
.pylintrc Add pylintrc. 2018-01-26 18:52:58 +01:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py Implement /kick. 2018-03-06 09:36:22 +01:00
Makefile tests: Implement mock weechat module and add some color tests. 2018-03-02 22:59:43 +01:00
TODO.md Add TODO. 2018-03-01 21:03:36 +01:00