ergo/irc
Shivaram Lingamneni 7c4d016fcb fix incorrect sprintf-before-unescape 2020-12-27 20:17:24 -05:00
..
caps fix #1468 2020-12-21 22:07:48 -05:00
cloaks fix #1312 2020-10-08 16:33:27 -04:00
connection_limits stop autocreating d-lines for throttle violations 2020-12-08 22:01:23 -05:00
custime use custime.Duration for more config fields 2020-02-20 00:09:39 -05:00
email fix #1075 2020-10-06 18:04:29 -04:00
flatip stop autocreating d-lines for throttle violations 2020-12-08 22:01:23 -05:00
history Merge pull request #1231 from slingamn/buffer.2 2020-11-30 02:34:25 -08:00
isupport isupport List.Tokens map[string]*string -> map[string]string 2020-05-27 00:16:33 +01:00
jwt refactor/enhance jwt signing 2020-06-15 14:34:58 -04:00
languages fix #526 2019-07-01 09:21:38 -04:00
logger shorten type names to 10 chars 2020-04-12 14:01:07 -04:00
migrations support migrating anope databases 2020-10-12 15:06:17 -04:00
mkcerts fix #898 2020-03-22 18:18:48 -04:00
modes implement a channel forwarding mode 2020-12-14 22:38:23 -05:00
mysql refactor schema versions to be ints, not strings 2020-10-27 12:26:44 -04: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 add vhost snomasks 2020-02-02 02:03:08 -05:00
utils fix #1428 2020-12-05 23:06:23 -05:00
accounts.go
authscript.go
channel.go
channelmanager.go
channelreg.go
chanserv.go
client.go
client_lookup_set.go
client_test.go
commands.go
config.go
config_test.go
constants.go
database.go
dline.go
errors.go
fakelag.go
fakelag_test.go
gateways.go
getters.go
handlers.go
help.go
histserv.go
hostserv.go refactor services prefixes and notice handlers 2020-11-29 00:02:26 -05:00
idletimer.go
import.go
ircconn.go
ircconn_test.go
kline.go
legacy.go
listeners.go
message_cache.go
misc_test.go
modes.go
modes_test.go
monitor.go
nickname.go
nickserv.go
numerics.go
responsebuffer.go
resume.go
roleplay.go Add +M (only registered/voice can speak) chanmode. 2020-09-21 16:05:00 -07:00
script.go
semaphores.go
server.go
services.go fix incorrect sprintf-before-unescape 2020-12-27 20:17:24 -05:00
signals.go
signals_plan9.go
snomanager.go
socket.go
stats.go
strings.go
strings_test.go
types.go
usermaskset.go
usermaskset_test.go
version.go
whowas.go
whowas_test.go refactor channel registration 2019-03-12 04:16:16 -04:00
znc.go