Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | Generate the manpage for the config file with 'make man' | mathieui | |
2013-05-09 | Add a regex-admin plugin | mathieui | |
2013-05-07 | Add underlined to the doc | mathieui | |
2013-05-06 | dlm | Florent Le Coz | |
2013-05-06 | Add a nice marketing plugin | Florent Le Coz | |
2013-05-06 | Fix #2286 | mathieui | |
Also fix the copy of the default config if -f is used | |||
2013-05-01 | Little fix a doc | Florent Le Coz | |
2013-05-01 | Document the new event | Florent Le Coz | |
2013-04-13 | Add the last pages, and the plugin examples | mathieui | |
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-04-12 | Start the plugin documentation | mathieui | |
(with admin.py) | |||
2013-04-12 | Add the XEP list | mathieui | |
2013-04-12 | Add the usage help | mathieui | |
2013-04-10 | Add keys | mathieui | |
2013-04-10 | Add the configuration section | mathieui | |
2013-04-10 | Add the separate accounts page | mathieui | |
2013-04-10 | Add the message correction note | mathieui | |
2013-04-10 | Move images, and add SSL page | mathieui | |
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 |