Commit History

Autor SHA1 Mensaxe Data
  digital c4636d25d3 fixed typo %!s(int64=8) %!d(string=hai) anos
  digital 0d692db8e4 fixed bug, python doesn't recognize class variables of the superclass in function definitions %!s(int64=8) %!d(string=hai) anos
  digital 141fc19e1e fixed intendation bug %!s(int64=8) %!d(string=hai) anos
  digital 92b3d486f8 moved explanation of server.__init__ args to docsting %!s(int64=8) %!d(string=hai) anos
  digital bbe9179034 rewrote connhandler methods so they call send and recv from their superclass %!s(int64=8) %!d(string=hai) anos
  digital 835f4bbd90 removed deprecated code %!s(int64=8) %!d(string=hai) anos
  digital a71f7220df renamed welcome_client to on_welcome %!s(int64=8) %!d(string=hai) anos
  digital 66c878abbd await and async are forbidden in __init__. now calling on_welcome from server.handle_client %!s(int64=8) %!d(string=hai) anos
  digital 838194b09f for some reasons you cant await async methods using a variable holding the method. curio.spawn() hopefully works %!s(int64=8) %!d(string=hai) anos
  digital 58c9826c3d fixed intendation bug %!s(int64=8) %!d(string=hai) anos
  digital b404e32e0d bugfix, ConnHandler was calling the __init__ method of the superclass of ConnHandlerBase, not of ConnHandler. %!s(int64=8) %!d(string=hai) anos
  digital ad47535129 improved connection handlers, added documentation and rewrote a few parts %!s(int64=8) %!d(string=hai) anos
  digital ce1a9d2684 trying to fix a bug %!s(int64=8) %!d(string=hai) anos
  digital 168232f7ac trying to fix a bug %!s(int64=8) %!d(string=hai) anos
  digital 44a5b03a3c bugfix, only awaiting async functions now 2.0 %!s(int64=8) %!d(string=hai) anos
  digital 6b7141f00e bugfix, only awaiting async functions now %!s(int64=8) %!d(string=hai) anos
  digital 3592d7f248 bugfix, last commit introduced a syntax error. properly awaiting handle_tasks.cancel_remaining now %!s(int64=8) %!d(string=hai) anos
  digital 05330b26ab bugfix, handle_tasks.cancel_remaining was never awaited %!s(int64=8) %!d(string=hai) anos
  digital 40c3dfc9c7 bugfix, server didn't call the socket factory method %!s(int64=8) %!d(string=hai) anos
  digital 53b4ebda5f bugfix, server didn't create it's socket. now it does %!s(int64=8) %!d(string=hai) anos
  digital bbe37fcf4d fixed typo, wrote async.sleep instead of curio.sleep %!s(int64=8) %!d(string=hai) anos
  digital 39b7826857 added Server documentation, commented out deprecated stuff %!s(int64=8) %!d(string=hai) anos
  digital 653846fb70 started implementing the async client %!s(int64=8) %!d(string=hai) anos
  digital d1958b0e2b replaced cur_task.join with cur_task.wait %!s(int64=8) %!d(string=hai) anos
  digital 3447e9cea5 removed fake_wait and did some minor bugfixes %!s(int64=8) %!d(string=hai) anos
  digital ebaf1101d6 implemented server shutdown function and added taskgroup for client handers %!s(int64=8) %!d(string=hai) anos
  digital 8c2cd161c2 process making the server async %!s(int64=8) %!d(string=hai) anos
  digital 0a6a943912 bug fixing %!s(int64=8) %!d(string=hai) anos
  digital 7d296649f9 fixed big intendation issue, wrapping the server now in an curio socket wrapper %!s(int64=8) %!d(string=hai) anos
  digital c279dbd082 fixed minor issues %!s(int64=8) %!d(string=hai) anos