weechat-matrix/matrix
2018-07-06 14:56:06 +02:00
..
__init__.py Start splitting up the script into different files. 2018-01-26 12:18:52 +01:00
_weechat.py matrix: Add weechat buffer abstractions. 2018-07-05 10:07:20 +02:00
api.py encryption: Initial key claiming support. 2018-05-16 11:21:59 +02:00
bar_items.py Pass missing argument to display_name. 2018-03-12 13:24:36 +01:00
buffer.py buffer: Add a matrix specific buffer class. 2018-07-06 14:56:06 +02:00
colors.py Fix charrefs. 2018-03-24 14:38:00 +01:00
commands.py encryption: Stub functions for encrypted messages. 2018-05-09 14:00:32 +02:00
completion.py encryption: Add completion for device verification. 2018-05-17 16:33:58 +02:00
config.py More formatting fixes using yapf. 2018-02-22 14:35:14 +01:00
encryption.py matrix: Change the way responses and events are executed. 2018-07-05 15:13:19 +02:00
events.py matrix: Change the way responses and events are executed. 2018-07-05 15:13:19 +02:00
globals.py matrix: Add weechat buffer abstractions. 2018-07-05 10:07:20 +02: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 buffer: Add a matrix specific buffer class. 2018-07-06 14:56:06 +02:00
server.py buffer: Add a matrix specific buffer class. 2018-07-06 14:56:06 +02: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