97 Комити (c97472582d3f198f408b9af196c4c39e5e500250)

Аутор SHA1 Порука Датум
  Jeremy Latt 4ce4ba31c5 keep track of whether sockets are closed пре 10 година
  Jeremy Latt 6c10add399 improve performance by using less goroutines пре 10 година
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions пре 10 година
  Jeremy Latt 3b12dec207 cleanup пре 10 година
  Jeremy Latt d696f2313e stop leaking client goroutines; closes #34 пре 10 година
  Edmund Huber 2272aae213 spelling and gofmt пре 10 година
  Edmund Huber 6267b6a40c clean up /theater so that it doesn't need a bunch of pointers and that it reuses channel-scoped-user-modes machinery пре 10 година
  Edmund Huber d5bdc78d55 adding theater-mode, fixes #15 пре 10 година
  Jeremy Latt 8c44bb9ff3 ONICK command to allow operators to change users' nicks пре 10 година
  Jeremy Latt 7a9f1d750b explain why CheckPassword happens in client thread пре 10 година
  Jeremy Latt 2006aff9f7 break up types.go пре 10 година
  Jeremy Latt e15f47c766 move to channel-based logging пре 10 година
  Jeremy Latt 77d053ccac get rid of editableCommand пре 10 година
  Jeremy Latt 96a108f8da mark unicode normalization with type пре 10 година
  Jeremy Latt f56db354ee fix client auth for no password пре 10 година
  Jeremy Latt 76852b0370 implement WHOWAS with a shared ringbuffer пре 10 година
  Jeremy Latt 0874692aa8 send proper replies for cap protocol пре 10 година
  Jeremy Latt 36602c9a3c basic capability negotiation пре 10 година
  Jeremy Latt 72726a39b8 many changes пре 10 година
  Jeremy Latt be089e7f5f do bcrypt in the client main routine пре 10 година
  Jeremy Latt 0bf968e19e move command parsing and hostname lookups into the socket routine пре 10 година
  Jeremy Latt ff5656fdb4 aggressively clean up client пре 10 година
  Jeremy Latt 1283bd35c7 encapsulate client replies in method пре 10 година
  Jeremy Latt e1c4c8e8cc don't send prefix on server-originated string coded replies пре 10 година
  Jeremy Latt ad513da486 do hostname lookups in the client read thread пре 10 година
  Jeremy Latt 97881b555d async hostname lookups пре 10 година
  Jeremy Latt c0dc733351 don't wait for writing to complete пре 10 година
  Jeremy Latt 9960089226 format replies to strings instead of using a Reply struct пре 10 година
  Jeremy Latt 25ebab37d3 replies shouldn't contain references to client пре 10 година
  Jeremy Latt 9c385ededd synchronize on last writes to client sockets пре 10 година
  Jeremy Latt af6a8ee6f0 remove channel buffering пре 10 година
  Jeremy Latt 6265b70622 get rid of goroutines on client socket пре 10 година
  Jeremy Latt 95f267ea4f buffer all channels пре 10 година
  Jeremy Latt 0cd6be8008 clean up nickname setting logic пре 10 година
  Jeremy Latt 86d4cae141 swap refcounting friends for iteration пре 10 година
  Jeremy Latt 9e471b5b5d solve quit/connection close race пре 10 година
  Jeremy Latt 2bc1b952a0 do idle in the server goroutine instead of the timeout goroutine пре 10 година
  Jeremy Latt 4f106e7d3e make server logging consistent with other logs пре 10 година
  Jeremy Latt 58517ad4e8 fix closed channel on socket close пре 10 година
  Jeremy Latt 9c1ab4f610 fix socket close race пре 10 година
  Jeremy Latt baf83e73d2 support USER from both RFCs 1459 and 2812 пре 10 година
  Jeremy Latt bb64d38684 implement who reply like ngircd пре 10 година
  Jeremy Latt 528588acfc augment whois idle with signon time пре 10 година
  Jeremy Latt 9a5f21e78c beef up whois пре 10 година
  Jeremy Latt bd3ca4ae47 fix race in idle timeout; fix some string trimming; fix some replies пре 10 година
  Jeremy Latt 1a7f56a903 clean up general command and name handling пре 10 година
  Jeremy Latt a55b912941 enforce nicks via lowercase strings пре 10 година
  Jeremy Latt 6d8b381927 convert client bools to a flags map пре 10 година
  Jeremy Latt a9d7f64693 kick command пре 10 година
  Jeremy Latt 4e56ea1bdc get rid of unnecessary concurrency for channels and clients пре 10 година