79 Commits (23c7218bf1a1e2f7bb15d797b09da86727e552c3)

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