515 コミット (28b81d1a456003472dd5268585e7463e2e157c0f)
 

作成者 SHA1 メッセージ 日付
  Daniel Oaks 28b81d1a45 password_new: Rename to password_salted 7年前
  Daniel Oaks d226a0c6d3 nickname: Preserve case when setting NICK 7年前
  Daniel Oaks 9ccd6037a6 strings: Make Nickname profile not actually case-sensitive 7年前
  Daniel Oaks 4fa094cea2 accounts: Support account-notify capability 7年前
  Daniel Oaks 0eebd6273c AWAY: Only dispatch AWAY when cap-notify is used 7年前
  Daniel Oaks e807f3ca04 Fixing warnings and golint stuff 7年前
  Daniel Oaks 09802f7181 constants: Remove unused constants. 7年前
  Daniel Oaks 3c2fae666a net: Fix issue where some local clients would break. 7年前
  Daniel Oaks 985f87d9d1 client: Remove silly testing Println 7年前
  Daniel Oaks fc9a9fcf30 gitignore: Ignore VS Code workspace 7年前
  Daniel Oaks db1309e69b Update docs to match rfc7700 stuff 7年前
  Daniel Oaks 5e72409695 Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead 7年前
  Daniel Oaks 2bfcc553ce client: Don't fail silently on error sending messages 7年前
  Daniel Oaks dc0f679723 oragono: add --quiet flag 7年前
  Daniel Oaks 5d7d510348 client: Fix minor bug when doing SASL before NICK/USER 7年前
  Daniel Oaks 32b328f53f accounts: Fix broken long SASL auth strings 7年前
  Daniel Oaks 88ce999b52 Rename things for next version 7年前
  Daniel Oaks 2fdc9e5941 Release v0.1.0 7年前
  Daniel Oaks 8fb4b904e4 gitignore: Add build directory 7年前
  Daniel Oaks c72f4347d5 CHANGELOG: Rewrite, edit, etc 7年前
  Daniel Oaks 668d8242a9 db: Finish removing refs to sqlite db 7年前
  Daniel Oaks ae69ef5cd6 db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later. 7年前
  Daniel Oaks 969eed394f KILL: Make reason optional, to match other ircds 7年前
  Daniel Oaks c9a82e3f6f modes: Return right character on unknown mode char 7年前
  Daniel Oaks ad8df3c9a8 modes: Fix modes, re-add +l and +k 7年前
  Daniel Oaks 4bab1c621f README: Add logo 7年前
  Daniel Oaks 0701267395 server: Add CHANMODES 7年前
  Daniel Oaks 0087de6092 client: Add AWAYLEN 7年前
  Daniel Oaks bc42960552 strings: Remove CTCP stuff, unused 7年前
  Daniel Oaks 266c534af9 theater: Remove THEATER command for now 7年前
  Daniel Oaks 79d831bbb7 channel: Add KICKLEN and TOPICLEN 7年前
  Daniel Oaks 3321243486 server: Add away-notify capability 7年前
  Daniel Oaks 754b74c21c accounts: Add account-tag capability 7年前
  Daniel Oaks c2aa31001a client: Fix initial RPL_UMODEIS 7年前
  Daniel Oaks 220bc2c609 server-time: Fix time format 7年前
  Daniel Oaks ca2255804b README: Add info on new SASL stuff 7年前
  Daniel Oaks b5e7d8968f accounts: Add SASL EXTERNAL handler 7年前
  Daniel Oaks 70665850aa accounts: Add SASL PLAIN handler 7年前
  Daniel Oaks 1679bc9ac2 accounts: Add initial SASL handler, still need to write mechanism handlers 7年前
  Daniel Oaks 31333da632 config: Add basic reg stuff, remove inaccurate comment (given ircd hash is required for starting db) 7年前
  Daniel Oaks 5d6b4127ff registration: Fix comment 7年前
  Daniel Oaks 4b74f0826c registration: Add messages to changelog and readme 7年前
  Daniel Oaks e3fbdebc48 registration: Hook up reg to actual accounts 7年前
  Daniel Oaks 5269dc8776 accounts: Very roughly introduce account type 7年前
  Daniel Oaks 739f8d71d2 server: Close db and store more properly 7年前
  Daniel Oaks 90d5f7d6a2 registration: Very initial, very skodgy 'working' account reg 7年前
  Daniel Oaks 4cb196f50a server: Close store properly, on shutdown 7年前
  Daniel Oaks 6e96a175d6 registration: Add new password manager, integrate registration and credential types 7年前
  Daniel Oaks 68c83a95d4 WHOIS: Fixes, add certfp 7年前
  Daniel Oaks 49034cb20e certfp: Add certfp retrieval from client 7年前