- 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 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
-
- 03 Mar, 2013 1 commit
-
-
mathieui authored
-
- 28 Feb, 2013 1 commit
-
-
mathieui authored
- remove the help message for people still using the old custom sleekxmpp repo
-
- 17 Jan, 2013 1 commit
-
-
mathieui authored
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation
-
- 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.
-
- 12 Oct, 2012 1 commit
-
-
- 08 Aug, 2012 1 commit
-
-
mathieui authored
(notably, the /message one) All JID calls in poezio’s code were already covered, but sleekxmpp does that, too, so each jid given to sleek must be validated, otherwise an unwanted exception may occur.
-
- 05 Aug, 2012 1 commit
-
-
mathieui authored
-
- 02 Aug, 2012 2 commits
- 01 Aug, 2012 2 commits
-
-
mathieui authored
- Add /block, /unblock, and /list_blocks commands - Enable the commands only if the server advertises the feature - http://xmpp.org/extensions/xep-0191.html#example-9 was not tested, but should work (could not find a server to test with) - Add documentation for the commands
-
mathieui authored
This is in prevision of a sleekxmpp update with JID validation. Also, comment the “server” option in the config file a bit better.
-
- 13 Jul, 2012 1 commit
-
-
mathieui authored
- with reattempt = True & max_attempts = 0
-
- 01 Jun, 2012 1 commit
-
-
mathieui authored
-