Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

telegraf

Node.js Telegram bot framework
Collective - Host: opensource - https://opencollective.com/telegraf - Code: https://github.com/telegraf/telegraf

feat: missing API 6.6 APIs

github.com/telegraf/telegraf - 09cc2cbcf413fdc27c4205b30978547a8bf182f1 authored over 1 year ago by Muthu Kumar <[email protected]>
ci: stop testing Node 14, do Node 20 instead

github.com/telegraf/telegraf - 58a81137d06325c810e3595b6c4a94d185a723b3 authored over 1 year ago by Muthu Kumar <[email protected]>
ci: stop testing Node 12, do Node 18 instead

github.com/telegraf/telegraf - 1727dd5dd6dd6bbe1c156a95a3339ccb5b647a06 authored over 1 year ago by Muthu Kumar <[email protected]>
chore: update typescript

github.com/telegraf/telegraf - 1e57606fb59f4ae30aa98b1b2789bffa702a2ded authored over 1 year ago by Muthu Kumar <[email protected]>
chore: redirect deprecated method, add tsdoc to new

github.com/telegraf/telegraf - f61b07f2ec92f3ee7011cb27281c7f004e36c2fd authored over 1 year ago by Muthu Kumar <[email protected]>
chore: deprecate SessionContext, isSessionContext

github.com/telegraf/telegraf - 9edea16b0bf42cdbbe19282689ee71aa3b5868cd authored over 1 year ago by Muthu Kumar <[email protected]>
test(session): add custom property test

Simplify older tests

github.com/telegraf/telegraf - f0978fb74ef223c98dbfdb333dbfee8337d2ea74 authored over 1 year ago by Muthu Kumar <[email protected]>
fix: getSessionKey must not require promise

github.com/telegraf/telegraf - e4633fdba16911f0335f59e4d8377339797e165a authored over 1 year ago by Muthu Kumar <[email protected]>
feat: custom property in sessions

Typing this correctly took several days of coming back to the problem
But of course I did it!

github.com/telegraf/telegraf - e6b21a6f028c8e0c6b679c1c2821e0c6f084ffed authored over 1 year ago by Muthu Kumar <[email protected]>
feat(types): Using @telegraf/types instead of typegram

github.com/telegraf/telegraf - e632489be88a8a6c63df25e89d4ab3eebc381381 authored over 1 year ago by Eddy Otsutsuki <[email protected]>
fix(typescript): Update typescript deps

github.com/telegraf/telegraf - 7e4c00b953d05419ba022a79d6216fb2ac8cd251 authored over 1 year ago by hypernova7 <[email protected]>
Add support for Telegram API v6.6 and v6.7

github.com/telegraf/telegraf - 85f7e268c6c38f60123cb8e4d069e0b884700e4c authored over 1 year ago by hypernova7 <[email protected]>
merge: #1842 from fjodor-rybakov/fix/missing-type-in-editMessageText

github.com/telegraf/telegraf - 087658acc2756021292680513ce27737427cc9e3 authored over 1 year ago by Muthu Kumar <[email protected]>
fix: Missing type for param in editMessageText

github.com/telegraf/telegraf - 9173d1bb0d498331d50f198dbc170a42ac989277 authored over 1 year ago by RybakovFE <[email protected]>
Compact Options algorithm optimized for better time complexity

Here's a revised description of what I have done so far:

Wrote test cases for the compactOption...

github.com/telegraf/telegraf - 6f46e044e491c23062c373b691bf24fe2bfc172c authored over 1 year ago by Abdi Urgessa <[email protected]>
chore: expose SessionStore

github.com/telegraf/telegraf - c4b6b00e62c53ac9b0b2def35e9658c66ea60655 authored almost 2 years ago by Muthu Kumar <[email protected]>
revert: "feat: add replace format helper"

This reverts commit 4be417d3d95403de253a84f3163c2d7dbad78804.

This feature has been benched bec...

github.com/telegraf/telegraf - ec69c9a2e2d796077a500f07c02bc91222afb5c4 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: add replace format helper

github.com/telegraf/telegraf - 4be417d3d95403de253a84f3163c2d7dbad78804 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix: MemorySessionStore implements SyncSessionStore

github.com/telegraf/telegraf - d8ca95adb8e4f0d69ee5f32ba619ce8fd4bb8c66 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix: make SessionStore a union

github.com/telegraf/telegraf - 54024b21484d7c9372a5bde36f0437bead904bbf authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: make ctx.session._scenes an optional type

github.com/telegraf/telegraf - 14eb3d63002ddbee94670f61ffc90fa528800526 authored almost 2 years ago by Muthu Kumar <[email protected]>
ver: 4.12.2

github.com/telegraf/telegraf - 6b1e3ceca4d3750f9bdc78bb876808f87dc2db2d authored almost 2 years ago by Muthu Kumar <[email protected]>
fix(session): fatal memory leak

github.com/telegraf/telegraf - ed4d7f22814f05669a933ab156ed4830679b50dd authored almost 2 years ago by Muthu Kumar <[email protected]>
fix(command): test ctx.me case-sensitively as well

Fixes #1809

github.com/telegraf/telegraf - 7a44903cda6ad1df935eb333ccaf18ab9ee144c3 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix: make if check slightly clearer

github.com/telegraf/telegraf - 361b6664b0be7e231c4ee14fec6f63f1a7a43892 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: support RegExp in bot.command

Fixes #430

github.com/telegraf/telegraf - 45a0cd7f70f3a624759218a709ac08c0cd990747 authored almost 2 years ago by Muthu Kumar <[email protected]>
merge: #1713 from feat-better-session

github.com/telegraf/telegraf - 096df1c98746f8e7893f5d62342b042717d9eb9b authored almost 2 years ago by Muthu Kumar <[email protected]>
chore: more session release notes

github.com/telegraf/telegraf - 73c7f5bc8f71c298f4291bbd2a7d36c8c0190b6f authored almost 2 years ago by Muthu Kumar <[email protected]>
chore: add release-notes and improve session TSDoc

github.com/telegraf/telegraf - e4dfb70fbb6f88464128b82b7d5b88c602a68e94 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: `Context::persistentChatAction` (#1804)

github.com/telegraf/telegraf - 14d5c3fa9072bdccb796843444f75c7f8563fc51 authored almost 2 years ago by orimiles5 <[email protected]>
feat(session): defaultSession

github.com/telegraf/telegraf - 47fb09c09c4b193917a7c2df97fa58981df79e91 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix(session): remove unused initial

github.com/telegraf/telegraf - 7ee1bb796c7f2ff30da3772f4168dc15c356f380 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: resist session racing using refcounting

Closes: #1372

github.com/telegraf/telegraf - f5526affa37138eb2b8490cbe6ce2ba106ced272 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix(session): cache overwrite w/ possible stale read

github.com/telegraf/telegraf - a86d9f52f67d385be6c208e27845ef001bc601d9 authored almost 2 years ago by Muthu Kumar <[email protected]>
chore(tests): make single file testable, ignore _*

github.com/telegraf/telegraf - 1ec14bb6e075f9e3ca803f36e6e483277287c6e8 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat(session): defaultSession takes ctx

github.com/telegraf/telegraf - 8325a7da26307b9a278a0e9a966e04ad39db6818 authored almost 2 years ago by Muthu Kumar <[email protected]>
test(session): add session race tests

github.com/telegraf/telegraf - 1c95a009abe081aa8b76f3ab4c63c41707376537 authored almost 2 years ago by Muthu Kumar <[email protected]>
chore: resolve comments on #1713

* move debug to top-level
* don't check if cached is truthy, it must exist

github.com/telegraf/telegraf - 23bd957befcc6a081e59dec8b41f980b517aeb94 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat(session): always write-back, even if mw threw

github.com/telegraf/telegraf - 07b544ab45312512aad690afb30cab02b6eee86e authored almost 2 years ago by Muthu Kumar <[email protected]>
merge: #1797 from feat/api-6.5

github.com/telegraf/telegraf - 5137c75b249898cfdf35bb1560d649f6a7658e62 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: API 6.5

github.com/telegraf/telegraf - 1500a7c5389c628a988ed280c306b6db47dc72f0 authored almost 2 years ago by Muthu Kumar <[email protected]>
merge #1790 from feat/api-6.4

github.com/telegraf/telegraf - a21fa139897fc27744fd0da1bab7a01d23d590b2 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix: use older lockfileVersion

github.com/telegraf/telegraf - 8c09b46f82e7450971a064b77112c4f4c9f5b043 authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: add API 6.4 methods to Context

github.com/telegraf/telegraf - 593211457260f7169160632e62273936eaa5bb5e authored almost 2 years ago by Muthu Kumar <[email protected]>
fix: remove `this: Context` from Context methods

This creates arcane type problems where methods don't respect narrowed Context

github.com/telegraf/telegraf - a60496482834a373862896fc5c20ce8ee61aab77 authored almost 2 years ago by Muthu Kumar <[email protected]>
chore: remove deprecate()

No need to annoy users by logging deprecation warnings to console. Users have been severally war...

github.com/telegraf/telegraf - f599f1280b5bf2d33ee4f080454be3fe78ecbf3c authored almost 2 years ago by Muthu Kumar <[email protected]>
feat: update typegram, API 6.4

github.com/telegraf/telegraf - 643c2572443e04042f8ba942b72d2cf991ff9ec2 authored almost 2 years ago by Muthu Kumar <[email protected]>
chore: update deps & typescript

github.com/telegraf/telegraf - 1d9960e8d74fb8623df4e8599e9e3ddd937ae793 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix: editMessage{Media|Caption} allow fmt

Fixes #1768

github.com/telegraf/telegraf - 680cf1f792e7f1a852a5d73c0210bcc18367634d authored almost 2 years ago by Muthu Kumar <[email protected]>
chore: update deps & typescript

github.com/telegraf/telegraf - 74314c12deef0194b41b98a0042cd08812ad0176 authored almost 2 years ago by Muthu Kumar <[email protected]>
merge: 'feat/fmt-join' into v4

github.com/telegraf/telegraf - 6d528f156ee73517000e233858170ed38791acdc authored almost 2 years ago by Muthu Kumar <[email protected]>
feat(fmt): join() helper, fixes, and tests

github.com/telegraf/telegraf - 31392306b80a0b596c9b714814d671dc9f706bee authored almost 2 years ago by Muthu Kumar <[email protected]>
merge: #1787 from mikemikhaylov

github.com/telegraf/telegraf - 4c8451d0cbd229c115a5b8f5a067da04514c6ad7 authored almost 2 years ago by Mikhail Mikhaylov <[email protected]>
merge: #1783 from vaguue

github.com/telegraf/telegraf - caa051b429856d63a2878cd664f515577b249855 authored almost 2 years ago by Muthu Kumar <[email protected]>
fix typo in README.md

github.com/telegraf/telegraf - 2fdfdea1325110eedff0b2189b4a43178f4c1336 authored almost 2 years ago by vaguue <[email protected]>
fix(topics): get any msg reference in getThreadId

github.com/telegraf/telegraf - 1b73d335f8be09ccd7cc01783144df861aa141cd authored about 2 years ago by Muthu Kumar <[email protected]>
doc: update README with Input examples

github.com/telegraf/telegraf - df774308b25a7e1d109a5c0848c1ebcfb82927de authored about 2 years ago by Muthu Kumar <[email protected]>
Use filters in Readme

github.com/telegraf/telegraf - e13bc47a9c599c1e336d21672d18b82fd658f695 authored about 2 years ago by Wojciech Pawlik <[email protected]>
ver: 4.11.2

github.com/telegraf/telegraf - 0fb95cd5039e874fc3a97da3d8abb845e6affa9b authored about 2 years ago by Muthu Kumar <[email protected]>
fix: message_thread_id only if is_topic_message

github.com/telegraf/telegraf - 7234dee648c03cd1f2a8d3decd18cc0ea051066a authored about 2 years ago by Muthu Kumar <[email protected]>
fix: MediaGroup did not accept StreamFile

github.com/telegraf/telegraf - 73c6f7d386a425e8333e33dad7725ed6ec9f4687 authored about 2 years ago by Muthu Kumar <[email protected]>
ver: v4.11.1

github.com/telegraf/telegraf - a14104c7e4310c83e28bbc5410efb9bc76bc19b4 authored about 2 years ago by Muthu Kumar <[email protected]>
fix: root filters.* were not published

github.com/telegraf/telegraf - 96e5a479ac056e6570d4ba31393ccb6651dfdcd2 authored about 2 years ago by Muthu Kumar <[email protected]>
ver: v4.11.0

github.com/telegraf/telegraf - e5f3dbc569d94449440749818b62083b61313ccb authored about 2 years ago by Muthu Kumar <[email protected]>
feat: make polling errors catchable

Fixes #1657

github.com/telegraf/telegraf - c528d44c73e1d437505f3df46ccd0bfa8d5564e4 authored about 2 years ago by Muthu Kumar <[email protected]>
feat(fmt): use template substitution instead of +=

github.com/telegraf/telegraf - 6e081dc74c890ea47fcaf8afec87fdc8a03a0691 authored about 2 years ago by Muthu Kumar <[email protected]>
merge: #1733 from feat-api-6.3

github.com/telegraf/telegraf - d1d223e0752e51d1f6c362936d12347636cf8263 authored about 2 years ago by Muthu Kumar <[email protected]>
chore: add release notes

github.com/telegraf/telegraf - a1785765f9ae6ac053b23552e88662de35166ae1 authored about 2 years ago by Muthu Kumar <[email protected]>
feat: Context::send* use Extra* types directly

github.com/telegraf/telegraf - 8b2c047557ea10d6550f9db479e124d267b0f0c9 authored about 2 years ago by Muthu Kumar <[email protected]>
feat: add message_thread_id in Context methods

github.com/telegraf/telegraf - 1e80e6e9f63515183c0db0cc37d23489dd3068fd authored about 2 years ago by Muthu Kumar <[email protected]>
feat: update to API 6.3

github.com/telegraf/telegraf - 2d1f0e5832fe4bb28d423f0e60a640d18b30203a authored about 2 years ago by Muthu Kumar <[email protected]>
Deprecate `deunionize` function

github.com/telegraf/telegraf - 8d3fd7ba494a01c69f52c4afefd696240c52967f authored about 2 years ago by Wojciech Pawlik <[email protected]>
Avoid using deprecated `MatchedContext`

github.com/telegraf/telegraf - 88c16a497981470daa79206c8533d086e61669b9 authored about 2 years ago by Wojciech Pawlik <[email protected]>
Merge pull request #1698 from telegraf/filters

github.com/telegraf/telegraf - 137a8b2f7be79b395c269f24990a86b09e08a4a8 authored about 2 years ago by Wojciech Pawlik <[email protected]>
Deprecate `.guard`, `.filter`, and `MountMap`

github.com/telegraf/telegraf - e79cdc7563f4c9981f39b2a0f5af36338c99e8bc authored about 2 years ago by Wojciech Pawlik <[email protected]>
Test filters

github.com/telegraf/telegraf - f9eb70ef468720f9bbbef45c9990433d5ed35d50 authored about 2 years ago by Wojciech Pawlik <[email protected]>
fix: this makes tests pass

(how?)

github.com/telegraf/telegraf - 795d8425f2dd71faf1106fb979352a7615fbe58c authored about 2 years ago by Muthu Kumar <[email protected]>
chore: update deps

github.com/telegraf/telegraf - 9d85c07a7931423be95934d9f0d2e3ce5ed3485f authored about 2 years ago by Muthu Kumar <[email protected]>
feat: add support for filters in Composer::on

Also add Context::has

github.com/telegraf/telegraf - 2f4f6230c1b4b4e9f7f06aab7696e6c77a068325 authored about 2 years ago by Muthu Kumar <[email protected]>
fix: more utils move to util.ts

github.com/telegraf/telegraf - 31a3f2f8379cd8f3dd3a42f437c4fb75f4bef3cd authored about 2 years ago by Muthu Kumar <[email protected]>
feat: move *Context helpers to context.ts

github.com/telegraf/telegraf - a35b8ab80422e7e58ee0c3064b68f14f7d439c7f authored about 2 years ago by Muthu Kumar <[email protected]>
feat: `telegraf/filters`

github.com/telegraf/telegraf - 62e77de5aaa469b9c849c173d83710c0e7fefecc authored about 2 years ago by Wojciech Pawlik <[email protected]>
Merge pull request #1731 from telegraf/dependabot/npm_and_yarn/minimatch-3.1.2

github.com/telegraf/telegraf - dd6b59bfa7919b7c88dde6a38f75f3bda11cb097 authored about 2 years ago by Wojciech Pawlik <[email protected]>
chore(deps): bump minimatch from 3.0.4 to 3.1.2

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](ht...

github.com/telegraf/telegraf - 74ad5b711af9a549171455b7d3ca63b449f1ed02 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
merge: #1725 from madhead/readme/fly

github.com/telegraf/telegraf - 3f77d3c003a96b4348534fba12629270aeaf7c54 authored about 2 years ago by Muthu Kumar <[email protected]>
chore(docs): Heroku → Fly.io

github.com/telegraf/telegraf - 53bb41ca6de44b5ec700df0149a92991959c68a2 authored about 2 years ago by Siarhei <[email protected]>
fix: fmt must accept all types

github.com/telegraf/telegraf - 88ba6504c59671ad92e4c7c202528d0f12a597fa authored about 2 years ago by Muthu Kumar <[email protected]>
merge: #1714 from uqee/fix-default-scene-session-pollution

github.com/telegraf/telegraf - 68655b60429ab37f089b209edbe7504513c53877 authored about 2 years ago by Muthu Kumar <[email protected]>
* fix-default-scene-session-pollution: fix default scene session pollution

github.com/telegraf/telegraf - 496e29c7036d313f2d261baa73674a8444a8b979 authored about 2 years ago by Denis Zhbankov <[email protected]>
Remove PR template

github.com/telegraf/telegraf - a78e572098a045bab9b4b2415d7cb5ecc01c18de authored over 2 years ago by Wojciech Pawlik <[email protected]>
Add 500s `fetch` timeout

Reverts 9540b5926dec91ed4465e689c27a60182cfb39ce

github.com/telegraf/telegraf - e614a84fb59336cd39e87da2674e1e45bc792e9c authored over 2 years ago by Wojciech Pawlik <[email protected]>
ver: v4.10.0

github.com/telegraf/telegraf - 3cbcd8e8476d26152667b0c6549b074d0349eb62 authored over 2 years ago by Muthu Kumar <[email protected]>
merge: format helpers (#1690) from telegraf/feat-format-helpers

github.com/telegraf/telegraf - dfdab5d88f84899c068dbc70a4bb457f7eaa87e6 authored over 2 years ago by Muthu Kumar <[email protected]>
fix(fmt): caption needs caption_entities

github.com/telegraf/telegraf - 9565a996a3536a26cec72be451a6ac8be525ed1f authored over 2 years ago by Muthu Kumar <[email protected]>
Fix #1709

github.com/telegraf/telegraf - dbd83ae417dddeae1a335c242541956b5764c79c authored over 2 years ago by Wojciech Pawlik <[email protected]>
Prevent DoS via `secretToken`; closes #1708

github.com/telegraf/telegraf - 48cac426dc17d7b977ff3dc80bf2281e43f9a849 authored over 2 years ago by Wojciech Pawlik <[email protected]>
chore(docs): add hookPath, secretToken to launch()

Ref: #1699

github.com/telegraf/telegraf - e6eeb1cfb5e1e99255fa8b63ee817a71fc586184 authored over 2 years ago by Jitendra Pal <[email protected]>
Deprecate `Router`

github.com/telegraf/telegraf - 7907a7a79c468dbe7f15b6582a73aa57c643a923 authored over 2 years ago by Wojciech Pawlik <[email protected]>
fix(format): fmtCaption must not override parse_mode

Unless necessary - when FmtString entities are present

github.com/telegraf/telegraf - 05cb9229bc64c18364a7e880278568dfeec254ca authored over 2 years ago by Muthu Kumar <[email protected]>
fix(format): support editMessage*

Signed-off-by: Muthu Kumar <[email protected]>

github.com/telegraf/telegraf - 57a181495012e1a23fd3f696ed0f20e8bb6011cb authored over 2 years ago by Muthu Kumar <[email protected]>