Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | Consistency | mathieui | |
2013-04-04 | Add an option to choose between shared and separate input history | mathieui | |
- separate_history, defaults to false | |||
2013-04-04 | Fix #2255 (search in input history) | mathieui | |
- The input is split in two parts: on the left is what the user enters, on the right is the first match (the right part has a different color) - Start and cancel a search with ^R - Validate a search with enter, then press another time enter to send - CommandInput and MessageInput now inherit from the HistoryInput class and share some methods | |||
2013-03-31 | Remove the thread from the mpd_client | mathieui | |
(it should be in an external tool, not _inside_ poezio) | |||
2013-03-31 | Fix #2275, ref #2229 | mathieui | |
- Refactor the message handlers to be more readable - Add a group_corrections tab-specific option (#2229) - Fix issues with /correct in private tabs and conversation tabs | |||
2013-03-30 | Fix some PEP issues | mathieui | |
2013-03-28 | Fix the help of /gaming | mathieui | |
2013-03-28 | Typo/traceback | mathieui | |
2013-03-28 | Add a (per-tab) notif_messages option to ignore MUC’s normal messages | Florent Le Coz | |
2013-03-18 | Revstr works in all conversation tabs now. | Florent Le Coz | |
2013-03-18 | Set the default anonymous server to a working one | mathieui | |
2013-03-17 | Add a timeout in the select() in mpd_client | mathieui | |
2013-03-16 | Catch CorrectionError to avoid tracebacking when /correct fails | Florent Le Coz | |
2013-03-16 | On /exit, save the config earlier. | Florent Le Coz | |
2013-03-14 | Update CHANGELOG and list of XEPs | mathieui | |
2013-03-13 | Fix #2265 | mathieui | |
also: - fix Message.__str__/repr - fix a traceback with user gaming | |||
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 | Send the tune only if ther is a change from the previous state | mathieui | |
2013-03-11 | Stop broadcasting a tune if we are not playing (#1840) | 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-10 | Disable plugins on exit | mathieui | |
2013-03-10 | missing space in the status plugin | mathieui | |
2013-03-10 | Fix #2241 | mathieui | |
2013-03-10 | Fix #2122 (coloration of long messages) | mathieui | |
- Add a “prepend” attribute to the Line tuple I’m not sure of the impact of this on performance (we parse the message yet another time) | |||
2013-03-10 | fix the color of the scrolled tab with the dark theme | mathieui | |
2013-03-09 | Fix #2254 | mathieui | |
(add a new theming option, too) | |||
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-08 | Document with sphinx timed_events, common, and add methods to PluginAPI | mathieui | |
- add methods related to timed events to the PluginAPI - remove parse_command_args_to_alias because str.format does that, and better → update the alias plugin | |||
2013-03-08 | Fix PluginAPI.run_command() | mathieui | |
2013-03-07 | Make the script posix-compliant | mathieui | |
2013-03-06 | Upgrade update.sh to stop when an update fails | mathieui | |
(and tell what is failing) | |||
2013-03-06 | Introduce a new way for plugins to interact with poezio | mathieui | |
- Try to reduce the use of the “core” object in the plugins - New “api” member for each BasePlugin which is a wrapper around the unique PluginAPI object. (instead of having the methods directly in BasePlugin and then calling the PluginManager) - Documented methods with rst (for sphinx) | |||
2013-03-06 | FIX XHTML ISSUES DUE TO A SLEEKXMPP UPDATE | mathieui | |
(THE NAMESPACE WAS NOT PRESENT ANYMORE) | |||
2013-03-06 | Add a CHAR_NEW_TEXT_SEPARATOR theming option | mathieui | |
2013-03-05 | Fix the documentation for Alt-C/Alt-D | mathieui | |
2013-03-05 | Rename 'normal_chatstate' event to 'conversation_chatstate' | mathieui | |
for consistency | |||
2013-03-05 | Display the “dev” docutmentation directory in the index | mathieui | |
2013-03-04 | Make /affiliation and /role non-blocking (fix #2235) | mathieui | |
2013-03-04 | Add a show_s2s_errors config option (cf #2182) | mathieui | |
2013-03-04 | Fix /xhtml | 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 | Update CHANGELOG with a bunch of commits | mathieui | |
2013-03-03 | Fix #1923 (caps) | mathieui | |
2013-03-03 | Fix #2182 (show s2s errors) | mathieui | |
- Add the theming options COLOR_ROSTER_ERROR, CHAR_ROSTER_ERRROR, and CHAR_ROSTER_ASKED | |||
2013-03-03 | Fix a bug in the status plugin | mathieui | |
(if python had real closures, I would not need that) |