gajim-plural/src/common
Jean-Marie Traissard ca457a7ac2 groups :
-Use a method to get_shown_groups (possibly more work to do (special group attribute))
-Show contact only if contact.ask, not according to modified xep 0162 logic. (I don't get neither the xep
meaning, neither this modified logic, can you explain steve-e ?)
-Remove contact before we modify it req_sub(). Else we can't remove it because iter is not found.
-When removing a contact and we let him in see us (observer), manually set show to offline, so he is not set as
visible.
-Remove observer from observer group if we asked him auth (I mean before he answer). Xep 0162 say he is not an
observer then. Fix contact staying in observer group when we get auth later.
-Renaming groups seems fixed (it's an accident :p )

More work on group to follow
2008-06-15 21:48:13 +00:00
..
xmpp flush xmpppy's send queue before disconnecting 2008-05-19 20:04:14 +00:00
zeroconf fix number of parameters to session.receives in zeroconf. Fixes #4015 2008-06-13 15:59:04 +00:00
GnuPG.py http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators." 2008-04-18 00:02:56 +00:00
GnuPGInterface.py http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None should always be done with 2008-04-18 00:26:07 +00:00
Makefile.am Merging changes from trunk (6774:7465) 2006-11-18 20:52:28 +00:00
__init__.py configuration is now in common/config 2005-04-12 21:09:06 +00:00
atom.py merge diff from trunk to pep branch 2007-08-09 15:39:18 +00:00
caps.py remove old comment in caps.py 2008-06-12 15:16:36 +00:00
check_paths.py new XEP-0115 implementation (version 1.5) 2008-04-20 22:58:47 +00:00
commands.py merged in session-centric branch, with fixes for OTR compatibility 2008-05-13 01:59:10 +00:00
config.py Completely remove OTR. 2008-06-08 15:27:05 +00:00
configpaths.py merge diff from trunk 2007-12-12 08:44:46 +00:00
connection.py * Fix passing of message ID. 2008-06-08 15:51:55 +00:00
connection_handlers.py detach sessions from controls when the highest priority contact changes. 2008-06-10 02:58:17 +00:00
contacts.py groups : 2008-06-15 21:48:13 +00:00
crypto.py merge diff from trunk 2007-12-12 08:44:46 +00:00
dataforms.py merge diff from trunk 2007-12-12 08:44:46 +00:00
dbus_support.py Be more specific on excepts. 2008-06-08 10:19:26 +00:00
defs.py new XEP-0115 implementation (version 1.5) 2008-04-20 22:58:47 +00:00
dh.py merge diff from trunk 2007-12-12 08:44:46 +00:00
events.py pass the ChatControl around with printed_chat events 2008-06-14 16:49:48 +00:00
exceptions.py Warn user when database is corrupted and unreadable. Fixes #3761 2008-03-17 07:22:43 +00:00
fuzzyclock.py merge diff from trunk 2007-12-12 08:44:46 +00:00
gajim.py don't make submenus in the Actions menu if we've only got a zeroconf account and a normal account 2008-06-13 02:18:16 +00:00
helpers.py add "other" to all sub-activities and fix "Having an appointment" activity. Fixes #4019, #3981 2008-06-15 18:13:03 +00:00
i18n.py merge diff from trunk 2007-12-12 08:44:46 +00:00
idle.c make idle detection work in Windows without C compilation stuff (use ctypes and do the call to user32.dll via python [py25 includes ctypes else get it externally]. an Xmas gift from to Yann for .11 wonderful release! 2006-12-30 00:54:20 +00:00
logger.py new XEP-0115 implementation (version 1.5) 2008-04-20 22:58:47 +00:00
nslookup.py merge diff from trunk 2007-12-12 08:44:46 +00:00
optparser.py new XEP-0115 implementation (version 1.5) 2008-04-20 22:58:47 +00:00
passwords.py Fix indentation. Please test patches before commiting... 2008-05-05 00:05:20 +00:00
pep.py make pep work, move config options per account, make publish_tune configurable in account context menu. fixes #3954 2008-05-30 21:43:53 +00:00
proxy65_manager.py merge diff from trunk 2007-12-12 08:44:46 +00:00
pubsub.py [Florob] ability to retract pubsub events. fixes #3913 2008-05-05 07:48:13 +00:00
rst_xhtml_generator.py merge diff from trunk 2007-12-12 08:44:46 +00:00
sleepy.py Reduced too big indentation inside first try-catch (was 2 tabs, now it's 1 tab). 2008-05-28 16:15:39 +00:00
socks5.py Fix file transfers on win32. 2008-05-10 15:40:27 +00:00
stanza_session.py pass the ChatControl around with printed_chat events 2008-06-14 16:49:48 +00:00
xmpp_stringprep.py merge diff from trunk 2007-12-12 08:44:46 +00:00