Mercurial > prosody-modules
annotate mod_register_apps/assets/logos/renga.svg @ 5787: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 |
parents | 4acb48604490 |
children |
rev | line source |
---|---|
5722
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
2 <svg version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
3 <filter width="64" height="64" id="shadow"> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
4 <feDropShadow dx="3" dy="3" stdDeviation="0" flood-opacity="0.4"/> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
5 </filter> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
6 <g filter="url(#shadow)"> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
7 <path fill="none" stroke="#000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" |
5717
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
8 d="M20.99 2C10.5 2 1.99 9.15 1.99 18C1.99 26.82 10.5 34 20.99 34C31.47 34 40 26.82 40 18C40 9.15 31.47 2 20.99 2z |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
9 M40 36C37 33 36 26 36 26L28 32C28 32 36 36 40 36z" |
5722
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
10 transform="matrix(1.4544,0,0,1.4544,0,4)" |
5717
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
11 /> |
5722
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
12 <linearGradient id="gradient0" gradientUnits="userSpaceOnUse" x1="128" y1="2" x2="128" y2="40"> |
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
13 <stop offset="0" stop-color="#fff"/> |
5717
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
14 <stop offset="1" stop-color="#e5e5e5"/> |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
15 </linearGradient> |
5722
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
16 <path fill="url(#gradient0)" |
5717
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
17 d="M20.99 2C10.5 2 1.99 9.15 1.99 18C1.99 26.82 10.5 34 20.99 34C31.47 34 40 26.82 40 18C40 9.15 31.47 2 20.99 2z |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
18 M40 36C37 33 36 26 36 26L28 32C28 32 36 36 40 36z" |
5722
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
19 transform="matrix(1.4544,0,0,1.4544,0,4)" |
5717
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
20 /> |
5722
4acb48604490
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full size
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
5717
diff
changeset
|
21 <path fill="#000" |
5717
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
22 d="M22.48 26.76H26.1V28.82H22.48 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
23 M26.1 21.75V23.99H22.48V21.75 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
24 M34.03 23.99H30.29V21.75H34.03 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
25 M30.29 28.82V26.76H34.03V28.82 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
26 M30.29 40.24V36.75H40.15V33.27H30.29V31.75H38.14V18.77H30.29V17.75H39.71V14.3H30.29V11.57H26.1V14.3H17.15V17.75H26.1V18.77H18.59V31.75H26.1V33.27H16.71V36.75H26.1V40.24 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
27 M15.39 16.61C12.9 14.22 10.89 12.49 10.89 12.49L7.6 15.07C7.6 15.07 7.6 15.07 9.62 16.79C12 18.82 13.01 20.57 13.01 20.57L16.53 18.16 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
28 M7.46 25.83V29.75H11.5V37.75C11.5 37.75 11.5 37.75 10.06 39C8.43 40.21 7.03 41.13 7.03 41.13L9.04 45.46C9.04 45.46 9.04 45.46 10.89 43.82C12.35 42.46 13.79 41.05 15.96 43.82C18.84 44.86 23.12 45.07 27.51 45.29C35.15 45.19 39.6 44.94 39.82 43.76C40.43 41.77 40.93 40.75 35.96 41.16C27.48 41.27 23.15 41.08 19.48 40.94C16.96 39.93 15.56 37.46 15.56 37.46V25.83H7.46z |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
29 M51.62 40.02H48.67V37.75H51.62 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
30 M54.73 34.99H45.57V44.55H48.67V42.75H54.73 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
31 M48.82 24.18V21.75H51.59V24.18 |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
32 M73.48 22.75C73.48 22.75 73.48 22.75 73.23 25.18C72.93 27.24 72.65 28.75 72.65 28.75L76.07 29.55C76.07 29.55 76.07 29.55 76.75 26.88C77.4 22.66 77.82 19.35 77.82 19.35L75.03 18.77L74.37 18.88H67.43C67.43 18.88 67.43 18.88 67.82 17.15C68.18 15.21 68.48 13.22 68.48 13.22L64.34 12.61C64.34 12.61 64.34 12.61 63.71 17.93C62.46 23.02 60.26 26.69 60.31 26.47C60.31 26.19 60.31 25.9 60.31 25.9V17.75H62.5V14.3H44.57V17.75H56.53V25.79C56.53 25.79 56.53 25.79 56.53 26.15C56.37 26.25 56.01 26.25 56.01 26.25H54.68V19.21H45.73V28H48.82V26.75H53.39C53.39 26.75 53.39 26.75 53.75 28C54.1 28.97 54.26 29.75 56.34 29.75C57.82 29.72 58.93 29.25 59.62 28.9C59.98 28.47 60.15 27.79 61.2 28.32C62.82 29.33 63.46 29.93 64.59 28.21C65.56 25.88 66.35 22.75 66.35 22.75H66.92V28.07C66.92 28.07 66.92 28.07 66.92 31.43C65.78 38.38 60.34 42.61 60.34 42.61V33.75H62.82V30.27H44.18V33.75H56.53V42.69C56.53 42.69 56.53 42.69 56.53 43.19C56.42 43.29 55.98 43.35 55.65 43.38C54.32 43.38 53.07 43.35 53.53 44.29C54.04 45.72 54.18 46.75 56.28 46.75C57.78 46.72 58.93 46.15 59.79 45.68C60.15 45.04 60.31 43.96 60.98 44.9C61.78 46.11 62.1 46.9 66.46 43.85C68.57 37.88 69.09 34.85 69.51 37.72C71.46 43.96 75.64 46.85 76.25 45.83C77.43 44.02 78.2 42.97 72.4 38.79C71.1 31.49 71.1 27.75 71.1 27.75V22.75H73.48z" |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
33 transform="matrix(0.6943,0,0,0.669,0.986,10.1795)" |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
34 /> |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
35 </g> |
e06af1403a60
mod_register_apps: Add Renga to the list of supported clients
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff
changeset
|
36 </svg> |