Emmanuel Gil Peyrot
554ff650bf
Display contact avatar in the roster.
...
Implements XEP-0084 and XEP-0153.
2017-10-07 18:11:33 +01:00
Jonas Wielicki
ae45666ff9
irssi theme: disable yellow and bright nick colours
...
This helps with distinguishing highlights and normal messages.
2017-08-31 00:47:19 +02:00
Jonas Wielicki
c6318db8c1
start work on an irssi-like theme
2017-08-31 00:47:04 +02:00
mathieui
474966c5f7
Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio
2016-11-06 18:54:45 +01:00
Luke Marlin
62a04803f0
Made doc more clear on how to configure information_popup_type_filter
2016-11-06 17:42:25 +01:00
Emmanuel Gil Peyrot
e9583bd0b7
Optimise all PNG images with optipng -o8
.
2016-11-01 02:40:10 +00:00
Tanguy Ortolo
884aae28a2
Add DocBook source of the script manpages
2016-10-28 17:57:38 +02:00
Tanguy Ortolo
ebb2883297
Add manpages for the utility scripts
2016-10-28 17:57:28 +02:00
mathieui
2d64940e6c
Fix #3249 (typo in manpage)
2016-10-28 17:57:13 +02:00
mathieui
d529b13729
Fix typo
2016-10-23 21:15:12 +02:00
Luke Marlin
3c894ea558
Added information_popup_type_filter that allow to
...
filter an entire type of messages such as 'roster'
'error' 'information' or 'debug'
2016-10-23 16:25:44 +02:00
Emmanuel Gil Peyrot
f8d5fa9b1c
Remove the resource option from the configuration.
...
It’s considered bad practice nowadays to force a specific resource, it
can lead to presence leaks or reconnection loops so should be avoided.
Moreover this was already possible in the jid option, by setting it to
user@domain/resource, setting it would append it a second time in that
case.
2016-10-09 17:06:33 +02:00
mathieui
f1bfec332f
Rename "roster" to "contact list"
2016-10-04 00:40:56 +02:00
mathieui
5a6ba4dda8
Replace "MUC" by "chatroom" in the documentation
...
And fix some linewrapping, obsolete references to poezio.eu, and
obsolete docs.
2016-10-04 00:29:19 +02:00
mathieui
ce915a86c1
Increase ping timeout delays (now that the ping actually works)
2016-06-12 21:46:46 +02:00
mathieui
aa79acb7d9
Disable smacks by default
2016-06-12 21:45:04 +02:00
mathieui
2225d13ad1
Comment most options by default in the config file
...
It’s a bit late for that, but we have to do this in order to ensure new
setting values will be used after an update if the user didn’t willingly
change them.
2016-06-05 13:59:39 +02:00
mathieui
acf22faecf
Set "show_useless_separator" to true by default
...
For consistency
2016-06-05 13:50:54 +02:00
mathieui
c00cfecdf8
Enable message carbons by default
2016-06-05 13:35:03 +02:00
louiz’
0d787998df
Update a few url to use https, or even a few old poezio.eu references
2016-03-09 18:03:02 +01:00
mathieui
11d41625e2
Get rid of the muc_history_length option
...
It hasn’t worked for more than two years and no one complained.
Furthermore, poezio tries to be smart and request messages based on
previous activity, and not raw numbers.
2015-10-05 21:44:33 +02:00
mathieui
ad10738981
Fix the plugins_dir documentation
2015-09-30 01:03:12 +02:00
mathieui
37774bc352
Add an 'eval_password' option
...
to read the password from a secrets store
2015-08-16 12:22:10 +02:00
Florent Le Coz
def04d6609
Beginning, not begining
2015-08-03 19:17:14 +02:00
mathieui
d9050e9565
Add a show_jid_in_conversations option
...
To hide or show the JID of the contact in conversation tabs.
2015-06-18 21:11:58 +02:00
mathieui
927822cb46
Document the vertical_tab_list_size option better
...
say it’s for horizontal size
2015-05-21 10:36:48 +02:00
mathieui
96e97962bc
Add missing options to default_config.cfg and fix some values
2015-02-21 23:12:58 +01:00
mathieui
2583b6a934
Add a force_remote_bookmarks option
2015-02-21 22:04:03 +01:00
Célestin Matte
0ae1ee2fbf
Add nick_color_aliases (default: true), to look for color of aliases
2014-12-24 00:29:41 +01:00
Célestin Matte
251a10ab0d
Add a muc_color section in the config file to permanently fix a color to a nick
2014-12-24 00:28:22 +01:00
mathieui
2452706b90
Add a deterministic_nick_colors option (default: true)
2014-12-20 23:13:26 +01:00
mathieui
00396c158a
Fix #2847 (SASL External support)
...
- Add two new options, keyfile and certfile, which must be both set for
the auth to work.
- if both are set, then poezio doesn’t force-prompt a password if there
is none specified
- add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs
commands.
- add a page of documentation on the process
2014-12-11 22:28:44 +01:00
mathieui
5b7606722e
Fix the comment on auto_reconnect too
2014-12-05 20:20:17 +01:00
Florent Le Coz
0800c666eb
Set auto_reconnect to True by default
2014-12-04 15:30:18 +01:00
mathieui
a9f642f743
Extract XHTML-IM inline imags by default
...
- Add two new options: tmp_image_dir and extract_inline_images
- tmp_image_dir is $XDG_CACHE_HOME(usually ~/.cache)/poezio/images if unset
- Name the images from a SHA-1 of their data and their mimetype
- Output file:// links inside the message
2014-10-16 18:56:12 +02:00
mathieui
5a5d5812ed
Add an open_all_bookmarks option
...
this option determines if the non-autojoin bookmarks will
be opened on startup or not.
It is false by default.
2014-10-12 23:06:44 +02:00
mathieui
d95ec953c3
Fix the doc for remote_fifo_path ( fixes #2584 )
2014-09-17 17:17:47 +02:00
mathieui
5999b71c41
Fix #2106 (implement message delivery receipts)
...
- two options request/ack_message_receipts
- two new theme parameters : CHAR_ACK_RECEIVED and COLOR_CHAR_ACK
- if a message has a receipt, the character is displayed between the
timestamp and the nick, using the color
2014-04-27 16:32:03 +02:00
mathieui
a511d5a84d
Document the create_gaps option
...
and sets the default value to false, to keep coherent with the code.
2014-04-15 23:05:33 +02:00
mathieui
a784216196
Fix #2440 (highlight composing tabs)
...
- add a show_composing_tabs option, default value: "direct"
- todo: find a nice different color for this
2014-04-15 22:57:44 +02:00
mathieui
f165d3a4a0
Set display_user_color_in_join_part to true by default
2014-04-09 01:45:02 +02:00
mathieui
fe072a847b
Fix the dark theme with the new “non-empty-input tabs”
...
that was ugly
2014-04-09 00:26:31 +02:00
mathieui
1ce485c6fa
Fix #2354 (logs are badly colored with xhtml history)
...
- now it should work properly
- add a COLOR_LOG_MSG theming option, used both for local and remote
history
2014-04-07 01:25:30 +02:00
mathieui
bb00727e78
Update setup.py (from what was changed for the pypi release)
...
also remove old stuff from the default config
2014-03-21 00:54:46 +01:00
Mathieu Pasquet
05a9e03d53
Add a configurable way of setting cipher suites
...
And put reasonable defaults
2014-02-13 00:50:32 +01:00
mathieui
7e3efccb53
Fix #2407 (unencrypted connections)
...
Add a force_encryption option set to true by default.
2014-02-13 00:48:19 +01:00
mathieui
a3a4bb34dd
Forgot the __init__.py for the poezio_themes package
2013-08-10 20:40:58 +02:00
mathieui
a50b32896d
Move the most relevant options to the top of the default config file
...
(people may not want to read the whole file to setup their account)
2013-08-09 23:26:23 +02:00
mathieui
31c2e23c4c
Logs errors by default, in a dedicated file
...
- log_errors option, true by default
- errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log
by default)
This should help a lot for debugging, and provide a way for people
to easily give debug traces without useless or personal infos.
2013-08-03 19:27:25 +02:00
mathieui
2b4c06b6f8
Fix #2315 (send pings to the server every minute to check the connection)
...
add two new options:
connection_timeout_delay and connection_check_interval
2013-06-11 00:03:48 +02:00