- 23 Dec, 2014 1 commit
-
-
Célestin Matte authored
-
- 20 Dec, 2014 1 commit
-
-
mathieui authored
-
- 11 Dec, 2014 1 commit
-
-
mathieui authored
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process
-
- 05 Dec, 2014 1 commit
-
-
mathieui authored
-
- 04 Dec, 2014 1 commit
-
-
louiz’ authored
-
- 16 Oct, 2014 1 commit
-
-
mathieui authored
- 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
-
- 12 Oct, 2014 1 commit
-
-
mathieui authored
this option determines if the non-autojoin bookmarks will be opened on startup or not. It is false by default.
-
- 17 Sep, 2014 1 commit
-
-
mathieui authored
-
- 27 Apr, 2014 1 commit
-
-
mathieui authored
- 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
-
- 15 Apr, 2014 2 commits
- 08 Apr, 2014 1 commit
-
-
mathieui authored
-
- 20 Mar, 2014 1 commit
-
-
mathieui authored
also remove old stuff from the default config
-
- 12 Feb, 2014 2 commits
-
-
mathieui authored
Add a force_encryption option set to true by default.
- 09 Aug, 2013 1 commit
-
-
mathieui authored
(people may not want to read the whole file to setup their account)
-
- 03 Aug, 2013 1 commit
-
-
mathieui authored
- log_errors option, true by default - errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log by default) This should help a lot for debugging, and provide a way for people to easily give debug traces without useless or personal infos.
-
- 10 Jun, 2013 2 commits
- 06 May, 2013 1 commit
-
-
mathieui authored
Also fix the copy of the default config if -f is used
-
- 03 Apr, 2013 1 commit
-
-
mathieui authored
- separate_history, defaults to false
-
- 18 Mar, 2013 1 commit
-
-
mathieui authored
-
- 12 Mar, 2013 1 commit
-
-
mathieui authored
- configuration options - theming options - /gaming
-
- 11 Mar, 2013 4 commits
-
-
mathieui authored
- Added as always new theming variables: CHAR_ROSTER_MOOD, CHAR_ROSTER_ACTIVITY (a SNOWMAN!) COLOR_ROSTER_MOOD, COLOR_ROSTER_ACTIVITY - Added two new notification types in Theme.INFO_COLORS (mood/activity) - Added new configuration options: display_mood/activity/tune_notifications (those can be set for a specific JID) enable_user_tune/nick/activity/mood - Added /activity and /mood commands, with completions - Moved the old /activity to /last_activity - Details are show in the ContactInfoWin if there is room, or with "i" on a contact in the roster.
-
mathieui authored
- add a use_pep_nick boolean option - use it as a nickname for roster contacts, but it does not supercede the user-defined handle - send a <nick/> at the beginning of a normal chat - not implemented in MUC (wontfix)
-
mathieui authored
-
mathieui authored
- Add new theming options - Show the tune in the roster (both in contact line and infowin) - add an option to show tunes as info messages
-
- 08 Mar, 2013 1 commit
-
-
mathieui authored
Also: - Add get_conversation_messages() to PluginAPI - Make plugins_autoload colon-separated instead of space-separated (for consistency) - Replace a JID() with a safeJID() in the uptime plugin
-
- 04 Mar, 2013 1 commit
-
-
mathieui authored
-
- 02 Mar, 2013 1 commit
-
-
mathieui authored
-
- 02 Jan, 2013 1 commit
-
-
mathieui authored
(the name show is not intuitive, so I used status and status_message) - The status is send when connecting, and is the same used when joining rooms - save_status is true by default, and will make poezio save the status whenever it changes - status and status_message are empty by default
-
- 31 Dec, 2012 1 commit
-
-
mathieui authored
This is now already done in sleekxmpp, so I added a “lang” configuration option. TODO: use the locale of the system.
-
- 15 Dec, 2012 1 commit
-
-
mathieui authored
(instead of chaos)
-
- 07 Dec, 2012 1 commit
-
-
louiz’ authored
-
- 30 Nov, 2012 2 commits
- 11 Nov, 2012 1 commit
-
-
mathieui authored
- New option load_log defaulting to 200 to indicate the number of lines to be loaded - It’s still very raw, and the format of the message does not match the format of the normal room history, for example - Works in the Private chat, MUC, and Conversation tabs Thanks to labedz <github@labedz.org> for the original code
-
- 06 Nov, 2012 1 commit
-
-
louiz’ authored
fix #2150
-
- 25 Sep, 2012 1 commit
-
-
mathieui authored
- Now the tab number is computed instead of assigned and fixed - Added tabs.GapTab to keep the old behaviour - Added a create_gaps option, defaults to true (may change in the future) - If there are gaps before using /set to change the option to false, they will be removed. (this is a preparation for the move_tab command)
-
- 02 Sep, 2012 1 commit
-
-