Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | Fix doc building | mathieui | |
Broken by the namespace change | |||
2016-07-06 | Remove some unused things | louiz’ | |
2016-07-05 | Fix the dice plugin config | mathieui | |
2016-07-05 | Fix #3197 (add a dice plugin) | mathieui | |
also add some doc for the marquee plugin | |||
2016-07-01 | Add /save_order to the reorder plugin | mathieui | |
And fix a breakage due to the recent change in tab creation. | |||
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-06-24 | Fix the alias plugin | mathieui | |
(broken during linkmauve refactoring) | |||
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2016-06-05 | Add a manual CSI plugin | mathieui | |
2016-06-05 | Fix #3184 (remove upper limit for infowin) | mathieui | |
also, typo | |||
2016-06-04 | Make CSI use in the screen plugin configurable | mathieui | |
And false by default, as it might reduce the user experience in chatrooms. | |||
2016-06-04 | Fix #3114 (implement CSI in the tmux/screen plugin) | mathieui | |
2016-06-04 | Use message processing hints in the OTR plugin | mathieui | |
2016-05-23 | change muc_list delimiter from comma to colon in simple_notify | Lasse Aagren | |
2016-05-23 | fix simple_notify to not notify one messages from yourself in MUCs | Lasse Aagren | |
2016-05-22 | add optional muc_list to configuration of simple_notify, as a whitelist of ↵ | Lasse Aagren | |
MUCs you want to be notified from. | |||
2016-05-10 | Fix a crash in the marquee plugin | mathieui | |
xml does not like ascii control chars. | |||
2016-05-06 | Fix #3172 - Marquee plugin has a non-issue | mathieui | |
2016-04-01 | Fix #3181 (make /marquee work in all chat tabs) | mathieui | |
Detecting errors would be a pain though | |||
2016-03-09 | Added ability to notify new messages in MUCs | Frédéric Meynadier | |
2016-03-08 | Fix the test plugin | mathieui | |
(broken since slix) | |||
2016-02-13 | Fix tab-specific options in the OTR plugin | mathieui | |
(specifically, require_encryption and log) | |||
2016-02-02 | Fix #3150 (otr and require_encryption) | mathieui | |
the require_encryption option would not be honored when opening a new tab with a bare JID. | |||
2015-11-11 | Use the command_args_parser in the tell plugin | mathieui | |
2015-11-11 | Use the command_args_parser in the send_delayed plugin | mathieui | |
2015-09-06 | Add a plugin sending Bits of Binary (XEP-0231) images. | Emmanuel Gil Peyrot | |
2015-08-27 | Fix the timing of the marquee plugin | mathieui | |
2015-08-27 | Add a marquee plugin | mathieui | |
Using the power of last message corrections | |||
2015-07-30 | Fix #3050 (better /ping completion) | mathieui | |
2015-07-23 | Stress that the configuration file is the core of the irc plugin | mathieui | |
Hopefully making it clearer | |||
2015-07-21 | Confusing wording in IRC doc | Florent Le Coz | |
2015-07-20 | Fix a typo in the OTR plugin doc | mathieui | |
2015-07-20 | Improve /reorder help | mathieui | |
2015-06-29 | Make /otr end terminate all encrypted conversations with this bare JID | mathieui | |
2015-06-29 | Fix a traceback in the OTR plugin | mathieui | |
2015-05-16 | Merge branch 'self-ping' into HEAD | Florent Le Coz | |
Conflicts: src/tabs/muctab.py | |||
2015-05-11 | Add a cyberplugin | mathieui | |
2015-04-08 | Fix a possible traceback in the OTR plugin | mathieui | |
2015-03-18 | Fix the OTR timeout message | mathieui | |
for dynamic tabs. | |||
2015-03-09 | Fix the second example in the simple_notify plugin doc | mathieui | |
2015-02-18 | Fix the uptime plugin | mathieui | |
(slixmpp update) | |||
2015-01-20 | Remove the ?OTR Error: prefix when displaying an OTR error | mathieui | |
2015-01-19 | Fix the tmux detection of the screen_detach plugin | mathieui | |
2015-01-15 | Fix a silent traceback in the otr plugin | mathieui | |
(the “X has not enabled OTR after n seconds.” would not be displayed) | |||
2015-01-15 | Fix a bug in the IRC plugin | mathieui | |
(forgot to add the arguments to one call) | |||
2015-01-13 | Add an /irc_query command to the irc plugin | Florent Le Coz | |
2015-01-11 | Fix a bug in the OTR plugin | mathieui | |
if the plugin attempted to start or refresh an OTR session on its own and the current tab was not this particular one, it would tb. Also make poezio beep and make tab states change for SMP actions. And update the documentation a bit. | |||
2015-01-06 | Fix little “typos” in the screen_detach plugin | Florent Le Coz | |
2015-01-05 | Fix a traceback in the OTR plugin | mathieui | |