..
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
consolidate ArgsToStrings
2020-12-30 00:41:34 -05:00
accounts.go
fix #1476
2021-01-12 09:33:57 -05:00
authscript.go
fix #414
2020-09-23 02:25:29 -04:00
channel.go
Merge pull request #1460 from slingamn/issue1449_invite_playback
2020-12-14 23:43:27 -05:00
channelmanager.go
Enhancements to CS PURGE
2020-12-15 04:00:44 -05:00
channelreg.go
implement a channel forwarding mode
2020-12-14 22:38:23 -05:00
chanserv.go
Enhancements to CS PURGE
2020-12-15 04:00:44 -05:00
client_lookup_set.go
fix #1436
2020-12-07 03:51:52 -05:00
client_test.go
move StringSet to utils package
2020-08-04 21:54:03 -04:00
client.go
fix always-on expiration checks
2021-01-15 06:50:35 -05:00
commands.go
add UNINVITE command ( #1171 )
2020-10-25 22:16:19 -04:00
config_test.go
fix #1049
2020-10-25 13:58:57 -04:00
config.go
initial work on #1483
2021-01-15 06:19:13 -05:00
constants.go
tweak version strings again
2020-05-21 11:42:17 -04:00
database.go
schema change for #1345
2020-12-02 15:32:17 -05:00
dline.go
stop autocreating d-lines for throttle violations
2020-12-08 22:01:23 -05:00
errors.go
implement NS RENAME
2020-11-10 19:59:12 -05:00
fakelag_test.go
fix #817
2020-03-27 10:40:19 -04:00
fakelag.go
fix #861
2020-10-26 21:06:03 -04:00
gateways.go
stop autocreating d-lines for throttle violations
2020-12-08 22:01:23 -05:00
getters.go
fix always-on expiration checks
2021-01-15 06:50:35 -05:00
handlers.go
fix #1479
2021-01-12 08:40:13 -05:00
help.go
fix #1472
2020-12-29 05:20:18 -05:00
histserv.go
pointless refactor of stripMaskFromNick
2020-12-14 15:23:01 -05:00
hostserv.go
refactor services prefixes and notice handlers
2020-11-29 00:02:26 -05:00
idletimer.go
fix #1229
2020-08-07 18:11:39 -04:00
import.go
implement a channel forwarding mode
2020-12-14 22:38:23 -05:00
ircconn_test.go
add a fuzz test for IRCStreamConn changes
2020-11-30 02:08:47 -05:00
ircconn.go
initial work on #1483
2021-01-15 06:19:13 -05:00
kline.go
fix #1003
2020-05-13 06:51:15 -04:00
legacy.go
first draft of atheme migration code
2020-10-02 16:48:37 -04:00
listeners.go
initial work on #1483
2021-01-15 06:19:13 -05:00
message_cache.go
shorten the cached batch ID for multilines
2020-12-18 03:13:01 -05:00
misc_test.go
time.Unix still requires normalization to UTC
2020-02-21 00:33:37 -05:00
modes_test.go
Apply default user modes just before registration.
2020-05-28 15:53:14 +00:00
modes.go
implement a channel forwarding mode
2020-12-14 22:38:23 -05:00
monitor.go
fix #1053 , #1083
2020-06-21 23:51:31 -04:00
nickname.go
refactor services prefixes and notice handlers
2020-11-29 00:02:26 -05:00
nickserv.go
refactor services prefixes and notice handlers
2020-11-29 00:02:26 -05:00
numerics.go
implement a channel forwarding mode
2020-12-14 22:38:23 -05:00
responsebuffer.go
fix #1387
2020-11-27 00:13:47 -05:00
resume.go
implement draft/resume-0.4
2019-05-21 22:36:37 -04:00
roleplay.go
fix incorrect CTCP ACTION messages sent by roleplay
2020-12-31 14:06:19 -05:00
script.go
scripting API for IP bans
2020-09-14 04:28:12 -04:00
semaphores.go
scripting API for IP bans
2020-09-14 04:28:12 -04:00
server.go
fix incorrect sprintf-before-unescape
2020-12-27 20:17:24 -05:00
services.go
fix incorrect sprintf-before-unescape
2020-12-27 20:17:24 -05:00
signals_plan9.go
fix plan9 support
2020-05-17 20:53:08 -04:00
signals.go
fix plan9 support
2020-05-17 20:53:08 -04:00
snomanager.go
remove more indirections
2019-05-12 20:57:53 -04:00
socket.go
more memory-efficient implementation of line reading
2020-08-07 01:10:46 -04:00
stats.go
Apply default user modes just before registration.
2020-05-28 15:53:14 +00:00
strings_test.go
validate normalized masks as IRC params
2020-10-25 23:32:24 -04:00
strings.go
Merge pull request #1438 from slingamn/issue1436_badchars
2020-12-22 02:16:01 -05:00
types.go
move StringSet to utils package
2020-08-04 21:54:03 -04:00
usermaskset_test.go
fix #307
2020-10-21 11:08:55 -04:00
usermaskset.go
fix #307
2020-10-21 11:08:55 -04:00
version.go
set up new development version
2020-11-08 20:17:22 -05:00
whowas_test.go
refactor channel registration
2019-03-12 04:16:16 -04:00
whowas.go
refactor channel registration
2019-03-12 04:16:16 -04:00
znc.go
move StringSet to utils package
2020-08-04 21:54:03 -04:00