mathieui
|
4e369910d6
|
fix: irc plugin defaults
|
2022-04-08 19:22:41 +02:00 |
|
mathieui
|
980ba4ef55
|
fix: better types, s/freenode/liberachat/
|
2022-04-07 19:36:04 +02:00 |
|
mathieui
|
8601dc82c5
|
fix: irc plugin, remove login part and fix types
(biboumi handles login and everything)
|
2022-04-07 19:36:04 +02:00 |
|
Emmanuel Gil Peyrot
|
79bbbdb3e6
|
Replace asyncio.ensure_future() with asyncio.create_task()
The latter function got introduced in Python 3.7, which is conveniently
our MSPV, so let’s use that.
|
2021-12-11 19:16:33 +01:00 |
|
mathieui
|
0221081b34
|
irc plugin: Fix the joining code
Make things async
|
2021-02-16 22:03:10 +01:00 |
|
|
7a1b2b982f
|
plugins: Update use of tab.name to tab.jid where appropriate
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2019-04-28 01:02:49 +01:00 |
|
|
bf2225468e
|
Revert work on tabs module to change tab.name to JID.
This reverts commits:
d693479d05
2d0cc092fc
89a61b84bd
8194d9afbd
e256c31875
a21335ac17
c96e528a8f
0551867bfd
6ab49c188a
|
2019-04-08 14:01:09 +01:00 |
|
|
6ab49c188a
|
Fix tab.name not being a string by calling the right property
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2019-04-08 11:38:29 +01:00 |
|
mathieui
|
4463a0d5b5
|
Fix /irc_query in the IRC plugin
|
2018-08-23 21:35:28 +02:00 |
|
mathieui
|
6e13b8b735
|
yapf -rip on plugins
|
2018-08-15 13:13:17 +02:00 |
|
Emmanuel Gil Peyrot
|
f1b94534a4
|
Change all “not … in …” into “… not in …”.
|
2017-10-08 15:38:06 +01:00 |
|
louiz’
|
9d983abddf
|
Update the IRC plugin to use % to address IRC users
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6
|
2016-09-20 10:22:22 +02:00 |
|
mathieui
|
84e59b05ff
|
Don’t call input completion() functions inside completion methods
Use a placeholder object that can run it afterwards, so that we don’t
have side effects inside those functions.
|
2016-08-21 15:39:30 +02:00 |
|
Emmanuel Gil Peyrot
|
3a24d88353
|
Make plugins import from the absolute poezio package.
|
2016-06-28 00:10:52 +01:00 |
|
Emmanuel Gil Peyrot
|
c1be52847b
|
Fix core commands, broken in the previous commit.
|
2016-06-12 14:33:39 +01:00 |
|
mathieui
|
3557c834f9
|
Stress that the configuration file is the core of the irc plugin
Hopefully making it clearer
|
2015-07-23 00:37:52 +02:00 |
|
Florent Le Coz
|
68b40354cf
|
Confusing wording in IRC doc
|
2015-07-21 18:49:26 +02:00 |
|
mathieui
|
a4771623a5
|
Fix a bug in the IRC plugin
(forgot to add the arguments to one call)
|
2015-01-15 16:44:55 +01:00 |
|
Florent Le Coz
|
addac1785f
|
Add an /irc_query command to the irc plugin
|
2015-01-13 20:02:10 +01:00 |
|
mathieui
|
668c1eb677
|
Fix the irc plugin
(and fuck the scoping of python closures)
|
2014-12-23 23:48:39 +01:00 |
|
mathieui
|
510372cb39
|
Fix #2543 (irc plugin doesn't authenticate properly)
Join the fake room first, then send the message to nickserv, then join
initial rooms.
Also add two commands and one option.
|
2014-12-18 23:39:13 +01:00 |
|
mathieui
|
dbc21a6617
|
Also document manual plugin load
(why wasn’t that already here?)
|
2014-03-28 00:15:31 +01:00 |
|
mathieui
|
cf752c27b2
|
Add an IRC/biboumi plugin
|
2014-03-28 00:03:20 +01:00 |
|