Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | Lets plugins change the presence BEFORE joining a muc, with a new plugin event | Florent Le Coz | |
2013-05-01 | Take into account the nick given by the MUC when joining a room. | Florent Le Coz | |
This way, if the MUC service decides to give us an other nick than the one we asked it works properly. | |||
2013-04-24 | Use ISO 8601 date format in the day_change plugin | Florent Le Coz | |
2013-04-23 | Typo | mathieui | |
2013-04-19 | Actually use the deprecated method for versions INFERIOR to 3.2 | mathieui | |
2013-04-18 | Use ''.join(str) instead of str += … | mathieui | |
Should improve speed on xhtml parsing, but be noticeable only with *heavy* (e.g. 1000chars with the rainbow plugin) xhtml stanzas. | |||
2013-04-16 | Use importlib for python 3.3 to load plugins | mathieui | |
(also probably fix the I/O operation on closed file issue when using imp) | |||
2013-04-13 | Update Makefile & Changelog | mathieui | |
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-06 | Do not attempt to log things when use_log = false | mathieui | |
2013-04-05 | Handle I/O errors better | mathieui | |
- 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…”) | |||
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 | |