110 Revize (0c86c454c2922859360ba9c44468658db3ff68e0)

Autor SHA1 Zpráva Datum
  Daniel Oaks b328a4fcd3 logging: Add userinput and output, fix up lots před 7 roky
  Daniel Oaks 522001d4f6 Cleanup message sending před 7 roky
  Daniel Oaks e741c1476b Implement message-ids draft před 7 roky
  Daniel Oaks 62dc3c8f66 server: Implement TAGMSG draft command před 7 roky
  Daniel Oaks f6185fa336 Get it working, using not-great and very initial splitting code před 7 roky
  Daniel Oaks e9324c3250 modes: Fix some more mutexes před 7 roky
  Daniel Oaks c39bebc696 Fix various locks around joining, kicking and quitting před 7 roky
  Daniel Oaks 6f7c683247 channel: RWMutex for members access před 7 roky
  Daniel Oaks 8eb8193b18 JOIN: Only give chanop, not chan founder (will save that for regged chans) před 7 roky
  Daniel Oaks 5eafd2656e channel: Send channel NOTICEs properly před 7 roky
  Daniel Oaks a7949b6cb4 irc: Assorted golint cleanups před 7 roky
  Daniel Oaks 517893065b Support STATUSMSG před 7 roky
  Daniel Oaks d9db688963 Implement echo-message capability před 7 roky
  Daniel Oaks a8d910e233 capability: Add invite-notify před 7 roky
  Daniel Oaks 2e3ffd2f23 caps: Add message-tags draft capability před 7 roky
  Daniel Oaks 06028e0117 modes: Remove channel.Persist mode před 7 roky
  Daniel Oaks 5e72409695 Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead před 7 roky
  Daniel Oaks ae69ef5cd6 db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later. před 7 roky
  Daniel Oaks 0087de6092 client: Add AWAYLEN před 7 roky
  Daniel Oaks 79d831bbb7 channel: Add KICKLEN and TOPICLEN před 7 roky
  Daniel Oaks 754b74c21c accounts: Add account-tag capability před 7 roky
  Daniel Oaks 5269dc8776 accounts: Very roughly introduce account type před 7 roky
  Daniel Oaks 6e66c5c8a7 channel: Prevent duping error code in channel.Persist -- from jlatt/ergonomadic#39 <3 před 8 roky
  Daniel Oaks e33a810522 capability: Add extended-join and userhost-in-names před 8 roky
  Daniel Oaks bded3202c2 channels: send RPL_CHANNELCREATED and RPL_TOPICTIME před 8 roky
  Daniel Oaks e19c1527a4 modes: Fix modes, re-add channel modes před 8 roky
  Daniel Oaks 9e7a590f23 server: Fix před 8 roky
  Daniel Oaks 2a519c8061 use server.name and server.nameString, name for checking and getting nice comparison, nameString for reply outputs před 8 roky
  Daniel Oaks 7fcc6bdbc4 channels: Fix před 8 roky
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better před 8 roky
  Daniel Oaks cd7d30a997 Set default channel modes to +nt před 8 roky
  Daniel Oaks 8b79662f1a modes: use secret instead of private, it's the standard these days. fix secret channel hiding in whois před 8 roky
  Daniel Oaks 3972fc49ed privileges: Add founder/admin/halfop (qah), remove owner (O) před 8 roky
  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