Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | Implement user gaming (xep-0196) | mathieui | |
- configuration options - theming options - /gaming | |||
2013-03-11 | Fix #1839 (User mood/activity) | mathieui | |
- 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. | |||
2013-03-11 | Fix #1841 (User nickname) | mathieui | |
- 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) | |||
2013-03-11 | Add a receive_user_tune option (fix #2261) | mathieui | |
2013-03-11 | Implement XEP-0118 (Fix #1840) | mathieui | |
- 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 | |||
2013-03-03 | Fix #1923 (caps) | mathieui | |
2013-02-28 | Fix a traceback due to a sleekxmpp API change | mathieui | |
- remove the help message for people still using the old custom sleekxmpp repo | |||
2013-01-17 | Move to the upstream SleekXMPP | mathieui | |
- 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 | |||
2012-12-31 | Fix #2082 (xml:lang) | mathieui | |
This is now already done in sleekxmpp, so I added a “lang” configuration option. TODO: use the locale of the system. | |||
2012-10-12 | Implement message correction. | Emmanuel Gil Peyrot | |
2012-08-08 | Fix yet another bunch of potential tracebacks | mathieui | |
(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. | |||
2012-08-05 | Use the revision/date for the poezio version if a .git is found | mathieui | |
2012-08-02 | Fix a traceback due to a missing '%' | mathieui | |
2012-08-02 | Implement XEP-0012 (last activity) ; Fixes #1870 | mathieui | |
- Add a /activity command - Load xep_0012 on start - Add a 'l' shortcut in the roster to get the last activity - Using "/activity" in a direct conversation will add a message in the conversation, and not in the info buffer. | |||
2012-08-02 | Add simple communication blocking (Fixes #1837) | mathieui | |
- 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 | |||
2012-08-01 | Do not generate invalid jids (e.g. localpart@domainpart/) | mathieui | |
This is in prevision of a sleekxmpp update with JID validation. Also, comment the “server” option in the config file a bit better. | |||
2012-07-13 | Finally fix the ipv6 issues. | mathieui | |
- with reattempt = True & max_attempts = 0 | |||
2012-06-01 | Prevent a crash when the value of custom_port is not expected | mathieui | |
2012-05-24 | Change version to 0.8-dev | mathieui | |
2012-05-24 | Change version to 0.7.5 | mathieui | |
2012-05-21 | Docstrings, and small cleanup | mathieui | |
2012-05-04 | 0030 query now says 'Poezio' or nothing for the client’s identity | mathieui | |
(Fixes #2273) | |||
2012-04-18 | Load xep_0092 even if send_poezio_info is false | mathieui | |
2012-03-13 | Fix bookmarks | mathieui | |
2012-03-13 | Add a whitespace_interval option | mathieui | |
2012-03-09 | Add a ca_cert_path option | mathieui | |
2012-02-13 | Useless option ssl=True (deprecated & unused) | mathieui | |
2012-01-27 | [Link Mauve] Add the ability to send and receive Attention (XEP-0224). | Florent Le Coz | |
2012-01-26 | Add an auto_reconnect option | mathieui | |
2012-01-26 | Add an XML tab (/xml_tab) to view incoming/outgoing stanzas | mathieui | |
Fixes #2074 | |||
2011-11-26 | Load the XEP-0048 plugin on startup | mathieui | |
2011-11-15 | Should avoir connecting on port -1. | mathieui | |
Fixes #2289 | |||
2011-11-10 | Make custom_host and custom_port work better | mathieui | |
2011-11-09 | Set version to 0.7.5 and update the changelog | Florent Le Coz | |
2011-11-08 | Update version to 0.7.2 | Florent Le Coz | |
2011-11-06 | Code cleanup (unused import, variables, undefined names, etc…) | mathieui | |
2011-09-11 | By the way, that’s version 0.7.2 | Florent Le Coz | |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-09-06 | Change license to MIT | Florent Le Coz | |
2011-06-20 | First pubsub browser iteration: can list root nodes, create an item and ↵ | Florent Le Coz | |
receive items | |||
2011-03-29 | Convert html markup received in xhtml_im elements to poezio colors | Florent Le Coz | |
and use that as the body | |||
2011-03-05 | Kind of big cleanup. | Florent Le Coz | |
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods. | |||
2011-02-24 | In normal conversations: Send composing and active chat states | Florent Le Coz | |
and display the state of the remote contact | |||
2011-02-09 | update version to 0.7.5-dev and remove some debug | Florent Le Coz | |
2011-02-02 | Update to 0.7.1 | Florent Le Coz | |
2011-01-21 | Data form support. | Florent Le Coz | |
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works | |||
2011-01-13 | Version 0.7 | Florent Le Coz | |
2011-01-13 | Prompt password if no password is provided in config file | Florent Le Coz | |
2011-01-11 | /accept and /deny commands | Florent Le Coz | |
User can now decide to accept or deny a subscription, in the roster | |||
2011-01-10 | Do not automatically reconnect. Ever | Florent Le Coz | |