Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-03-23
| ||
07:34 | Fixing Request Token - Updating deps Leaf check-in: 98e59a48a2 user: andrei tags: master, trunk | |
2021-05-07
| ||
14:44 | Bump to 0.8.1 check-in: f4811245a3 user: andrei tags: master, trunk | |
14:43 | Passing Bot ID instead of token in supervisor and message processing check-in: 68de35b372 user: andrei tags: master, trunk | |
2021-04-27
| ||
14:41 | Updating Alexia to switch from passing token to passing bot_id (sha256 or phash2 hash). All commands now use bot_id check-in: 53ac9e5e91 user: andrei tags: master, trunk | |
2021-02-24
| ||
12:48 | Jason Encoder usage for INPUT . Update to Alexia.Governor utilities check-in: f2e6415ca3 user: andrei tags: master, trunk | |
2020-04-17
| ||
17:35 | Mini updates check-in: 2487c66664 user: lostone tags: master, trunk | |
2019-05-27
| ||
17:11 | token+to_hash functionality in governor check-in: 321a3ec08c user: lostone tags: master, trunk | |
2019-04-14
| ||
07:22 | Extended Governor to add extra bot info to ets table, set default to :matcher for webhook functionality check-in: 20ce3235cf user: lostone tags: master, trunk | |
2019-04-13
| ||
16:06 | 0.5.4 Version increase renamed bot_hash to token_to_hash check-in: d19edd6536 user: lostone tags: master, trunk | |
2019-04-12
| ||
07:42 | Updates to mix.exs check-in: 8095de54db user: lostone tags: master, trunk | |
07:31 | Adding link to readme check-in: 8e8caf74f4 user: lostone tags: master, trunk | |
07:04 | Adding more comments and updating the readme check-in: 0171abfd7f user: lostone tags: master, trunk | |
05:45 | New Struct options for User and CallbackQuery Models. This way we can use the String.to_existing_atom m when converting a webhook string to atom message received from within phoenix check-in: dcfd1d4381 user: lostone tags: master, trunk | |
2019-04-11
| ||
09:38 | Refactoring Alexia Bot Supervisors. Splitting bots in poller and webhook bots. Poller bots start their own poller & matcher processes. Webhook bots only start a matcher process check-in: 46bb4905aa user: lostone tags: master, trunk | |
08:14 | Added support for webhook. Bots which have the :webhook key are filtered from the poller startup. Matcher now stores its pid in :alexia_bot_info ets based it's hashed token. This way we can allow the webhook to pass in information check-in: d5c9e2ba97 user: lostone tags: master, trunk | |
2019-04-09
| ||
13:47 | Renaming Nadia to Alexia to create a separate project with new features and enhancements check-in: f4b3ef1531 user: lostone tags: master, trunk | |
2019-04-06
| ||
08:56 | Fixing send_video function to use token and removing Logger debugging check-in: a4a40e8b7e user: lostone tags: master, trunk | |
2019-04-04
| ||
05:48 | Adding sendMediaGroup functionality to send groups of pictures together in 1 command that forms an 'album'. Implemented the InputMediaPhoto Model, parser and adapted the API for the :media type so it encodes keyword underlying data into JSON as required by the Telegram API check-in: 48de529ef9 user: lostone tags: master, trunk | |
2019-04-02
| ||
12:34 | Minor modifications to API. Starting to use bypass for testing check-in: 49f8d8b11c user: lostone tags: master, trunk | |
2019-03-29
| ||
19:20 | Updating README for new version and adding examples of how to use this in a multi-bot-environment check-in: 7f78a49e64 user: lostone tags: master, trunk | |
18:48 | Poller starts a Matcher instance under the correct supervisor and externalizes the command to a per bot user specified module check-in: 9ae306ad69 user: lostone tags: master, trunk | |
18:47 | Bot Supervisor starts the Registry Poller S and Matcher supervisor. proceeding to start bots from the configuration check-in: 1176170b93 user: lostone tags: master, trunk | |
18:45 | Governor with a function to get the current chat_id from the update model check-in: 0ce9bb0cc4 user: lostone tags: master, trunk | |
18:44 | Upgraded request functions to allow usage of different tokens. This makes it possible for multiple bots to run within the same application. check-in: d378913364 user: lostone tags: master, trunk | |
18:43 | Upgraded request functions to allow usage of different tokens. This makes it possible for multiple bots to run within the same application. check-in: 0dab9ca1f3 user: lostone tags: master, trunk | |
10:37 | Adding BotSupervisor and Bot Poller to handle multiple bots at the same time, each with their own state and token check-in: c0bb8e2acb user: lostone tags: master, trunk | |
10:35 | Bumping the version to 0.5 for the new API implementation. Updating dependencies check-in: 0f0814da66 user: lostone tags: master, trunk | |
2018-11-14
| ||
08:02 | Merge pull request #80 from artemk/master update readme check-in: 3236c82761 user: noreply@github.com tags: master, trunk | |
2018-11-05
| ||
06:52 | fix typo check-in: 8a3b9a9a2f user: noreply@github.com tags: master, trunk | |
2018-11-03
| ||
07:25 | update readme Add proxy info usage check-in: f27b588147 user: noreply@github.com tags: master, trunk | |
2018-10-04
| ||
08:21 | Merge pull request #78 from evanrupert/master Fixed spec for function Nadia.edit_message_text check-in: 38654fd0c5 user: noreply@github.com tags: master, trunk | |
2018-10-01
| ||
13:41 | Fixed spec for function Nadia.edit_message_text check-in: 8e304196c4 user: rupertevanr@gmail.com tags: master, trunk | |
2018-08-02
| ||
03:32 | Merge pull request #75 from konstantinzolotarev/delete-webhook Added delete webhook info into docs check-in: f13dfeb6c1 user: noreply@github.com tags: master, trunk | |
2018-07-26
| ||
12:50 | Added delete_webhook\0 and get_webhook_info\0 + fix formating check-in: 1fd11a2813 user: konstantin.zolotarev@gmail.com tags: master, trunk | |
2018-07-23
| ||
13:09 | Added delete webhook info into docs check-in: 58da141651 user: konstantin.zolotarev@gmail.com tags: master, trunk | |
2018-07-13
| ||
04:52 | Merge pull request #74 from linjunpop/linjunpop-patch-1 Fixes a typo on the doc of `get_updates/1`. check-in: 5cbd864b90 user: noreply@github.com tags: master, trunk | |
2018-07-12
| ||
14:12 | Fixes a typo on the doc of `get_updates/1`. check-in: 1cd0f657b6 user: noreply@github.com tags: master, trunk | |
2018-07-04
| ||
11:59 | bump version to 0.4.4 Leaf check-in: 2fd2e50249 user: angellwings@gmail.com tags: v0.4.4, trunk | |
11:54 | Fixes #71 api decoder error check-in: 81bf46c5eb user: angellwings@gmail.com tags: trunk | |
2018-06-29
| ||
03:14 | Merge pull request #72 from kalys/patch-1 Nadia.API is already aliased check-in: 06f842c868 user: noreply@github.com tags: trunk | |
2018-06-27
| ||
09:12 | Nadia.API is already aliased check-in: 75aef048c1 user: noreply@github.com tags: trunk | |
2018-05-29
| ||
03:43 | Merge pull request #70 from sergioaugrod/fix-get-file-link Fix `Nadia.get_file_link` function when token is inserted through envs check-in: ffc7a20b49 user: noreply@github.com tags: trunk | |
2018-05-28
| ||
23:46 | Fix `Nadia.get_file_link` function when token is inserted through envs check-in: 090924e29e user: sergioaugrod@gmail.com tags: trunk | |
05:26 | remove Deps Status badge from README hexfaktor discontinued https://github.com/hexfaktor/hex_faktor_web check-in: 326d9481c4 user: angellwings@gmail.com tags: trunk | |
2018-04-20
| ||
06:49 | Merge pull request #66 from skie/master added auth support for socks5 proxy check-in: b3c9c70461 user: noreply@github.com tags: trunk | |
01:34 | update httpoison deps to 1.1.1 to get socks5 support check-in: cdb037f20a user: skie@mail.ru tags: trunk | |
2018-04-18
| ||
17:10 | format test file check-in: 9a7cf0489f user: skie@mail.ru tags: trunk | |
17:00 | added config tests check-in: 0f7979417f user: skie@mail.ru tags: trunk | |
2018-04-17
| ||
18:16 | apply code formatting check-in: 77a31724a2 user: skie@mail.ru tags: trunk | |
17:48 | added auth support for socks5 proxy check-in: 2a8afd34eb user: skie@mail.ru tags: trunk | |