Software /
code /
prosody-modules
Annotate
mod_ircd/squishy @ 450:fb152d4af082
mod_seclabels: Update to latest catalog schema, while keeping compatibility with the old one.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 05 Oct 2011 21:03:51 +0200 |
parent | 447:21cb01de89a8 |
child | 455:52f2188ec47d |
rev | line source |
---|---|
327 | 1 Output "mod_ircd.out.lua" |
326
282abba844e8
mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 |
447
21cb01de89a8
mod_ircd: few patches from both Zash and myself to make it work again.
Marco Cirillo <maranda@lightwitch.org>
parents:
327
diff
changeset
|
3 -- In theory, you should be able to leave all but verses groupchat and presence plugins |
326
282abba844e8
mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 Module "verse" "verse.lua" |
282abba844e8
mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
5 |
327 | 6 Main "mod_ircd.lua" |