Software /
code /
prosody-modules
Annotate
mod_bookmarks/README.markdown @ 5810:e79f9dec35c0
mod_c2s_conn_throttle: Reduce log level from error->info
Our general policy is that "error" should never be triggerable by remote
entities, and that it is always about something that requires admin
intervention. This satisfies neither condition.
The "warn" level can be used for unexpected events/behaviour triggered by
remote entities, and this could qualify. However I don't think failed auth
attempts are unexpected enough.
I selected "info" because it is what is also used for other notable session
lifecycle events.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 07 Dec 2023 15:46:50 +0000 |
parent | 4885:14ee1ec3bb93 |
rev | line source |
---|---|
3229
e8963e328b26
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
1 --- |
e8963e328b26
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
2 labels: |
4847
a280878c4ef2
mod_bookmarks: So long, and thanks for all the fish!
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
4638
diff
changeset
|
3 - 'Stage-Obsolete' |
3229
e8963e328b26
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
4 summary: Synchronise bookmarks between Private XML and PEP |
e8963e328b26
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
5 ... |
e8963e328b26
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
6 |
4638
3c4cef6be45b
mod_bookmarks: Deprecate this module
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
3497
diff
changeset
|
7 ::: {.alert .alert-warning} |
4847
a280878c4ef2
mod_bookmarks: So long, and thanks for all the fish!
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
4638
diff
changeset
|
8 **WARNING:** This module is deprecated, please use |
4885
14ee1ec3bb93
mod_bookmarks: Use autolink to mod_bookmarks2
Kim Alvefur <zash@zash.se>
parents:
4884
diff
changeset
|
9 [mod\_bookmarks2] going forward or |
4884
960afcbc1ead
mod_bookmarks: Also link to mod_bookmarks included with Prosody (trunk)
Kim Alvefur <zash@zash.se>
parents:
4847
diff
changeset
|
10 [mod_bookmarks included with Prosody][doc:modules:mod_bookmarks] |
4638
3c4cef6be45b
mod_bookmarks: Deprecate this module
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
3497
diff
changeset
|
11 ::: |