-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
383 lines (323 loc) · 19.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
v20190806:
* Telegram-API.tcl: Addec curl version check
v20190804:
* Telegram-API.tcl: Added jq version check
v20190803:
* Telegram-API.tcl: Added more debug logging
v20190801:
* Telegram-API.tcl: Improved error handling on Tcl version conflict
v20190731:
* Telegram-API.tcl: Added Tcl version check on startup
v20190325:
* Telegram-API.tcl: Fixed decoding HTML entities in website title from <meta property> tags
v20190209:
* lib/libunicode.tcl: Added Unicode 12.0 symbols
v20181128:
* Telegram-API.tcl: Fixed bug in function call to decodeHtmlTextEntities
* Telegram-API.tcl: Added extra HTML entities
v20181119:
* Telegram-API.tcl: Renamed ::telegram::public_commands variable to ::telegram::tg_public_commands
* Telegram-API.tcl: Renamed ::telegram::public_commands_help variable to ::telegram::tg_public_commands_help
* Telegram-API.tcl: Renamed ::telegram::private_commands variable to ::telegram::tg_private_commands
* Telegram-API.tcl: Renamed ::telegram::private_commands_help variable to ::telegram::tg_private_commands_help
* Telegram-API.tcl: Renamed ::telegram::addPublicCommand procedure to ::telegram::addPublicTgCommand
* Telegram-API.tcl: Renamed ::telegram::delPublicCommand procedure to ::telegram::delPublicTgCommand
* Telegram-API.tcl: Renamed ::telegram::addPrivateCommand procedure to ::telegram::addPrivateTgCommand
* Telegram-API.tcl: Renamed ::telegram::delPrivateCommand procedure to ::telegram::delPrivateTgCommand
* Telegram-API.tcl: Added ::telegram::irc_public_commands variable
* Telegram-API.tcl: Added ::telegram::irc_public_commands_help variable
* Telegram-API.tcl: Added ::telegram::irc_private_commands variable
* Telegram-API.tcl: Added ::telegram::irc_private_commands_help variable
* Telegram-API.tcl: Added ::telegram::addPrivateIRCCommand procedure
* Telegram-API.tcl: Added ::telegram::delPrivateIRCCommand procedure
* modules/IRCHelper.tcl: Added ircChanInfo procedure
* modules/IRCHelper.tcl: Added ircSetMode procedure
* modules/IRCHelper.tcl: Removed ircTopic / Bugfixes
* lang/de.msg: Added MSG_BOT_IRCINFO
* lang/de.msg: Added MSG_BOT_IRCINFO_HELP
* lang/de.msg: Added MSG_BOT_IRCSETMODE_HELP
* lang/de.msg: Removed MSG_BOT_IRCTOPIC
* lang/de.msg: Removed MSG_BOT_IRCTOPIC_HELP
* lang/en.msg: Added MSG_BOT_IRCINFO
* lang/en.msg: Added MSG_BOT_IRCINFO_HELP
* lang/en.msg: Added MSG_BOT_IRCSETMODE_HELP
* lang/en.msg: Removed MSG_BOT_IRCTOPIC
* lang/en.msg: Removed MSG_BOT_IRCTOPIC_HELP
* lang/nl.msg: Added MSG_BOT_IRCINFO
* lang/nl.msg: Added MSG_BOT_IRCINFO_HELP
* lang/nl.msg: Added MSG_BOT_IRCSETMODE_HELP
* lang/nl.msg: Removed MSG_BOT_IRCTOPIC
* lang/nl.msg: Removed MSG_BOT_IRCTOPIC_HELP
v20181118:
* Telegram-API.tcl: Fixed bug in ::telegram::pollTelegram for handling new_chat_member
* Telegram-API.tcl: Fixed bug in ::telegram::privateCommand
* Telegram-API.tcl: Renamed several chat_id variables to tg_chat_id
* Telegram-API.tcl: Fixed serveraddress variable and welcome message when new Telegram users join
v20181116:
* Telegram-API.tcl: Fixed website descriptions on IRC
* Telegram-API.tcl: Fixed #49: convert HTML entities to normal characters (ad50fc2 / bfa8e4c)
* Telegram-API.tcl: Unified log message types
* Telegram-API.tcl: Fixed #52: Added support for edited messages
* lang/de.msg: Added MSG_TG_MSGEDITED
* lang/en.msg: Added MSG_TG_MSGEDITED
* lang/nl.msg: Added MSG_TG_MSGEDITED
* lang/de.msg: Fixed language identifier for several messages
* lang/en.msg: Fixed language identifier for several messages
* lang/nl.msg: Fixed language identifier for several messages
* README.md: Added troubleshooting and support
v20181115:
* Telegram-API.tcl: Added pre-requisites check on start-up
* Telegram-API.tcl: Updated error handling on start-up when fetching bot info from the Telegram servers
* libunicode.tcl: Removed 0x00a1-0x00ff from ::libunicode::escapedtable to prevent double translation of these characters; fixes # (34db2ec)
v20181114:
* Telegram-API.tcl: Added optional logging for debug info
v20180922:
* Added og:title and og:description tags for ::telegram::getWebsiteTitle (c8dc15a 82ff903 9dbe3f2)
v20180919:
* Fixed typo in ::telegram::ircNickChange
v20180830:
* Use hostmask if nick is not available on IRC modechange
v20180810:
* Telegram-API.tcl: Prevent showing website details on reply-to messages (e4c5f3d)
v20180807:
* README.md: Added description of global variables
v20180803:
* modules/ImageSearch.tcl: Added ::ImageSearch::getGif function
v20180801:
* Telegram-API.tcl: Added correct formatting of length for video/animation/audio/voice messages
* lang/de.msg: Added MSG_TG_ANIMATIONSENT and modechange messages
* lang/en.msg: Added MSG_TG_ANIMATIONSENT
* lang/nl.msg: Added MSG_TG_ANIMATIONSENT
v20180731:
* Telegram-API.tcl: Added support for v4.0 (July 26, 2018) objects
* modules/ImageSearch.tcl: Added error handling for api.qwant.com
* modules/ImageSearch.tcl: Fixed ImageSearch due to change in Qwant API
v20180730:
* Telegram-API.tcl: Updated sendMessage calls to v4.0 (July 26, 2018)
* modules/IRChelper.tcl: Updated sendMessage calls to v4.0 (July 26, 2018)
* modules/ImageSearch.tcl: Updated sendMessage and sendPhoto calls to v4.0 (July 26, 2018)
* modules/Location.tcl: Updated sendMessage and sendVenue calls to v4.0 (July 26, 2018)
* modules/PSN.tcl: Updated sendMessage and sendPhoto calls to v4.0 (July 26, 2018)
* modules/Quotes.tcl: Updated sendMessage calls to v4.0 (July 26, 2018)
* modules/Soundcloudr.tcl: Updated sendMessage calls to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Added editMessageText method
* lib/libtelegram.tcl: Added editMessageCaption method
* lib/libtelegram.tcl: Added editMessageMedia method
* lib/libtelegram.tcl: Added editMessageReplyMarkup method
* lib/libtelegram.tcl: Added deleteMessage method
* lib/libtelegram.tcl: Updated sendMessage to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendPhoto to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendAudio to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendDocument to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendVideo to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendVoice to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendVideoNote to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendLocation to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendVenue to v4.0 (July 26, 2018)
* lib/libtelegram.tcl: Updated sendContact to v4.0 (July 26, 2018)
v20180710:
* lang/en.msg: Fixed several language codes
* lang/en.msg: Fixed MSG_BOT_IRCUSERS_HELP (was MSG_BOT_IRCUSER_HELP)
* lang/en.msg: Added MSG_BOT_UNKNOWNCMD
* lang/de.msg: Fixed several language codes
* lang/en.msg: Fixed MSG_BOT_IRCUSERS_HELP (was MSG_BOT_IRCUSER_HELP)
v20180613:
* modules/ImageSearch.tcl: Fixed invoking ::libtelegram::sendPhoto function
v20180305:
* libunicode.tcl: Fixed 16-bit Unicode (BMP) translation of messages from IRC to Telegram (911abe0; thanks to TheMythPT)
v20180215:
* Fixed reference to non-existant variable (9770150)
v20180214:
* Removed old referenced to remove_slashes()
* libtelegram.tcl: Added validity check to all API methods (a4b6e58)
v20180213:
* Added option to send a welcome message to new participants of a Telegram chat (7cd8cb9 / aaf7295 / d2a8fd6 / 85d56dd / fe19880)
v20180212:
* Added German translation
* Added /irckick, /ircban and /ircunban commands for Telegram users
* Fixed issue where a txt message starting with ? is interpreted as a bot command
* Fixed an issue where changing the Telegram group picture wasn't handled correctly
v20180211:
* Fixed getting website title on certain websites
* Moved sticker2ascii proc to Sticker.tcl
* Added tg_prefer_usernames so you can choose if Telegram users are shown by their real names or by their usernames
* Added localizations for all modules
* Added chat title to invite link on IRC
v20180210:
* Fixed translation of UTF8 characters in chat title
* Changed Telegram notifications to IRC channels when user joins
v20180209:
* libunicode.tcl: Removed redundant spaces and doublequotes (c6c2509 / 523f918)
* Telegram-API.tcl: Fixed localization of private bot command help message (9062d6f)
* en.msg: Fixed localization of private bot command help message (c42c102)
* nl.msg: Fixed localization of private bot command help message (be85eb7)
* Telegram-API.tcl: Added localization for DCC file transfers (8dee8c7)
* en.msg: Added localization for DCC file transfers (3aec4ed)
* nl.msg: Added localization for DCC file transfers (f0cfe39)
* Fixed adding caption-texts for photo's & videos, added caption-texts for documents (91fcf89 / a4ea254 / 01a5812)
* Added filesize to IRC notifications for photo attachments (67fd43a / 912e463 / ffa78ff)
* Added old and new chat_id's to MSG_TG_GROUPMIGRATED (180ea1e)
v20180208:
* Telegram-API.tcl: ASCII emoticons from IRC are now sent to Telegram as Unicode emoji's (0be4aed)
* Telegram-API.tcl: Fixed reply_to_message and forward_from messages from channels (80e95ea / eae9912)
* Telegram-API.tcl: Replaced all utf2ascii calls with ::libunicode::utf82ascii (6b173bb)
* Telegram-API.tcl: Removed utf2ascii and ascii2utf procedures (moved to libunicode.tcl) (28b51e2)
* Telegram-API.tcl: Added verbose error handling when trying to access old chat_id's for groups which have been migrated to supergroups (f5dc9e8)
* libunicode.tcl: Added more moji's and pictograms (bddbaf4 / 02e0bf0 / 710585b / f3406b4 / 0fbc7cf)
* libunicode.tcl: Optimized code (75845d3)
v20180207:
* Telegram-API.tcl: Fixed displaying pinned messages on IRC (1c1d5c5 / cd3c75d)
* libunicode.tcl: Fixed correct naming of ASCII translation tables (f952b1d / 540384f / 137134a / 12f4314)
* libunicode.tcl: Fixed escaped2utf8 (5400f7b / 5acac10 / 346ec83)
* libunicode.tcl: Added more emoji's and pictograms (915571d / 763f028 / b0a54d2 / 9dcb44c / cdac4c4 / cb78092 / 8546bbc / a9c501c / 2a2e0c6 / 7500945 / 0f1eed6)
* en.msg: Fixed downloading attachments with !tgfile (b6a9a4c / 6d54682)
* nl.msg: Fixed downloading attachments with !tgfile (95650a7)
* Telegram-API.tcl: Fixed downloading attachments with !tgfile (b4b5d06)
v20180202:
* Telegram-API.tcl: Added support for pinned messages (5e22d32 / 6d7f897 / 9830897 / d1a1cb9 / a488d03 / 404400d / f6b8ea4)
* Telegram-API.tcl: Timeout's for auto-removal of DCC-sent attachments now uses xfer-timeout (9830897)
* utftable.tcl: Removed (replaced by libunicode.tcl) (c778c74)
v20180201:
* Telegram-API.tcl: Don't send IRC bot commands directly to the Telegram group (68059d3)
* Telegram-API.tcl: Moved some code around to make the sourcecode more readable (ef43f7e)
* Telegram-API.tcl: Added help messages for dynamic bot command modules (53f82fd / 2fdc271 / 32b1631 / b71c005 / 4af6152 / 215c9fc / 2d8c19a / e2583bd)
v20180131:
* Telegram-API.tcl: Fixed auto-removal of downloaded Telegram attachments (8886599 /6de1485)
* libunicode.tcl: Moved all Unicode-related procedures and data to this file (a8d2cf9 / 9e930b2)
v20180130:
* Telegram-API.tcl: Userflags can now be added on a per-user base to the userfile (b654f29)
* Telegram-API.tcl: Added getUserFlags (04942c8)
* Telegram-API.tcl: Added downloading Telegram attachments by DCC (1664ccf / 83c4644 / 7de10b2 / 5cf4ec9 / 8f03d96 / 73df4d6)
* libtelegram.tcl: Added until_date parameter to ::libtelegram::kickChatMember (9124a6e)
* libtelegram.tcl: Added ::libtelegram::unbanChatMember method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::restrictChatMember method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::promoteChatMember method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::exportChatInviteLink method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::deleteChatPhoto method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::setChatDescription method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::pinChatMessage method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::unpinChatMessage method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::leaveChat method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::setChatStickerSet method (9124a6e)
* libtelegram.tcl: Added ::libtelegram::deleteChatStickerSet method (9124a6e)
v20180129:
* libtelegram.tcl: Added ::libtelegram::downloadFile for downloading attachments (361b0be)
v20180128:
* Added channel flags for user configurable notification of topic/mode changes of IRC channels (3a977af / fe60c51)
* Moved sticker definitions from utftable.tcl to Stickers.tcl (1c9c665 / 16e4524 / e5b374f)
* Telegram-API.tcl: Fixed translating stickers to ASCII code (03cc7ec)
* Telegram-API.tcl: Updated handling stickers (3f0d4bd)
* en.msg: Updated handling stickers (dedafa2)
* nl.msg: Updated handling stickers (2752840)
* Telegram-API.tcl: Removed debug code from irc2tg_modeChange (336ba26)
* Telegram-API.tcl: Updated colorization of nicknames to match colors in the Telegram-desktop (6845dfc)
* Telegram-API-config.tcl: Updated colorization of nicknames to match colors in the Telegram-desktop (809b6c5)
v20180126:
* Telegram-API.tcl: Moved all config settings to the ::telegram namespace (f009e31 / e097100 / 47fade3 / d5c8dad)
* Telegram-API.tcl: Added support for dynamic private bot commands (b26e9c2 / e908296)
* Telegram-API.tcl: Removed ::telegram::cfg namespace (9acf807)
* Telegram-API.tcl: Added logging for private bot commands (2d54a8c)
* Telegram-API.tcl: Fixed recognizing public bot commands with @<botname> (7cb9f3f / 8e176d8)
* Telegram-API.tcl: Added getColorFromUserID (fa441fa)
* Telegram-API.tcl: Use a user_id for calculating the color of a nick on IRC (5b983ec / a3464aa)
* Telegram-API.tcl: Preliminary fix for #35 (329e50d)
* Telegram-API.tcl: Fixed reproducing emoji's from quotes to Telegram (dda5fb3 / f88c966)
* Telegram-API.tcl: Updated url_encode so smileys in quotes get sent correctly to Telegram (dda5fb3 / 13fe219)
* Telegram-API-config.tcl: Moved all config settings to the ::telegram namespace (f009e31 / e097100)
* libtelegram.tcl: Removed unused code / Fixed bug when accessing the ::telegram::tg_web_page_preview (50f37dd)
* Locate.tcl: Added url in IRC response (881774d)
v20180125:
* Telegram-API.tcl: Added support for channels and edited messages (63d3aa0 / beb419f / ffe66b2 / 17c440e / 01c1f90 / 8a8cb31 / 154f4af / 3610e33 / a48e172 / 2c3b246)
* Telegram-API.tcl: Fixed sending the caption of a photo to IRC (154f4af / 2c3b246)
* Telegram-API.tcl: Fixed logging unknown messages (154f4af)
* Telegram-API.tcl: Fixed an issue with tg_update_id where some messages got lost due to an invalid increase of tg_update_id (00bace0)
* Telegram-API.tcl: Moved all internal variables to the ::telegram namespace (d887c77)
* Telegram-API.tcl: Fixed sending IRC messages to Telegram using global user flags (493054c)
v20180124:
* Telegram-API.tcl: Added conditional updates from IRC to Telegram based on userflags (3fc3f4d)
* Telegram-API.tcl: Added feature: user setting for command modifier (default is /) (e7b5837 / af866ac)
v20180123:
* ImageSearch.tcl: Added localization using msgcat (373b549 / 73bc250 / 3c064ef)
* PSN.tcl: Added localization using msgcat (060d01b / e3898bc / 81641a6)
* Quotes.tcl: Added localization using msgcat (0632b33 / 0d02955 / 991a8b3)
* Quotes.tcl: Replaced unix-specific code with cross-platform safe code (aec3b30)
* Quotes.tcl: Store new quotes with utf-8 emoji's instead of ASCII emoticons (beac70f)
* Telegram-API.tcl: Replaced unix-specific code with cross-platform safe code (4e73ae8 / 2e50085)
* libhttp.tcl: New library added with support for both PkgHttp and jq (2a1a0c6)
v20180121:
* libjson.tcl: Optimized ::libjson::hasKey jq procedure (f06952e)
v20180120:
* Telegram-API.tcl: Auto-load all modules in the /modules/ folder (fa68594)
* Telegram-API.tcl: Added dynamic command bindings for public bot commands (370c0fc)
* Telegram-API.tcl: Fixed #2 (3240d40 0c06efb 3dcce4d c004dbf 5355fbc 6d2a918 663c7df 98bebc9 47bed99 9716ecd b1e13d7 0cf7e85 01f71ed)
* en.msg: Added as a replacement for Telegram-API.english.tcl
* nl.msg: Added as a replacement for Telegram-API.dutch.tcl
v20180119:
* Telegram-API.tcl: Added support for forwarded messages (02f8af9)
* Telegram-API.dutch.tcl: Added support for forwarded messages (3a14ffa)
* Telegram-API.english.tcl: Added support for forwarded messages (c0bdae)
* Telegram-API.tcl: Fixed issue #29 (dda5d88)
* Telegram-API.tcl: Fixed issue #30 (691cc21)
v20180118:
* Telegram-API.tcl: Added support for migrating groups to supergroups (5e2d59e)
* Telegram-API.tcl: Updated support for reply-to messages: formatting moved to language files (d5d5180)
* Telegram-API.english.tcl: Added MSG_TG_MSGREPLYTOSENT and MSG_TG_GROUPMIGRATED (f566a37)
* Telegram-API.dutch.tcl: Added MSG_TG_MSGREPLYTOSENT and MSG_TG_GROUPMIGRATED (08d6801)
v20180117:
* Telegram-API.tcl: Merged nailyk's work on using the jq JSON parser (46443c9 067078e)
* Telegram-API.tcl: Updated support for reply-to messages: nicks can now be colorized
* Telegram-API.tcl: Updated support for reply-to messages: reply-to is now available for all message types
* libjson.tcl: Moved to jq as a json processor (66bb346)
v20180117:
* Telegram-API.tcl: revert support for dynamic public bot commands (moved to devel-branch) (f22eeba)
* ImageSearch.tcl: Removed jq json parser code (moved to devel-branch) (fb5a10d)
v20180116:
* Created devel-branch for development commits
v20180115:
* ImageSearch.tcl: Fixed crash when server or internet connection is unavailable (9c709dd / a8fe693)
* Locate.tcl: Fixed crash when server or internet connection is unavailable (e8e57e9)
* PSN.tcl: Fixed crash when server or internet connection is unavailable (8a6eef2)
* Soundcloud.tcl: Fixed crash when server or internet connection is unavailable (98a374b)
* Spotify.tcl: Fixed crash when server or internet connection is unavailable (01a1c14)
* Telegram-API.tcl: Fixed loading libraries before config file (84e8070)
* libjson.tcl: Fixed namespace typo in ::libjson::internal (2f0930e)
* Telegram-API.tcl: Merged first part (b879eb4)
* ImageSearch.tcl: Replaced json parser with jq (a79182a)
v20180114:
* Renamed Telegram-API-config.tcl.sample to Telegram-API-config.tcl (63653e9 / 1fa200f)
v20180113:
* libtelegram.tcl: Moved bot_id and bot_token variables from Telegram-API.tcl to libtelegram.tcl
* libtelegram.tcl: Fixed crashes if libtelegram can't connect to the API servers
v20180111:
* Telegram-API.tcl: Fixed bug in /help command in public Telegram Group
* Telegram-API.tcl: Fixed correct responding to /help message
* utftable.tcl: Added all country/flag Unicode codes
* utftable.tcl: Added various currency Unicode characters
* utftable.tcl: Added several intellectual property Unicode characters
v20180105:
* Telegram-API.tcl: Fixed IRC notification when a Telegram user has been added to the Telegram group
* utftable.tcl: Added \ud83d\udd90 :hand_raised:
v20171220:
* modules/Quotes.tcl: Fixed sending quotes to Telegram with special characters [ and ]
* Fixed modules/Spotify.tcl
v20171219:
* Added website previews for links sent from Telegram to IRC
v20171218:
* Updated comments in the libtelegram.tcl library
* Added setWebHook, deleteWebHook and getWebHookInfo methods to the libtelegram.tcl library
* Added forwardMessage method to the libtelegram.tcl library
* Added sendMediaGroup, getUserProfilePhotos and getFile methods to the libtelegram.tcl library
v20171217:
* Added colorized nicknames on IRC (thanks go out to nailyk-fr)
* Removed bold control characters from language files (thanks go out to nailyk-fr)
v20171216:
* Added ChangeLog (yay!)
* Added login and logout to the eggdrop user database through a pm to the bot
* Added myinfo for showing all information in the eggdrop user database
* Replaced tg_sendReplyToMessage by tg_sendMessage (both use the same API method anyways)
* Added tg_getMe method
* Moved all Telegram proc's to a seperate namespace called libtelegram
* Moved all Telegram proc's to a seperate tcl file called libtelegram.tcl
* Added irc2tc_modeChange: support for mode changes on IRC channels
* Added a PHP script called tg.php for downloading attachments from Telegram groups
* Fixed an issue where emoticons in caption of a photo weren't correctly displayed