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
AgeCommit message (Expand)Author
2008-08-04fix printing of sent zeroconf messages. fixes #4051Yann Leboulanger
2008-08-01better transltion strings. see #4166Yann Leboulanger
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-06-13fix number of parameters to session.receives in zeroconf. Fixes #4015Yann Leboulanger
2008-05-19pass session when dispatching MSGNOTSENTBrendan Taylor
2008-05-17fixed link-local messaging (broken by session-centric) and removed a ton of d...Brendan Taylor
2008-05-13merged in session-centric branch, with fixes for OTR compatibilityBrendan Taylor
2008-05-11Reverted r9614 and r9615.js
2008-05-11merged in session_centric branchBrendan Taylor
2008-05-03reuse existing chat sessions and controlsBrendan Taylor
2008-04-22In obvious cased, don't compare boolean values to True or False.Stephan Erb
2008-04-22Use startswith() instead of string slicing to check for prefixes or suffixes.Stephan Erb
2008-04-15typoYann Leboulanger
2008-04-15Don't fail on windows if bonjour is not installed. fixes #3861Yann Leboulanger
2008-04-07use getaddrinfo to know if we should use ipv4 or v6 for zeroconfYann Leboulanger
2008-04-06make zeroconf work correctly on both ipv4 and ipv6. Bind on an ipv6 socket if...Yann Leboulanger
2008-03-21coding standardsYann Leboulanger
2008-03-21fix zeroconf to be ablt to use IPv6. Fixes #3683Yann Leboulanger
2008-02-14use timeout_add_seconds instead of timeout_add (when it's available), more ef...Yann Leboulanger
2008-02-13Sadly, timeout_add_seconds is only availaible since gtk 2.14. It's quite rece...Jean-Marie Traissard
2008-02-13[Goedson] use timeout_add_seconds instead of timeout_add, more efficient. fix...Yann Leboulanger
2008-02-05merged trunk into session_centric branchBrendan Taylor
2008-01-30remove useless spaces and tabsYann Leboulanger
2007-12-31Backport some fixes to zeroconf: don't fail on special characters, don't allo...Stephan Erb
2007-12-28Refactor the way we decide whether GPG is usable or not: Ability to change ke...Stephan Erb
2007-12-13[js & I] show pep info in account tooltip, fix a bug in create_contact()Yann Leboulanger
2007-11-30fix the ability to choose GPG key before we connectYann Leboulanger
2007-11-19do a better split that accounts for escaped .'s.James Newton
2007-11-19fix link-local collision detectionStefan Bethge
2007-11-19fix link-local problems when reconnecting vie network-managerStefan Bethge
2007-11-16cache incoming zeroconf connections. fixes #3561Yann Leboulanger
2007-11-13[anonymous] fix dbus type when calling message.EntryGroup.AddService. fixes #...Yann Leboulanger
2007-10-22My name has changedYann Leboulanger
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-10-10stoped -> stoppedYann Leboulanger
2007-10-09fixed ZeroConf and gave it E2E supportBrendan Taylor
2007-10-08fix file transfer in zeroconfYann Leboulanger
2007-10-08Fix filetransfer in zeroconfStephan Erb
2007-10-08fix number of argument in MSG event in zeroconf partYann Leboulanger
2007-10-07Correct spelling errorStephan Erb
2007-08-26[Brendan Taylor] Gsoc 2007 work : end to end encryptions. Fixes #544Yann Leboulanger
2007-08-22redraw actions menu when zeroconf account connects.Yann Leboulanger
2007-08-22zeroconf don't support private storageYann Leboulanger
2007-08-07remove svn:executable to zeroconf filesYann Leboulanger
2007-08-07integrate pybonjour support to Gajim. see #2883. need a fix when sending mess...Yann Leboulanger
2007-08-06don't fail when there is a name conflictYann Leboulanger
2007-07-28new drop in replacement for zeroconf.py, uses pybonjourStefan Bethge
2007-07-27fix #3186 (thanks dkirov)Stefan Bethge
2007-07-27set zeroconf hostname on every connection. fix: #3117Stefan Bethge
2007-06-30Handle malformed timestamps (which would cause an unhandled exception and hor...Travis Shirk