Commit Graph

  • d06eead68d don't panic for failed updates, even in debug (fixes #14) Syfaro 2015-08-09 21:12:15 -0500
  • adc490e379 Merge pull request #11 from emadgh/master Syfaro 2015-08-05 13:20:11 -0500
  • ca93bb337c Fixed Message.NewChatPhoto #11 Emad Ghasemi 2015-08-05 21:31:41 +0430
  • 91e1825b16 Update types.go Emad Ghasemi 2015-08-05 21:30:54 +0430
  • 3fddac5396 Merge pull request #10 from jqs7/master Syfaro 2015-08-04 23:05:43 -0400
  • 6bf83a8185 add sendAudio duration #10 Jqs7 2015-08-05 09:55:48 +0800
  • 3c9ed7cfe2 Merge pull request #9 from jqs7/master Syfaro 2015-08-04 21:50:30 -0400
  • 96a104444e Updated to the last tgbot API #9 Jqs7 2015-08-05 09:44:09 +0800
  • 752bd45f4c fix readme for updateschan changes Syfaro 2015-07-31 13:44:37 -0400
  • 196f515db7 helper functions on message Syfaro 2015-07-31 13:40:42 -0400
  • f605a516c0 string function for user Syfaro 2015-07-31 03:22:01 -0400
  • 8907d30fe0 remove unneeded line in test Syfaro 2015-07-29 05:42:45 -0400
  • c12c67adde basic tests/examples, don't return updates chan, cleaned text Syfaro 2015-07-29 05:41:41 -0400
  • 5e5de566ee remove unneeded else block Syfaro 2015-07-28 12:19:53 -0400
  • b0c8029a0f fix wrong capitalization of a function name Syfaro 2015-07-28 12:18:50 -0400
  • dc198e2346 Merge pull request #6 from raulsntos/master Syfaro 2015-07-28 12:15:46 -0400
  • 3101266b61 Fixed NewBotAPIWithClient #6 Raul Santos 2015-07-28 18:14:13 +0200
  • 2483f04397 Separate NewBotAPI from NewBotAPIwithClient Raul Santos 2015-07-28 13:00:31 +0200
  • fc8cb6e039 Client is now a pointer Raul Santos 2015-07-28 11:18:49 +0200
  • 8249dd6a93 Few bug fixes Raul Santos 2015-07-27 00:22:10 +0200
  • 612584dbd3 Ability to pass a client to the bot Raul Santos 2015-07-27 00:16:45 +0200
  • 60337023c5 Merge pull request #5 from Nikita-V/patch-1 Syfaro 2015-07-22 15:39:13 -0500
  • fee84ee239 Fix parameter name #5 Nikita Vorobei 2015-07-22 19:10:27 +0300
  • 4570caa188 No idea #46 Donnie Adams 2015-07-14 11:34:27 -0700
  • 0af9cba501 Changed duplicate return of updates. Donnie Adams 2015-07-13 21:23:24 -0700
  • 9f28ce1c2e Update Readme Donnie Adams 2015-07-07 09:46:34 -0700
  • fc23c56de1 Change order of preference for displaying names Donnie Adams 2015-07-06 17:17:12 -0700
  • 4aae872098 Added a space when printing first and last name Donnie Adams 2015-07-06 13:57:49 -0700
  • 1b2d9a5c42 Merge pull request #3 from sirlori/master Syfaro 2015-07-06 15:07:02 -0500
  • c6f808011b Forget to add var declaration Donnie Adams 2015-07-06 12:37:49 -0700
  • 7f0dd9c504 little fix that sometimes causes crash #3 Lorenzo Landolfi 2015-07-06 21:25:18 +0200
  • 44e25815ef Merge pull request #1 from Syfaro/master Lorenzo Landolfi 2015-07-06 21:21:26 +0200
  • 001757e554 Add a way for User type to string itself Donnie Adams 2015-07-06 11:08:43 -0700
  • 27b83003fa Removed errant log command. Donnie Adams 2015-07-05 03:13:54 -0700
  • dc450492cb Fixed file uploading and sending Donnie Adams 2015-07-05 03:01:54 -0700
  • 37c9b8f7a0 Fix typo Donnie Adams 2015-07-05 01:41:17 -0700
  • c812cb8408 Forgot to remove some helpers. Donnie Adams 2015-07-05 01:38:42 -0700
  • 934ae1e733 Consolidated file sending types and methods. Donnie Adams 2015-07-05 00:43:12 -0700
  • b7a4acc343 Refactor to put all types in types.go Donnie Adams 2015-07-05 00:06:39 -0700
  • b68832daa6 clarify scope of project in readme, update godoc link Syfaro 2015-06-29 22:55:58 -0500
  • 2024a55b87 slight code improvments, better language Syfaro 2015-06-29 22:44:12 -0500
  • 7473250643 Merge pull request #2 from jqs7/master Syfaro 2015-06-29 22:36:37 -0500
  • 92ad19733b remove blank line #2 Jqs7 2015-06-30 11:33:26 +0800
  • 69bb4a9c33 update log message Jqs7 2015-06-30 11:28:55 +0800
  • f6cf1bb782 should not panic in production env Jqs7 2015-06-30 00:04:48 +0800
  • 7b9b7856fc add license Syfaro 2015-06-26 21:53:55 -0500
  • 5698d47edd fix import in example in README Syfaro 2015-06-26 21:46:06 -0500
  • 0105ee9097 Merge pull request #1 from sirlori/master Syfaro 2015-06-26 21:43:52 -0500
  • 4944eed2fa one useless line removed #1 sirlandalf 2015-06-27 04:24:52 +0200
  • 9f17771ecd fixes sirlandalf 2015-06-27 04:20:32 +0200
  • 618a019388 example bot in readme Syfaro 2015-06-26 02:18:55 -0500
  • 4acb279a67 loop UpdatesChan so it keeps getting updates Syfaro 2015-06-26 02:12:09 -0500
  • a17651c8fe fix all golint errors, add info about audio uploads Syfaro 2015-06-26 01:53:20 -0500
  • 5b2104f974 update readme, remove not done yet Syfaro 2015-06-26 01:22:36 -0500
  • 16acfd07b0 godoc link in readme Syfaro 2015-06-26 01:20:29 -0500
  • 90c48448d2 more comments on things Syfaro 2015-06-26 01:19:29 -0500
  • 07072ebce7 comments for helpers Syfaro 2015-06-26 01:10:53 -0500
  • 04d46c2896 better comments for godoc Syfaro 2015-06-26 00:57:39 -0500
  • 76460f8a5b comments on methods Syfaro 2015-06-26 00:52:12 -0500
  • cea0df2dae fix silly mistakes Syfaro 2015-06-25 23:45:56 -0500
  • d789456a8e load self when created Syfaro 2015-06-25 23:44:14 -0500
  • 9cf4f13772 change focus from bot to just bindings, code cleanup Syfaro 2015-06-25 23:26:24 -0500
  • 5d6f84e9b2 update readme, bot init function Syfaro 2015-06-25 22:49:24 -0500
  • 3940cb5953 setup functions, plugin enabler, reply markup, example commands Syfaro 2015-06-25 16:15:28 -0500
  • 567a37868d help plugin, working on plugin api Syfaro 2015-06-25 14:20:02 -0500
  • a7b8af6adb finish helper methods, add forgotten audio upload Syfaro 2015-06-25 11:57:50 -0500
  • 224e585bd9 all API methods Syfaro 2015-06-25 11:50:24 -0500
  • 059baffbfb working file uploads, starting to clean up code Syfaro 2015-06-25 11:25:02 -0500
  • 564e04b9a2 Create README.md Syfaro 2015-06-25 00:40:42 -0500
  • 434756c165 initial commit, some api methods and structs for everything Syfaro 2015-06-25 00:34:05 -0500