126 Commits (21a061c1377f5292eb3d297e38e6651abe9a35b8)

Autor SHA1 Nachricht Datum
  Daniel Oaks c9ed749538 Rename deps vor 7 Jahren
  Daniel Oaks 9a94121281 JOIN: Fix a dumb bug. Really dumb bug. vor 7 Jahren
  Daniel Oaks 22216d4d60 Fix lots of nits vor 7 Jahren
  Daniel Oaks 0046025d60 Enable chanmode +r, fix bug with registering channels vor 7 Jahren
  Daniel Oaks 317a804644 Fix dates at top of source files vor 7 Jahren
  Daniel Oaks 013635a827 channel: Give founder mode if channel already exists and founder joins vor 7 Jahren
  Daniel Oaks 6aebd4aad9 channel: Add comments, fix a small bug with moderated mode vor 7 Jahren
  Daniel Oaks 300d02bd9c channel: Kill a race condition that locked up the server. vor 7 Jahren
  Daniel Oaks 861b65eb39 channels: Automagically save channel bans/excepts/invites vor 7 Jahren
  Daniel Oaks f5eeca5339 channel: Fix not being able to Part vor 7 Jahren
  Daniel Oaks 194411716d channel: Automagically save topic updates on registered channels vor 7 Jahren
  Daniel Oaks 580385392a channel: Alert of given modes (+o/+q) on join vor 7 Jahren
  Daniel Oaks 05074e966d modes: Continue overhauling vor 7 Jahren
  Daniel Oaks b33b217fab Add very initial ChanServ and NickServ virtual clients vor 7 Jahren
  Daniel Oaks 439331cfb8 logger: Move to separate package, make *much* nicer vor 7 Jahren
  Daniel Oaks b328a4fcd3 logging: Add userinput and output, fix up lots vor 7 Jahren
  Daniel Oaks 522001d4f6 Cleanup message sending vor 7 Jahren
  Daniel Oaks e741c1476b Implement message-ids draft vor 7 Jahren
  Daniel Oaks 62dc3c8f66 server: Implement TAGMSG draft command vor 7 Jahren
  Daniel Oaks f6185fa336 Get it working, using not-great and very initial splitting code vor 7 Jahren
  Daniel Oaks e9324c3250 modes: Fix some more mutexes vor 7 Jahren
  Daniel Oaks c39bebc696 Fix various locks around joining, kicking and quitting vor 7 Jahren
  Daniel Oaks 6f7c683247 channel: RWMutex for members access vor 7 Jahren
  Daniel Oaks 8eb8193b18 JOIN: Only give chanop, not chan founder (will save that for regged chans) vor 7 Jahren
  Daniel Oaks 5eafd2656e channel: Send channel NOTICEs properly vor 7 Jahren
  Daniel Oaks a7949b6cb4 irc: Assorted golint cleanups vor 7 Jahren
  Daniel Oaks 517893065b Support STATUSMSG vor 7 Jahren
  Daniel Oaks d9db688963 Implement echo-message capability vor 7 Jahren
  Daniel Oaks a8d910e233 capability: Add invite-notify vor 7 Jahren
  Daniel Oaks 2e3ffd2f23 caps: Add message-tags draft capability vor 7 Jahren
  Daniel Oaks 06028e0117 modes: Remove channel.Persist mode vor 7 Jahren
  Daniel Oaks 5e72409695 Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead vor 7 Jahren
  Daniel Oaks ae69ef5cd6 db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later. vor 7 Jahren
  Daniel Oaks 0087de6092 client: Add AWAYLEN vor 7 Jahren
  Daniel Oaks 79d831bbb7 channel: Add KICKLEN and TOPICLEN vor 7 Jahren
  Daniel Oaks 754b74c21c accounts: Add account-tag capability vor 7 Jahren
  Daniel Oaks 5269dc8776 accounts: Very roughly introduce account type vor 7 Jahren
  Daniel Oaks 6e66c5c8a7 channel: Prevent duping error code in channel.Persist -- from jlatt/ergonomadic#39 <3 vor 7 Jahren
  Daniel Oaks e33a810522 capability: Add extended-join and userhost-in-names vor 7 Jahren
  Daniel Oaks bded3202c2 channels: send RPL_CHANNELCREATED and RPL_TOPICTIME vor 8 Jahren
  Daniel Oaks e19c1527a4 modes: Fix modes, re-add channel modes vor 8 Jahren
  Daniel Oaks 9e7a590f23 server: Fix vor 8 Jahren
  Daniel Oaks 2a519c8061 use server.name and server.nameString, name for checking and getting nice comparison, nameString for reply outputs vor 8 Jahren
  Daniel Oaks 7fcc6bdbc4 channels: Fix vor 8 Jahren
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better vor 8 Jahren
  Daniel Oaks cd7d30a997 Set default channel modes to +nt vor 8 Jahren
  Daniel Oaks 8b79662f1a modes: use secret instead of private, it's the standard these days. fix secret channel hiding in whois vor 8 Jahren
  Daniel Oaks 3972fc49ed privileges: Add founder/admin/halfop (qah), remove owner (O) vor 8 Jahren
  John Soros 65539a593b this is related to https://github.com/fluffle/goirc/pull/71: common irc server behaviour is to reply with an empty + vor 8 Jahren
  Jeremy Latt 63a46498ce reuse replies where possible vor 10 Jahren