- 06 Apr, 2013 1 commit
-
-
mathieui authored
-
- 05 Apr, 2013 2 commits
-
-
mathieui authored
- Do not crash because of low disk space - Notify the user whenever it happens - A few functions now return a boolean instead of nothing - Config.silent_set is Config.set_and_save without toggle and returning strings. It is used whenever we don’t need set_and_save - Config.set_and_save now returns a tuple (that can be passed directly to core.information()) TODO: display the precise error to the user (instead of “unable to…”)
-
mathieui authored
-
- 03 Apr, 2013 2 commits
-
-
mathieui authored
- separate_history, defaults to false
-
mathieui authored
- 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
-
- 31 Mar, 2013 2 commits
-
-
mathieui authored
(it should be in an external tool, not _inside_ poezio)
-
- 30 Mar, 2013 1 commit
-
-
mathieui authored
-
- 28 Mar, 2013 3 commits
- 18 Mar, 2013 2 commits
- 17 Mar, 2013 1 commit
-
-
mathieui authored
-
- 16 Mar, 2013 2 commits
- 14 Mar, 2013 1 commit
-
-
mathieui authored
-
- 13 Mar, 2013 1 commit
-
-
mathieui authored
also: - fix Message.__str__/repr - fix a traceback with user gaming
-
- 12 Mar, 2013 1 commit
-
-
mathieui authored
- configuration options - theming options - /gaming
-
- 11 Mar, 2013 7 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
-
mathieui authored
-
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
-
- 10 Mar, 2013 5 commits
- 09 Mar, 2013 1 commit
-
-
mathieui authored
(add a new theming option, too)
-
- 08 Mar, 2013 3 commits
-
-
mathieui authored
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
-
mathieui authored
- 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
-
mathieui authored
-
- 07 Mar, 2013 1 commit
-
-
mathieui authored
-
- 06 Mar, 2013 4 commits
-
-
mathieui authored
(and tell what is failing)
-
mathieui authored
- 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)
-
mathieui authored
(THE NAMESPACE WAS NOT PRESENT ANYMORE)
-
mathieui authored
-