ircd/irc
2014-03-23 06:47:21 +01:00
..
capability.go move capability handling code to a single file 2014-03-12 17:38:11 -07:00
channel.go clean up /theater so that it doesn't need a bunch of pointers and that it reuses channel-scoped-user-modes machinery 2014-03-22 22:25:24 +01:00
client_lookup_set.go LIKE quoting should convert to string for SQL 2014-03-17 12:56:12 -07:00
client.go clean up /theater so that it doesn't need a bunch of pointers and that it reuses channel-scoped-user-modes machinery 2014-03-22 22:25:24 +01:00
commands.go add a type for CTCP-encoded strings, and NOTICEs for error cases 2014-03-23 06:47:21 +01:00
config.go adding theater-mode, fixes #15 2014-03-20 05:05:18 +01:00
constants.go v1.4 2014-03-21 23:25:19 -07:00
database.go persist and load channel mask lists 2014-03-07 18:14:39 -08:00
logging.go move to channel-based logging 2014-03-12 17:17:26 -07:00
modes.go clean up /theater so that it doesn't need a bunch of pointers and that it reuses channel-scoped-user-modes machinery 2014-03-22 22:25:24 +01:00
net.go mark unicode normalization with type 2014-03-12 16:45:22 -07:00
nickname.go ONICK command to allow operators to change users' nicks 2014-03-17 12:56:35 -07:00
password.go move password handling into a single file 2014-03-01 15:18:49 -08:00
reply.go add a type for CTCP-encoded strings, and NOTICEs for error cases 2014-03-23 06:47:21 +01:00
server.go adding theater-mode, fixes #15 2014-03-20 05:05:18 +01:00
socket.go move to channel-based logging 2014-03-12 17:17:26 -07:00
strings.go add a type for CTCP-encoded strings, and NOTICEs for error cases 2014-03-23 06:47:21 +01:00
theater.go add a type for CTCP-encoded strings, and NOTICEs for error cases 2014-03-23 06:47:21 +01:00
types.go add a type for CTCP-encoded strings, and NOTICEs for error cases 2014-03-23 06:47:21 +01:00
whowas.go mark unicode normalization with type 2014-03-12 16:45:22 -07:00