ergo/irc
Shivaram Lingamneni 12e3ca9b4d work around a Tor bug
https://bugs.torproject.org/29665 describes how single-onion circuits
will close unless the client sends data every 60 seconds. To cause the
client to send these messages, have Oragono send the client a PING every
30 seconds.
2019-03-05 22:10:30 -05:00
..
caps Draft implementation of draft/setname 2019-02-13 23:22:16 +10:00
connection_limits
custime
history
isupport
languages fix #384 2019-02-19 03:12:47 -05:00
logger
mkcerts
modes
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 change the b32 alphabet for absolutely no reason 2019-02-24 21:07:12 -05:00
accounts.go Merge pull request #352 from slingamn/chanreglimit.1 2019-02-18 07:08:57 +10:00
channel.go Fix dodgy TL strings to make them easier to translate 2019-02-22 12:37:11 +10:00
channelmanager.go implement SAJOIN, allow channel founders to join unconditionally 2018-05-25 02:47:50 -04:00
channelreg.go fix: set the existing channels unregistered 2019-02-12 02:09:31 -05:00
chanserv.go Fix dodgy TL strings to make them easier to translate 2019-02-22 12:37:11 +10:00
client.go disallow resume from tor to non-tor 2019-02-26 16:39:10 -05:00
client_lookup_set.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
commands.go Draft implementation of draft/setname 2019-02-13 23:22:16 +10:00
config.go Merge remote-tracking branch 'origin/master' into tor.2 2019-02-26 14:46:15 -05:00
constants.go new unreleased version 2019-02-24 02:19:50 -05: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 allow SAREGISTER even when normal registration is fully disabled 2019-02-14 20:42:02 -05:00
fakelag.go fix fakelag double-rate issue 2018-04-16 04:32:57 -04:00
fakelag_test.go fix fakelag double-rate issue 2018-04-16 04:32:57 -04:00
gateways.go add support for tor (#369) 2019-02-25 22:09:09 -05:00
getters.go Merge remote-tracking branch 'origin/master' into tor.2 2019-02-26 14:46:15 -05:00
handlers.go Merge remote-tracking branch 'origin/master' into tor.2 2019-02-26 14:46:15 -05:00
help.go Merge pull request #405 from slingamn/language_loading.2 2019-02-26 21:14:43 +10:00
hostserv.go Fix dodgy TL strings to make them easier to translate 2019-02-22 12:37:11 +10:00
idletimer.go work around a Tor bug 2019-03-05 22:10:30 -05:00
kline.go fix a memory leak 2019-01-23 02:06:00 -05:00
legacy.go refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
modes.go fix #374 2019-02-13 15:09:23 -05:00
modes_test.go refactor rehash to rely more on server.config 2018-07-16 03:46:40 -04:00
monitor.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
nickname.go send the response line to NICK via the response buffer 2019-02-20 22:20:23 -05:00
nickserv.go Merge pull request #416 from oragono/master+tlchanges 2019-02-24 17:57:26 +10:00
numerics.go Restrict idents as other servers do 2019-02-03 18:49:42 +10:00
responsebuffer.go A labeled command that has 0 response lines should receive an empty batch 2019-02-20 21:40:25 -05:00
resume.go consume resume token during VerifyToken 2019-02-24 21:07:12 -05:00
roleplay.go add support for tor (#369) 2019-02-25 22:09:09 -05:00
semaphores.go add Semaphore and ServerSemaphores 2018-04-26 06:03:10 -04:00
server.go Merge remote-tracking branch 'origin/master' into tor.2 2019-02-26 14:46:15 -05:00
services.go Fix dodgy TL strings to make them easier to translate 2019-02-22 12:37:11 +10:00
snomanager.go Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
socket.go fixes to irc/socket.go 2018-11-28 00:24:44 -05:00
stats.go Stats for LUSERS logic now seperated, fixed params in LUSERS 2018-04-20 22:48:15 +02:00
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 draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
whowas.go add ClientDetails struct for getting a snapshot of client state 2019-01-02 09:55:45 -05:00
whowas_test.go add ClientDetails struct for getting a snapshot of client state 2019-01-02 09:55:45 -05:00