GiedriusS

GiedriusS pushed to master at GiedriusS/TwitchNotifier

  • bf708bfb19 libtn: embrace the dynamism of Python Remove pointless type checks because other types may implement the needed methods as well.

7 years ago

GiedriusS pushed tag 0.5 to GiedriusS/TwitchNotifier

8 years ago

GiedriusS pushed to master at GiedriusS/TwitchNotifier

8 years ago

GiedriusS pushed to master at GiedriusS/TwitchNotifier

8 years ago

GiedriusS pushed to master at GiedriusS/TwitchNotifier

8 years ago

GiedriusS pushed to master at GiedriusS/gomegle

  • 773a915d87 gomegle: switch to map[string]string in interal interfaces map[string]string is way nicer for passing parameters and values to {post,get}Request() so use that instead. It reduces the possibility of making mistakes in the future because the key/value pairs are clearly visible next to each other.

8 years ago

GiedriusS pushed to master at GiedriusS/gomegle

  • ed3508f451 client: use range instead of the unusual for-loop Use range to make the code more in line with other Go code. range already implements the same funcionality so no need to reimplement the for-loop ourselves.

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

  • 64e550a170 libtn: switch to indexes in get_status() Prevents URL from becoming too long when following too many channels because now we are going to only send LIMIT channels at once. Also, don't stop requesting information about channels even if one request failed.
  • 53c1b9427a libtn: switch to indexes in check_if_online() Prevents URL from becoming too long when following too many channels because now we are going to only send LIMIT channels at once. Also, don't stop requesting information about channels even if one request failed.
  • View comparison for these 2 commits »

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

  • 26d9687ef8 twitchnotifier: delete API before exiting

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

  • 1aef933185 twitchnotifier: add a NameError handler around initial get_status() Instead of showing a backtrace when an invalid nick is passed to twitchnotifier, show a normal error message. This is more friendly and clear to the user. Also, users might mistake the backtrace as a bug

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

8 years ago

GiedriusS pushed to master at giedriuss/gomegle

  • 12e3d99ce1 Revert "gomegle: add support for "Stranger has disconnected" in Generate()" This reverts commit 43534fa35b6b0560c7cf30ccc13e11f7b6f20445. Actually, a message type already exists for this kind of funcionality.
  • 43534fa35b gomegle: add support for "Stranger has disconnected" in Generate()
  • View comparison for these 2 commits »

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

8 years ago

GiedriusS pushed to master at giedriuss/gomegle

  • c88358f320 gomegle_test: add missing .Disconnect(), check for more errors
  • 6862bc23cd gomegle_test: remove pointless .Topic in TestGenerate()
  • 668a1b2c35 client: don't skip a iteration in case of {Show,Stop}Typing != nil Don't actually skip sending the message when ShowTyping() or StopTyping() fails because that means the user would have to type the message all over again
  • 427ad1e1f6 gomegle: make related constants of type Tp
  • 6f50249745 Actually start using type Event for UpdateStatus()
  • View comparison for these 97 commits »

8 years ago

GiedriusS created repository GiedriusS/gomegle

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

8 years ago

GiedriusS pushed to master at giedriuss/twitchnotifier

9 years ago