summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-12-04Glitches should not appear since we are not threaded, we have no excuse anymoreFlorent Le Coz
2014-12-04Reconnect doesn’t suck anymoreFlorent Le Coz
2014-12-04Rename the sleekxmpp module to slixmpp in the docFlorent Le Coz
2014-12-04Set auto_reconnect to True by defaultFlorent Le Coz
2014-11-30Typomathieui
2014-11-29Add a documentation page for pyenvmathieui
2014-11-29Remove 3 timed_events methods from the doc, because they don't exist anymoreFlorent Le Coz
2014-11-04Update the documentationmathieui
2014-10-27Mention that setuptools is kind of mandatorymathieui
2014-10-19Document the group_corrections optionmathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
- Add two new options: tmp_image_dir and extract_inline_images - tmp_image_dir is $XDG_CACHE_HOME(usually ~/.cache)/poezio/images if unset - Name the images from a SHA-1 of their data and their mimetype - Output file:// links inside the message
2014-10-13Trivial line wrapping of the events.rst doc pageFlorent Le Coz
2014-10-13Document the changing_nick plugin eventFlorent Le Coz
2014-10-12Add an open_all_bookmarks optionmathieui
this option determines if the non-autojoin bookmarks will be opened on startup or not. It is false by default.
2014-10-11Add a /dump <filename> command to the XML tabmathieui
2014-10-08Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1mathieui
Because SHA-1 is not really relevant anymore. Too bad it's significantly longer and tiring to check, even if that is to be expected.
2014-09-26Update the quickstart guidemathieui
2014-09-17Fix the doc for remote_fifo_path (fixes #2584)mathieui
2014-05-18Document the PEP mood/activity stuff with imagesmathieui
2014-04-30Fix #2282 (change the terminal title depending on the tab name)mathieui
- change_title plugin
2014-04-30Add a 'tab_change' eventmathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
- two options request/ack_message_receipts - two new theme parameters : CHAR_ACK_RECEIVED and COLOR_CHAR_ACK - if a message has a receipt, the character is displayed between the timestamp and the nick, using the color
2014-04-26Fix #2514 (add a /toggle command)mathieui
2014-04-26Fix #2444 (implement room destroy)mathieui
- destroy the current room if no parameter - destroy the room given as a parameter if any - no reason or alt room because it would be ambiguous in a command (implementation ideas welcome)
2014-04-24Documentation updatemathieui
remove a duplicate section, typos & stuff
2014-04-23Documentation updatemathieui
- add some formatting and links (also, typos) - link the Theme class from the theming page
2014-04-15Document the create_gaps optionmathieui
and sets the default value to false, to keep coherent with the code.
2014-04-15Fix #2440 (highlight composing tabs)mathieui
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords
2014-04-12Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)mathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-04-09Set display_user_color_in_join_part to true by defaultmathieui
2014-04-01Move the requirements to python 3.3mathieui
2014-03-28Also document manual plugin loadmathieui
(why wasn’t that already here?)
2014-03-28Add an IRC/biboumi pluginmathieui
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2014-02-22Bump dev versionmathieui
2014-02-22Bump version of the documentation toomathieui
2014-02-20Documentation updatemathieui
sort the configurations options by theme make the sidebar fixed
2014-02-19Documentation & Makefile updatemathieui
2014-02-19Update install instructions and fix a typomathieui
2014-02-17Reduce the image sizemathieui
2014-02-17Documentation updatemathieui
ssl page (img & ref) theming (compile errors, format and typos)
2014-02-17Add some note about gmail being crap (again)mathieui
2014-02-14Documentation updatemathieui
2014-02-13Add a configurable way of setting cipher suitesMathieu Pasquet
And put reasonable defaults
2014-02-13Fix #2407 (unencrypted connections)mathieui
Add a force_encryption option set to true by default.
2013-11-28Add an “autocorrect” plugin with a sed-like syntaxMathieu Pasquet
TODO (eventually): - correct words when using “word*” or “*word” using levenshtein distance - allow regular expressions for replacement
2013-11-26Point point pointMathieu Pasquet
2013-11-14Add a /password command in the RosterTabMathieu Pasquet
Thanks to Florob for the initial input