.. |
caps
|
rename 'bouncer' to 'multiclient'
|
2020-02-21 00:33:55 -05:00 |
cloaks
|
fix #952
|
2020-05-08 01:18:00 -04:00 |
connection_limits
|
review feedback: rename a key
|
2019-11-23 22:01:24 -05:00 |
custime
|
use custime.Duration for more config fields
|
2020-02-20 00:09:39 -05:00 |
email
|
fix #943
|
2020-04-13 11:54:39 -04:00 |
history
|
fix #532
|
2020-04-23 01:29:08 -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 |
ldap
|
minor fixes
|
2020-02-11 22:08:41 -05:00 |
logger
|
shorten type names to 10 chars
|
2020-04-12 14:01:07 -04:00 |
mkcerts
|
fix #898
|
2020-03-22 18:18:48 -04:00 |
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
|
add vhost snomasks
|
2020-02-02 02:03:08 -05:00 |
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
|
treat channel founder as such even if they don't have +q
|
2020-05-10 23:17:09 -04:00 |
channelmanager.go
|
fix #889
|
2020-03-20 14:47:40 -04:00 |
channelreg.go
|
fix #889
|
2020-03-20 14:47:40 -04:00 |
chanserv.go
|
review fix
|
2020-05-08 02:47:08 -04: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 |
client.go
|
fix #994
|
2020-05-08 05:50:10 -04:00 |
commands.go
|
fix #994
|
2020-05-08 05:50:10 -04:00 |
config.go
|
fix #952
|
2020-05-08 01:18:00 -04:00 |
constants.go
|
bump to next development version
|
2020-03-08 23:01:52 -04:00 |
database.go
|
fix #952
|
2020-05-08 01:18:00 -04:00 |
dline.go
|
fix #671
|
2019-11-18 17:21:28 -05:00 |
errors.go
|
fix #982
|
2020-05-06 05:56:00 -04:00 |
fakelag_test.go
|
fix #817
|
2020-03-27 10:40:19 -04:00 |
fakelag.go
|
fix #817
|
2020-03-27 10:40:19 -04:00 |
gateways.go
|
more work on websocket support
|
2020-05-04 23:26:51 -04:00 |
getters.go
|
fix #933
|
2020-04-06 13:10:38 -04:00 |
handlers.go
|
Merge pull request #995 from slingamn/issue994_unknowncommand.1
|
2020-05-08 13:12:16 -07:00 |
help.go
|
fix #930
|
2020-04-06 10:47:55 -04:00 |
hostserv.go
|
review fix
|
2020-05-08 02:47:08 -04:00 |
idletimer.go
|
change "last signoff" tracking to "last seen"
|
2020-02-27 02:17:58 -05:00 |
ircconn.go
|
review fixes; add submatch support to glob
|
2020-05-05 17:20:55 -04:00 |
kline.go
|
normalize most times in the app to UTC
|
2019-05-12 20:57:53 -04:00 |
legacy.go
|
fix #530, #721
|
2019-12-29 12:05:01 -05:00 |
listeners.go
|
review fixes; add submatch support to glob
|
2020-05-05 17:20:55 -04:00 |
misc_test.go
|
time.Unix still requires normalization to UTC
|
2020-02-21 00:33:37 -05:00 |
modes_test.go
|
Add test for ParseDefaultUserModes.
|
2020-04-30 03:54:18 +00:00 |
modes.go
|
Set default user modes when always-on clients reconnect.
|
2020-04-30 04:38:19 +00:00 |
monitor.go
|
implement draft/resume-0.4
|
2019-05-21 22:36:37 -04:00 |
nickname.go
|
fix #955
|
2020-04-23 02:02:07 -04:00 |
nickserv.go
|
review fix
|
2020-05-08 02:47:08 -04:00 |
numerics.go
|
fix #936
|
2020-04-07 12:24:44 -04:00 |
responsebuffer.go
|
clean up nil checks relevant to always-on join
|
2020-02-21 00:33:37 -05:00 |
resume.go
|
implement draft/resume-0.4
|
2019-05-21 22:36:37 -04:00 |
roleplay.go
|
enhancements to roleplay
|
2020-03-19 17:10:28 -04:00 |
semaphores.go
|
fix some issues found with staticcheck.io
|
2019-05-10 01:44:14 -04:00 |
server.go
|
fix #952
|
2020-05-08 01:18:00 -04:00 |
services.go
|
refactor /HELP for services
|
2019-07-02 12:48:33 -04:00 |
snomanager.go
|
remove more indirections
|
2019-05-12 20:57:53 -04:00 |
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_test.go
|
restrict ASCII mode to printable characters only
|
2019-12-22 09:57:49 -05:00 |
strings.go
|
fix #749
|
2020-03-16 13:48:14 -04:00 |
types.go
|
fix #581
|
2019-12-17 13:21:26 -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
|
fix #831
|
2020-02-27 19:29:14 -05:00 |