Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-29make esession authentication warning less obtrusiveBrendan Taylor
2008-06-29Revert r9859 as this killed the stream.js
2008-06-29Don't disconnect on unbound prefixes.js
2008-06-29Leopard's X11 is started automagically - we don't need this anymore.js
2008-06-28Close preset messages popup before closing the status window. Otherwise GTK w...Stephan Erb
2008-06-27don't send our presence when we unblock a contact and we are invisible. Fixes...Yann Leboulanger
2008-06-27prevent TB when reading pending events. Fixes #4035Yann Leboulanger
2008-06-27correctly escape jids in capsYann Leboulanger
2008-06-27entity capabilities for groupchat contacts. fixes #4033Yann Leboulanger
2008-06-27[erlehmann] Fixed regular URL matching expressions for "-".Jean-Marie Traissard
2008-06-27Fix ctrl + tab (get_control called with too much parameters)Jean-Marie Traissard
2008-06-27teeny-tiny fixBrendan Taylor
2008-06-27win.get_controls() isn't needed anymoreBrendan Taylor
2008-06-27first pass at stripping out the one-tab-per-session codeBrendan Taylor
2008-06-27[erlehmann] Improved regular URL matching expressions. Fixes #3715.Stephan Erb
2008-06-26Fix typo.Stephan Erb
2008-06-26Do not update metacontacts when nothing has changed. Fixes sending metacontac...Stephan Erb
2008-06-26remove duplicate function, simplify logicYann Leboulanger
2008-06-26increase xmpppy verbosity when we use -l gajim=DEBUGYann Leboulanger
2008-06-25Various roster_window and modelfilter fixes.Stephan Erb
2008-06-25don't try the old (XEP-018) way to go invisible. It's not XMPP complient. Tha...Yann Leboulanger
2008-06-25acknowledge privacy list set iqs as required by XEP-0016Yann Leboulanger
2008-06-25remove unused functionYann Leboulanger
2008-06-25don't think connection to server failed when only first connection attempt fa...Yann Leboulanger
2008-06-25Remove unused function. Make remove_groupchat more solid.Stephan Erb
2008-06-24don't send thread ids in message receipts unless there's a threadBrendan Taylor
2008-06-23mood and activity menuitem changes to CheckmenuitemYann Leboulanger
2008-06-23ability to ignore a transport contact. see #3984Yann Leboulanger
2008-06-21hopefully fix some has_window bugsBrendan Taylor
2008-06-21moved session negotiation handling from gajim.py to session.pyBrendan Taylor
2008-06-20when we right click on a word in conversation textview, even if it's not sele...Yann Leboulanger
2008-06-20handle unknown message type as 'normal'. fixes #3977Yann Leboulanger
2008-06-20quick fix for private messages until we support caps for them. see #4033Yann Leboulanger
2008-06-19when we are disconnected from server, we then try to reconnect only with the ...Yann Leboulanger
2008-06-18fix handle_event() for pms and new_chat_from_jid() for existing chat controlsBrendan Taylor
2008-06-17Remove Non-ASCII character.Stephan Erb
2008-06-17Handle remote roster changes.Stephan Erb
2008-06-17Use the namespace variable. Sorry, forgot to change that here.js
2008-06-17Type in NS.js
2008-06-17* Implemented XEP-0184 section 5.js
2008-06-17fix traceback when no control is opened. fixes #4024, #4028Yann Leboulanger
2008-06-17fix undefined variables in handle_event()Brendan Taylor
2008-06-16use SSLv23 method (it support SSLv2, v3 and TLSv1) instead of only TLSv1 meth...Yann Leboulanger
2008-06-16don't allow /ping command for zeroconf account. Fixes #3685Yann Leboulanger
2008-06-16[sgala] Prevent TBJean-Marie Traissard
2008-06-16don't allow to block a transport contact. Fixes #3984Yann Leboulanger
2008-06-16Correctly update metacontact icon on expand when a child has pending events.Stephan Erb
2008-06-16Do not hide big brother contacts when a child has pending events. Fixes #3921Stephan Erb
2008-06-16Two roster sort fixes.Stephan Erb
2008-06-16groups :Jean-Marie Traissard