Shivaram Lingamneni
|
904fa9653c
|
clear reg date and settings during logout
|
2020-02-21 06:36:32 -05:00 |
|
Shivaram Lingamneni
|
f5ca35ed72
|
rename 'bouncer' to 'multiclient'
|
2020-02-21 00:33:55 -05:00 |
|
Shivaram Lingamneni
|
4472683d58
|
persist lastSignoff in the database
|
2020-02-21 00:33:37 -05:00 |
|
Shivaram Lingamneni
|
ad32356e34
|
move authentication data from Client to Session
|
2020-02-19 00:24:21 -05:00 |
|
Shivaram Lingamneni
|
33dac4c0ba
|
initial persistent history implementation
|
2020-02-19 00:24:12 -05:00 |
|
Shivaram Lingamneni
|
3480f124cd
|
fix #688
|
2019-12-17 19:37:33 -05:00 |
|
Shivaram Lingamneni
|
40df122c73
|
remove unused getters
|
2019-10-04 02:08:49 -04:00 |
|
Shivaram Lingamneni
|
65834c0729
|
optimize Sessions() at the expense of AddSession()
|
2019-08-02 00:20:31 -04:00 |
|
Shivaram Lingamneni
|
b134a63dc2
|
simplify "client dead" logic in AddSession
now that we have client.destroyed again, we don't need to test the
"0 sessions && brb disabled" condition in both AddSession() and
destroy()
|
2019-05-28 04:56:56 -04:00 |
|
Shivaram Lingamneni
|
5ac7ea5b1c
|
fix data race on exitedSnomaskSent
|
2019-05-27 14:33:59 -04:00 |
|
Shivaram Lingamneni
|
4b88a60ba6
|
clean up some old getters
|
2019-05-22 19:07:12 -04:00 |
|
Shivaram Lingamneni
|
1de166bccb
|
eliminate client.Realname() getter
|
2019-05-22 16:10:56 -04:00 |
|
Shivaram Lingamneni
|
3d445573cf
|
implement draft/resume-0.4
|
2019-05-21 22:36:37 -04:00 |
|
Shivaram Lingamneni
|
8fc588375b
|
implement user preferences system
|
2019-05-19 06:17:30 -04:00 |
|
Shivaram Lingamneni
|
353aeb0389
|
normalize most times in the app to UTC
Fixes #480
|
2019-05-12 20:57:53 -04:00 |
|
Shivaram Lingamneni
|
5331afbdd4
|
Merge remote-tracking branch 'origin/master' into compat.4
|
2019-05-11 21:56:41 -04:00 |
|
Shivaram Lingamneni
|
ce6a3e42df
|
load isupport directly into the config object
eliminates Server.configurableStateMutex
|
2019-05-10 00:32:10 -04:00 |
|
Shivaram Lingamneni
|
fbc6c84a01
|
add client compatibility switches
|
2019-05-09 15:41:08 -04:00 |
|
Shivaram Lingamneni
|
60c8f286e8
|
fix several session destruction bugs
|
2019-05-08 20:55:34 -04:00 |
|
Shivaram Lingamneni
|
da656c07c8
|
add NICKSERV SESSIONS command to list sessions
|
2019-05-08 18:18:05 -04:00 |
|
Shivaram Lingamneni
|
51465b4a3a
|
strip out the +a away mode
|
2019-04-28 15:12:48 -04:00 |
|
Shivaram Lingamneni
|
30f6e11698
|
fix #400
Also fix some issues with STATUSMSG
|
2019-04-28 02:48:19 -04:00 |
|
Shivaram Lingamneni
|
c2faeed4b5
|
initial implementation of bouncer functionality
|
2019-04-14 20:48:50 -04:00 |
|
Shivaram Lingamneni
|
63029e2ff5
|
refactor channel registration
|
2019-03-12 04:16:16 -04:00 |
|
Shivaram Lingamneni
|
2e88f82e41
|
remove indirections in Fakelag and NickTimer
|
2019-03-08 05:36:54 -05:00 |
|
Shivaram Lingamneni
|
5f26023d88
|
Merge remote-tracking branch 'origin/master' into tor.2
|
2019-02-26 14:46:15 -05:00 |
|
Shivaram Lingamneni
|
b0f89062fa
|
add support for tor (#369)
|
2019-02-25 22:09:09 -05:00 |
|
Shivaram Lingamneni
|
c6b9fe0218
|
fix #384
|
2019-02-19 03:12:47 -05:00 |
|
Daniel Oaks
|
09909e3b3d
|
Merge pull request #396 from slingamn/issue394
fix #394
|
2019-02-18 10:24:35 +10:00 |
|
Daniel Oaks
|
7cf8aaccf6
|
Merge pull request #352 from slingamn/chanreglimit.1
track channel registrations per account
|
2019-02-18 07:08:57 +10:00 |
|
Shivaram Lingamneni
|
a5b9634783
|
fix #394
|
2019-02-17 14:29:04 -05:00 |
|
Shivaram Lingamneni
|
afe94d43c3
|
update resume support to draft/resume-0.3
|
2019-02-12 01:03:19 -05:00 |
|
Shivaram Lingamneni
|
35abe7940a
|
RESUME should end cap negotiation without requiring CAP LS
|
2019-02-09 20:26:32 -05:00 |
|
Chris Smith
|
34a9a37b82
|
Fix usernames being used in place of hostnames.
Closes #355
|
2019-02-06 19:14:32 +00:00 |
|
Shivaram Lingamneni
|
eff2571096
|
limit the number of channels a client can join
|
2019-02-06 04:55:05 -05:00 |
|
Shivaram Lingamneni
|
1c23af8767
|
add sasl-only config option
|
2019-02-05 00:51:58 -05:00 |
|
Shivaram Lingamneni
|
b9b2553a2f
|
use the TR39 skeleton algorithm to prevent confusables (#178)
|
2019-01-30 21:48:53 -05:00 |
|
Shivaram Lingamneni
|
9a2117f75d
|
preregNick doesn't need synchronization
(since it's only accessed from the client's own goroutine)
|
2019-01-02 10:15:59 -05:00 |
|
Shivaram Lingamneni
|
960d51159c
|
add ClientDetails struct for getting a snapshot of client state
|
2019-01-02 09:55:45 -05:00 |
|
Shivaram Lingamneni
|
2c7c8fbaf9
|
history replay enhancements
|
2018-12-28 13:45:55 -05:00 |
|
Shivaram Lingamneni
|
b6b4d365bc
|
fix #313
|
2018-12-23 13:30:25 -05:00 |
|
Shivaram Lingamneni
|
a0bf548fc5
|
draft/resume-0.2 implementation, message history support
|
2018-11-26 05:23:27 -05:00 |
|
Shivaram Lingamneni
|
7154f14781
|
move handling of RecoverFromErrors into LoadConfig
|
2018-07-16 04:08:24 -04:00 |
|
Shivaram Lingamneni
|
1383190249
|
refactor rehash to rely more on server.config
|
2018-07-16 03:46:40 -04:00 |
|
Shivaram Lingamneni
|
31f386f5a9
|
add CHANSERV UNREGISTER
|
2018-06-04 05:02:22 -04:00 |
|
Daniel Oaks
|
de7b679fc5
|
Merge pull request #247 from slingamn/vhosts.3
initial vhosts implementation, #183
|
2018-05-19 08:51:16 +10:00 |
|
Shivaram Lingamneni
|
f6373f7a4d
|
fix #262
|
2018-05-04 00:29:16 -04:00 |
|
Shivaram Lingamneni
|
74fa58dda0
|
Merge remote-tracking branch 'origin/master' into vhosts.4
|
2018-04-23 21:46:12 -04:00 |
|
Shivaram Lingamneni
|
fad2475c3f
|
modes refactor, #255
|
2018-04-22 19:36:15 -04:00 |
|
Shivaram Lingamneni
|
5e62cc4ebc
|
initial vhosts implementation, #183
|
2018-04-19 03:00:56 -04:00 |
|