79 次代码提交 (23c7218bf1a1e2f7bb15d797b09da86727e552c3)

作者 SHA1 备注 提交日期
  Shivaram Lingamneni 23c7218bf1 first pass at renaming Oragono to Ergo 3 年前
  Shivaram Lingamneni 5b33cd436f remove unnecessary indirection in semaphore 3 年前
  Shivaram Lingamneni c78253fd93 more memory-efficient implementation of line reading 3 年前
  Shivaram Lingamneni 28a0ec86b5 simplify Socket.Read 4 年前
  Shivaram Lingamneni a4f9e08a85 fix #1151 4 年前
  Shivaram Lingamneni c92192ef48 review fixes; add submatch support to glob 4 年前
  Shivaram Lingamneni 3d3aec6979 fix missing err check, thanks @eklitzke 4 年前
  Shivaram Lingamneni 3dc5c8de78 more work on websocket support 4 年前
  Shivaram Lingamneni 101dc6b0d9 increase TLS handshake timeout 4 年前
  Shivaram Lingamneni 0af0a0b445 fix a race condition 5 年前
  Shivaram Lingamneni 97e71dfef7 extract Semaphore to utils package 5 年前
  Shivaram Lingamneni 85493ef031 upgrade message-tags to non-draft version 5 年前
  Shivaram Lingamneni c8cf0befc6 fixes to irc/socket.go 5 年前
  Shivaram Lingamneni a0bf548fc5 draft/resume-0.2 implementation, message history support 5 年前
  Shivaram Lingamneni 3150f4e23b reduce copying of output lines 6 年前
  Shivaram Lingamneni ebfef1e848 add Semaphore and ServerSemaphores 6 年前
  Shivaram Lingamneni f54561171e try to reduce redundant goroutines 6 年前
  Shivaram Lingamneni 4778e7bcc7 fixes 6 年前
  Shivaram Lingamneni b2f798cf03 eliminate dedicated RunSocketWriter goroutine 6 年前
  Shivaram Lingamneni d1f5c59eef fix #190 6 年前
  Shivaram Lingamneni 8fd1446627 tweak: clean up Socket.Close() 6 年前
  Shivaram Lingamneni 0a432c9d99 do an actual nonblocking send instead of the len() trick 6 年前
  Shivaram Lingamneni fa5d4be718 refactor irc.Socket 6 年前
  Daniel Oaks 2419f69879 Move all errors into errors.go 6 年前
  Euan Kemp 2e8a98a925 irc: fix timer memleak 7 年前
  Daniel Oaks 4254672133 socket: Fix bad mutex unlock 7 年前
  Daniel Oaks c911ff2bcd Squash a bunch of possible races 7 年前
  Daniel Oaks f7a4f5d956 socket: Move to a timing-out send method that reduces goroutines and ensures QUIT/ERROR are sent 7 年前
  Daniel Oaks 067f982da4 socket: Remove old comment 7 年前
  Daniel Oaks 4a66771c39 socket: Attempt to close sockets better 7 年前
  Daniel Oaks 86957d4392 socket: Fix quitting 7 年前
  Daniel Oaks 121269661b socket: Make closing work a little better 7 年前
  Daniel Oaks 317a804644 Fix dates at top of source files 7 年前
  Daniel Oaks 91fab3ba55 socket: Better deal with chanfloods 7 年前
  Daniel Oaks f5536d7945 socket: Add a simple println when SendQ exceeded, config comment update 7 年前
  Daniel Oaks c3be2d0d46 socket: Fixup sending code so we can support more connections 7 年前
  Daniel Oaks f29a5f0e70 socket: Very initial SendQ limit 7 年前
  Daniel Oaks de4db1c6ef socket: Start overhaul of sockets and writing 7 年前
  Daniel Oaks 149550b453 socket: Timeout TLS handshakes 7 年前
  Daniel Oaks b5e7d8968f accounts: Add SASL EXTERNAL handler 7 年前
  Daniel Oaks 49034cb20e certfp: Add certfp retrieval from client 7 年前
  Daniel Oaks 2f08401a0f Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better 8 年前
  Daniel Oaks 9860094020 socket: Use updated socket code 8 年前
  Jeremy Latt 4ce4ba31c5 keep track of whether sockets are closed 10 年前
  Jeremy Latt 6c10add399 improve performance by using less goroutines 10 年前
  Jeremy Latt 142bf3d3bb don't async buffer flushing 10 年前
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions 10 年前
  Jeremy Latt 3b12dec207 cleanup 10 年前
  Jeremy Latt 2dc69c7e3d use a Scanner instead of ReadString 10 年前
  Jeremy Latt 5f268e4847 async all write buffer flushes 10 年前