122 Révisions (317a80464408c3df31f47a308aef2b02e914c3c4)

Auteur SHA1 Message Date
  Daniel Oaks 317a804644 Fix dates at top of source files il y a 7 ans
  Daniel Oaks 013635a827 channel: Give founder mode if channel already exists and founder joins il y a 7 ans
  Daniel Oaks 6aebd4aad9 channel: Add comments, fix a small bug with moderated mode il y a 7 ans
  Daniel Oaks 300d02bd9c channel: Kill a race condition that locked up the server. il y a 7 ans
  Daniel Oaks 861b65eb39 channels: Automagically save channel bans/excepts/invites il y a 7 ans
  Daniel Oaks f5eeca5339 channel: Fix not being able to Part il y a 7 ans
  Daniel Oaks 194411716d channel: Automagically save topic updates on registered channels il y a 7 ans
  Daniel Oaks 580385392a channel: Alert of given modes (+o/+q) on join il y a 7 ans
  Daniel Oaks 05074e966d modes: Continue overhauling il y a 7 ans
  Daniel Oaks b33b217fab Add very initial ChanServ and NickServ virtual clients il y a 7 ans
  Daniel Oaks 439331cfb8 logger: Move to separate package, make *much* nicer il y a 7 ans
  Daniel Oaks b328a4fcd3 logging: Add userinput and output, fix up lots il y a 7 ans
  Daniel Oaks 522001d4f6 Cleanup message sending il y a 7 ans
  Daniel Oaks e741c1476b Implement message-ids draft il y a 7 ans
  Daniel Oaks 62dc3c8f66 server: Implement TAGMSG draft command il y a 7 ans
  Daniel Oaks f6185fa336 Get it working, using not-great and very initial splitting code il y a 7 ans
  Daniel Oaks e9324c3250 modes: Fix some more mutexes il y a 7 ans
  Daniel Oaks c39bebc696 Fix various locks around joining, kicking and quitting il y a 7 ans
  Daniel Oaks 6f7c683247 channel: RWMutex for members access il y a 7 ans
  Daniel Oaks 8eb8193b18 JOIN: Only give chanop, not chan founder (will save that for regged chans) il y a 7 ans
  Daniel Oaks 5eafd2656e channel: Send channel NOTICEs properly il y a 7 ans
  Daniel Oaks a7949b6cb4 irc: Assorted golint cleanups il y a 7 ans
  Daniel Oaks 517893065b Support STATUSMSG il y a 7 ans
  Daniel Oaks d9db688963 Implement echo-message capability il y a 7 ans
  Daniel Oaks a8d910e233 capability: Add invite-notify il y a 7 ans
  Daniel Oaks 2e3ffd2f23 caps: Add message-tags draft capability il y a 7 ans
  Daniel Oaks 06028e0117 modes: Remove channel.Persist mode il y a 7 ans
  Daniel Oaks 5e72409695 Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead il y a 7 ans
  Daniel Oaks ae69ef5cd6 db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later. il y a 7 ans
  Daniel Oaks 0087de6092 client: Add AWAYLEN il y a 7 ans
  Daniel Oaks 79d831bbb7 channel: Add KICKLEN and TOPICLEN il y a 7 ans
  Daniel Oaks 754b74c21c accounts: Add account-tag capability il y a 7 ans
  Daniel Oaks 5269dc8776 accounts: Very roughly introduce account type il y a 7 ans
  Daniel Oaks 6e66c5c8a7 channel: Prevent duping error code in channel.Persist -- from jlatt/ergonomadic#39 <3 il y a 7 ans
  Daniel Oaks e33a810522 capability: Add extended-join and userhost-in-names il y a 7 ans
  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