ergo/irc
Shivaram Lingamneni f1e2bbc0e4 more permissive hostname validation
In particular, allow hostnames without periods (like on a LAN).
This shouldn't be a client compability concern since we allow
vhosts without periods.
2019-12-18 09:21:45 -05:00
..
caps increase max cap line length 2019-11-09 22:43:07 -05:00
cloaks give cloaks their own package 2019-05-12 04:03:50 -04:00
connection_limits review feedback: rename a key 2019-11-23 22:01:24 -05:00
custime dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
history autoresizing of history buffers (#349) 2019-07-03 21:08:37 -04:00
isupport load isupport directly into the config object 2019-05-10 00:32:10 -04:00
languages fix #526 2019-07-01 09:21:38 -04:00
logger pointless optimizations to the logger 2019-01-01 16:43:35 -05:00
mkcerts Move mkcerts package under lib/ 2018-02-04 05:34:26 +10:00
modes fix #649 2019-10-16 18:10:32 -04:00
passwd refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
sno Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
utils more permissive hostname validation 2019-12-18 09:21:45 -05:00
accounts.go
channel.go
channelmanager.go
channelreg.go
chanserv.go refactor /HELP for services 2019-07-02 12:48:33 -04:00
client.go
client_lookup_set.go fix #649 2019-10-16 18:10:32 -04:00
commands.go
config.go
constants.go
database.go
dline.go
errors.go
fakelag.go
fakelag_test.go
gateways.go
getters.go
handlers.go
help.go
hostserv.go
idletimer.go
kline.go
legacy.go
misc_test.go
modes.go
modes_test.go
monitor.go
nickname.go
nickserv.go
numerics.go
responsebuffer.go
resume.go
roleplay.go
semaphores.go
server.go
services.go
snomanager.go remove more indirections 2019-05-12 20:57:53 -04:00
socket.go
stats.go
strings.go
strings_test.go remove unnecessary special-casing for ASCII 2019-10-23 02:18:45 -04:00
types.go
whowas.go
whowas_test.go
znc.go