86 Révisions (d65f86e1205e7624910a0e20e7fea35ca782b7f6)

Auteur SHA1 Message Date
  Daniel Oaks bded3202c2 channels: send RPL_CHANNELCREATED and RPL_TOPICTIME il y a 8 ans
  Daniel Oaks e19c1527a4 modes: Fix modes, re-add channel modes il y a 8 ans
  Daniel Oaks 9e7a590f23 server: Fix il y a 8 ans
  Daniel Oaks 2a519c8061 use server.name and server.nameString, name for checking and getting nice comparison, nameString for reply outputs il y a 8 ans
  Daniel Oaks 7fcc6bdbc4 channels: Fix il y a 8 ans
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better il y a 8 ans
  Daniel Oaks cd7d30a997 Set default channel modes to +nt il y a 8 ans
  Daniel Oaks 8b79662f1a modes: use secret instead of private, it's the standard these days. fix secret channel hiding in whois il y a 8 ans
  Daniel Oaks 3972fc49ed privileges: Add founder/admin/halfop (qah), remove owner (O) il y a 8 ans
  John Soros 65539a593b this is related to https://github.com/fluffle/goirc/pull/71: common irc server behaviour is to reply with an empty + il y a 8 ans
  Jeremy Latt 63a46498ce reuse replies where possible il y a 10 ans
  Edmund Huber 2272aae213 spelling and gofmt il y a 10 ans
  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 il y a 10 ans
  Edmund Huber d5bdc78d55 adding theater-mode, fixes #15 il y a 10 ans
  Jeremy Latt 874f3628c9 fix another Name => string conversion il y a 10 ans
  Jeremy Latt d85e6681d9 move modes code to its own file; fix SQL (un)marshalling il y a 10 ans
  Jeremy Latt 96a108f8da mark unicode normalization with type il y a 10 ans
  Jeremy Latt cf76d2bd77 persist and load channel mask lists il y a 10 ans
  Jeremy Latt 04c30c8c9b channel invite mode/list il y a 10 ans
  Jeremy Latt d4093e7f8b mask lists (ban, except, invite) il y a 10 ans
  Jeremy Latt 69cdad45ac partially-working sqlite-based usermasks il y a 10 ans
  Jeremy Latt 04bb79a610 fix invite message to clients il y a 10 ans
  Jeremy Latt 36602c9a3c basic capability negotiation il y a 10 ans
  Jeremy Latt 8c8d371ae2 don't give operator to the first person to enter an empty persistent channel il y a 10 ans
  Jeremy Latt f17855fce9 check channel emptiness when anyone leaves il y a 10 ans
  Jeremy Latt e33a65ec72 fix channel persistence il y a 10 ans
  Jeremy Latt 66f9b42125 avoid duplicate mode changes il y a 10 ans
  Jeremy Latt 0d277025c1 fix channel insert statement il y a 10 ans
  Jeremy Latt 45bb0d05e7 normalize all unicode input from the client il y a 10 ans
  Jeremy Latt c35d5d1b8a code review il y a 10 ans
  Jeremy Latt b30e247e77 properly persist channels il y a 10 ans
  Jeremy Latt e409bcec99 simplify new channel insert il y a 10 ans
  Jeremy Latt 02abeeb164 persistent channels persisted to a sqlite db il y a 10 ans
  Jeremy Latt de5538f5d5 add persistent flag for channels il y a 10 ans
  Jeremy Latt f0305cf01a invite command il y a 10 ans
  Jeremy Latt 41e6baf9d4 get rid of a race; use pointers where possible il y a 10 ans
  Jeremy Latt f482b6b82f add all channel mask list replies il y a 10 ans
  Jeremy Latt c5c7469cf0 good ol' fashioned refactoring il y a 10 ans
  Jeremy Latt c7298c55b9 flesh out channel modes il y a 10 ans
  Jeremy Latt 21337cda7f add error responses for mode command il y a 10 ans
  Jeremy Latt 1283bd35c7 encapsulate client replies in method il y a 10 ans
  Jeremy Latt c1edddb9a1 fix whois reply il y a 10 ans
  Jeremy Latt 52ffc77d8d don't allow double-joining il y a 10 ans
  Jeremy Latt 1486411db1 render a single part string for all channel members il y a 10 ans
  Jeremy Latt 7dffa530c2 send part message from correct source il y a 10 ans
  Jeremy Latt 9960089226 format replies to strings instead of using a Reply struct il y a 10 ans
  Jeremy Latt 25ebab37d3 replies shouldn't contain references to client il y a 10 ans
  Jeremy Latt f090c616b3 reduce writes il y a 10 ans
  Jeremy Latt 86d4cae141 swap refcounting friends for iteration il y a 10 ans
  Jeremy Latt b17e62d0b0 names command il y a 10 ans