ergo/irc
Daniel Oaks cfcecd0101 tests: Start net tests 2016-04-21 22:32:17 +10:00
..
capability.go capability: Remove CAP CLEAR as per IRCv3 recommendations, allow CAP command after registration 2016-04-14 07:30:14 +10:00
channel.go Set default channel modes to +nt 2016-04-21 19:29:50 +10:00
client.go PROXY: Restrict to specified addresses/hostnames 2016-04-21 16:53:55 +10:00
client_lookup_set.go fix whois; closes #32 2014-03-27 16:48:13 -07:00
commands.go user: Don't parse the second and third params anymore 2016-04-15 18:45:05 +10:00
config.go PROXY: Restrict to specified addresses/hostnames 2016-04-21 16:53:55 +10:00
constants.go version: Clarify semantic versioning "public API" and reset ver number on Oragono 2016-04-14 15:31:51 +10:00
database.go persist and load channel mask lists 2014-03-07 18:14:39 -08:00
debug.go improve performance by using less goroutines 2014-04-15 12:10:02 -07:00
isupport.go Very initial RPL_ISUPPORT numeric support 2016-04-13 08:57:34 +10:00
logging.go move to channel-based logging 2014-03-12 17:17:26 -07:00
modes.go Set default channel modes to +nt 2016-04-21 19:29:50 +10:00
net.go Require that server names must be hostnames, and nicks cannot be hostnames 2016-04-21 10:48:15 +10:00
net_test.go tests: Start net tests 2016-04-21 22:32:17 +10:00
nickname.go cap: Properly suspend registration for CAP negotiation 2016-04-14 11:25:23 +10:00
password.go irc: Switch to golang.org versions, not google code versions of dependencies. 2015-07-04 12:19:33 +02:00
reply.go modes: use secret instead of private, it's the standard these days. fix secret channel hiding in whois 2016-04-14 22:33:38 +10:00
server.go Set default channel modes to +nt 2016-04-21 19:29:50 +10:00
socket.go keep track of whether sockets are closed 2014-04-15 12:10:02 -07:00
strings.go Require that server names must be hostnames, and nicks cannot be hostnames 2016-04-21 10:48:15 +10:00
theater.go remove unnecessary String()s; rename parse functions 2014-03-28 14:33:31 -07:00
types.go add a type for CTCP-encoded strings, and NOTICEs for error cases 2014-03-23 06:47:21 +01:00
websocket.go don't shadow the second error 2015-06-06 16:15:09 -07:00
whowas.go fix crash in whowas circular buffer 2014-04-10 11:53:34 -07:00