summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-12-04Set auto_reconnect to True by defaultFlorent Le Coz
2014-11-29Add our own JID to the rostermathieui
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-11-02Add a stream error handler in order to display error messagesmathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-31Fix some tracebacks on /set completionmathieui
2014-10-30Fix the ssl check for asynciomathieui
2014-10-29Fix two potential tracebacks on /set completionmathieui
2014-10-20Fix #2719 (write/read in the plugin config files even when not loaded)mathieui
2014-10-20Fix #2713 (make /set <option> return the value of the option)mathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
2014-10-16Do not ignore empty topicsFlorent Le Coz
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-12Add an open_all_bookmarks optionmathieui
2014-10-08Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1mathieui
2014-10-03Fix #2692 (ad-hoc mistakes show /help list)mathieui
2014-09-30Fix an other call to an old SleekXMPP function nameFlorent Le Coz
2014-08-25Clear the numbers already entered on alt+j when the new one is not digitFlorent Le Coz
2014-08-07Continuation keys (like after M-j or Ctrl-c) are handled without blockingFlorent Le Coz
2014-08-01Fix a traceback when a receiving a message from a bare JIDFlorent Le Coz
2014-08-01Entirely remove the g_lock (used to avoid a few race conditions with ncures)Florent Le Coz
2014-08-01Ad-hoc requests can be sent on any JID, not just serversFlorent Le Coz
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
2014-08-01Little comments fixFlorent Le Coz
2014-08-01Privacy: do leak our last activy when our status is away or xaFlorent Le Coz
2014-08-01The password used can be changed at runtime using /set and /reconnectFlorent Le Coz
2014-08-01First implementation of auto_reconnect, poezio-sideFlorent Le Coz
2014-08-01Display “authentication failed” only when all auth methods failedFlorent Le Coz
2014-08-01Make the TimedEvents work with asyncioFlorent Le Coz
2014-07-31Make the resize work, using an ugly workaroundFlorent Le Coz
2014-07-30Make the bookmark stuff non-blockingFlorent Le Coz
2014-07-30Fix a bunch of iq.send() by removing the `block` argumentFlorent Le Coz
2014-07-30Fix all the connect() reconnect() stuffFlorent Le Coz
2014-07-30Send pings only when we are connectedFlorent Le Coz
2014-07-28Do not traceback when we receive a message from a JID with no resourceFlorent Le Coz
2014-07-24First adaptation to slixmppFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-07-06Fix #2534 (display who changed the topic)mathieui
2014-07-01Fix a traceback when we trigger the reload using a signalFlorent Le Coz
2014-05-31get_tab_by_name() should specify a tab type whenever possibleFlorent 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-08Fix a hidden traceback on error message outside MUCsmathieui
2014-05-06When closing a tab, go to the previous one, and not the one before it in the ...mathieui
2014-05-05Fix a traceback on adhoc errormathieui
2014-05-05Revert "Fix #2072 (only resize a tab if the size changed since the last displ...mathieui
2014-05-04Do not beep in a MUC if we receive a message from one of our resourcesmathieui
2014-05-04Implement the execution of ad-hoc commands (#1832)Florent Le Coz