index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
handlers.py
Age
Commit message (
Expand
)
Author
2015-02-09
Change the bookmark interface
mathieui
2015-01-28
Minor fixes to the certificate warning prompt (#2949)
mathieui
2014-12-30
Only graphically ack a message if it was sent by us
mathieui
2014-12-17
Explicitly disconnect when refusing to acknowledge a certificate change
mathieui
2014-12-17
Handle invalid certificate chains (with the ca_cert_path option)
mathieui
2014-12-11
Fix #2847 (SASL External support)
mathieui
2014-12-07
Don’t put newlines between xml stanzas in the xml tab
mathieui
2014-12-07
Fix the xml tab when pygments isn’t present
mathieui
2014-12-07
Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)
mathieui
2014-12-04
Set auto_reconnect to True by default
Florent Le Coz
2014-11-29
Add our own JID to the roster
mathieui
2014-11-02
Add a stream error handler in order to display error messages
mathieui
2014-10-31
Merge branch 'master' of git.poez.io:poezio into slix
mathieui
2014-10-30
Fix the ssl check for asyncio
mathieui
2014-10-20
Remove the (sometimes wrong) default values in the config.get() calls
mathieui
2014-10-20
Change the API of Config.get_by_tabname
mathieui
2014-10-16
Extract XHTML-IM inline imags by default
mathieui
2014-10-16
Do not ignore empty topics
Florent Le Coz
2014-10-14
Merge branch 'master' of git.poez.io:poezio into slix
mathieui
2014-10-12
Add an open_all_bookmarks option
mathieui
2014-10-08
Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1
mathieui
2014-09-30
Fix an other call to an old SleekXMPP function name
Florent Le Coz
2014-08-01
Fix a traceback when a receiving a message from a bare JID
Florent Le Coz
2014-08-01
Fix a few blocking iq, and remove all block=False function arguments
Florent Le Coz
2014-08-01
First implementation of auto_reconnect, poezio-side
Florent Le Coz
2014-08-01
Display “authentication failed” only when all auth methods failed
Florent Le Coz
2014-07-30
Make the bookmark stuff non-blocking
Florent Le Coz
2014-07-30
Fix all the connect() reconnect() stuff
Florent Le Coz
2014-07-30
Send pings only when we are connected
Florent Le Coz
2014-07-28
Do not traceback when we receive a message from a JID with no resource
Florent Le Coz
2014-07-24
First adaptation to slixmpp
Florent Le Coz
2014-07-24
Use slixmpp
Florent Le Coz
2014-07-06
Fix #2534 (display who changed the topic)
mathieui
2014-05-31
get_tab_by_name() should specify a tab type whenever possible
Florent Le Coz
2014-05-08
Fix a hidden traceback on error message outside MUCs
mathieui
2014-05-05
Fix a traceback on adhoc error
mathieui
2014-05-04
Do not beep in a MUC if we receive a message from one of our resources
mathieui
2014-05-04
Implement the execution of ad-hoc commands (#1832)
Florent Le Coz
2014-04-30
Remove Tab.get_name() and use Tab.name instead
mathieui
2014-04-29
Do not ask for receipts in messages without a body
mathieui
2014-04-29
Fix most UI issues with introduced in 0caf941
mathieui
2014-04-28
Make the size modular, remove small-size lock (also seems to fix #2155)
mathieui
2014-04-27
Provide our own wrapper for checking the host category (ref #2511?)
mathieui
2014-04-27
Fix #2106 (implement message delivery receipts)
mathieui
2014-04-26
Fix the nickname of server-generated messages
mathieui
2014-04-25
Fix #2516 (display error with carbons)
mathieui
2014-04-15
Fix #2440 (highlight composing tabs)
mathieui
2014-04-14
Implement XEP-0249 (Direct MUC Invitations)
mathieui
2014-04-06
Code cleanup
mathieui
2014-04-05
Split the Core class
mathieui