summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-13Document the changing_nick plugin eventFlorent Le Coz
2014-10-13Document the before_quote and the after_quote options of the quotemathieui
2014-10-12Add an open_all_bookmarks optionmathieui
2014-10-12Color the JID in locking/unlocking messagesmathieui
2014-10-12Output the result of the /info command in the MUC windowmathieui
2014-10-12Give feedback on the OTR commands in the current tabmathieui
2014-10-12Add a notification in the OTR plugin if the session isn't establishedmathieui
2014-10-11Add a /dump <filename> command to the XML tabmathieui
2014-10-10Fix /me display in delayed messagesmathieui
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