Yann Leboulanger
|
d05140a114
|
ability to request room logs without time / number of stanza limit. Fixes #6877
|
2011-05-09 20:32:48 +02:00 |
Yann Leboulanger
|
c2ea566b12
|
add advanced option to allow not saving roster position. Fixes #5712
|
2011-04-21 20:52:14 +02:00 |
Denis Fomin
|
e61f7aa4db
|
Added 'show roster on startup' option. Fixes #6793
|
2011-02-04 23:52:03 +03:00 |
Yann Leboulanger
|
23d3d79f83
|
add an option to allow disabling sending local time. Fixes #6764
|
2011-01-19 09:08:31 +01:00 |
Yann Leboulanger
|
65d0709ff9
|
[mako] missing translated string. Fixes #6103
|
2010-12-13 06:38:27 +01:00 |
Yann Leboulanger
|
3e2bfd67a3
|
use xdg-open if available. Thanks to polymorphm forthe initial patch. Fixes #5874
|
2010-09-08 15:25:36 +02:00 |
Yann Leboulanger
|
06da4df46f
|
[Andrej A Antonov] Use correct word: System Tray -> notification area. Fixes #5864
|
2010-08-23 10:40:04 +02:00 |
Yann Leboulanger
|
4ef341bf2e
|
handle URI in a better way. some require ://, some only :. Fixes #5841
|
2010-08-15 21:51:40 +02:00 |
Yann Leboulanger
|
ca43e5441c
|
merge message archiving branch. Fixes #3593
|
2010-08-11 18:43:41 +02:00 |
Yann Leboulanger
|
05a1af2c55
|
merge plugin system to trunk
|
2010-07-28 14:11:46 +02:00 |
Alexander Cherniuk
|
314342ada2
|
Added an ability to execute a command when a new Gmail event arrives. Thanks to umonkey. Fixes #5818
|
2010-07-20 20:15:44 +03:00 |
Yann Leboulanger
|
796213c9cb
|
merge with trunk
|
2010-07-19 19:53:29 +02:00 |
Yann Leboulanger
|
44d53c40cc
|
ability to fix framerate and video size for jingle video.
|
2010-06-19 15:44:10 +02:00 |
Yann Leboulanger
|
2c2e4201d7
|
merge from trunk
|
2010-05-25 16:33:40 +02:00 |
Yann Leboulanger
|
d44c30373f
|
[Calamar and me]sasl-external c2s authentication. Fixes #5704
|
2010-04-18 20:43:40 +02:00 |
Éric Araujo
|
9b5ee1e13b
|
convert tabs to spaces in source code thanks to reindent.py
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix
some whitespace, and fix some other madness manually.
|
2010-04-08 01:20:17 +02:00 |
Yann Leboulanger
|
2be53c4aac
|
update my copyright to 2010
|
2010-03-11 16:52:36 +01:00 |
Yann Leboulanger
|
b21d538b0f
|
fix insecure_connection text to not talk about password, and add new warning to inform user when he is about to send plain password on plain connection. Fixes #5607
|
2010-02-17 13:35:18 +01:00 |
Éric Araujo
|
357d7db07d
|
fixed some whitespace thanks to 2to3 -f ws_comma
|
2010-02-10 19:24:11 +01:00 |
Éric Araujo
|
0408b35cfb
|
convert tabs to spaces in source code thanks to reindent.py
also use 2to3 -f ws_comma to fix some whitespace
|
2010-02-10 17:59:17 +01:00 |
Yann Leboulanger
|
fa05d88b2b
|
merge from default branch
|
2010-02-08 22:25:41 +01:00 |
Éric Araujo
|
fedd7dc8e2
|
convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
|
2010-02-08 15:08:40 +01:00 |
Yann Leboulanger
|
ebf9407c5d
|
improve subscription request message, ability to save it. Fixes #2176
|
2010-01-27 17:23:37 +01:00 |
Yann Leboulanger
|
3a76966c14
|
merge from default branch
|
2010-01-19 16:37:14 +01:00 |
Thibaut GIRKA
|
e3f16c6371
|
[Jingle] Volume levels are saved, audio UI shows up even if there are errors, until the session ends
|
2010-01-10 16:31:00 +01:00 |
Yann Leboulanger
|
4a8e30800f
|
add advanced option to disable showing affiliation in muc. Fixes #5534
|
2010-01-07 20:52:16 +01:00 |
Yann Leboulanger
|
c1d0013cb0
|
ability to discover STUN server with SRV records of jabber server
|
2010-01-07 18:02:05 +01:00 |
Yann Leboulanger
|
95137bae06
|
[Tony] print idle time in tooltip. see #5528
|
2010-01-06 23:12:56 +01:00 |
Yann Leboulanger
|
2a944e5404
|
ability to get address / location from geoclue and send it via PEP
|
2009-12-07 23:16:30 +01:00 |
Yann Leboulanger
|
07be0727de
|
[Florob] show in roster and message window geolocalisation of a contact. Fixes #5485
|
2009-12-07 18:32:42 +01:00 |
Yann Leboulanger
|
5401b457d5
|
add stun_server option in pref window.
|
2009-11-30 21:10:24 +01:00 |
Yann Leboulanger
|
e42bed8a56
|
fix default audio_input_device
|
2009-11-29 14:17:03 +01:00 |
Yann Leboulanger
|
2dfeb10fef
|
set default values to audio/video input/output devices
|
2009-11-29 14:15:25 +01:00 |
Yann Leboulanger
|
5f58e2a9ac
|
save audio / video input / output device in config
|
2009-11-27 23:11:17 +01:00 |
Alexander Cherniuk
|
cea7c66f75
|
A portion of doc-string refactoring
|
2009-11-26 12:21:43 +02:00 |
Yann Leboulanger
|
3d4688e9fa
|
request archiving logs only since last time we requested it
|
2009-11-26 08:27:31 +01:00 |
Mateusz Biliński
|
70731dbab7
|
Merged default branch into plugin-system branch.
|
2009-11-14 21:15:27 +01:00 |
Yann Leboulanger
|
cb1fcc8cf8
|
update ft proxies list
|
2009-11-01 16:50:27 +01:00 |
Yann Leboulanger
|
f2aee9e7cb
|
add show_self_contact ACE option to show / hide self_contact row as we want. Fixes #4796
|
2009-10-16 19:51:29 +02:00 |
Yann Leboulanger
|
43f87899f8
|
[louizatakk] shell-like completion
|
2009-10-16 15:20:12 +02:00 |
Yann Leboulanger
|
166a70b48e
|
update some colors. Fixes #5321
|
2009-10-13 20:05:45 +02:00 |
Yann Leboulanger
|
2f1412050c
|
[Xytovl] ability to configure font and colors of incoming / outgoing messages. Fixes #5311
|
2009-10-13 13:42:44 +02:00 |
Yann Leboulanger
|
07277df1e2
|
[gotham] update default colors to be tangoified. see #5307
|
2009-10-06 11:41:32 +02:00 |
Yann Leboulanger
|
95047d3e50
|
add an enable checkbutton in accounts window for normal accounts too. Fixes #4489
|
2009-10-06 11:23:31 +02:00 |
Yann Leboulanger
|
709dba715a
|
global option alwaysauth become a per-account autoauth option. Fixes #5264
|
2009-09-15 22:26:42 +02:00 |
Yann Leboulanger
|
a7c3451e1d
|
Show a confirmation dialog first time we block a contact. Fixes #3646
|
2009-09-11 00:01:56 +02:00 |
Yann Leboulanger
|
378cdaeaf0
|
[red-agent] autoreconnect to MUC automatically. Fixes #5257
|
2009-09-07 22:27:13 +02:00 |
Yann Leboulanger
|
982db9636c
|
add 2 advanced option to configure how many log lines we want when entering a room. Fixes #5237
|
2009-08-27 18:08:14 +02:00 |
Yann Leboulanger
|
8fcaa914e1
|
ability to use anonymous authentication
|
2009-08-05 20:53:58 +02:00 |
Yann Leboulanger
|
19e302b918
|
bosh port must now be included in bosh URI
|
2009-07-17 11:20:28 +02:00 |