47 Commits (317a80464408c3df31f47a308aef2b02e914c3c4)

Autor SHA1 Mensaje Fecha
  Daniel Oaks 317a804644 Fix dates at top of source files hace 7 años
  Daniel Oaks 91fab3ba55 socket: Better deal with chanfloods hace 7 años
  Daniel Oaks f5536d7945 socket: Add a simple println when SendQ exceeded, config comment update hace 7 años
  Daniel Oaks c3be2d0d46 socket: Fixup sending code so we can support more connections hace 7 años
  Daniel Oaks f29a5f0e70 socket: Very initial SendQ limit hace 7 años
  Daniel Oaks de4db1c6ef socket: Start overhaul of sockets and writing hace 7 años
  Daniel Oaks 149550b453 socket: Timeout TLS handshakes hace 7 años
  Daniel Oaks b5e7d8968f accounts: Add SASL EXTERNAL handler hace 7 años
  Daniel Oaks 49034cb20e certfp: Add certfp retrieval from client hace 7 años
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better hace 8 años
  Daniel Oaks 9860094020 socket: Use updated socket code hace 8 años
  Jeremy Latt 4ce4ba31c5 keep track of whether sockets are closed hace 10 años
  Jeremy Latt 6c10add399 improve performance by using less goroutines hace 10 años
  Jeremy Latt 142bf3d3bb don't async buffer flushing hace 10 años
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions hace 10 años
  Jeremy Latt 3b12dec207 cleanup hace 10 años
  Jeremy Latt 2dc69c7e3d use a Scanner instead of ReadString hace 10 años
  Jeremy Latt 5f268e4847 async all write buffer flushes hace 10 años
  Jeremy Latt d696f2313e stop leaking client goroutines; closes #34 hace 10 años
  Jeremy Latt e15f47c766 move to channel-based logging hace 10 años
  Jeremy Latt 77d053ccac get rid of editableCommand hace 10 años
  Jeremy Latt 04f0b2c48d trim trailing space from commands hace 10 años
  Jeremy Latt 6f00f89efa relax unicode parsing rules hace 10 años
  Jeremy Latt 45bb0d05e7 normalize all unicode input from the client hace 10 años
  Jeremy Latt be089e7f5f do bcrypt in the client main routine hace 10 años
  Jeremy Latt 41e6baf9d4 get rid of a race; use pointers where possible hace 10 años
  Jeremy Latt 0856a9fa81 flag socket as closed when writes fail hace 10 años
  Jeremy Latt 0bf968e19e move command parsing and hostname lookups into the socket routine hace 10 años
  Jeremy Latt 3b56b5bf42 expose various go internals as a DEBUG command hace 10 años
  Jeremy Latt ad513da486 do hostname lookups in the client read thread hace 10 años
  Jeremy Latt c0dc733351 don't wait for writing to complete hace 10 años
  Jeremy Latt 6265b70622 get rid of goroutines on client socket hace 10 años
  Jeremy Latt f090c616b3 reduce writes hace 10 años
  Jeremy Latt dcb4ac90e2 use a buffered channel for socket writing hace 10 años
  Jeremy Latt 4f106e7d3e make server logging consistent with other logs hace 10 años
  Jeremy Latt 58517ad4e8 fix closed channel on socket close hace 10 años
  Jeremy Latt 9c1ab4f610 fix socket close race hace 10 años
  Jeremy Latt bd3ca4ae47 fix race in idle timeout; fix some string trimming; fix some replies hace 10 años
  Jeremy Latt cd4503be31 allow blank lines from the client hace 10 años
  Jeremy Latt 4e56ea1bdc get rid of unnecessary concurrency for channels and clients hace 10 años
  Jeremy Latt 50f1012c92 don't close socket sending channel hace 10 años
  Jeremy Latt 3a9027e3dc don't double-close socket hace 10 años
  Jeremy Latt 6ea3c8f4d1 fix race conditions hace 10 años
  Jeremy Latt 541a40b056 touch should respect destroyed hace 10 años
  Jeremy Latt 42ff4410ad more logging hace 10 años
  Jeremy Latt 11537ad975 abstract net operations as Socket hace 10 años