public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH pit 0/3] Add Telegram Notification Support
@ 2022-02-26 16:52 Alviro Iskandar Setiawan
  2022-02-26 16:52 ` [PATCH pit 1/3] lib: Remove unnecessary var_dump Alviro Iskandar Setiawan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Alviro Iskandar Setiawan @ 2022-02-26 16:52 UTC (permalink / raw)
  To: Ammar Faizi
  Cc: Nugra, Arthur Lapz, Alviro Iskandar Setiawan,
	GNU/Weeb Mailing List, Alviro Iskandar Setiawan

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-26 17:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-26 16:52 [PATCH pit 0/3] Add Telegram Notification Support Alviro Iskandar Setiawan
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox