Software /
code /
prosody-modules
Annotate
mod_list_inactive/README.markdown @ 2188:63764d6e7e38
mod_list_inactive/README: Change extension to .markdown currently required by the site generator
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 31 May 2016 16:00:47 +0200 |
parent | 2187:mod_list_inactive/README.md@287f37e6b6e1 |
child | 2189:093b1180aa42 |
rev | line source |
---|---|
2187
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 Description |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
2 =========== |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
3 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
4 This module lists those users, who haven't used their account in a defined time-frame. |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
5 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
6 Dependencies |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
7 ============ |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
8 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
9 [mod_lastlog](https://modules.prosody.im/mod_lastlog.html) |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
10 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
11 Usage |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
12 ===== |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
13 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
14 `prosodyctl mod_list_inactive example.com time [format]` |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
15 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
16 time is a number followed by 'day', 'week', 'month' or 'year' |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
17 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
18 formats are: |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
19 delete user:delete"user@example.com" -- last action |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
20 default user@example.com |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
21 event user@example.com last action |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
22 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
23 Example |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
24 ======= |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
25 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
26 `prosodyctl mod_list_inactive example.com 1year` |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
27 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
28 Help |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
29 ==== |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
30 |
287f37e6b6e1
mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
31 `prosodyctl mod_list_inactive` |