weechat-matrix/matrix
Denis Kasak 6e9275da7f Fix charrefs.
Forgot to include # when reconstructing charrefs from their "name".
2018-03-24 14:38:00 +01:00
..
__init__.py Start splitting up the script into different files. 2018-01-26 12:18:52 +01:00
_weechat.py Fix tests for python2. 2018-03-18 23:31:57 +01:00
api.py Implement /kick. 2018-03-06 09:36:22 +01:00
bar_items.py Pass missing argument to display_name. 2018-03-12 13:24:36 +01:00
colors.py Fix charrefs. 2018-03-24 14:38:00 +01:00
commands.py Remove usage of old MatrixRoom.alias attribute in remaining places. 2018-03-12 12:05:42 +01:00
completion.py More formatting fixes using yapf. 2018-02-22 14:35:14 +01:00
config.py More formatting fixes using yapf. 2018-02-22 14:35:14 +01:00
events.py events: Make sync event execution batched. 2018-03-19 14:55:48 +01:00
globals.py tests: Implement mock weechat module and add some color tests. 2018-03-02 22:59:43 +01:00
http.py http: Add keep alive header to the requests. 2018-03-22 11:08:14 +01:00
plugin_options.py More formatting fixes using yapf. 2018-02-22 14:35:14 +01:00
rooms.py Use wrapped weechat module instead of using it directly. 2018-03-23 10:21:22 +01:00
server.py events: Make sync event execution batched. 2018-03-19 14:55:48 +01:00
utf.py More formatting fixes using yapf. 2018-02-22 14:35:14 +01:00
utils.py Fix handling of empty room names. 2018-03-08 11:08:44 +01:00