public inbox for [email protected]
 help / color / mirror / Atom feed
From: Alviro Iskandar Setiawan <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Nugra <[email protected]>, Arthur Lapz <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>
Subject: [PATCH pit 0/3] Add Telegram Notification Support
Date: Sat, 26 Feb 2022 16:52:54 +0000	[thread overview]
Message-ID: <[email protected]> (raw)

Hi sir,

This series contains 3 patches to add Telegram notification support.
When someone is in the "To:" or "Cc:" list, they will be mentioned
in Telegram.

[PATCH 1/3]
lib: Remove unnecessary var_dump. The var_dump() in sendFile() is not
needed. Maybe sir Ammar forgot to remove it when debugging :v

[PATCH 2/3]
bin/public-inbox-tg: Add Telegram CC notification support. This adds
"Telegram-Cc:" header when a registered Telegram user is in the "To:"
or "Cc:" list. Use simple file lookup as the database. No SQL database
is involved.

[PATCH 3/3]
data: Add GNU/Weeb friends: Add GNU/Weeb friends to file database.
This is important to generate notification in the "Telegram-Cc:"
header.

Cc: Ammar Faizi <[email protected]>
Cc: Nugra <[email protected]>
Cc: Arthur Lapz <[email protected]>
Signed-off-by: Alviro Iskandar Setiawan <[email protected]>
---

Alviro Iskandar Setiawan (3):
  lib: Remove unnecessary var_dump
  bin/public-inbox-tg: Add Telegram CC notification support
  data: Add GNU/Weeb friends

 bin/public-inbox-tg.php             | 75 ++++++++++++++++++++++-------
 data/tg/[email protected]   |  1 +
 data/tg/[email protected] |  1 +
 data/tg/[email protected]     |  1 +
 data/tg/[email protected]         |  1 +
 data/tg/[email protected]           |  1 +
 lib.php                             |  1 -
 7 files changed, 63 insertions(+), 18 deletions(-)
 create mode 100644 data/tg/[email protected]
 create mode 100644 data/tg/[email protected]
 create mode 100644 data/tg/[email protected]
 create mode 100644 data/tg/[email protected]
 create mode 100644 data/tg/[email protected]

base-commit: 962100a0051db717f4053ffe91a41e3cee3434be
-- 
2.32.0

             reply	other threads:[~2022-02-26 16:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-26 16:52 Alviro Iskandar Setiawan [this message]
2022-02-26 16:52 ` [PATCH pit 1/3] lib: Remove unnecessary var_dump Alviro Iskandar Setiawan
2022-02-26 16:57   ` Ammar Faizi
2022-02-26 16:52 ` [PATCH pit 2/3] bin/public-inbox-tg: Add Telegram CC notification support Alviro Iskandar Setiawan
2022-02-26 16:52 ` [PATCH pit 3/3] data: Add GNU/Weeb friends Alviro Iskandar Setiawan
2022-02-26 17:02 ` [PATCH pit 0/3] Add Telegram Notification Support Ammar Faizi
2022-02-26 17:11 ` Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220226165257.2417545-1-alviro.iskandar@gnuweeb.org \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox