Yann Leboulanger
ad0bb43793
[Dicson] Fix call to history manager
2009-10-08 17:51:49 +02:00
Stephan Erb
3fc9c10caa
Remove old workarounds for Python 2.3.
2009-10-08 17:19:36 +02:00
red-agent
90c653b83a
Fixed resource extraction from jid. Fixes #5310
2009-10-08 15:21:18 +03:00
red-agent
3ef8557a8e
Tiny style fixes
2009-10-06 23:26:22 +03:00
Yann Leboulanger
416d2caf05
[waldteufel] stop generating zombies when playing sound. Fixes #5308
2009-10-06 21:35:48 +02:00
Yann Leboulanger
3a13f91162
prevent traceback
2009-10-06 21:27:40 +02:00
Yann Leboulanger
0d37f4f64b
better session handling:
...
- when a new contact with higher prio connect, detach session from chat control. Fixes #5021
- don't re-use a session that was for another sessin
Tests are more than welcome!
2009-10-06 17:35:25 +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
red-agent
8d663c31c5
Yet another fix for the proccess renaming
2009-10-05 19:19:03 +03:00
red-agent
60bb2d0bdd
Process name should correspond to the binary name
2009-10-05 17:33:50 +03:00
red-agent
563a2453ba
Improved proccess renaming
2009-10-05 17:13:12 +03:00
Yann Leboulanger
a6a9a647b2
add a checkbutton in join groupchat dialog to decide if we want to bookmark the room. Fixes #5245
2009-10-05 15:29:37 +02:00
Yann Leboulanger
4723194bca
show message subject in chat history. Fixes #5185
2009-10-05 14:25:47 +02:00
Yann Leboulanger
ea6c062b9a
prevent a traceback when we get a wrong disco#info reply (a feature without a var attribute). Fixes #5232
2009-10-05 13:46:38 +02:00
red-agent
e0dac306f7
Modified @documentation to not depend on order
2009-10-05 12:55:34 +03:00
red-agent
b7ed152624
Added ignore/unignore aliases for block/unblock
2009-10-04 22:11:19 +03:00
red-agent
d7e4ab3eb7
A workaround to make commands documentation easily translatable
...
Though I consider this a major regression, as using doc-strings is a much
cleaner and better solution. It requires not that big scaffolding to support it,
but some of Gajim developers think otherwise.
2009-10-04 20:43:51 +03:00
red-agent
aea0508221
Code style fix
2009-10-04 19:56:07 +03:00
Yann Leboulanger
c6dd2d6666
really check if we press control when we check for Ctrl+h or Ctrl+i in roster
2009-10-04 18:12:04 +02:00
Yann Leboulanger
616125d95e
[praveen & I] ability to Ctrl+ H / I in roster to show history or information dialog of a contact. Fixes #5301
2009-10-04 11:28:20 +02:00
Yann Leboulanger
c9d702b5cd
[Vasily] fix indicator usage. Fixes #5271
2009-10-03 23:29:11 +02:00
Thibaut GIRKA
b2b8ac4b76
Connect only if user accepts, move jingle detection to 'update_toolbar'
...
This allows jingle availability to be updated if contact sign in/out.
This patch will also wait for user acceptance before connecting.
This will, among other things, ensure that audio/video state won't be set to
JINGLE_STATE_CONNECTING while the connection is already up.
2009-10-03 22:40:12 +02:00
Yann Leboulanger
b6d7cb992f
remove some useless len() call
2009-10-03 09:38:13 +02:00
Yann Leboulanger
202d7861dd
restore some commented code
2009-10-03 09:32:11 +02:00
red-agent
247a92b527
Fixed the build system for the reworked version of the command system
2009-10-03 00:10:30 +03:00
red-agent
958d937d5c
Dropped in the reworked version of the new command system
...
The reworked version has refactored and simplified architecture, which also
involves simplified dispatching.
2009-10-02 23:57:11 +03:00
Yann Leboulanger
ca127b8d31
fix printing HTML messages. Fixes #5298
2009-10-02 17:57:17 +02:00
Yann Leboulanger
b954492bc2
fix typo
2009-10-02 17:18:36 +02:00
Yann Leboulanger
93e9d72dd5
don't show RIE dialog when we already have all proposed contacts. Fixes #5299
2009-10-02 17:05:04 +02:00
Yann Leboulanger
7e79f710e8
acknoledge rosterx messages
2009-10-02 16:54:33 +02:00
Yann Leboulanger
5406f8b49c
improve connection time to muc.
2009-10-02 16:47:42 +02:00
Yann Leboulanger
6781600942
add a graphics optio nto all print text function to not display emoticons and latex formulas in nicks. Fixes #4651
2009-10-02 16:28:51 +02:00
Yann Leboulanger
887b8d31b2
don't show empty RIE requests. Fixes #5299
2009-10-02 14:58:47 +02:00
Thibaut GIRKA
01d7be2d61
merge default branch to jingle
2009-09-29 20:49:40 +02:00
Yann Leboulanger
da398aa418
coding standards
2009-09-29 16:31:36 +02:00
Yann Leboulanger
4cfd56a69b
add a workarround for backward compatibility about esession. see #4396
2009-10-01 22:17:19 +02:00
Yann Leboulanger
678e3807e9
[Mattj & Florob] fix canonicalize function to prevent having twice xmlns in the attributes. Fixes #4396
2009-10-01 19:13:52 +02:00
Yann Leboulanger
c5b60e8df5
don't allow to check "enable e2e encryption" when enable_esessions is False. Fixes #5295
2009-10-01 09:51:10 +02:00
Yann Leboulanger
c31d3e526a
stop sending chatstates when remote server doesn't respond anymore. Don't acknoledge error message receipes. Fixes #4064
2009-10-01 09:41:46 +02:00
Yann Leboulanger
3802e01bba
[Florob] fix module name for sha256. Fixes #5297
2009-10-01 08:26:08 +02:00
Yann Leboulanger
a3e80d2c76
[Florob] handle new error code in groupchat. Fixes #5285
2009-09-30 17:21:58 +02:00
Yann Leboulanger
3afea608e2
use python sha and hmac built-in modules rather than those in python-crypto. Fixes #5294
2009-09-30 17:02:51 +02:00
Yann Leboulanger
a9c7731cbb
don't use same var for different things in the same function! Fixes #5235
2009-09-29 14:52:25 +02:00
Yann Leboulanger
c2e15ae9d2
prevent traceback when closing single message window. Fixes #5292
2009-09-29 13:51:20 +02:00
Yann Leboulanger
4d8454a242
request bookmarks via XML if server announce it supports pubsub but doesn't answer in the next 30 seconds. Fixes #5198
2009-09-29 11:08:42 +02:00
Thibaut GIRKA
10a6b0683c
Second typo corrected... I need to sleep...
2009-09-28 22:31:28 +02:00
Thibaut GIRKA
b4d2227662
Fixed a typo ; Prepared tie breaking and content-info handling
2009-09-28 22:23:48 +02:00
red-agent
c5b63d948d
Fixed a bug with a raw commands
2009-09-28 08:20:24 +03:00
Thibaut GIRKA
85195e99ad
workaround for psi, little fixes...
2009-09-27 22:56:09 +02:00
Yann Leboulanger
a8cd67706b
merge bug 4212 branch
2009-09-27 11:52:51 +02:00
red-agent
4112dcd538
Fixed the duplication of input history
2009-09-27 12:32:57 +03:00
Thibaut GIRKA
e141d7875a
Don't send audio/video data before session acceptance.
2009-09-26 23:07:09 +02:00
Thibaut GIRKA
5a1a36e348
Fix somes issues with content-add/content-accept/session-accept, and other things.
2009-09-26 21:55:43 +02:00
Benjamin Richter
7378efcb21
Improve group renaming efficiency. Fixes #4212
2009-09-26 20:23:59 +02:00
Thibaut GIRKA
b5c7519740
A little fix with content acceptance ; modified a bit JINGLE_DISCONNECTED
2009-09-26 14:14:58 +02:00
Yann Leboulanger
db4f73f058
fix indentation
2009-09-26 13:16:48 +02:00
red-agent
36a3db5e29
Tiny code style corrections
2009-09-26 13:44:08 +03:00
Thibaut GIRKA
08b7f18f50
Fix content reject
2009-09-26 12:31:56 +02:00
Thibaut GIRKA
62d6f408c2
Merge the commits I've made yesterday with asterik's ones
2009-09-26 12:25:36 +02:00
Thibaut GIRKA
193f2613a9
Rewritten contentAddCB in order to ask the user about new contents
2009-09-26 12:22:41 +02:00
Yann Leboulanger
a8eedfc781
ability to accept contents and not only session
2009-09-26 10:29:08 +02:00
Thibaut GIRKA
011f4fe142
Auto-accept contents we have created (it would make no sense to refuse it...)
2009-09-25 23:52:39 +02:00
Thibaut GIRKA
a8bccebfb7
Added approve_content and decline_content methods.
...
A content has now to be accepted (user-side) before {content,session}-accept
2009-09-25 23:05:14 +02:00
Yann Leboulanger
5f70d6b78e
use a str instance instead of a xmpp.JID instance
2009-09-25 20:41:22 +02:00
Yann Leboulanger
20755acedc
fix typo
2009-09-25 20:40:53 +02:00
Thibaut GIRKA
77541f3e7f
support for content-{add,reject,accept}, new helpers, and other few things
2009-09-25 19:32:13 +02:00
Benjamin Richter
568e1edd1e
Improved handling of RTL nicknames in roster. Fixes #4293
...
If the number of connected resources is appended in parentheses,
the appropriate ltr or rtl mark is inserted before, so that the
writing direction at the end of the nickname matches the writing
direction of the whole displayed string as determined by
http://www.unicode.org/reports/tr9/#The_Paragraph_Level
2009-09-25 17:11:38 +02:00
Yann Leboulanger
a051d1ec95
initialize var before they are used
2009-09-25 15:47:43 +02:00
Yann Leboulanger
a57448d083
fix some missing things in video GUI
2009-09-25 15:29:22 +02:00
Yann Leboulanger
32965a948e
new GUI to start audio and video sessions. TODO: ability to add/remove audio/video content to an existing session
2009-09-25 13:52:44 +02:00
red-agent
cca6cfe17b
Keep the code consistent
2009-09-24 01:28:35 +03:00
Yann Leboulanger
245c3f12d4
don't remove a file before renaming under windows because os.remove('test') will remove 'TEST' under window. Fixes #5279
2009-09-23 22:27:52 +02:00
Yann Leboulanger
cb1fccca7c
fix /join command to use the same account as the one we're connected in the current room.
2009-09-23 21:35:27 +02:00
Yann Leboulanger
70e145a827
fix traceback preventing showing ALT text of an image. Fixes #5247
2009-09-23 19:07:58 +02:00
Yann Leboulanger
4db1d2738c
process links and latex in HTML messages. Fixes #5053 , #4539
2009-09-23 19:04:12 +02:00
Yann Leboulanger
e8e2b219ba
add a interface.run() function to really start Interface
2009-09-23 18:54:35 +02:00
Yann Leboulanger
17f17267ea
call gtk.gdk.window.focus() with current timestamp rather than 0. This fixes some WM issues.
2009-09-23 17:35:42 +02:00
Yann Leboulanger
abba30b439
Totem now uses MPRIS API. Fixes #4705
2009-09-23 16:43:31 +02:00
Thibaut GIRKA
d7560ed764
My last commit was useless... now terminate the session if the connection fails
2009-09-22 22:33:00 +02:00
Yann Leboulanger
40160ecdc2
ignore when dropping file on a contact that doesn't support file transfer. Fixes #4058
2009-09-22 08:21:01 +02:00
Yann Leboulanger
80e4d0a36d
disable Ubuntu indicator support. see #4942 , Fixes #5271
2009-09-21 21:36:04 +02:00
Yann Leboulanger
086469a594
[g.livid] fix xfce4 notifd usage with git version of notifyd. Fixes #5280
2009-09-21 21:31:40 +02:00
Yann Leboulanger
6124a60b8f
don't fail when we get chat / normal messages from a room_jid. Fixes #5276
2009-09-21 21:22:57 +02:00
Thibaut GIRKA
a4e019ee7e
Last time, I removed something I shouldn't have...
2009-09-20 22:41:17 +02:00
Yann Leboulanger
40199e359c
farsighr module is now optional. Fixes #5278
2009-09-20 20:46:03 +02:00
Yann Leboulanger
d89abc9195
prevent traceback when enabling Tune. Fixes #5277
2009-09-20 20:19:31 +02:00
Thibaut GIRKA
c162780a58
coding standards, and other few things
2009-09-19 17:24:59 +02:00
Thibaut GIRKA
6b99db8980
merge default branch to jingle
2009-09-19 16:35:47 +02:00
Thibaut GIRKA
5503c80e2a
fix some erros from my last commit, fix conditions for session initating and acceptance
2009-09-18 20:17:35 +02:00
red-agent
89bfa782dc
Gajim's build system is a little bit funky. Fixes 5274
2009-09-18 18:45:08 +03:00
red-agent
8ae6679fe8
Added the new command system to the build system
2009-09-18 17:32:27 +03:00
Thibaut GIRKA
bd9d793ad8
send messages to the gui, wait for codecs, and other things
...
JingleSession now sends messages about errors or session terminating to the GUI.
Another thing is that it'll wait for all transports candidates and all codecs to be ready before
starting or accepting a session. This is required by video, which is only missing a GUI. :)
2009-09-17 23:36:26 +02:00
red-agent
030738db2d
Merge the new command system in
2009-09-17 23:22:48 +03:00
Yann Leboulanger
f5b1c2dca7
improve GUI for jnigle
2009-09-17 22:21:06 +02:00
red-agent
e0e4dd6c31
A bunch of fixes for the command completion
2009-09-17 19:06:38 +03:00
Yann Leboulanger
12baddbdc3
start of GUI stuff for VOIP
2009-09-17 14:48:15 +02:00
Yann Leboulanger
b6481d54ea
[Jonathan Michalon] Make latex images theme aware.
2009-09-17 13:54:20 +02:00
red-agent
39eef45bca
Command auto-completion along with some fixes
2009-09-17 13:25:25 +03:00
red-agent
90d378941b
Fixed arguments check in raw commands
2009-09-17 11:36:47 +03:00
red-agent
91e28d0ed9
Removed the command that was accidently commited
2009-09-17 11:24:58 +03:00
red-agent
684662c15d
Few fixes for the command system
2009-09-17 09:03:57 +03:00
red-agent
1a327414ca
Moderate refactoring and parser/adapter enhancements
2009-09-17 04:38:39 +03:00
Thibaut GIRKA
163b01e113
New class for video sessions, added an end_session method, and minor changes
2009-09-16 22:35:11 +02:00
Thibaut GIRKA
8b4cd1b368
Fixed two more or less fatal mistakes from my last commit
2009-09-16 21:21:08 +02:00
Yann Leboulanger
11c7de6c34
coding standards
2009-09-16 20:41:12 +02:00
Yann Leboulanger
4e4a91dbe1
prevent traceback. Fixes #5269
2009-09-16 16:14:03 +02:00
Thibaut GIRKA
af44ee0840
Moved things to JingleRTPContent, start pipeline earlier
...
Some methods of JingleVoIPContent have been moved to JingleRTPContent, in prevision of a video content class.
The pipeline now starts in setupStream, and the stream's direction is changed when the stream is ready.
2009-09-16 13:55:54 +02:00
red-agent
4dae0bde44
Removed unused code
2009-09-15 23:40:29 +03:00
Yann Leboulanger
709dba715a
global option alwaysauth become a per-account autoauth option. Fixes #5264
2009-09-15 22:26:42 +02:00
red-agent
6630d88c08
Fixed a bug in the nick command
2009-09-15 22:59:48 +03:00
red-agent
10a0867e59
Enhanced command arguments parser/adapter
2009-09-15 22:57:01 +03:00
Yann Leboulanger
ebe93d25ff
fix memory leak with gtkspell. Fixed #2025
2009-09-15 21:19:38 +02:00
Yann Leboulanger
da29844342
[Dicson] fix typo. Fixes #5267
2009-09-15 19:49:56 +02:00
Yann Leboulanger
651e801334
correctly change the resource of a control. Fixes #5261
2009-09-15 17:41:47 +02:00
red-agent
8a72870a6d
More code refactoring
2009-09-15 17:46:02 +03:00
red-agent
c194b92136
Made command options refactoring along with some fixes
2009-09-15 03:33:02 +03:00
red-agent
a264608b29
Slighlty changed command arguments parser/adapter internal logic
...
Made parser to preserve the order of options, so I can use it later to provide
some enhancments for the adapter.
2009-09-15 01:20:49 +03:00
red-agent
7bec311cfb
Made some cosmetic API changes to the command system
2009-09-14 22:04:49 +03:00
red-agent
0a1ef72c0d
Removed unused code from the Dispatcher
2009-09-13 22:11:40 +03:00
red-agent
620d102ac5
Fixed a typo
2009-09-13 21:19:10 +03:00
red-agent
6a20a33b70
Dropped in an implementation of standard commands
2009-09-13 17:43:44 +03:00
red-agent
880952b5c3
Few more fixes for the command system
2009-09-13 16:40:33 +03:00
Yann Leboulanger
949dbe6e38
better focus behavior when adding/removing a new proxy profile. Fixes #4017
2009-09-13 11:21:23 +02:00
Thibaut GIRKA
32ad59aa42
jingle: move from the old farsight to farsight2,
...
better compliance to the last version of XEP 0166, 0167 and 0176
2009-09-13 11:02:49 +02:00
red-agent
cae86299e4
Rolled in a bunch of fixes for the command system
2009-09-13 00:22:17 +03:00
red-agent
981572f79d
Improved error handling in the command system
2009-09-12 23:22:50 +03:00
red-agent
ae0f32d922
Dropped in the brand new and shiny command system
2009-09-12 16:51:21 +03:00
red-agent
c38e7050f5
Swept everything related to commands
2009-09-11 04:54:26 +03:00
Yann Leboulanger
faf3a1fe6f
add a reconnect menuitem in groupchat context menu when it's doconnected. Fixes #4004
2009-09-11 00:12:36 +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
17e03edfd7
show confirmation dialog first time we send custom status. see #3646
2009-09-10 22:12:52 +02:00
Yann Leboulanger
0ea6544c26
show notification for bad GPG pass instead of an error dialog
2009-09-10 18:30:26 +02:00
Yann Leboulanger
7d7ca4d4ae
always expand lines in disco window, increase default disco window width. Fixes #3877
2009-09-10 13:54:44 +02:00
Yann Leboulanger
8b528e512f
move change_awn_icon_status from roster_window.py to gajim.py. see #3643
2009-09-09 13:51:33 +02:00
Yann Leboulanger
44e98585ed
move music track listener things from roster_window.py to gajim.py. see #3643
2009-09-09 13:26:53 +02:00
Yann Leboulanger
377a777823
always reply to incoming resource. see #5227
2009-09-09 10:38:26 +02:00
Yann Leboulanger
bad4297952
when unregistering an account, wait server answer before closing connection.
2009-09-09 10:13:03 +02:00
Yann Leboulanger
94f3db54ec
merge fix from trunk
2009-09-08 21:45:18 +02:00
Yann Leboulanger
ff49ce0f0d
fix typo. Fixes #5259
2009-09-08 20:07:29 +02:00
Yann Leboulanger
1f7b19180d
merge default branch to jingle
2009-09-08 12:01:09 +02:00
Yann Leboulanger
e4d06f4035
[red-agent] don't reconnect to groupchat when we are disconnected. Fixes #5257
2009-09-08 07:13:49 +02:00
Benjamin Richter
c3d5c8cca2
Make fuzzyclock code more concise.
...
Also use % formatting instead of string replace.
Translation files updated accordingly.
2009-09-07 20:23:35 +02:00
Yann Leboulanger
378cdaeaf0
[red-agent] autoreconnect to MUC automatically. Fixes #5257
2009-09-07 22:27:13 +02:00
Yann Leboulanger
815255d317
show Activated in ACE only for boolean options
2009-09-07 21:07:12 +02:00
Yann Leboulanger
b8f0732de7
get correctly parent node when browsing pubsub. Fixes #3438
2009-09-06 20:59:42 +02:00
Yann Leboulanger
3f366db009
fix log in pubsub.py
2009-09-05 21:35:14 +02:00
Yann Leboulanger
bb2637b95c
prevent a traceback when upgrading
2009-09-05 18:19:19 +02:00
Yann Leboulanger
08fe28ce20
when changing hpaned position in a groupchat, move all hapned in all groupchats. see #5252
2009-09-04 22:34:35 +02:00
Yann Leboulanger
bbb75bcdf1
clean spell languages list only once. Fixes #5228
2009-09-04 21:02:55 +02:00
Yann Leboulanger
c5e447fab8
ability to set priority via gajim-remote. see #3345
2009-09-03 23:18:49 +02:00
Yann Leboulanger
91b7004dc9
BaseException.message has been deprecated as of Python 2.6
2009-09-03 22:38:40 +02:00
Yann Leboulanger
682d6f838a
add account combobox to join groupchat dialog when we try to join a groupchat from another chat / groupchat. Fixes #3344
2009-09-02 23:45:16 +02:00
Yann Leboulanger
a2ca911d80
when a JID is invalid in member / admin / ... list in MUC configuration, just ignore this JID and not all others. Fixes #5241
2009-08-31 23:04:54 +02:00
Yann Leboulanger
9345ddfad5
connect to server even if it doesn't support disco
2009-08-31 21:57:01 +02:00
Yann Leboulanger
b3704d37c5
show list-multi in a treeview when there are too much options. Fixes #3046
2009-08-31 21:45:52 +02:00
Yann Leboulanger
3392e493ab
reset shown unread message after database has been updated
2009-08-31 00:11:57 +02:00
Yann Leboulanger
6390fe9872
fix error when inserting unread message
2009-08-30 23:36:36 +02:00
Yann Leboulanger
893e6bcfd6
Don't show errors as status change in history viewer. Fixes #2881
2009-08-30 23:20:13 +02:00
Yann Leboulanger
23dbb00d2d
show only once unread messages at startup when we have twice the same contact in 2 accounts. Fixes #2921
2009-08-30 22:48:45 +02:00
Yann Leboulanger
306fe18521
fix typo. fix #5233
2009-08-30 12:03:29 +02:00
Yann Leboulanger
cac215909b
disable RST generator only for GPG encrypted messages, not E2E
2009-08-30 11:58:41 +02:00
Yann Leboulanger
da799bcb59
add ad hoc commands for zeroconf. Fixes #2819
2009-08-30 00:57:49 +02:00
Yann Leboulanger
1e76981322
prevent traceback when showing a warning before roster is built
2009-08-28 20:42:48 +02:00
Yann Leboulanger
3d6ac046f2
don't prevent removing a sevret key when none in available. Fixes #1210
2009-08-28 15:27:25 +02:00
Yann Leboulanger
56e5629877
always disable autoaway when we go offline. Fixes #5218
2009-08-28 15:06:35 +02:00
Yann Leboulanger
abe9eb8b7d
[Kanor] Fix typo. Fixes #5243
2009-08-28 13:44:03 +02:00
Yann Leboulanger
54fa89af23
correctly detect vcard support of server. Fixes #5233
2009-08-28 13:41:36 +02:00
Yann Leboulanger
3a09185cb9
[avm] limit the number of emoticons / latex formulas to 100 per message. Fixes #5129
2009-08-28 13:32:47 +02:00
Yann Leboulanger
d0da7cb14e
don't move selection when new text arrives and selection goes until the end of conversation textview. Fixes #5223
2009-08-28 13:23:12 +02:00
Yann Leboulanger
f71335be9a
correctly catch not working D-Bus. Fixes #4740
2009-08-28 12:09:18 +02:00
Yann Leboulanger
de938ee841
fix various problems when changing our nick while we have encrypted pm. Fixes #5234
2009-08-28 11:08:51 +02:00
Yann Leboulanger
4438154eb0
prevent traceback when changing nick
2009-08-27 20:15:54 +02:00
Yann Leboulanger
88fe4f8e36
prevent traceback when there are unread message on startup
2009-08-27 20:09:57 +02:00
Yann Leboulanger
9ada82a3eb
prevent GTK warning
2009-08-27 19:56:11 +02:00
Yann Leboulanger
91018930ee
[avm] fix decode error in latex errors. Fixes #4744
2009-08-27 19:23:19 +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
062add136e
prevent traceback (fix missing import)
2009-08-26 21:57:54 +02:00
Yann Leboulanger
59384fa689
don't depend on GTK2.14. Fixes #5213
2009-08-07 23:43:19 +02:00
Yann Leboulanger
3c8e88b0b5
[Waldteufel] fix translation comment about fuzzyclock and fix translations
2009-08-07 22:26:55 +02:00
Yann Leboulanger
43a4ebc583
make atom pubsub widget translated
2009-08-06 19:20:06 +02:00
Yann Leboulanger
8536e99738
fix closing of AtomPubsub window. Fixes #5210
2009-08-06 19:17:31 +02:00
Yann Leboulanger
b9d4611fda
remove 3 duplicated lines
2009-08-06 18:35:52 +02:00
Yann Leboulanger
ca0b16f62b
don't take into account style of not realized widgets. Fixes #5211
2009-08-06 18:34:53 +02:00
Yann Leboulanger
1f760de1ff
prevent traceback. Fixes #5202
2009-08-06 00:07:23 +02:00
Yann Leboulanger
a79efe5af0
strip JID in add contact dialog. Fixes #5200
2009-08-06 00:01:07 +02:00
Yann Leboulanger
b83f9ae5d6
[Dicson] add support for key 'body' in the Message Action, and add jid via roster command. Fixes #5195
2009-08-05 23:58:25 +02:00
Yann Leboulanger
770b21fa60
handle strange notification daemon version values. Fixes #5209
2009-08-05 23:13:47 +02:00
Yann Leboulanger
5c9e35cd0e
select chat window once we open a new one
2009-08-05 21:03:50 +02:00
Yann Leboulanger
8fcaa914e1
ability to use anonymous authentication
2009-08-05 20:53:58 +02:00
Yann Leboulanger
23e0ea755f
[mcepl] Fix typo. Fixes #5205
2009-08-05 17:35:27 +02:00
Yann Leboulanger
260f1541d1
request privacy lists after disco result
2009-08-04 17:57:12 +02:00
Yann Leboulanger
ff2a02269d
request privacy rules and metacontacts only once at startup
2009-08-04 00:49:56 +02:00
Yann Leboulanger
1f32083334
fix XML -> PubSub transition for bookmarks when bookmarks node doesn't exist
2009-08-04 00:36:28 +02:00
Yann Leboulanger
f501c2c4fe
prevent traceback when a room is destroyed. Fixes #5194
2009-08-01 18:28:25 +02:00
Yann Leboulanger
2ffd6cbcb8
store bookmarks in both pubsub and xml, and copy those from xml to pubsub on startup
2009-07-31 17:11:55 +02:00
Yann Leboulanger
5b62a6fbbd
add publish-options to bookmark storage if server supports it
2009-07-31 15:50:11 +02:00
Yann Leboulanger
4a0e5bc2b3
[Link Mauve & I] store bookmarks in pubsub if server supports that.
2009-07-31 14:52:01 +02:00
Yann Leboulanger
66254bc47f
discover server feature in first when connecting
2009-07-31 13:47:47 +02:00
Yann Leboulanger
ec71c7d7c2
do not add 127.* IPs when sending file
2009-07-31 10:57:48 +02:00
Yann Leboulanger
c740177956
better pygtk failure code
2009-07-30 19:21:23 +02:00
Yann Leboulanger
228f6dc6be
catch a databased malformed exception to warn user. Fixes #5191
2009-07-30 18:06:52 +02:00
Yann Leboulanger
968a44dbaf
stringprep nick and room jid in manage bookmark dialog.
2009-07-29 12:56:59 +02:00
Yann Leboulanger
e273fa4ab8
remove old FIXME, don't crash when we receive badly encoded char via zeroconf. Fixes #5178
2009-07-29 12:09:02 +02:00
Yann Leboulanger
1c7b265c9c
better file transfer error handling. Fixes #5064
2009-07-28 23:13:34 +02:00
Yann Leboulanger
492abfb407
always build emoticons menu with 16x16 images. Fixes #3125
2009-07-28 17:04:57 +02:00
Yann Leboulanger
f748e893fb
prevent traceback
2009-07-24 16:17:49 +02:00
Yann Leboulanger
02e24ab120
don't show many accepted window when we add many contacts through RIE
2009-07-23 22:57:33 +02:00
Yann Leboulanger
a6a5e4de4e
fix /ban command
2009-07-23 15:05:33 +02:00
Yann Leboulanger
58be783ba5
some coding standards
2009-07-22 10:58:49 +02:00
Yann Leboulanger
f207b114a6
fix roster item exchange remove suggestion
2009-07-22 10:48:41 +02:00
Yann Leboulanger
8622a3cca7
prevent traceback when we get an empty roster item exchange message
2009-07-22 10:48:28 +02:00
Yann Leboulanger
7966126c3b
correct log for zeroconf_avahi.py
2009-07-22 09:49:56 +02:00
Yann Leboulanger
61bdb67859
coding standards
2009-07-22 09:30:24 +02:00
Yann Leboulanger
b7fa1a152f
fix saving _last_SHOW activity / mood when we unset them.
2009-07-22 08:55:25 +02:00
Jonathan Schleifer
ce71f40f7d
[Florian Zeitz] More compatibility for MPRIS.
2009-07-22 00:13:28 +02:00
Yann Leboulanger
779dcbd38b
fix using change nick button in groupchats
2009-07-21 00:30:43 +02:00
Yann Leboulanger
d408610425
copy list before iterating on it in case we modify it.
2009-07-21 00:13:55 +02:00
Yann Leboulanger
cd9eed6277
stupid me, calling .keys() on a dict ...
2009-07-20 23:51:17 +02:00
Yann Leboulanger
e40a3b6272
prevent traceback when we remove contacts in iter_contacts() loop.
2009-07-20 23:47:59 +02:00
Anaël Verrier
6eba5f9946
* fixed a bug (when we try to remove a jid from roster window)
2009-07-20 20:09:39 +02:00
Jonathan Schleifer
40dac41852
Fix traceback in MPRIS.
2009-07-19 22:09:09 +02:00
Yann Leboulanger
010e02e329
handle reson when we ban a jid.
2009-07-17 19:12:11 +02:00
Yann Leboulanger
19e302b918
bosh port must now be included in bosh URI
2009-07-17 11:20:28 +02:00
Yann Leboulanger
235c4d9ab8
* ask only once at a time to change our nickname in a room in case of conflict
...
* add a checkbutton to use the entered nickname by default without asking anymore. Fixes #5141
2009-07-17 09:53:15 +02:00
Yann Leboulanger
425ae28713
redraw correctly accountsWindow after we removed an account
2009-07-16 17:54:43 +02:00
Yann Leboulanger
5649552298
import things differently in xmpp so it works with python26. Fixes #5168
2009-07-16 17:44:45 +02:00
Yann Leboulanger
a478cf863b
prevent sending several times the same message in zeroconf.
2009-07-16 17:25:47 +02:00
Yann Leboulanger
d51102112d
fix sending message to zeroconf from XML console. Fixes #5050
2009-07-16 17:23:05 +02:00
Yann Leboulanger
ba697a583f
fix missing var in zeroconf
2009-07-16 17:22:34 +02:00
Yann Leboulanger
938593952d
detect and send all our local IPs from local DNS. Fixes #4249
2009-07-16 15:29:07 +02:00
Yann Leboulanger
50cf012b75
don't remove occupant from room roster when we try to change our nick to the occupant's nick. Fixes #5120
2009-07-16 14:53:14 +02:00
Yann Leboulanger
cc154c2bf2
prevent traceback when kwalletcli is not available. see #5153
2009-07-16 12:27:53 +02:00
Yann Leboulanger
cfc0c2fe5c
[mirabilos] save password in kwallet is available. Fixes #5153
2009-07-15 21:02:47 +02:00
Anaël Verrier
0497a1bedf
* do not stock anymore groupchat presence into NonBlockingRoster. Fixes #5160
2009-07-14 18:48:24 +02:00
Yann Leboulanger
5f55a54e76
don't send a new presence when we only want to change pep info
2009-07-14 16:41:25 +02:00
Yann Leboulanger
b8e80c2245
fix error with bosh
2009-07-13 22:23:14 +02:00
Yann Leboulanger
4a469d2ae6
add another way to get errno from exception
2009-07-13 22:14:24 +02:00
Yann Leboulanger
53c31a53b6
session packet are not mendatory during login. Send it only when requested by server. Fixes #5088
2009-07-13 18:32:16 +02:00
Yann Leboulanger
c4a720aa89
handle ZeroReturnError raised by PyOpenSSL
2009-07-13 17:47:20 +02:00
Yann Leboulanger
2bd1e1410d
get errornum correctly in SSLWrapperError exceptions
2009-07-13 17:44:47 +02:00
Yann Leboulanger
711dfce03c
better way to detect pyopenssl usage
2009-07-13 17:44:12 +02:00
Anaël Verrier
88065eb34f
* fixed some problems with SQL escapement for roster versioning. For example when we have double quote or another character like this. Fixes #5159
...
* some code refactoring for roster versioning in common/logger.py
* added a docstring and some comments in common/logger.py
2009-07-13 15:21:35 +02:00
Yann Leboulanger
d75fbca31b
[Paco] Fix bug with /kick command.
2009-07-12 18:34:47 +02:00
Yann Leboulanger
7a976135e2
fix traceback when we get bookmarks and roster is not present.
2009-07-12 15:13:17 +02:00
Yann Leboulanger
15b3ba35b1
restore metacontct correctly when we connect to server and we already have contacts in roster (stored locally). Fixes #5156
2009-07-12 13:33:29 +02:00
Yann Leboulanger
1ff9001084
[Paco & i] support nicknames with space for /ban and /kick commands
2009-07-10 16:30:10 +02:00
Yann Leboulanger
7bfcf169e4
fix zeroconf
2009-07-10 16:15:09 +02:00
Yann Leboulanger
72ed0a7339
fix merge error. Fixes #5154
2009-07-10 15:48:46 +02:00
Yann Leboulanger
278a8bc59e
merge elghinn's branch (roster versioning) to trunk. Fixes #4661 , #3190
2009-07-10 15:05:01 +02:00