Histórico de Commits

Autor SHA1 Mensagem Data
  digital 66c878abbd await and async are forbidden in __init__. now calling on_welcome from server.handle_client há 8 anos atrás
  digital 838194b09f for some reasons you cant await async methods using a variable holding the method. curio.spawn() hopefully works há 8 anos atrás
  digital 58c9826c3d fixed intendation bug há 8 anos atrás
  digital b404e32e0d bugfix, ConnHandler was calling the __init__ method of the superclass of ConnHandlerBase, not of ConnHandler. há 8 anos atrás
  digital ad47535129 improved connection handlers, added documentation and rewrote a few parts há 8 anos atrás
  digital ce1a9d2684 trying to fix a bug há 8 anos atrás
  digital 168232f7ac trying to fix a bug há 8 anos atrás
  digital 44a5b03a3c bugfix, only awaiting async functions now 2.0 há 8 anos atrás
  digital 6b7141f00e bugfix, only awaiting async functions now há 8 anos atrás
  digital 3592d7f248 bugfix, last commit introduced a syntax error. properly awaiting handle_tasks.cancel_remaining now há 8 anos atrás
  digital 05330b26ab bugfix, handle_tasks.cancel_remaining was never awaited há 8 anos atrás
  digital 40c3dfc9c7 bugfix, server didn't call the socket factory method há 8 anos atrás
  digital 53b4ebda5f bugfix, server didn't create it's socket. now it does há 8 anos atrás
  digital bbe37fcf4d fixed typo, wrote async.sleep instead of curio.sleep há 8 anos atrás
  digital 39b7826857 added Server documentation, commented out deprecated stuff há 8 anos atrás
  digital 653846fb70 started implementing the async client há 8 anos atrás
  digital d1958b0e2b replaced cur_task.join with cur_task.wait há 8 anos atrás
  digital 3447e9cea5 removed fake_wait and did some minor bugfixes há 8 anos atrás
  digital ebaf1101d6 implemented server shutdown function and added taskgroup for client handers há 8 anos atrás
  digital 8c2cd161c2 process making the server async há 8 anos atrás
  digital 0a6a943912 bug fixing há 8 anos atrás
  digital 7d296649f9 fixed big intendation issue, wrapping the server now in an curio socket wrapper há 8 anos atrás
  digital c279dbd082 fixed minor issues há 8 anos atrás
  digital 03215263d9 fixed intendation há 8 anos atrás
  digital fae0b3d9f3 fixed intendation há 8 anos atrás
  digital 65bce1bcc1 implemented async server há 8 anos atrás
  digital fb728c0272 added a flag to enable ip logging, improved code style há 8 anos atrás
  digital 00b8026a23 added some debug output há 8 anos atrás
  digital 8967c26da5 added some debug output há 8 anos atrás
  digital f67d572d2f improved server, now it has better data handling há 8 anos atrás