Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | Add a documentation page for PEP (and update some commands) | mathieui | |
2013-06-20 | Add a page on carbons | mathieui | |
2013-06-18 | Let the user disable the auto-ping by setting connection_check_interval to 0 | Florent Le Coz | |
2013-06-11 | Fix #2315 (send pings to the server every minute to check the connection) | mathieui | |
add two new options: connection_timeout_delay and connection_check_interval | |||
2013-06-10 | Implement Message Carbons (XEP-280) | mathieui | |
- Add an option enable_carbons (defaults to false) - Make a disco on non-roster entites to determine if the message commes from a muc private chat or not. | |||
2013-06-06 | Document the Alt-k key | Florent Le Coz | |
2013-05-12 | Add some manpages to the generated documentation | mathieui | |
2013-05-11 | Add stubs for mpd & pyinotify | mathieui | |
2013-05-11 | Add a stub for pyotr | mathieui | |
2013-05-11 | Update the documentation | mathieui | |
(do not encourage people to copy the plugins) | |||
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 | |