This website requires JavaScript.
68cda72ece
Fix replay/reply typo and deprecate old methods. Fixes #97
Björn Petersen
2016-06-20 20:50:03 +0200
5880114604
Add eclipse files to .gitignore
Björn Petersen
2016-06-20 20:16:17 +0200
9378ce80ae
Merge pull request #96 from rubenlagus/dev
Ruben Bermudez
2016-06-10 12:17:54 +0200
04a2b6978b
Update README.md
Ruben Bermudez
2016-06-10 12:17:31 +0200
0b114aefe2
Merge pull request #94 from rubenlagus/dev
v2.3.3.3
Ruben Bermudez
2016-06-09 23:20:40 +0200
4fc3cc34cf
Update version v2.3.3.3
Rubenlagus
2016-06-09 23:04:08 +0200
ef66e35827
Document deprecated methods
Rubenlagus
2016-06-09 22:52:08 +0200
d8c2a1a22a
Merge branch 'antonu17-feature/improve_send_newfile' into dev
Rubenlagus
2016-06-09 22:32:34 +0200
df985fc276
Merge branch 'feature/improve_send_newfile' of https://github.com/antonu17/TelegramBots into antonu17-feature/improve_send_newfile
Rubenlagus
2016-06-09 22:32:11 +0200
1c1b302b52
Extract constant text plain content type
Rubenlagus
2016-06-09 22:31:14 +0200
57634a1bc8
Merge branch 'antonu17-bugfix/multipart_reply_markup' into dev
Rubenlagus
2016-06-09 22:28:13 +0200
5108087144
Change send methods, add using InputStream
antonu17
2016-06-04 10:17:00 +0600
65d82076c2
Deprecate old methods, overload setNew... methods with InputStream arguments
antonu17
2016-06-04 10:15:55 +0600
7b6a376976
Change MultipartEntityBuilder.addBinaryBody() function
antonu17
2016-06-03 23:22:13 +0600
ee12175eea
Change sendNew methods signature, now accepting File
antonu17
2016-06-03 23:22:02 +0600
4b08b8ef7b
Set UTF-8 character set for reply_markup field in sendDocument(), sendPhoto(), sendVideo(), sendSticker(), sendAudio(), sendVoice() methods
antonu17
2016-06-02 00:28:01 +0600
56ac18e263
Fix ForwardMessage method
Rubenlagus
2016-06-01 02:06:35 +0200
c9c2b0c187
Merge branch 'dev' of github.com:rubenlagus/TelegramBots into dev
Rubenlagus
2016-06-01 00:32:39 +0200
e39e20c7f9
Remove setter for unmodificable fields in replymarkup
Rubenlagus
2016-06-01 00:32:14 +0200
80ee84a367
Added new webhook sample
Ruben Bermudez
2016-05-31 22:09:41 +0200
5b1130a788
Merge pull request #89 from Mit0x2/command_bot_additions
Ruben Bermudez
2016-05-31 21:58:04 +0200
7047811eaa
change @author tag to full name + github username for reference
Timo Schulz
2016-05-31 20:01:50 +0200
3a41c3fd5e
Add sender of the command to the execute method signature, to be able to do sth with it's data (e.g. userId)
Timo Schulz
2016-05-31 19:57:54 +0200
01f321d917
remove commandbot example from readme
Timo Schulz
2016-05-31 19:53:06 +0200
86f6e2785a
Merge branch 'dev' into command_bot_additions
Timo Schulz
2016-05-31 19:51:14 +0200
e4b92fd0ad
Update Telegram api docs
Rubenlagus
2016-05-31 19:08:56 +0200
ced0620f6a
Merge e068293059
into d1d8c74c98
Timo Schulz
2016-05-31 09:21:11 +0000
e068293059
Merge remote-tracking branch 'origin/command_bot_additions' into command_bot_additions
tschulz
2016-05-31 11:20:35 +0200
0ff2e13f96
fix typo
tschulz
2016-05-31 11:14:56 +0200
00a8ccfac6
fiy typo
tschulz
2016-05-31 11:14:56 +0200
cc9cda3226
add example for command bot to readme
tschulz
2016-05-31 11:13:28 +0200
d8abaec756
add javadoc (class purpose) for ICommandRegistry
tschulz
2016-05-31 10:56:21 +0200
eefeb1e19f
remove empty constructor
tschulz
2016-05-31 10:54:58 +0200
986608d7ad
add java doc for CommandRegistry -> class purpose
tschulz
2016-05-31 10:54:40 +0200
946b5438ad
Merge pull request #86 from rubenlagus/dev
v2.3.3.2
Ruben Bermudez
2016-05-31 01:15:57 +0200
d1d8c74c98
Update version to 2.3.3.2
Rubenlagus
2016-05-31 01:09:24 +0200
c8aaa91187
Fix RestApi
v2.3.3.2-alpha-3
Rubenlagus
2016-05-30 20:25:36 +0200
402b842a35
Closes #85
Rubenlagus
2016-05-29 03:59:39 +0200
88ef2e6bf8
Merge branch 'dev' of github.com:rubenlagus/TelegramBots into dev
Rubenlagus
2016-05-27 15:06:33 +0200
4270a529a0
Closes #84
Rubenlagus
2016-05-27 15:06:09 +0200
b5eac76c68
Update .travis.yml
v2.3.3.2-alpha-2
Ruben Bermudez
2016-05-27 14:25:19 +0200
2825090112
Fix webhooks (unstable)
v2.3.3.2-alpha-1
Rubenlagus
2016-05-27 14:11:11 +0200
b07bf5531b
Clean up, update pom file
Rubenlagus
2016-05-27 04:43:13 +0200
1100ad11e4
Changes on #83
Rubenlagus
2016-05-27 03:19:17 +0200
fbc495f6f0
Merge branch 'Mit0x2-implement_command_mechanism' into dev
Rubenlagus
2016-05-27 02:13:27 +0200
480f9a6907
Merge branch 'implement_command_mechanism' of https://github.com/Mit0x2/TelegramBots into Mit0x2-implement_command_mechanism
Rubenlagus
2016-05-27 02:12:59 +0200
ce9d198d5c
Merges #82
Rubenlagus
2016-05-27 02:04:21 +0200
66566e3a65
make command bot extend TelegramLongPollingBot
Timo Schulz
2016-05-26 09:24:10 +0200
94e4d4397b
Update README.md
Ruben Bermudez
2016-05-25 19:33:15 +0200
6daf18f007
fix BotLogger import
Timo Schulz
2016-05-25 18:08:10 +0200
31c9cdfaf7
Merge branch 'dev' into implement_command_mechanism
Timo Schulz
2016-05-25 18:00:10 +0200
b8a019436e
Update .travis.yml
Ruben Bermudez
2016-05-25 02:47:10 +0200
cf78dcfcbe
Update .travis.yml
Ruben Bermudez
2016-05-25 01:33:56 +0200
95801105d5
Create .travis.yml
Ruben Bermudez
2016-05-25 01:28:08 +0200
020949904b
Merge pull request #81 from Mit0x2/gitignore_file_update
Ruben Bermudez
2016-05-25 01:15:19 +0200
66b9753e80
Merge 9c5d7ec9e6
into bae864d86f
Timo Schulz
2016-05-22 13:33:47 +0000
a68c210b2a
Merge ea339c08e6
into bae864d86f
Timo Schulz
2016-05-22 13:26:06 +0000
bae864d86f
Update README.md
Ruben Bermudez
2016-05-22 15:03:32 +0200
ea339c08e6
remove .DS_STORE files from tracking
Timo Schulz
2016-05-22 14:37:30 +0200
e60e50a9c5
teach git to ignore .DS_STORE files
Timo Schulz
2016-05-22 14:33:35 +0200
9c5d7ec9e6
Merge remote-tracking branch 'upstream/master'
Timo Schulz
2016-05-22 14:18:48 +0200
f33b9fa10e
remove AbsSender field for command and instead reach it in on each execute call -> so one command could be reached to multiple bot in parallel
Timo Schulz
2016-05-22 14:10:57 +0200
c0262ceda0
Merge pull request #79 from rubenlagus/dev
v2.3.3.1
Ruben Bermudez
2016-05-22 12:14:15 +0200
0584416773
Bug fix
Rubenlagus
2016-05-22 12:13:18 +0200
a7894f29e2
Merge pull request #78 from rubenlagus/dev
v2.3.3
Ruben Bermudez
2016-05-22 11:51:32 +0200
f923a978df
New version Closes #72
Rubenlagus
2016-05-22 11:50:31 +0200
fc553401a6
Merge branch 'antonu17-sendphoto_caption_fix' into dev
Rubenlagus
2016-05-22 11:47:33 +0200
0b6f4e1d06
Support Telegram Bots API 2.1
Rubenlagus
2016-05-22 11:42:04 +0200
e51d6eaa4b
fix missing blank ;)
Timo Schulz
2016-05-21 15:00:40 +0200
3dd0b87ca0
move command bot functionality to own bot base class, to avoid api change for future releases
Timo Schulz
2016-05-21 14:56:08 +0200
2bff35b8b9
remove AbsSender Interface from BotCommand and add reference for sending messages
Timo Schulz
2016-05-20 19:23:44 +0200
265915daf6
bring chatId of SendMessage back to String instead of Long
Timo Schulz
2016-05-20 18:39:06 +0200
4b03d3670f
Merge 1a0969e36f
into bb110e1127
Vinpasso
2016-05-20 16:06:09 +0000
1a0969e36f
Slightly improved the shutdown routine from my last pull request
Vinpasso
2016-05-20 18:02:42 +0200
1bb4d12983
change chat id to chat object to be able to work with username
tschulz
2016-05-20 12:03:00 +0200
5fe18aefa3
rename Command class and fix visibility of execute method
tschulz
2016-05-20 11:56:15 +0200
9958d677e2
add command init character to help command response
tschulz
2016-05-20 11:18:41 +0200
618fb80333
fix typo
tschulz
2016-05-20 11:16:39 +0200
f49cb8b62f
Modify TelegramLongPollingBot to support commands
tschulz
2016-05-20 11:14:58 +0200
92aa4e218e
Add java doc
tschulz
2016-05-20 11:13:29 +0200
10d39077eb
add chat command detection to message (properties field)
tschulz
2016-05-20 11:12:48 +0200
f2da0a6558
Implement Command Registry
tschulz
2016-05-20 11:12:22 +0200
2089dfbe23
Implement basic help command, which provides an overview over all registered commands
tschulz
2016-05-20 11:11:38 +0200
91191ee63b
Add method to retrieve all registered commands
tschulz
2016-05-20 11:10:35 +0200
5d0f508b5a
Create interface for the registry of all comannds of a bot
tschulz
2016-05-20 11:08:16 +0200
f775d5c00c
Create and implement basic command
tschulz
2016-05-20 11:07:14 +0200
88ae4a7516
Make Chat id a long attribute everywhere
tschulz
2016-05-20 11:02:32 +0200
37eac08554
Merge branch 'antonu17-fix-message-caption' into dev
Rubenlagus
2016-05-19 20:39:32 +0200
e54396a0ca
Final bot logger version
v2.3.3-beta-3
Rubenlagus
2016-05-19 20:29:45 +0200
dc474a2c2f
Fix formatter
v2.3.3-beta-2
Rubenlagus
2016-05-19 20:22:20 +0200
6155731058
Improve logging system
v2.3.3-beta
Rubenlagus
2016-05-19 20:14:15 +0200
a854a027e7
Add caption field
antonu17
2016-05-19 23:25:52 +0600
32b3429da0
Merge branch 'Kurpilyansky-send_replaymarkup_to_json_fix' into dev
Rubenlagus
2016-05-15 21:32:19 +0200
acc9d14d04
Alpha, closeable for keepalive connections.
dapoldi
2016-05-11 15:24:40 +0200
13a5ca6e0c
Fix serialization ReplayMarkup in sendPhoto, sendDocument, etc.
Eugene Kurpilyansky
2016-05-10 22:40:00 +0300
85e31f87a4
Send caption in UTF-8 encoding
antonu17
2016-05-10 22:40:16 +0600
10df49a11e
Fix caption field var
antonu17
2016-05-10 22:39:36 +0600
f1ce1a6ee9
Improve telegramapiexceptions
v2.3.3-alpha-2
Rubenlagus
2016-05-09 02:56:49 +0200
0f13e22917
Several improvements
Rubenlagus
2016-05-09 02:44:26 +0200
c42a23501d
Fix bug when sending locations
Rubenlagus
2016-05-09 02:27:49 +0200