377 コミット (1a5ff054939dc8a1f68426a313a014901572031b)

作成者 SHA1 メッセージ 日付
  Daniel Oaks 1a5ff05493 Update translation framework 6年前
  Daniel Oaks 75dcff7183 Update translation framework, add badge to readme 6年前
  Shivaram Lingamneni 7edd9032d3 remove newConns channel 6年前
  Shivaram Lingamneni 62fc2c0cc3 remove Server.commands 6年前
  Daniel Oaks 090095b2b9 Set default client language when creating them 6年前
  Daniel Oaks 275227a461 Make like every client-facing string translatable 6年前
  Daniel Oaks 0569b5cfaa RESUME: Fix a few bugs, play modestrings 'n' all 6年前
  Daniel Oaks f8b39cfe61 Send fake channel joins on RESUME 6年前
  Daniel Oaks 0d5327de8a Fix some issues, add RPL_WHOISACCOUNT 6年前
  Daniel Oaks ac99e82192 Fix build issues 6年前
  Daniel Oaks d09f085b1a Add very initial RESUME cap and command 6年前
  Daniel Oaks e99f22488f Make LANGUAGE support work 6年前
  Daniel Oaks a7fdade41d Extend to include example translation stuff 6年前
  Daniel Oaks 3b3c1c733a Support bot mode +B 6年前
  Daniel Oaks 3ba8af714e Use base 36 when generating message IDs, gives us full 0-9a-z to use while preserving uniqueness nicely 6年前
  Daniel Oaks 63bd52d471 Make message IDs much shorter (thanks @prawnsalad!) 6年前
  Daniel Oaks 197ab520bf Change casemapping name and advertisement to match new spec 6年前
  Shivaram Lingamneni 52b0fb71e7 refactor ClientManager 6年前
  Daniel Oaks dedb029272 DLINE: Save name of the banning oper 6年前
  Daniel Oaks 8036df92fc WHO: Require first param, matching other servers 6年前
  Shivaram Lingamneni d4cb15354f remove registeredChannelsMutex 6年前
  Shivaram Lingamneni 9b74c47b74 rename some getters 6年前
  Shivaram Lingamneni 94cf438f51 remove channelJoinPartMutex 6年前
  Daniel Oaks d715abf0f0 Add the INFO command 6年前
  Shivaram Lingamneni 7b58bf76ef make error recovery configurable 6年前
  Shivaram Lingamneni fa83ccd82b refactor synchronization for Channel 6年前
  Daniel Oaks 8910dc59ee Fix KLINE quit/error message and corrects comment on Client.Quit 6年前
  Shivaram Lingamneni e540fde816 refactor idle timeouts 6年前
  Daniel Oaks 34987ba53a Allow WEBIRC from specified hosts 6年前
  Daniel Oaks 2791476f16 INVITE: Fix dumb crash (thanks for pointing this out, @josephbisch!) 6年前
  Shivaram Lingamneni d66470f1c4 review fix: rename various packages and objects 6年前
  Shivaram Lingamneni 58faad90dd add loglines for IP limits 6年前
  Shivaram Lingamneni ac9ac5ef19 create separate irc/connection_limiting package 6年前
  Shivaram Lingamneni a2ac4eeef9 refactor limits and throttling 6年前
  Daniel Oaks 695faefd93 Allow formatting codes in the MOTD 6年前
  Daniel Oaks 68b1dc9e72 Split passwd into its' own subpackage 6年前
  Daniel Oaks 207c1074df Split utils out to a separate subpackage 6年前
  Daniel Oaks 4aa52956e5 Split isupport to its' own subpackage 6年前
  Daniel Oaks eac6a69782 Fix some notes and add some comments. 6年前
  Shivaram Lingamneni 456174ed53 review fixes for raw i/o notification 6年前
  Shivaram Lingamneni aff1752d67 refactor logging to implement #142 6年前
  Daniel Oaks f7f049973f Rip out REST API and web interface. 6年前
  Shivaram Lingamneni 26686d7e86 refactor monitor and /oper implementations 6年前
  Shivaram Lingamneni 23a66fa502 fix various data races, including 2 introduced by #139 6年前
  Daniel Oaks 275449e6cc caps: Move most capability-handling types into the caps package 6年前
  Daniel Oaks 9bfdc4fdfb Move caps to their own package to prevent conflicts 6年前
  Daniel Oaks 830484feb6 AWAY: Send correct mode string (thanks for pointing out this silly bug @jwheare!) 6年前
  Daniel Oaks ffe7375a68 Fix proxied DLINE/throttle/etc error messages 6年前
  Shivaram Lingamneni a9e4ed237e deduplicate d-line and throttle code 6年前
  Daniel Oaks 8b1f722655 server: Fix the PROXY command 6年前