73 コミット (3b12dec207cfac0e8695708a6427fdc504c23b00)

作成者 SHA1 メッセージ 日付
  Jeremy Latt 76852b0370 implement WHOWAS with a shared ringbuffer 10年前
  Jeremy Latt b2055595e1 WHOWAS command 10年前
  Jeremy Latt 69cdad45ac partially-working sqlite-based usermasks 10年前
  Jeremy Latt 04bb79a610 fix invite message to clients 10年前
  Jeremy Latt 36602c9a3c basic capability negotiation 10年前
  Jeremy Latt c35d5d1b8a code review 10年前
  Jeremy Latt 0531c40481 simplify semantic version constant 10年前
  Jeremy Latt 1fe73aaa9e kill command 10年前
  Jeremy Latt 4d2d18caf1 time command 10年前
  Jeremy Latt f0305cf01a invite command 10年前
  Jeremy Latt d6ec1e719b add a version command for sumeet 10年前
  Jeremy Latt f482b6b82f add all channel mask list replies 10年前
  Jeremy Latt c5c7469cf0 good ol' fashioned refactoring 10年前
  Jeremy Latt c7298c55b9 flesh out channel modes 10年前
  Jeremy Latt 21337cda7f add error responses for mode command 10年前
  Jeremy Latt 1283bd35c7 encapsulate client replies in method 10年前
  Jeremy Latt e1c4c8e8cc don't send prefix on server-originated string coded replies 10年前
  Jeremy Latt 0ad05abf5f omit prefix for non-numeric replies from the server 10年前
  Jeremy Latt b6d8f62674 adjust ping message 10年前
  Jeremy Latt c0dc733351 don't wait for writing to complete 10年前
  Jeremy Latt 9960089226 format replies to strings instead of using a Reply struct 10年前
  Jeremy Latt 25ebab37d3 replies shouldn't contain references to client 10年前
  Jeremy Latt 95f267ea4f buffer all channels 10年前
  Jeremy Latt f090c616b3 reduce writes 10年前
  Jeremy Latt 9e471b5b5d solve quit/connection close race 10年前
  Jeremy Latt bb64d38684 implement who reply like ngircd 10年前
  Jeremy Latt 046723a709 make whois channels possibly multiline 10年前
  Jeremy Latt 528588acfc augment whois idle with signon time 10年前
  Jeremy Latt 9a5f21e78c beef up whois 10年前
  Jeremy Latt bd3ca4ae47 fix race in idle timeout; fix some string trimming; fix some replies 10年前
  Jeremy Latt 1a7f56a903 clean up general command and name handling 10年前
  Jeremy Latt f0fc3b492c list command 10年前
  Jeremy Latt a9d7f64693 kick command 10年前
  Jeremy Latt e411dafda7 get rid of mutexes in favor of channel-base syncing 10年前
  Jeremy Latt 488b2ccf8f implement channel modes and messages properly 10年前
  Jeremy Latt 6983d1930c RPL_ENDOFNAMES should come from server 10年前
  Jeremy Latt 87cc184ec0 type numeric codes 10年前
  Jeremy Latt 4b98d2a45b clear out old clients; fix NameReply 10年前
  Jeremy Latt c805006ab8 save reply source id at init time for nick changes 10年前
  Jeremy Latt 52dd2521c2 remove prefix from local replies; fix topic message 10年前
  Jeremy Latt 6daf81ea91 notice command 10年前
  Jeremy Latt 09887b2db3 motd command 10年前
  Jeremy Latt a203a3ca16 ison command 10年前
  Jeremy Latt 08d9d5ab79 away modes 10年前
  Jeremy Latt cdae59ecf5 stub motd 10年前
  Jeremy Latt 887f12cb31 get rid of channel abstraction for buffered socket io 10年前
  Jeremy Latt aac0efebee send initial nick message to source client 10年前
  Jeremy Latt 0e07b29010 avoid nil reference in who reply 10年前
  Jeremy Latt 9b89f1a0fb check permissions before doing channel modes 10年前
  Jeremy Latt 133b91b9f0 idle/quit timeout 10年前