1
0
mirror of https://github.com/dani/patrix.git synced 2024-06-26 17:43:30 +02:00
Commit Graph

84 Commits

Author SHA1 Message Date
Daniel Berteaud
5207d794b5 Add support for --send-code 2017-11-24 12:30:29 +01:00
Daniel Berteaud
0e867c76c9 Automatic commit of package [patrix] release [0.1.7-1].
Created by command:

/usr/bin/tito tag
2017-11-23 07:53:18 +01:00
Daniel Berteaud
4f33da6593 Fix get-room-id, Room ID is already resolved at this point 2017-11-23 07:52:57 +01:00
Daniel Berteaud
b72ca6776f Resolve room alias to ID after setting defaults 2017-11-23 07:51:42 +01:00
Daniel Berteaud
6278cc6d9a Automatic commit of package [patrix] release [0.1.6-1].
Created by command:

/usr/bin/tito tag
2017-11-19 12:51:29 +01:00
Daniel Berteaud
7ba80c0dfe Define actions array before the loop 2017-11-19 12:50:58 +01:00
Daniel Berteaud
d99c85b77a Automatic commit of package [patrix] release [0.1.5-1].
Created by command:

/usr/bin/tito tag
2017-11-14 00:36:52 +01:00
Daniel Berteaud
a41a8d489d Remove now non existing CHANGELOG.git 2017-11-14 00:34:38 +01:00
Daniel Berteaud
48435ff850 Fix tito releasers.conf path 2017-11-14 00:23:11 +01:00
Daniel Berteaud
ebf9086e3f Automatic commit of package [patrix] release [0.1.4-1].
Created by command:

/usr/bin/tito tag
2017-11-14 00:22:05 +01:00
Daniel Berteaud
472446fab6 Setup tito 2017-11-14 00:21:46 +01:00
Daniel Berteaud
e61164bb61 Initialized to use tito. 2017-11-14 00:20:55 +01:00
Daniel Berteaud
2a21fcec78 Update README 2017-09-24 14:06:30 +02:00
Daniel Berteaud
ff8f5fd7dc Remove options checking
Must be re-done properly
2017-09-24 12:16:07 +02:00
Daniel Berteaud
6a87cd1f0f Fix saving config file 2017-09-24 12:12:07 +02:00
Daniel Berteaud
c305f14349 Add --setup to create a config file 2017-09-24 11:59:50 +02:00
Daniel Berteaud
e74a1a1431 Alos trim / at the end of the server to build Matrix ID 2017-09-24 11:42:50 +02:00
Daniel Berteaud
34db17e370 federation option isn't used anymore (for now) 2017-09-24 11:40:12 +02:00
Daniel Berteaud
db6eef6836 Ask for server and matrix ID if missing 2017-09-24 11:39:40 +02:00
Daniel Berteaud
aa2acd2c62 Fix error message 2017-09-24 11:22:32 +02:00
Daniel Berteaud
1eb1221e2e New TODO item 2017-09-24 11:21:10 +02:00
Daniel Berteaud
e60cce88e9 Update examples in README to use prettier command aliases 2017-09-16 11:25:14 +02:00
Daniel Berteaud
68fae32867 Should implement media cache purge too 2017-09-13 19:18:33 +02:00
Daniel Berteaud
2a7dacef1e Set some aliases for command line options 2017-09-13 19:17:14 +02:00
Daniel Berteaud
30d0afa005 Call modify_rom just after create
So we support exactly the same features on create and on modify
2017-09-13 19:06:24 +02:00
Daniel Berteaud
ee456446b8 Handle all media types (image/audio/video)
Also don't use Image::Size, not strictly required
2017-09-13 18:56:34 +02:00
Daniel Berteaud
10ca028c53 Support sending images 2017-09-13 18:42:31 +02:00
Daniel Berteaud
e19d403832 Remove dependency on Path::Tiny
So it's usable on el6
2017-09-13 18:21:49 +02:00
Daniel Berteaud
e86c3e98d3 Support sending several files 2017-09-13 17:37:50 +02:00
Daniel Berteaud
340efc0a0a Handle file path using ~ 2017-09-13 17:02:54 +02:00
Daniel Berteaud
7ee62e253d Handle relative file path 2017-09-13 16:56:21 +02:00
Daniel Berteaud
ffac9f3632 Add aliases for actions
--foo is now equivalent of --action=foo
2017-09-13 15:17:29 +02:00
Daniel Berteaud
b19a7edc9a Spec file update 2017-09-13 14:36:43 +02:00
Daniel Berteaud
565208b6cd Fix get-access-token and logout logic 2017-09-11 11:16:50 +02:00
Daniel Berteaud
ae9c8a7f12 Don't invalidate the access_token when requesting one 2017-09-11 10:47:52 +02:00
Daniel Berteaud
8fdda06f76 Add LWP::Protocol::https as a dependencies 2017-09-11 09:44:10 +02:00
Daniel Berteaud
1adadbeb6c Add possibility to delete room aliases 2017-09-10 16:59:32 +02:00
Daniel Berteaud
f0a49c9dc4 Fix debug statement 2017-09-10 16:43:57 +02:00
Daniel Berteaud
0a7b73403f Handle power levels configuration in room-modify 2017-09-10 16:39:00 +02:00
Daniel Berteaud
78d5dc25bc Update README 2017-09-10 11:54:43 +02:00
Daniel Berteaud
e026a57a19 Add a TODO file 2017-09-10 11:45:20 +02:00
Daniel Berteaud
d8622067a2 Add new get-room-id action in the README 2017-09-10 11:27:15 +02:00
Daniel Berteaud
7676ec7510 Add a room alias to id resolver 2017-09-10 11:26:26 +02:00
Daniel Berteaud
be9488e226 More examples 2017-09-10 11:01:06 +02:00
Daniel Berteaud
6562df7ebc Add comment 2017-09-10 10:41:26 +02:00
Daniel Berteaud
1341861953 Add new dependency 2017-09-10 10:33:33 +02:00
Daniel Berteaud
f5892003ff Prompt for the password if not given as arg, nor in the conf file 2017-09-10 10:32:53 +02:00
Daniel Berteaud
bd94a96e1e Add some debug statements in modify_room 2017-09-10 10:19:05 +02:00
Daniel Berteaud
4785d79710 Support changing join_rules 2017-09-10 10:14:23 +02:00
Daniel Berteaud
7a6899489e Don't die if we try to invite a user which has already been invited 2017-09-10 10:02:26 +02:00