ergo/irc
Daniel Oaks efb3000717 client_lookup_set: Use RWMutex 2017-01-11 01:06:02 +10:00
..
accounts.go accounts: Only allow verified accounts to SASL auth 2017-01-11 01:02:26 +10:00
capability.go oper: Support custom vhosts, and chghost 2016-10-23 11:28:31 +10:00
channel.go JOIN: Only give chanop, not chan founder (will save that for regged chans) 2016-12-01 18:12:51 +10:00
client.go client: Fix a lot of bugs around setting NICK 2016-11-29 22:33:10 +10:00
client_lookup_set.go client_lookup_set: Use RWMutex 2017-01-11 01:06:02 +10:00
clientsocket.go
commands.go commands: Use ERR_NOTREGISTERED when appropriate 2016-11-08 07:07:31 +10:00
config.go restapi: Initial commit 2016-11-06 12:49:39 +10:00
connection_limits.go Add automated client connection limiting 2016-10-23 23:05:00 +10:00
constants.go Setup 0.6.0-unreleased for next release 2016-12-11 19:46:39 +10:00
database.go Handle db better, fix bug, update db schema, rest 2016-11-06 13:47:13 +10:00
debug.go
dline.go restapi: Initial commit 2016-11-06 12:49:39 +10:00
help.go rp: Mention mode in help text, fix comment 2016-11-14 14:03:48 +10:00
isupport.go MONITOR: Fix display of long lists 2016-10-23 20:24:02 +10:00
logging.go Fixing warnings and golint stuff 2016-10-13 17:36:44 +10:00
message_tags.go caps: Add message-tags draft capability 2016-10-16 12:54:15 +10:00
messages.go
modes.go modes: Convey cmode changes to other channel members... 2016-11-29 19:16:01 +10:00
monitor.go monitor: Send with account-tag where appropriate 2016-11-29 21:40:56 +10:00
net.go net: Prepend IPv6 addresses with '0' if necessary 2016-10-16 14:17:29 +10:00
net_test.go
nickname.go NICK: Prevent races, remove a DoS 2016-11-16 12:02:22 +10:00
numerics.go dline: Should be working now 2016-11-04 21:15:23 +10:00
password.go Fixing warnings and golint stuff 2016-10-13 17:36:44 +10:00
password_salted.go password_new: Rename to password_salted 2016-10-14 17:11:53 +10:00
registration.go Handle db better, fix bug, update db schema, rest 2016-11-06 13:47:13 +10:00
rest_api.go Handle db better, fix bug, update db schema, rest 2016-11-06 13:47:13 +10:00
roleplay.go rp: Mention mode in help text, fix comment 2016-11-14 14:03:48 +10:00
server.go client_lookup_set: Use RWMutex 2017-01-11 01:06:02 +10:00
socket.go socket: Timeout TLS handshakes 2016-10-22 20:53:36 +10:00
strings.go strings: Use inbuilt precis.Nickname encoding now 2016-10-27 00:44:36 +10:00
types.go Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead 2016-10-11 23:51:46 +10:00
util.go MONITOR: Fix display of long lists 2016-10-23 20:24:02 +10:00
websocket.go constants: Remove unused constants. 2016-10-13 16:44:36 +10:00
whowas.go Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead 2016-10-11 23:51:46 +10:00