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-06-06
Fix #3062 (mention /accept or /deny must be done in the roster tab)
mathieui
2015-06-01
Save the bookmark password in the tab in the initial join, for later usage
Florent Le Coz
2015-05-31
Cleanup: remove sone unused code and threading stuff
mathieui
2015-05-11
Remove gettext support, as we don’t want to translate poezio, and it takes ...
Emmanuel Gil Peyrot
2015-04-28
Display the MUC-related error messages inside the MUC
mathieui
2015-04-16
Fix MUC private messages
mathieui
2015-04-14
Fix #2714 (make bare /bookmark use the current room password if there is one)
mathieui
2015-04-13
Fix #3043 (add a hint about /access when receiving a sub request)
mathieui
2015-04-13
“Disconnected from server” message is now an error only if we didn't ask ...
Florent Le Coz
2015-04-13
Display error messages inside a conversation
mathieui
2015-04-13
Handle error messages for real
mathieui
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
[next]