181 コミット (63029e2ff564741cdb269c0953de550157f4913e)

作成者 SHA1 メッセージ 日付
  Shivaram Lingamneni 63029e2ff5 refactor channel registration 5年前
  Shivaram Lingamneni 85493ef031 upgrade message-tags to non-draft version 5年前
  Daniel Oaks 6d109e92a5 Fix dodgy TL strings to make them easier to translate 5年前
  Shivaram Lingamneni a5b9634783 fix #394 5年前
  Shivaram Lingamneni 344a1d7e48 fix #392 5年前
  Shivaram Lingamneni b7ec121c19 fix some KICK issues 5年前
  Shivaram Lingamneni 4c7a5585db fix #371 5年前
  Shivaram Lingamneni e4c9351254 fix: set the existing channels unregistered 5年前
  Shivaram Lingamneni 20b8ba8cae don't send the client its own on-join MODE line 5年前
  Shivaram Lingamneni f6b3008f8f add CHATHISTORY and HISTORY implementations 5年前
  Shivaram Lingamneni 501bb1e5c5 replay JOIN/PART/QUIT/KICK as PRIVMSG from HistServ 5年前
  Shivaram Lingamneni 3cd3601a30 refactor join/part 5年前
  Shivaram Lingamneni c2b2559ab4 avoid some uses of Sprintf for loglines 5年前
  Shivaram Lingamneni 7c36ec3f9d allow auto-ops (halfop and higher) to bypass channel join restrictions 5年前
  Shivaram Lingamneni b34bab16a7 ensure that identical PRIVMSG share a time tag 5年前
  Shivaram Lingamneni 2c7c8fbaf9 history replay enhancements 5年前
  Shivaram Lingamneni f58c873f84 fix RPL_INVITING response to match modern ircdocs 5年前
  Shivaram Lingamneni b6b4d365bc fix #313 5年前
  Shivaram Lingamneni a0bf548fc5 draft/resume-0.2 implementation, message history support 5年前
  Shivaram Lingamneni a18283e2de fix a crash when SAMODE'ing in a channel you're not joined to 5年前
  Shivaram Lingamneni 1383190249 refactor rehash to rely more on server.config 6年前
  Shivaram Lingamneni 31f386f5a9 add CHANSERV UNREGISTER 6年前
  Shivaram Lingamneni 495705f538 implement SAJOIN, allow channel founders to join unconditionally 6年前
  Shivaram Lingamneni 1016f86f70 implement CHANSERV AMODE 6年前
  Shivaram Lingamneni 6533893863 optimized implementation of Channel.Names() 6年前
  Shivaram Lingamneni b97ae00fe3 refactor channel join and part 6年前
  Shivaram Lingamneni abbbd2c899 review fix 6年前
  Shivaram Lingamneni fad2475c3f modes refactor, #255 6年前
  Shivaram Lingamneni 8fb5a38851 Updates to channel persistence 6年前
  Shivaram Lingamneni ef99bc48d1 fix #204 6年前
  Shivaram Lingamneni ad73d68807 refactor account registration, add nick enforcement 6年前
  Daniel Oaks a70cc6713c (hopefully) fix labeled-response behaviour 6年前
  Daniel Oaks e0fa97d344 Get labeled-reply working just fine 6年前
  Daniel Oaks 2419f69879 Move all errors into errors.go 6年前
  Daniel Oaks 3634d0601e Split modes into a subpackage (this is painful, but will force us to simplify and improve the API for interacting with modes) 6年前
  Daniel Oaks 275227a461 Make like every client-facing string translatable 6年前
  Daniel Oaks f8b39cfe61 Send fake channel joins on RESUME 6年前
  Shivaram Lingamneni 52b0fb71e7 refactor ClientManager 6年前
  Shivaram Lingamneni d4cb15354f remove registeredChannelsMutex 6年前
  Shivaram Lingamneni 60b861e07e fix a race in regenerateMembersCache 6年前
  Shivaram Lingamneni 9b74c47b74 rename some getters 6年前
  Shivaram Lingamneni 94cf438f51 remove channelJoinPartMutex 6年前
  Shivaram Lingamneni fa83ccd82b refactor synchronization for Channel 6年前
  Daniel Oaks b8d47c3e4f channel: Server opers shouldn't override nooutside, reggedonly and moderated modes. if they want to do that sort of thing, they have SAMODE and all to be explicit about it 6年前
  Daniel Oaks e3a0387cf5 channel: Fix +m (moderated) and +R (registeredonly) channel modes, add note about opers overriding +m/+R 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年前
  Shivaram Lingamneni e8b1870067 refactor the rehash implementation 6年前
  Daniel Oaks 79de443496 channel: Don't send TOPIC on entirely new channel 6年前
  Daniel Oaks 3b0d9c4db9 Send nick parameter correctly on ERR_NOSUCHNICK numerics 6年前