Mercurial > libervia-backend
annotate MANIFEST.in @ 2128:aa94f33fd2ad
plugin otr: various improvments:
- messageSend trigger now use pre_xml_treatments so it doesn't block other triggers of higher priority
- text commands now use a very high priority, as it is local command and should not be blocked in most of cases
- new otrState signal, to send state change to frontends
- history is not skipped anymore, a future option may change this behaviour
- OTR trigger are skipped on groupchat messages
- context_manager is now in client instead of being global to plugin
- removed fixPotr as it is fixed upstream
note triggers should be improved for encryption methods, as skipping an encrypter may break security, but putting it in top priority may break nice features.
fix bug 170
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 01 Feb 2017 21:44:24 +0100 |
parents | b47492e8af0c |
children | 26edcf3a30eb |
rev | line source |
---|---|
1196
268278d9aef2
misc: forgotten to change distribute_setup.py to ez_setup.py in MANIFEST.in
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1 include MANIFEST.in ez_setup.py |
268
7111b98c58b3
distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents:
235
diff
changeset
|
2 global-include *.py |
7111b98c58b3
distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents:
235
diff
changeset
|
3 global-include *.ini |
229 | 4 global-include *.po *.mo |
5 global-include CHANGELOG COPYING* INSTALL README* | |
6 global-include *.sh | |
7 include src/sat.* | |
2001
b47492e8af0c
installation (MANIFEST): added misc directory
Goffi <goffi@goffi.org>
parents:
1999
diff
changeset
|
8 include misc |
1291
0db0013c59dd
remove remaining references to Wix
souliane <souliane@mailoo.org>
parents:
1196
diff
changeset
|
9 include frontends/src/jp/jp frontends/src/primitivus/primitivus |
273
3b5e856b3a32
Bridge: added mediawiki constructor in bridge constructor, usefull for documentation purpose
Goffi <goffi@goffi.org>
parents:
270
diff
changeset
|
10 include src/bridge/bridge_constructor/mediawiki_template.tpl |
1999
30e83614af48
fixed exclusion of vim's undo file in MANIFEST.in
Goffi <goffi@goffi.org>
parents:
1291
diff
changeset
|
11 global-exclude *.un~ |
270
4005bf3ce35d
updated MANIFEST.in to exclude bridge_constructor's generated dir
Goffi <goffi@goffi.org>
parents:
268
diff
changeset
|
12 prune src/bridge/bridge_constructor/generated |