Commit Verlauf

Autor SHA1 Nachricht Datum
  digital 6d43dc4472 removed log message and commented the changes of the previous commit vor 7 Jahren
  digital 5ea9f89188 the changes made in the previous commit were partly in the wrong method. using dynamic super() instead of ConnHandlerBase now vor 7 Jahren
  digital f0d83c5fa9 connhandler.recv and send called itself, not the methods of the superclass vor 7 Jahren
  digital a88a863973 bugfix: ConnHandler was inheriting from object instead of ConnHandlerBase vor 7 Jahren
  digital 1f5399f6c7 bugfix: handler.close was renamed to handler.disconnect; removed commented out deprecated code vor 7 Jahren
  digital c4636d25d3 fixed typo vor 7 Jahren
  digital 0d692db8e4 fixed bug, python doesn't recognize class variables of the superclass in function definitions vor 7 Jahren
  digital 141fc19e1e fixed intendation bug vor 7 Jahren
  digital 92b3d486f8 moved explanation of server.__init__ args to docsting vor 7 Jahren
  digital bbe9179034 rewrote connhandler methods so they call send and recv from their superclass vor 7 Jahren
  digital 835f4bbd90 removed deprecated code vor 7 Jahren
  digital a71f7220df renamed welcome_client to on_welcome vor 7 Jahren
  digital 66c878abbd await and async are forbidden in __init__. now calling on_welcome from server.handle_client vor 7 Jahren
  digital 838194b09f for some reasons you cant await async methods using a variable holding the method. curio.spawn() hopefully works vor 7 Jahren
  digital 58c9826c3d fixed intendation bug vor 7 Jahren
  digital b404e32e0d bugfix, ConnHandler was calling the __init__ method of the superclass of ConnHandlerBase, not of ConnHandler. vor 7 Jahren
  digital ad47535129 improved connection handlers, added documentation and rewrote a few parts vor 7 Jahren
  digital ce1a9d2684 trying to fix a bug vor 7 Jahren
  digital 168232f7ac trying to fix a bug vor 7 Jahren
  digital 44a5b03a3c bugfix, only awaiting async functions now 2.0 vor 7 Jahren
  digital 6b7141f00e bugfix, only awaiting async functions now vor 7 Jahren
  digital 3592d7f248 bugfix, last commit introduced a syntax error. properly awaiting handle_tasks.cancel_remaining now vor 7 Jahren
  digital 05330b26ab bugfix, handle_tasks.cancel_remaining was never awaited vor 7 Jahren
  digital 40c3dfc9c7 bugfix, server didn't call the socket factory method vor 7 Jahren
  digital 53b4ebda5f bugfix, server didn't create it's socket. now it does vor 7 Jahren
  digital bbe37fcf4d fixed typo, wrote async.sleep instead of curio.sleep vor 7 Jahren
  digital 39b7826857 added Server documentation, commented out deprecated stuff vor 7 Jahren
  digital 653846fb70 started implementing the async client vor 7 Jahren
  digital d1958b0e2b replaced cur_task.join with cur_task.wait vor 7 Jahren
  digital 3447e9cea5 removed fake_wait and did some minor bugfixes vor 7 Jahren