summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09-29Don’t use deprecated-then-removed aliases from slixmpp.Emmanuel Gil Peyrot
2014-09-29Get the asyncio event loop only once.Emmanuel Gil Peyrot
2014-09-26Update the quickstart guidemathieui
2014-09-26Update OTR documentationmathieui
2014-09-17Fix #2581 (fix /untell completion)mathieui
2014-09-17Fix the doc for remote_fifo_path (fixes #2584)mathieui
2014-09-17[link] add a way to use a custom browser, directly with the command argumentsFlorent Le Coz
2014-08-25Clear the numbers already entered on alt+j when the new one is not digitFlorent Le Coz
2014-08-08Fix a traceback on command_win: matchin_names() must return strings, not JIDsFlorent Le Coz
2014-08-07Remove the timeout and the pre-get_wch things from the keyboard moduleFlorent Le Coz
2014-08-07Continuation keys (like after M-j or Ctrl-c) are handled without blockingFlorent Le Coz
2014-08-01Update the pipe_cmd plugin to use asyncio and be awesomeFlorent Le Coz
2014-08-01Fix an indentation issue introduced earlier (bar tab displaying only one tab)Florent 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-01Fix the data form retrieval, by making it non-blockingFlorent 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-01Use ChatTab in day_changeFlorent 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-30Fix the git pull in update.shFlorent Le Coz
2014-07-30Minor fix of a function signatureFlorent 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-30Fix the main launch point to use asyncio correctly, and read stdin using itFlorent Le Coz
2014-07-28Do not traceback when we receive a message from a JID with no resourceFlorent Le Coz
2014-07-27Add dummy on_delete handlers for input placeholdersmathieui
2014-07-24First adaptation to slixmppFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-07-24The most important resource of a bare jid is the one with the highest priorityFlorent Le Coz
2014-07-19Scroll the input after erasing the last visible charmathieui
2014-07-19Fix #2563 (fix the asserts in adjust_view_pos)mathieui
2014-07-19Remove the -OO in launch.shmathieui
2014-07-09Fix #2520 (feedback on roster changes)mathieui
2014-07-09Fix #2546 (ugly tb with the gpg plugin)mathieui
2014-07-06Fix #2534 (display who changed the topic)mathieui
2014-07-06Fix #2537 (crash on adhoc tab without items)mathieui
2014-07-06Fix #2554 (traceback on last activity in the roster)mathieui
2014-07-05Make the thread from the cmd_plugin be a daemonFlorent Le Coz