569 커밋 (e85c3e9243fa50180c7d18470ff6e0e6bf7f64e3)

작성자 SHA1 메시지 날짜
  Jeremy Latt 6aa6f0aeaa notify clients when the server shuts down 10 년 전
  Jeremy Latt 8f0d2b89ee v.1.2.12 10 년 전
  Edmund Huber 857907320d allow underscores in nicks 10 년 전
  Jeremy Latt 22c1cfdc3e chdir instead of relativizing paths in config 10 년 전
  Jeremy Latt 9aa7debbfe move password handling into a single file 10 년 전
  Jeremy Latt b421971b61 move db init/open functions into a single file 10 년 전
  Jeremy Latt 83d021fcb7 switch to gcfg for conf file 10 년 전
  Jeremy Latt 36602c9a3c basic capability negotiation 10 년 전
  Jeremy Latt 542744d52a fix line parsing function 10 년 전
  Jeremy Latt 8c8d371ae2 don't give operator to the first person to enter an empty persistent channel 10 년 전
  Jeremy Latt f17855fce9 check channel emptiness when anyone leaves 10 년 전
  Jeremy Latt e33a65ec72 fix channel persistence 10 년 전
  Jeremy Latt 04f0b2c48d trim trailing space from commands 10 년 전
  Jeremy Latt 9aeb813cf5 restrict nicknames to proper character set 10 년 전
  Jeremy Latt 6f00f89efa relax unicode parsing rules 10 년 전
  Jeremy Latt 4df8ec12f6 allow nick changing 10 년 전
  Jeremy Latt 39911a812d handle mode command with trailing empty arguments 10 년 전
  Jeremy Latt 66f9b42125 avoid duplicate mode changes 10 년 전
  Jeremy Latt 0d277025c1 fix channel insert statement 10 년 전
  Jeremy Latt 9dc229b98f skip nick change if there is no difference 10 년 전
  Jeremy Latt e9c5e4794e version 1.2.0 10 년 전
  Jeremy Latt 45bb0d05e7 normalize all unicode input from the client 10 년 전
  Jeremy Latt c35d5d1b8a code review 10 년 전
  Jeremy Latt b30e247e77 properly persist channels 10 년 전
  Jeremy Latt a30bb540e9 rewrite parseLine to be much saner about utf8 10 년 전
  Jeremy Latt e409bcec99 simplify new channel insert 10 년 전
  Jeremy Latt 02abeeb164 persistent channels persisted to a sqlite db 10 년 전
  Jeremy Latt de5538f5d5 add persistent flag for channels 10 년 전
  Jeremy Latt 0531c40481 simplify semantic version constant 10 년 전
  Jeremy Latt 6882edeff7 version 1.1.0 10 년 전
  Jeremy Latt 1fe73aaa9e kill command 10 년 전
  Jeremy Latt 4d2d18caf1 time command 10 년 전
  Jeremy Latt f0305cf01a invite command 10 년 전
  Jeremy Latt d6ec1e719b add a version command for sumeet 10 년 전
  Jeremy Latt f0773c4e9e increase buffer for a server channel 10 년 전
  Jeremy Latt cc6f764c85 minor cleanup 10 년 전
  Jeremy Latt 72726a39b8 many changes 10 년 전
  Jeremy Latt be089e7f5f do bcrypt in the client main routine 10 년 전
  Jeremy Latt 2229645a39 refactor server command loop 10 년 전
  Jeremy Latt 41e6baf9d4 get rid of a race; use pointers where possible 10 년 전
  Jeremy Latt 0856a9fa81 flag socket as closed when writes fail 10 년 전
  Jeremy Latt 0bf968e19e move command parsing and hostname lookups into the socket routine 10 년 전
  Jeremy Latt ff5656fdb4 aggressively clean up client 10 년 전
  Jeremy Latt 3b56b5bf42 expose various go internals as a DEBUG command 10 년 전
  Jeremy Latt f482b6b82f add all channel mask list replies 10 년 전
  Jeremy Latt c5c7469cf0 good ol' fashioned refactoring 10 년 전
  Jeremy Latt c7298c55b9 flesh out channel modes 10 년 전
  Jeremy Latt 21337cda7f add error responses for mode command 10 년 전
  Jeremy Latt 1283bd35c7 encapsulate client replies in method 10 년 전
  Jeremy Latt 39fb4bfb53 restrict new channels to channel regex 10 년 전