Yann Leboulanger
6b40b5ad32
[Santiago Gala] we can now see XHTML (JEP 0071). See #316
2006-10-03 14:12:42 +00:00
Yann Leboulanger
f34c41c93b
Di not ask "are you sure you want to leave room X" when we remove an account. We already replied to "you have opend chat windows". Fixes #2462
2006-10-03 08:54:14 +00:00
Dimitur Kirov
163cfef3b8
disconnect when avahi-daemon stop responding
...
fix reference in connection_handlers
2006-10-02 22:41:48 +00:00
Dimitur Kirov
b7ceb9ddf7
bind to next available port
...
updating port also publishes the new port
keep 1st, last as unicode
2006-10-02 20:45:49 +00:00
Dimitur Kirov
ac53b4537c
ignore messages with no type attribute
2006-10-02 18:03:35 +00:00
Stefan Bethge
e1dadf48c1
only restart listener or reconnect upon changing preferences if necessary
2006-10-02 14:15:51 +00:00
Stefan Bethge
d557725810
add missing import
2006-10-02 14:13:43 +00:00
Stefan Bethge
42cf836b7a
add copyright line
2006-10-02 12:14:56 +00:00
Nikos Kouremenos
7ce1fa4e46
self.name not self [in connection.py]
2006-10-02 11:42:26 +00:00
Nikos Kouremenos
6bab3917b1
make more helper functions out of accounts code found mainly in roster
2006-10-02 11:28:28 +00:00
Nikos Kouremenos
28b0487ffa
comment
2006-10-02 11:00:19 +00:00
Nikos Kouremenos
962c571adb
move > 1 < 2 jargon about connected acct to where it belogs [common/gajim] try to use that from now one please.
2006-10-02 10:42:59 +00:00
Stefan Bethge
227cdb742b
proper handling of normal accounts with the name 'Local',
...
don't use account's name but is_zeroconf flag for checks
2006-09-30 18:23:47 +00:00
Stefan Bethge
6ec6ec4396
fix typo
2006-09-30 01:50:10 +00:00
Nikos Kouremenos
0744b9ed83
fix strings
2006-09-30 00:01:29 +00:00
Jean-Marie Traissard
ba83ec833e
Disable privacy list menuitem when disconnecting
...
Fix TB about wrong widget name. Hope that works, can't test as only server I found that claims to support
it says I'm sending bad requests...
2006-09-29 22:22:46 +00:00
Nikos Kouremenos
1f6e5bcd7e
move dbus_support to common; try to do exceptions for D-Bus [Dimitur please have a look]
2006-09-29 20:49:15 +00:00
Stefan Bethge
2a0bce4e04
don't attempt to do zeroconf things if avahi is not found,
...
display notification
2006-09-29 17:52:21 +00:00
Stefan Bethge
d07dc39830
check if avahi is available and we're not on windows,
...
otherwise checkbutton is not sensitive
2006-09-29 17:40:11 +00:00
Nikos Kouremenos
c118ce3ad6
add code for [] show transports menuitem to work
2006-09-29 15:37:46 +00:00
Stefan Bethge
6a38879014
add new zeroconf 'vcard' window, shows the information from the txt record
2006-09-29 14:39:29 +00:00
Nikos Kouremenos
ca7a1e60e9
do not use from foo import bar
2006-09-29 10:23:20 +00:00
Travis Shirk
1b0f153e42
Fixed JEP-70 (HTTP auth) error protocol. ( #2124 )
2006-09-29 01:38:46 +00:00
Stefan Bethge
48af9872f5
ignore Timeout reached errors, otherwise connection breaks,
...
fix dragging of files to local contacts
2006-09-29 00:14:04 +00:00
Stefan Bethge
f787d2c1ad
fix file transfer,
...
add log messages for zeroconf,
refresh name changes of roster items (on resolve)
2006-09-28 23:38:55 +00:00
Stefan Bethge
341e88864c
remove ssl/tls button from zeroconf props,
...
don't publish empty txt fields
2006-09-28 22:23:53 +00:00
Yann Leboulanger
87fa2c0a5d
no need of GTK to build idle.so
...
put LDFLAGS at the end of command (better this way). Fixes #1930
2006-09-28 20:53:27 +00:00
Nikos Kouremenos
9dbc502b54
fix identation
2006-09-28 14:47:18 +00:00
Nikos Kouremenos
b19b73d4cc
use better varname; put a comment or two; try to make it better understandable; rm two unneeded lines
2006-09-28 13:35:53 +00:00
Nikos Kouremenos
9002b3d293
put my email (and jid), not one of my JIDs
2006-09-28 11:31:25 +00:00
Jean-Marie Traissard
19dbb37f80
Fix var name
2006-09-28 10:56:03 +00:00
Nikos Kouremenos
72e8da7130
intro helpers.build_command and fix helpers.exec_command(). fixes #2464 [now all is okay if path has spaces]
2006-09-28 10:44:16 +00:00
Jean-Marie Traissard
c9d27e163e
Do not show seconds in roster tooltips (if today)
...
Better description of option print_fuzzy
2006-09-26 17:44:29 +00:00
Dimitur Kirov
3de26f73ec
set privacy_rules_supported to False for
...
zeroconf connection
2006-09-26 16:05:53 +00:00
Dimitur Kirov
5fc8cf20f3
merge from trunk
2006-09-26 15:57:47 +00:00
Dimitur Kirov
d4663922c7
fix reconnect after name collision
2006-09-26 15:55:49 +00:00
Yann Leboulanger
382b245062
don't allow privacy rules window if server doesn't support it. Fixes #253
2006-09-26 11:54:03 +00:00
Jean-Marie Traissard
84b9e2af34
+gc-tooltip:Create get_uf_affiliation(); show SHOW in the place of status message if and
...
only if there is no status message, else don't show SHOW
+roster-tooltip:Show subscription only if it is different from 'both'; integrate SHOW to
last_status_time (status message alone in second line); name is now title, jid is after;
status message and show are italic everywhere; last_status_time is not showed anymore when
more than one ressource, takes too muck place(was broken anyway).
Fixes #2110 if no comment.
2006-09-26 02:41:47 +00:00
Dimitur Kirov
709896b576
show connection lost notification/dialog
...
set properties, when account is initially
created
2006-09-25 20:36:59 +00:00
Stefan Bethge
5cf072a9c7
properly disconnect from dbus when calling disconnect()
2006-09-25 20:26:20 +00:00
Stefan Bethge
f5e00e916c
reconnect using reannounce and check if port has changed,
...
change global account variable
2006-09-25 20:14:17 +00:00
Dimitur Kirov
29160807eb
set username from system user everytime on
...
startup
2006-09-25 18:57:39 +00:00
Stefan Bethge
7dfdefcdcf
fix service callbacks
2006-09-25 18:47:21 +00:00
Dimitur Kirov
9c570f9588
show input dialog when username is in conflict
2006-09-25 17:52:33 +00:00
Jean-Marie Traissard
921274b6c4
Remove "state_active_color" option. Get fg color from gtk.
2006-09-25 04:23:31 +00:00
Stefan Bethge
354b4f17e9
changed zeroconf account name to local,
...
properties window fixes,
use all fields from it in txt record,
saving prefs automatically reconnects
2006-09-23 17:05:20 +00:00
Nikos Kouremenos
5851230084
make sure we do not fail if path to iconset no longer exists. fixes #2444
2006-09-23 13:58:46 +00:00
Nikos Kouremenos
65fc27e573
Improve in style, varnames, docstrings [make it readable after months have passed], a great patch by Gustavo Carneiro with which we can get currently playing music track from Rhythmbox and Muine to be shown in our status message. fixes #564
2006-09-23 13:49:33 +00:00
Stefan Bethge
7227ea0550
moved enable link-local messaging to accounts window
...
added tooltip to it
2006-09-22 16:47:31 +00:00
Stefan Bethge
af6450bcfc
add context menu for zeroconf account
2006-09-20 23:30:00 +00:00