mathieui
0cb39b32a4
Do not generate invalid jids (e.g. localpart@domainpart/)
...
This is in prevision of a sleekxmpp update with JID validation.
Also, comment the “server” option in the config file a bit better.
2012-08-01 20:10:00 +02:00
mathieui
9905646184
Various changes to the roster sorting
...
- Change the separator from _ to :
- Move the functions away in another module to avoir cluttering the
roster code
- Add a case-sensitive sort (“sname”)
2012-08-01 14:42:02 +02:00
mathieui
c890fefbc4
Add an "online" contact sorting method
...
- put the online contacts at the beginning of the list
- allows, e.g. jid_reverse_online_reverse, to put offline contacts at
the start of the group, in alphabetical order
2012-08-01 01:36:18 +02:00
mathieui
71f813af28
Add a roster_group_sort option, which works like roster_sort
...
- defaults to "name" (sort by group name)
- document it
- also, micro-optimize get_nb_connected_contacts()
2012-08-01 01:06:57 +02:00
mathieui
1625a4f41f
Add a roster_sort option to sort the contacts inside the roster groups
...
- defaults to jid_show (which means that they are sorted into sub-groups
by show and are sorted by JID inside those)
- See the default config file or the documentation for details
2012-07-31 23:40:53 +02:00
mathieui
ee97ba6b6c
Make the autorejoin option work with bans, too, and fix the documentation
2012-07-31 13:38:53 +02:00
mathieui
88d32a7bc4
Add an autorejoin_delay option
...
- document it
- works in per-tab config too
2012-07-30 19:05:20 +02:00
mathieui
82e242305d
Remove the shell_completion
...
- completion is normal with no way to change it
(shell_completion was buggy)
- remove it in the default config and in the doc too
2012-07-19 02:09:24 +02:00
mathieui
737c6aae43
Fix a comment in the default config file
2012-06-01 22:46:58 +02:00
mathieui
32f8ada92d
Put the personal words in the last words completion (M-/)
...
(instead of the normal completion)
2012-05-23 16:34:07 +02:00
mathieui
12bd9b589c
Add personal words completion - Fixes #1723
...
This commits adds a “words” variable to the configuration file. This
variable must contain a list of words, separated by colons (:).
Those words will then be completed upon tab completion in the chatrooms,
private conversations, and direct conversations.
2012-05-23 16:25:53 +02:00
mathieui
b36247e7c9
Remove the unused “port” option.
...
custom_port is already used instead.
2012-05-22 20:04:41 +02:00
mathieui
0f8a5abdc0
Add an option to always show the separator - Fixes #2240
2012-05-17 16:55:31 +02:00
mathieui
0c6a0abe86
Document some more options
2012-05-10 19:25:32 +02:00
mathieui
abe8c0ab71
Add a show_roster_jids option
2012-04-19 00:20:03 +02:00
mathieui
25a9a36201
Document the new options
2012-04-18 15:57:43 +02:00
mathieui
27a7bfc92c
Add a whitespace_interval option
2012-03-13 18:46:02 +01:00
mathieui
5c412a66b8
Add a ca_cert_path option
2012-03-09 00:48:49 +01:00
mathieui
497e9fc685
Added doc for ignore_certificate and certificate options
2012-03-09 00:36:58 +01:00
mathieui
c7da566f0a
Fixes #2324
2012-02-15 23:01:50 +01:00
mathieui
c26ff221fd
Documentation update
2012-02-15 22:29:13 +01:00
Florent Le Coz
695a7ebeba
Merge branch 'master' of https://git.louiz.org/poezio
2012-02-15 20:10:00 +01:00
Florent Le Coz
0606c2b351
Add the new option in the configuration file.
2012-02-15 20:09:44 +01:00
mathieui
b89cd8fd83
Fixes #2303 (add user_list_sort option)
2012-02-14 11:49:09 +01:00
Florent Le Coz
9534b5252b
Add ATTENTION colors to dark theme
2012-01-27 19:35:10 +01:00
mathieui
bbcd9c631c
Add an auto_reconnect option
2012-01-26 17:21:13 +01:00
mathieui
825d5a6dd1
Beep when receiving a MUC invitation (by default)
2012-01-26 10:05:34 +01:00
mathieui
8deb901253
Doc/config file for this new option
2011-11-27 13:06:49 +01:00
mathieui
d3e74edfa4
Add the new option to the default config file
2011-11-26 23:32:19 +01:00
Florent Le Coz
a40199d8ef
Add an option to display vertical tabs from bottom to top.
2011-11-16 02:23:40 +01:00
Florent Le Coz
034a2bde2c
Update the dark theme for the vertical tabs.
2011-11-16 02:09:31 +01:00
Florent Le Coz
1777d7414d
Document the two new options.
2011-11-16 02:09:30 +01:00
mathieui
2dc4ec3bad
Doc for custom_host and custom_port (config file and asciidoc)
2011-11-10 17:20:47 +01:00
Florent Le Coz
458e853874
Merge branch 'master' of https://git.louiz.org/poezio into plugins
2011-11-05 01:42:50 +01:00
Florent Le Coz
7e8ea8e47f
Merge branch 'doc'
2011-11-03 03:42:19 +01:00
Florent Le Coz
ebef15ec40
Add configure and keys documentation, also edit some default configuration values.
2011-11-02 20:21:09 +01:00
Emmanuel Gil Peyrot
dac8a12abf
Add a config option that display the nick in join/part/status
...
change/etc. in that user color. Fixes #2282 .
2011-11-01 17:14:43 +01:00
Florent Le Coz
0451127ff8
Merge branch 'master' into plugins
2011-10-29 07:20:10 +02:00
mathieui
a8b3909fde
French → English
2011-10-24 21:27:37 +02:00
Florent Le Coz
0764708f7b
Set room to poezio@muc.poezio.eu
2011-10-16 21:55:14 +02:00
Florent Le Coz
b6cfd03300
add color for participant none in dark theme
2011-09-30 17:34:40 +02:00
Florent Le Coz
deea31d9b7
merge missing changeset from default into plugin, so both branches are up to date
2011-09-29 00:25:01 +02:00
Florent Le Coz
cb4f095291
[zorun] update man, add key bindings descriptions, etc
2011-09-29 00:18:08 +02:00
Florent Le Coz
c80022e816
merge default into plugins branch. So that branch is still up to date too
2011-09-25 20:12:43 +02:00
Florent Le Coz
fa5044f423
Create dark theme with 256 colours support
2011-09-25 20:11:10 +02:00
Florent Le Coz
674f151c38
Default theme is now ok, I think
2011-09-25 19:24:14 +02:00
Florent Le Coz
cac130e754
Autoload plugins
2011-09-24 23:44:52 +02:00
Florent Le Coz
9432c755ae
Add plugins_dir to default conf
2011-09-24 22:29:02 +02:00
mathieui
2fe05e12a4
Fixes #2247
2011-09-19 01:17:01 +02:00
mathieui
7a31299292
Add a color state for disconnected rooms ( Fixes #2166 )
2011-09-12 10:56:02 +02:00