ergo/irc
Shivaram Lingamneni ff7bbc4a9c track channel registrations per account
* limit the total number of registrations per account
* when an account is unregistered, unregister all its channels
2019-02-06 04:34:45 -05:00
..
caps correctly support disabling caps with CAP REQ, fixes #337 2019-02-02 20:22:07 -05:00
connection_limits add tests for masking in limiter/throttler 2019-02-05 02:25:16 -05:00
custime dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
history add CHATHISTORY and HISTORY implementations 2019-02-04 05:33:36 -05:00
isupport fix #297 2018-12-30 18:17:24 -05:00
languages Split language into a subpackage 2018-02-03 19:46:14 +10: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 draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05: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 add sasl-only config option 2019-02-05 00:51:58 -05:00
accounts.go track channel registrations per account 2019-02-06 04:34:45 -05:00
channel.go add CHATHISTORY and HISTORY implementations 2019-02-04 05:33:36 -05:00
channelmanager.go
channelreg.go track channel registrations per account 2019-02-06 04:34:45 -05:00
chanserv.go track channel registrations per account 2019-02-06 04:34:45 -05:00
client.go Merge pull request #344 from slingamn/history.4 2019-02-05 22:16:45 +10:00
client_lookup_set.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
commands.go Merge pull request #344 from slingamn/history.4 2019-02-05 22:16:45 +10:00
config.go track channel registrations per account 2019-02-06 04:34:45 -05:00
constants.go Setup v0.13.0-unreleased devel ver (I forgot to do this~) 2019-02-04 06:18:40 +10:00
database.go track channel registrations per account 2019-02-06 04:34:45 -05:00
dline.go fix a memory leak 2019-01-23 02:06:00 -05:00
errors.go add CHATHISTORY and HISTORY implementations 2019-02-04 05:33:36 -05:00
fakelag.go
fakelag_test.go
gateways.go add sasl-only config option 2019-02-05 00:51:58 -05:00
getters.go add sasl-only config option 2019-02-05 00:51:58 -05:00
handlers.go Review fixes 2019-02-06 08:45:09 +10:00
help.go allow history queries against PRIVMSG of other clients, if the accounts match 2019-02-04 12:46:04 -05:00
hostserv.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
idletimer.go add sasl-only config option 2019-02-05 00:51:58 -05:00
kline.go fix a memory leak 2019-01-23 02:06:00 -05:00
legacy.go
modes.go
modes_test.go
monitor.go
nickname.go fix histserv nick reservation 2019-01-04 10:32:08 -05:00
nickserv.go track channel registrations per account 2019-02-06 04:34:45 -05:00
numerics.go Restrict idents as other servers do 2019-02-03 18:49:42 +10:00
responsebuffer.go review fixes 2019-02-05 04:29:32 -05:00
roleplay.go
semaphores.go
server.go Merge pull request #344 from slingamn/history.4 2019-02-05 22:16:45 +10:00
services.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
snomanager.go
socket.go
stats.go
strings.go Restrict idents as other servers do 2019-02-03 18:49:42 +10:00
strings_test.go Restrict idents as other servers do 2019-02-03 18:49:42 +10:00
types.go
whowas.go
whowas_test.go