Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-09 | Somehow finish the migration of the command list | mathieui | |
2013-04-09 | New (py3k) theme | mathieui | |
2013-04-08 | Re-add the images | mathieui | |
2013-04-08 | Start migrating the command index | mathieui | |
2013-04-08 | Beginning of the migration to reST documentation | mathieui | |
2013-04-04 | Add an option to choose between shared and separate input history | mathieui | |
- separate_history, defaults to false | |||
2013-03-31 | Remove the thread from the mpd_client | mathieui | |
(it should be in an external tool, not _inside_ poezio) | |||
2013-03-28 | Add a (per-tab) notif_messages option to ignore MUC’s normal messages | Florent Le Coz | |
2013-03-18 | Set the default anonymous server to a working one | mathieui | |
2013-03-14 | Update CHANGELOG and list of XEPs | mathieui | |
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 user-tune publishing in the mpd plugin (#1840) | 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-08 | Update the plugins to use the PluginAPI | mathieui | |
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 | |||
2013-03-05 | Fix the documentation for Alt-C/Alt-D | mathieui | |
2013-03-05 | Display the “dev” docutmentation directory in the index | mathieui | |
2013-03-04 | Add a show_s2s_errors config option (cf #2182) | mathieui | |
2013-03-04 | Fix #2126 (per-server configuration sections) | mathieui | |
(also move replace_key_with_bound() to core.py, to prevent having common.py depending of config.py) | |||
2013-03-04 | Fix a typo in the documentation | mathieui | |
2013-03-03 | Add help about multi-account | mathieui | |
2013-03-03 | Add a plugins_conf_dir option | mathieui | |
2013-02-28 | Remove frugalware from the distros with support and add gentoo | mathieui | |
2013-01-26 | Add XEP 296 to the list of supported XEP. | Florent Le Coz | |
2013-01-19 | Also add the image… | mathieui | |
2013-01-19 | Add some documentation about message correction | mathieui | |
2013-01-17 | Change the SleekXMPP git url to use the better git:// protocol | Florent Le Coz | |
2013-01-17 | Update the installation instructions | mathieui | |
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 | |||
2013-01-02 | Add the save_status, status, and status_message options | mathieui | |
(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 | |||
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-12-31 | Fix #2167 | mathieui | |
(kinda) | |||
2012-12-29 | Add a /display_corrections plugin. | Emmanuel Gil Peyrot | |
2012-12-20 | Fix #2186 (muc password in the config file) | mathieui | |
Also use the passwords on start, and automatically use a password with /join if there is one. | |||
2012-12-17 | And another one… Seriously. | Florent Le Coz | |
2012-12-17 | Typo. | Florent Le Coz | |
2012-12-17 | Add the documentation for the time marker plugin. | Florent Le Coz | |
2012-12-16 | fix a traceback on /unload iq_show | mathieui | |
(also, per-tab option load_logs) | |||
2012-12-15 | Sort the configurations options by name in the documentation | mathieui | |
(instead of chaos) | |||
2012-12-15 | Fix #2172 (select which rooms are logged) | mathieui | |
2012-12-15 | Add support for /set <option> toggle, which toggles the current value | Florent Le Coz | |
fix #2184 | |||
2012-12-07 | Add max_nick_length option into the documention page. | Florent Le Coz | |
2012-12-07 | Add a new show_timestamps option to hide/show timestamps in text buffers. | Florent Le Coz | |
2012-11-30 | Add a hide_user_lits option that does what it says. | Florent Le Coz | |
fix #2170 | |||
2012-11-11 | Preload history into discussion windows (à la mcabber) | mathieui | |
- 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 | |||
2012-11-06 | Add a add_space_after_completion bool option. | Florent Le Coz | |
fix #2150 | |||
2012-10-28 | Update the doc about xhtml-im. | Florent Le Coz | |
2012-10-23 | Add a little sentence in the doc. | Florent Le Coz | |