Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-28 | plugins: Update use of tab.name to tab.jid where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | Revert work on tabs module to change tab.name to JID. | Maxime “pep” Buquet | |
This reverts commits: d693479d05f1ada999c0e29a9d9e2f021dd59e50 2d0cc092fcd154b2d14be0c5ac0ff338607824a0 89a61b84bdb29d3df8c08436c3484fddba8d2ef1 8194d9afbdec2daa1377e07ebb26bb99406473d0 e256c31875c8b67d85fe30d3e2c14c896066657a a21335ac171a827a613dcce744898e822689c9d3 c96e528a8fd1313f75cb792a8e4826fbcfde1bec 0551867bfdb8dfa7dbd5964a15a1a950510e2c71 6ab49c188a6e5bb95773165f0bdbd672b41c8c81 | |||
2019-04-08 | Fix tab.name not being a string by calling the right property | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-23 | Fix /irc_query in the IRC plugin | mathieui | |
2018-08-15 | yapf -rip on plugins | mathieui | |
2017-10-08 | Change all “not … in …” into “… not in …”. | Emmanuel Gil Peyrot | |
2016-09-20 | Update the IRC plugin to use % to address IRC users | louiz’ | |
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6 | |||
2016-08-21 | Don’t call input completion() functions inside completion methods | mathieui | |
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions. | |||
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
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-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 | |
2014-12-23 | Fix the irc plugin | mathieui | |
(and fuck the scoping of python closures) | |||
2014-12-18 | Fix #2543 (irc plugin doesn't authenticate properly) | mathieui | |
Join the fake room first, then send the message to nickserv, then join initial rooms. Also add two commands and one option. | |||
2014-03-28 | Also document manual plugin load | mathieui | |
(why wasn’t that already here?) | |||
2014-03-28 | Add an IRC/biboumi plugin | mathieui | |