summaryrefslogtreecommitdiff
path: root/src/connection.py
AgeCommit message (Expand)Author
2014-12-11Fix #2847 (SASL External support)mathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-20If the whitespace_interval value set in the config is null or negative, don...mathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-08-01First implementation of auto_reconnect, poezio-sideFlorent Le Coz
2014-07-30Send pings only when we are connectedFlorent Le Coz
2014-07-24First adaptation to slixmppFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-05-15Make detecting the features supported by the remote entity less awfulmathieui
2014-05-08Add an ugly fix to avoid endless disco#info queries with each message (with r...mathieui
2014-05-04Add the /ad-hoc <jid> command to list commands of the given jidFlorent Le Coz
2014-04-29Do not ask for receipts in messages without a bodymathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
2014-04-26Disable 0198 for now because we will properly implement it latermathieui
2014-04-2280-columns wrapping and some docstringsmathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
2014-04-06Code cleanupmathieui
2014-04-04Enable XEP-0198 (Stream Management)mathieui
2014-04-04Remove unused importsmathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-02-13Add a configurable way of setting cipher suitesMathieu Pasquet
2014-02-13Fix #2407 (unencrypted connections)mathieui
2013-11-14Add a /password command in the RosterTabMathieu Pasquet
2013-06-18Let the user disable the auto-ping by setting connection_check_interval to 0Florent Le Coz
2013-06-18Add config_change handlers for the two keepalive optionsFlorent Le Coz
2013-06-11Fix #2315 (send pings to the server every minute to check the connection)mathieui
2013-06-10Implement Message Carbons (XEP-280)mathieui
2013-06-03Do not block on roster operations (and do not traceback on errors) #2315mathieui
2013-06-01Fix the caps updating (“do not verify” message in swift)mathieui
2013-05-06Fix #2286mathieui
2013-03-12Implement user gaming (xep-0196)mathieui
2013-03-11Fix #1839 (User mood/activity)mathieui
2013-03-11Fix #1841 (User nickname)mathieui
2013-03-11Add a receive_user_tune option (fix #2261)mathieui
2013-03-11Implement XEP-0118 (Fix #1840)mathieui
2013-03-03Fix #1923 (caps)mathieui
2013-02-28Fix a traceback due to a sleekxmpp API changemathieui
2013-01-17Move to the upstream SleekXMPPmathieui
2012-12-31Fix #2082 (xml:lang)mathieui
2012-10-12Implement message correction.Emmanuel Gil Peyrot
2012-08-08Fix yet another bunch of potential tracebacksmathieui
2012-08-05Use the revision/date for the poezio version if a .git is foundmathieui
2012-08-02Fix a traceback due to a missing '%'mathieui
2012-08-02Implement XEP-0012 (last activity) ; Fixes #1870mathieui
2012-08-02Add simple communication blocking (Fixes #1837)mathieui
2012-08-01Do not generate invalid jids (e.g. localpart@domainpart/)mathieui
2012-07-13Finally fix the ipv6 issues.mathieui
2012-06-01Prevent a crash when the value of custom_port is not expectedmathieui
2012-05-24Change version to 0.8-devmathieui
2012-05-24Change version to 0.7.5mathieui