Dimitur Kirov
|
14c5213a58
|
Jim: typo
|
2006-04-06 10:58:19 +00:00 |
|
Nikos Kouremenos
|
e703218466
|
coding standards. rm too much identation
|
2006-04-05 14:54:17 +00:00 |
|
Yann Leboulanger
|
0828f88e29
|
fix logic. Fixes #1798
|
2006-04-04 19:32:12 +00:00 |
|
Nikos Kouremenos
|
9fecec7edd
|
fix copyright stuff
|
2006-04-04 17:10:12 +00:00 |
|
Nikos Kouremenos
|
b4465083ce
|
fix copyright stuff
|
2006-04-04 17:09:29 +00:00 |
|
Nikos Kouremenos
|
7ad5bf4580
|
improve comment
|
2006-04-04 11:44:17 +00:00 |
|
Dimitur Kirov
|
cd8a5dca72
|
file tag is needed only when restoring previous
transfers
|
2006-04-04 08:31:36 +00:00 |
|
Dimitur Kirov
|
2c41c831b9
|
no file tag for stream initiation result
(#1796)
|
2006-04-04 08:27:27 +00:00 |
|
Nikos Kouremenos
|
bed7a29414
|
fix a typo
|
2006-04-02 15:11:27 +00:00 |
|
Yann Leboulanger
|
90e5561860
|
JEP 0091 support: timestamp in presences. Fixes #1675
|
2006-04-01 18:16:06 +00:00 |
|
Yann Leboulanger
|
117acf702c
|
contact.show can be not in roster. Fixes #1792
|
2006-04-01 10:23:40 +00:00 |
|
Nikos Kouremenos
|
fcf31413dc
|
fix hawke patch
|
2006-03-31 18:40:10 +00:00 |
|
Yann Leboulanger
|
d0f7758647
|
clean common.contacts._contacts when we remove a contact. Fixes #1788
|
2006-03-31 17:54:52 +00:00 |
|
Alex Mauer
|
ff5fd60861
|
* Add option 'dont_ack_s10n' to prevent the infinite loop with jabberd2 subscription acknowledgements.
|
2006-03-31 17:35:05 +00:00 |
|
Yann Leboulanger
|
ba7ef979b7
|
common/gajim can't contain _()O so move it to helpers
prevent renaming of special groups
|
2006-03-30 21:35:43 +00:00 |
|
Yann Leboulanger
|
66a4f406fa
|
Observersa in also a special group than can't be renamed / can't reveive contacts with DND
|
2006-03-30 21:25:38 +00:00 |
|
Nikos Kouremenos
|
62951fb718
|
coding standards; convert a TODO to more like testing stuff
|
2006-03-30 16:10:50 +00:00 |
|
Nikos Kouremenos
|
1dc069f237
|
overkill to use sre for just replace
|
2006-03-30 16:08:54 +00:00 |
|
Dimitur Kirov
|
114264ca13
|
stop if Process has return 0, meaning that it
closed the connection
|
2006-03-29 23:33:17 +00:00 |
|
Yann Leboulanger
|
4849c2f815
|
we go offline in rooms when we go invisible
|
2006-03-29 21:06:01 +00:00 |
|
Yann Leboulanger
|
3b46d08e5d
|
prevent a useless stanza
|
2006-03-29 20:04:48 +00:00 |
|
Yann Leboulanger
|
bfe1e8c631
|
Never join a room when invisible
|
2006-03-29 14:32:45 +00:00 |
|
Yann Leboulanger
|
65edabfb6c
|
some cleanup
|
2006-03-28 14:50:19 +00:00 |
|
Nikos Kouremenos
|
73905ec169
|
merge to logics about jid being a transport into one. use the superior one
|
2006-03-28 11:32:53 +00:00 |
|
Nikos Kouremenos
|
1ef1888cbe
|
typo. better break for setence in comment
|
2006-03-27 23:35:46 +00:00 |
|
Nikos Kouremenos
|
6caf013f52
|
use much better varname and comment the heck out of it
|
2006-03-27 23:32:39 +00:00 |
|
Nikos Kouremenos
|
0190ac90a4
|
[jim] fix logic bug
|
2006-03-27 23:15:19 +00:00 |
|
Nikos Kouremenos
|
d1bb5cbc74
|
again fix logic after cut-paste
|
2006-03-27 23:10:41 +00:00 |
|
Nikos Kouremenos
|
0bd9e77fc9
|
fix logic. thanks Jim for report
|
2006-03-27 22:42:42 +00:00 |
|
Nikos Kouremenos
|
5528e739b0
|
helpers that do not relate with xmpp, belong to helpers.py not to common/gajim.py. if they have gtk they belong to gtkgui_helpers. also use those allover
|
2006-03-27 22:31:14 +00:00 |
|
Nikos Kouremenos
|
b4d8f99d58
|
nothing
|
2006-03-27 22:30:02 +00:00 |
|
Dimitur Kirov
|
b42bd75a25
|
EISCONN error is raised in FreeBSD to indicate
that connection is already established
|
2006-03-27 15:28:29 +00:00 |
|
Dimitur Kirov
|
a9622c9a09
|
EISCONN shows that connection is already
established
|
2006-03-27 15:19:17 +00:00 |
|
Yann Leboulanger
|
ff7eb2356a
|
handle correctly when server return answer to register request when we create a new account. Fixes #1725
|
2006-03-27 09:53:47 +00:00 |
|
Yann Leboulanger
|
88730b1ea1
|
add an ui option to disable the use of FT proxies. Fixes #1751
|
2006-03-27 08:28:05 +00:00 |
|
Yann Leboulanger
|
bdda6d1555
|
show correct error message when we fail to create an account. See #1725
|
2006-03-26 23:42:36 +00:00 |
|
Nikos Kouremenos
|
6a44733d69
|
commented code, beautiful code
|
2006-03-26 19:35:29 +00:00 |
|
Nikos Kouremenos
|
21bba13bc6
|
are we python or what? :D
|
2006-03-26 19:34:31 +00:00 |
|
Nikos Kouremenos
|
66029d652e
|
rm debug prints from optparser
|
2006-03-26 19:26:25 +00:00 |
|
Yann Leboulanger
|
a5d95b4792
|
when we change combobox, only look in global synced accounts if one is connected. Fixes #1724
|
2006-03-26 13:07:11 +00:00 |
|
Yann Leboulanger
|
7d3cee66ca
|
handle connection failure when we create a new account. Fixes #1725
|
2006-03-26 12:30:29 +00:00 |
|
Yann Leboulanger
|
fb758eaf89
|
use sanitize_filename func before writing a file to HD. Fixes #1722
|
2006-03-26 11:46:04 +00:00 |
|
Yann Leboulanger
|
f58503f8e7
|
fix update_config procedure. Also remove proxy65.unstable.nl proxy. Fixes #1748
|
2006-03-26 10:24:42 +00:00 |
|
Nikos Kouremenos
|
0055c36648
|
svn is .10
|
2006-03-25 20:43:12 +00:00 |
|
Dimitur Kirov
|
e6b2686138
|
remove inactive proxies on upgrate. All svn
users remove these proxies from your accounts:
proxy65.jabber.ccc.de
proxy65.jabber.autocom.pl
proxy.jabber.cd.chalmers.se
|
2006-03-25 20:29:29 +00:00 |
|
Dimitur Kirov
|
2abcc07f81
|
remove useless option and incorrect proxies
Svn users, please update your proxy list:
proxy.jabber.org
proxy.netlab.cz
transfer.jabber.freenet.de
|
2006-03-25 20:14:10 +00:00 |
|
Yann Leboulanger
|
1fafe3b08c
|
handle correctly resources in queue of events. Fixes #1706
|
2006-03-25 17:05:54 +00:00 |
|
Nikos Kouremenos
|
ac8c6a06aa
|
name the default theme GTK+ and not system so a KDE or Windows user is not confused and generally better name. make it default
|
2006-03-25 10:47:41 +00:00 |
|
Dimitur Kirov
|
41c0ae46c6
|
plain become system, because we use system
colors, make 'system' them default:wq
|
2006-03-25 01:43:39 +00:00 |
|
Yann Leboulanger
|
3275bb9f9b
|
workaround for ejabberd bug: it returns disco#info without an indentity. JEP0030 says it's a MUST. We can now browse online / all / offline users. Fixes #865
|
2006-03-25 00:46:42 +00:00 |
|