ergo/irc
Shivaram Lingamneni d187cc5512
Merge pull request #991 from ajaspers/who_invisible
Hide +i users from WHO * queries.
2020-05-07 19:09:38 -07:00
..
caps
cloaks fix #741 2020-01-09 13:49:36 -05:00
connection_limits
custime use custime.Duration for more config fields 2020-02-20 00:09:39 -05:00
email
history fix #532 2020-04-23 01:29:08 -04:00
isupport
languages
ldap
logger
mkcerts
modes partial implementation of #729 2020-03-25 12:13:31 -04:00
mysql fix #833 2020-02-28 05:41:08 -05:00
passwd refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
smtp fix #920, #921 2020-04-05 03:48:59 -04:00
sno
utils review fixes; add submatch support to glob 2020-05-05 17:20:55 -04:00
accounts.go Read accounts and grouped nicks in same transaction. 2020-05-04 02:20:28 +00:00
channel.go fix #959 2020-04-24 01:33:21 -04:00
channelmanager.go
channelreg.go fix #889 2020-03-20 14:47:40 -04:00
chanserv.go Add ChanServ and NickServ LIST commands. 2020-05-04 00:51:39 +00:00
client.go Performance optimization for determining friends in WHO <mask>. 2020-05-08 01:55:47 +00:00
client_lookup_set.go fix #983 2020-05-06 01:07:06 -04:00
client_test.go fix #983 2020-05-06 01:07:06 -04:00
commands.go
config.go fix #982 2020-05-06 05:56:00 -04:00
constants.go
database.go
dline.go
errors.go fix #982 2020-05-06 05:56:00 -04:00
fakelag.go fix #817 2020-03-27 10:40:19 -04:00
fakelag_test.go
gateways.go more work on websocket support 2020-05-04 23:26:51 -04:00
getters.go
handlers.go Merge pull request #991 from ajaspers/who_invisible 2020-05-07 19:09:38 -07:00
help.go
hostserv.go
idletimer.go
ircconn.go review fixes; add submatch support to glob 2020-05-05 17:20:55 -04:00
kline.go
legacy.go
listeners.go review fixes; add submatch support to glob 2020-05-05 17:20:55 -04:00
misc_test.go
modes.go Set default user modes when always-on clients reconnect. 2020-04-30 04:38:19 +00:00
modes_test.go Add test for ParseDefaultUserModes. 2020-04-30 03:54:18 +00:00
monitor.go
nickname.go fix #955 2020-04-23 02:02:07 -04:00
nickserv.go fix #985 2020-05-06 01:15:04 -04:00
numerics.go
responsebuffer.go
resume.go implement draft/resume-0.4 2019-05-21 22:36:37 -04:00
roleplay.go
semaphores.go
server.go simplify listener rehash logic 2020-05-07 06:42:50 -04:00
services.go
snomanager.go
socket.go review fixes; add submatch support to glob 2020-05-05 17:20:55 -04:00
stats.go initial persistent history implementation 2020-02-19 00:24:12 -05:00
strings.go
strings_test.go
types.go
whowas.go
whowas_test.go
znc.go