- 11 Jun, 2016 1 commit
-
-
Link Mauve authored
-
- 05 Jun, 2016 1 commit
-
-
mathieui authored
(it does both by default, and is better)
-
- 04 Jun, 2016 3 commits
- 24 Sep, 2015 1 commit
-
-
mathieui authored
-
- 06 Sep, 2015 1 commit
-
-
Link Mauve authored
-
- 03 Sep, 2015 1 commit
-
-
mathieui authored
-
- 16 Aug, 2015 1 commit
-
-
mathieui authored
to read the password from a secrets store
-
- 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
-
- 20 Oct, 2014 2 commits
- 01 Aug, 2014 1 commit
-
-
louiz’ authored
-
- 30 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 24 Jul, 2014 2 commits
- 15 May, 2014 1 commit
-
-
mathieui authored
no more stalling while waiting for a disco info while sending a message.
-
- 07 May, 2014 1 commit
-
-
mathieui authored
We need to check if the remote entity supports 0184, but if it doesn’t support disco#info, then we will get an iq type="error" and nothing will be cached, leading to disco#info queries being sent each time. Keep a cache valid 2 hours of the JIDs which replied with an error. TODO: check that this the kind of time period we want.
-
- 04 May, 2014 1 commit
-
-
louiz’ authored
-
- 29 Apr, 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
-
- 26 Apr, 2014 1 commit
-
-
mathieui authored
-
- 22 Apr, 2014 1 commit
-
-
mathieui authored
also bump version, and add some gettext wraps
-
- 14 Apr, 2014 1 commit
-
-
mathieui authored
- 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
-
- 06 Apr, 2014 1 commit
-
-
mathieui authored
fixes whitespace issues, some builtin overrides, and some enormous lines might make poezio run nanoseconds faster!
-
- 03 Apr, 2014 2 commits
- 24 Mar, 2014 1 commit
-
-
mathieui authored
config.get('option', 'value').lower() == 'value' is just ugly and stupid, especially for bool. One if in basetabs:556 was also missing a comparison, leading to True whenever the option was set.
-
- 12 Feb, 2014 2 commits
-
-
mathieui authored
Add a force_encryption option set to true by default.
- 14 Nov, 2013 1 commit
-
-
mathieui authored
Thanks to Florob for the initial input
-
- 18 Jun, 2013 2 commits
- 10 Jun, 2013 2 commits
- 03 Jun, 2013 1 commit
-
-
mathieui authored
-
- 01 Jun, 2013 1 commit
-
-
mathieui authored
-
- 06 May, 2013 1 commit
-
-
mathieui authored
Also fix the copy of the default config if -f is used
-
- 12 Mar, 2013 1 commit
-
-
mathieui authored
- configuration options - theming options - /gaming
-
- 11 Mar, 2013 1 commit
-
-
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.
-