...
|
2023-07-11 |
E. Bosch |
exclam: Fix indentation
|
commit |
commitdiff
|
2023-07-11 |
E. Bosch |
exclam: Add edit (!ed) command to modify already sent messages
|
commit |
commitdiff
|
2023-07-10 |
E. Bosch |
README update
|
commit |
commitdiff
|
2023-07-10 |
E. Bosch |
Add configuration file sample (irgramdrc.sample)
|
commit |
commitdiff
|
2023-07-08 |
E. Bosch |
telegram, irc: Refactor and improve routine for conversion of mentions
|
commit |
commitdiff
|
2023-06-27 |
E. Bosch |
Fix typos in README
|
commit |
commitdiff
|
2023-06-26 |
E. Bosch |
README update
|
commit |
commitdiff
|
2023-06-26 |
E. Bosch |
README update
|
commit |
commitdiff
|
2023-06-26 |
E. Bosch |
Remove trailing spaces
|
commit |
commitdiff
|
2023-06-26 |
E. Bosch |
Add exclam module to handle channel/chat commands begining with exclamation ...
|
commit |
commitdiff
|
2023-06-23 |
E. Bosch |
telegram: Fix: in forwards when the original user is unknown use the ID
|
commit |
commitdiff
|
2023-06-22 |
E. Bosch |
Move parse_command() to a new class, the code will be reused for the future
|
commit |
commitdiff
|
2023-06-15 |
E. Bosch |
telegram, irc: Add conversion of "mention:" (IRC style) to "@mention" in sen ...
|
commit |
commitdiff
|
2023-06-15 |
E. Bosch |
irc: Add log for user registered (authorized in IRC)
|
commit |
commitdiff
|
2023-06-14 |
E. Bosch |
emoji2emoticon: Add emoji "thinking face" to convert to ASCII
|
commit |
commitdiff
|
2023-06-11 |
E. Bosch |
emoji2emoticon: Add emoji "shushing face" to convert to ASCII
|
commit |
commitdiff
|
2023-06-11 |
E. Bosch |
irc: Separate character encoding options as input and output
|
commit |
commitdiff
|
2023-06-10 |
E. Bosch |
telegram, irc: Add conversion of mentions for self @username as well as
|
commit |
commitdiff
|
2023-06-08 |
E. Bosch |
telegram: Refactor forward handle and related functions
|
commit |
commitdiff
|
2023-06-06 |
E. Bosch |
telegram: Add "media_dir" option to set the download media directory outside
|
commit |
commitdiff
|
2023-06-01 |
E. Bosch |
telegram: Fix media contact attributes
|
commit |
commitdiff
|
2023-05-20 |
E. Bosch |
telegram: Add filters for received messages, in these filters:
|
commit |
commitdiff
|
2023-05-16 |
E. Bosch |
service: Refactor "get" command handle, make it robust when compact id has
|
commit |
commitdiff
|
2023-05-15 |
E. Bosch |
telegram: As messages are referenced by peer and id (in "get" and future
|
commit |
commitdiff
|
2023-05-14 |
E. Bosch |
service: Add "get" command to retrieve a specific message
|
commit |
commitdiff
|
2023-05-08 |
E. Bosch |
service: Add more indentation in brief help descriptions
|
commit |
commitdiff
|
2023-05-08 |
E. Bosch |
service: Add "mark_read" command to mark chats as read and reset mentions
|
commit |
commitdiff
|
2023-05-07 |
E. Bosch |
service: In dialog list: Use timezone option to convert the date for "last" ...
|
commit |
commitdiff
|
2023-05-07 |
E. Bosch |
telegram: In highlight of editions, use dash (-) instead of dot (.) for
|
commit |
commitdiff
|
2023-05-07 |
E. Bosch |
telegram: Add an option to enable and control format of timestamps for histo ...
|
commit |
commitdiff
|
2023-05-06 |
E. Bosch |
telegram: Fix arguments in call to relay_telegram_message() in deleted handle
|
commit |
commitdiff
|
2023-05-05 |
E. Bosch |
telegram: Add support for retrieving history of messages, this is
|
commit |
commitdiff
|
2023-05-04 |
E. Bosch |
telegram: Change event/message if statement by an expression
|
commit |
commitdiff
|
2023-05-02 |
E. Bosch |
telegram: Change interface for received messages, use message instead event
|
commit |
commitdiff
|
2023-04-30 |
E. Bosch |
telegram: Make more robust the forward handler, take into account if the
|
commit |
commitdiff
|
2023-04-29 |
E. Bosch |
telegram: Add conversion of UTF-8 emojis to ASCII emoticons for all messages ...
|
commit |
commitdiff
|
2023-04-29 |
E. Bosch |
Add "emoji_ascii" option to control if emojis are converted to ASCII emoticons
|
commit |
commitdiff
|
2023-04-27 |
E. Bosch |
README update
|
commit |
commitdiff
|
2023-04-26 |
E. Bosch |
README update
|
commit |
commitdiff
|
2023-04-26 |
E. Bosch |
telegram: Rename option 'reply_length' as 'quote_length' and use it for quot ...
|
commit |
commitdiff
|
2023-04-25 |
E. Bosch |
telegram: Add support for showing reactions to messages
|
commit |
commitdiff
|
2023-04-20 |
E. Bosch |
telegram: Relocate is_bot() method, to have get_* methods together
|
commit |
commitdiff
|
2023-04-16 |
E. Bosch |
telegram: Add support for showing editions of messages, including highlight ...
|
commit |
commitdiff
|
2023-04-12 |
E. Bosch |
telegram: Fix recognition of Telegram user, group, channel types
|
commit |
commitdiff
|
2023-04-11 |
E. Bosch |
Add compact message ids in messages sent from IRC that are echoed to IRC,
|
commit |
commitdiff
|
2023-04-10 |
E. Bosch |
telegram: Add support for showing deleted messages
|
commit |
commitdiff
|
2023-04-09 |
E. Bosch |
telegram: Refactorize relay message functions, this will be necessary for de ...
|
commit |
commitdiff
|
2023-04-08 |
E. Bosch |
telegram: Rename some functions: use "relay" instead of "handle", to clarify
|
commit |
commitdiff
|
2023-04-08 |
E. Bosch |
telegram: Add message cache
|
commit |
commitdiff
|
2023-03-31 |
E. Bosch |
telegram: Add logging in handle_raw()
|
commit |
commitdiff
|
...
|