summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 the default value of Config.get to Nonemathieui
2014-10-31Fix some tracebacks on /set completionmathieui
2014-10-30notify_messages is of course True by defaultmathieui
2014-10-30Use a space instead of a cross while checking featuresmathieui
2014-10-30Fix the ssl check for asynciomathieui
2014-10-29Fix two potential tracebacks on /set completionmathieui
2014-10-27Add some unit tests using py.testmathieui
2014-10-25Make the features disco in chat more user-friendlymathieui
2014-10-22Typomathieui
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-20Initialize PluginConfig properlymathieui
2014-10-20Make the runtime changes to max_lines_in_memory usefulmathieui
2014-10-20If the whitespace_interval value set in the config is null or negative, donâ€...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-20Keep the default config options in a dict and make the “default” paramete...mathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
2014-10-16Do not ignore empty topicsFlorent Le Coz
2014-10-14Fix a traceback when the terminal is not behaving as it shouldmathieui
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
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-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-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-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-01Make the TimedEvents work with asyncioFlorent Le Coz
2014-07-31Make the resize work, using an ugly workaroundFlorent Le Coz