Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-30 00:10:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-30 00:10:10 +0300
commite4df6a7c53ab6e9dd6d63516ca9e0ad143cfa17a (patch)
tree7a4b5a3a99f19f8610df164e9e5cdd4a461d1465 /doc/api/services.md
parent13592f8455bfd17acd7cb10ccea015e3b63c155d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/services.md')
-rw-r--r--doc/api/services.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index da5e02076fc..0a699aee4e6 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -695,16 +695,15 @@ Get Hangouts Chat service settings for a project.
GET /projects/:id/services/hangouts-chat
```
-## Irker (IRC gateway)
+## irker (IRC gateway)
-Send IRC messages, on update, to a list of recipients through an Irker gateway.
+Send IRC messages, on update, to a list of recipients through an irker gateway.
-### Create/Edit Irker (IRC gateway) service
+For more information, see the [irker integration documentation](../user/project/integrations/irker.md).
-Set Irker (IRC gateway) service for a project.
+### Create/Edit irker (IRC gateway) service
-NOTE:
-Irker does NOT have built-in authentication, which makes it vulnerable to spamming IRC channels if it is hosted outside of a firewall. Please make sure you run the daemon within a secured network to prevent abuse. For more details, read [Security analysis of `irker`](http://www.catb.org/~esr/irker/security.html).
+Set irker (IRC gateway) service for a project.
```plaintext
PUT /projects/:id/services/irker
@@ -721,17 +720,17 @@ Parameters:
| `colorize_messages` | boolean | false | Colorize messages |
| `push_events` | boolean | false | Enable notifications for push events |
-### Delete Irker (IRC gateway) service
+### Delete irker (IRC gateway) service
-Delete Irker (IRC gateway) service for a project.
+Delete irker (IRC gateway) service for a project.
```plaintext
DELETE /projects/:id/services/irker
```
-### Get Irker (IRC gateway) service settings
+### Get irker (IRC gateway) service settings
-Get Irker (IRC gateway) service settings for a project.
+Get irker (IRC gateway) service settings for a project.
```plaintext
GET /projects/:id/services/irker