208 Commits (0cc5e68e0f2581496961aa39ccdaaa47beccf889)

Autor SHA1 Mensaje Fecha
  Shivaram Lingamneni d66470f1c4 review fix: rename various packages and objects hace 6 años
  Shivaram Lingamneni a2ac4eeef9 refactor limits and throttling hace 6 años
  Daniel Oaks 207c1074df Split utils out to a separate subpackage hace 6 años
  Daniel Oaks 4aa52956e5 Split isupport to its' own subpackage hace 6 años
  Shivaram Lingamneni 3877db2391 review fixes: rename MonitorManager methods hace 6 años
  Shivaram Lingamneni 26686d7e86 refactor monitor and /oper implementations hace 6 años
  Shivaram Lingamneni 23a66fa502 fix various data races, including 2 introduced by #139 hace 6 años
  Shivaram Lingamneni e66735619e tweak some defaults hace 6 años
  Daniel Oaks 275449e6cc caps: Move most capability-handling types into the caps package hace 6 años
  Daniel Oaks cea6565b80 client: HasCapabs -> HasRoleCapabs to make it more clear exactly what this means hace 6 años
  Daniel Oaks 9bfdc4fdfb Move caps to their own package to prevent conflicts hace 6 años
  Daniel Oaks c39206ad13 Don't create new caps out of nowhere, dummy hace 6 años
  Daniel Oaks cd8b4877b6 accounts: Check for account logins correctly, fixes registration. Also fix a typo, thanks squigz! hace 6 años
  Shivaram Lingamneni 1612c141d5 send the actual quit message to friends hace 6 años
  Daniel Oaks a78a8f1130 client: Only add friends if they actually have the caps we request. Friends() is entirely broken because of this hace 6 años
  Daniel Oaks e95c75f87d monitor: Fix a crash around the MONITOR command hace 6 años
  Shivaram Lingamneni 99f02ede20 restore PROXY protocol support hace 6 años
  Daniel Oaks 23a26f83fe client: Show real IP and whether the target's using TLS in WHOIS hace 7 años
  Daniel Oaks 1c0c4841a1 General comments, fix misspellings and lints hace 7 años
  Daniel Oaks c9ed749538 Rename deps hace 7 años
  Daniel Oaks a8fa131244 Move to new repo hace 7 años
  Daniel Oaks 309ec8191e Add 'k' snomask for kills (including those coming from dlines and klines) hace 7 años
  Daniel Oaks 3ee26041ff Send snomask on client quits hace 7 años
  Daniel Oaks 55d8eb5dce Make 'nick' snomask look nicer hace 7 años
  Daniel Oaks 53190ef131 Send a whole lot more snomasks hace 7 años
  Daniel Oaks ebb9d629d7 xline: Add ANDKILL param to kill all matching clients hace 7 años
  Daniel Oaks d847d55c06 Fix wordWrap function so it doesn't drop chars, and fix client.Notice() to automagically split very long lines. hace 7 años
  Daniel Oaks 9fe7c143c8 server: Remove useless comments, make idle/quit function layouts nicer 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 f665ebac16 channels: Help prevent issues when join/parting hace 7 años
  Daniel Oaks 1c917a19a7 client: Ensure ERROR message is parsed when quitting hace 7 años
  Daniel Oaks 22216d4d60 Fix lots of nits hace 7 años
  Daniel Oaks 317a804644 Fix dates at top of source files hace 7 años
  Daniel Oaks 300d02bd9c channel: Kill a race condition that locked up the server. hace 7 años
  Daniel Oaks aad1070633 client: Unlock channel mutex earlier hace 7 años
  Daniel Oaks 05074e966d modes: Continue overhauling 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 439331cfb8 logger: Move to separate package, make *much* nicer hace 7 años
  Daniel Oaks 5de03f2169 logging: Reverse arrows for in and out, in ~= left, out ~= right hace 7 años
  Daniel Oaks b328a4fcd3 logging: Add userinput and output, fix up lots hace 7 años
  Daniel Oaks 29e89b16a0 logger: Very initial working new logs hace 7 años
  Martin Lindhe 730d283201 server-time: convert local time to UTC before using it, fixes #94 hace 7 años
  vegax87 a623d8ef1e Solved! RPL_USERHOST must use trailing hace 7 años
  Daniel Oaks c8b5fb65e0 WHOIS: Use inbuilt functionality to force trailing, as suggested by @vegax87 hace 7 años
  Daniel Oaks c2fedfb177 client: Forego the ForceTrailing func, just automagically work it out based on the command name hace 7 años
  Daniel Oaks b257c5955e client: Add SendForceTrailing function, to force the last param to be a trailing hace 7 años
  Daniel Oaks 67d65b0e3d client: Ignore empty lines, send ERROR with no prefix hace 7 años
  Daniel Oaks cbe49ff3d8 Use a better line-splitting algorithm hace 7 años