77 Revize (a013205fd1cafb8714bb70328e93ad27e99237ba)

Autor SHA1 Zpráva Datum
  John Soros 65539a593b this is related to https://github.com/fluffle/goirc/pull/71: common irc server behaviour is to reply with an empty + před 8 roky
  Jeremy Latt 63a46498ce reuse replies where possible před 10 roky
  Edmund Huber 2272aae213 spelling and gofmt před 10 roky
  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 před 10 roky
  Edmund Huber d5bdc78d55 adding theater-mode, fixes #15 před 10 roky
  Jeremy Latt 874f3628c9 fix another Name => string conversion před 10 roky
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling před 10 roky
  Jeremy Latt 96a108f8da mark unicode normalization with type před 10 roky
  Jeremy Latt cf76d2bd77 persist and load channel mask lists před 10 roky
  Jeremy Latt 04c30c8c9b channel invite mode/list před 10 roky
  Jeremy Latt d4093e7f8b mask lists (ban, except, invite) před 10 roky
  Jeremy Latt 69cdad45ac partially-working sqlite-based usermasks před 10 roky
  Jeremy Latt 04bb79a610 fix invite message to clients před 10 roky
  Jeremy Latt 36602c9a3c basic capability negotiation před 10 roky
  Jeremy Latt 8c8d371ae2 don't give operator to the first person to enter an empty persistent channel před 10 roky
  Jeremy Latt f17855fce9 check channel emptiness when anyone leaves před 10 roky
  Jeremy Latt e33a65ec72 fix channel persistence před 10 roky
  Jeremy Latt 66f9b42125 avoid duplicate mode changes před 10 roky
  Jeremy Latt 0d277025c1 fix channel insert statement před 10 roky
  Jeremy Latt 45bb0d05e7 normalize all unicode input from the client před 10 roky
  Jeremy Latt c35d5d1b8a code review před 10 roky
  Jeremy Latt b30e247e77 properly persist channels před 10 roky
  Jeremy Latt e409bcec99 simplify new channel insert před 10 roky
  Jeremy Latt 02abeeb164 persistent channels persisted to a sqlite db před 10 roky
  Jeremy Latt de5538f5d5 add persistent flag for channels před 10 roky
  Jeremy Latt f0305cf01a invite command před 10 roky
  Jeremy Latt 41e6baf9d4 get rid of a race; use pointers where possible před 10 roky
  Jeremy Latt f482b6b82f add all channel mask list replies před 10 roky
  Jeremy Latt c5c7469cf0 good ol' fashioned refactoring před 10 roky
  Jeremy Latt c7298c55b9 flesh out channel modes před 10 roky
  Jeremy Latt 21337cda7f add error responses for mode command před 10 roky
  Jeremy Latt 1283bd35c7 encapsulate client replies in method před 10 roky
  Jeremy Latt c1edddb9a1 fix whois reply před 10 roky
  Jeremy Latt 52ffc77d8d don't allow double-joining před 10 roky
  Jeremy Latt 1486411db1 render a single part string for all channel members před 10 roky
  Jeremy Latt 7dffa530c2 send part message from correct source před 10 roky
  Jeremy Latt 9960089226 format replies to strings instead of using a Reply struct před 10 roky
  Jeremy Latt 25ebab37d3 replies shouldn't contain references to client před 10 roky
  Jeremy Latt f090c616b3 reduce writes před 10 roky
  Jeremy Latt 86d4cae141 swap refcounting friends for iteration před 10 roky
  Jeremy Latt b17e62d0b0 names command před 10 roky
  Jeremy Latt 1a7f56a903 clean up general command and name handling před 10 roky
  Jeremy Latt 6d8b381927 convert client bools to a flags map před 10 roky
  Jeremy Latt a9d7f64693 kick command před 10 roky
  Jeremy Latt 4e56ea1bdc get rid of unnecessary concurrency for channels and clients před 10 roky
  Jeremy Latt e411dafda7 get rid of mutexes in favor of channel-base syncing před 10 roky
  Jeremy Latt 74b8221db7 use mutexes more před 10 roky
  Jeremy Latt a17490e801 disable no-topic reply před 10 roky
  Jeremy Latt 0f6ee63e6e fix a race před 10 roky
  Jeremy Latt 213afc0481 fix another race před 10 roky