Jeremy Latt
|
f482b6b82f
|
add all channel mask list replies
|
2014-02-22 15:01:11 -08:00 |
|
Jeremy Latt
|
c5c7469cf0
|
good ol' fashioned refactoring
|
2014-02-22 13:15:31 -08:00 |
|
Jeremy Latt
|
c7298c55b9
|
flesh out channel modes
- deprecate 's' mode
- add user limit
- don't leak key in mode messages to non-members
- begin refactoring Mode()
|
2014-02-22 13:08:25 -08:00 |
|
Jeremy Latt
|
21337cda7f
|
add error responses for mode command
|
2014-02-22 12:15:34 -08:00 |
|
Jeremy Latt
|
1283bd35c7
|
encapsulate client replies in method
|
2014-02-22 11:40:32 -08:00 |
|
Jeremy Latt
|
c1edddb9a1
|
fix whois reply
|
2014-02-20 20:47:05 -08:00 |
|
Jeremy Latt
|
52ffc77d8d
|
don't allow double-joining
|
2014-02-20 18:56:13 -08:00 |
|
Jeremy Latt
|
1486411db1
|
render a single part string for all channel members
|
2014-02-20 18:20:07 -08:00 |
|
Jeremy Latt
|
7dffa530c2
|
send part message from correct source
|
2014-02-20 16:56:05 -08:00 |
|
Jeremy Latt
|
9960089226
|
format replies to strings instead of using a Reply struct
|
2014-02-19 22:20:34 -08:00 |
|
Jeremy Latt
|
25ebab37d3
|
replies shouldn't contain references to client
|
2014-02-19 19:30:49 -08:00 |
|
Jeremy Latt
|
f090c616b3
|
reduce writes
|
2014-02-18 20:28:35 -08:00 |
|
Jeremy Latt
|
86d4cae141
|
swap refcounting friends for iteration
|
2014-02-18 15:28:20 -08:00 |
|
Jeremy Latt
|
b17e62d0b0
|
names command
|
2014-02-17 21:02:03 -08:00 |
|
Jeremy Latt
|
1a7f56a903
|
clean up general command and name handling
|
2014-02-17 17:58:22 -08:00 |
|
Jeremy Latt
|
6d8b381927
|
convert client bools to a flags map
|
2014-02-17 13:22:35 -08:00 |
|
Jeremy Latt
|
a9d7f64693
|
kick command
|
2014-02-16 23:29:11 -08:00 |
|
Jeremy Latt
|
4e56ea1bdc
|
get rid of unnecessary concurrency for channels and clients
|
2014-02-16 22:20:42 -08:00 |
|
Jeremy Latt
|
e411dafda7
|
get rid of mutexes in favor of channel-base syncing
|
2014-02-16 17:23:47 -08:00 |
|
Jeremy Latt
|
74b8221db7
|
use mutexes more
|
2014-02-16 10:42:25 -08:00 |
|
Jeremy Latt
|
a17490e801
|
disable no-topic reply
|
2014-02-16 09:39:11 -08:00 |
|
Jeremy Latt
|
0f6ee63e6e
|
fix a race
|
2014-02-15 20:20:37 -08:00 |
|
Jeremy Latt
|
213afc0481
|
fix another race
|
2014-02-15 20:01:28 -08:00 |
|
Jeremy Latt
|
ae02596214
|
get rid of extra topic messages
|
2014-02-15 19:56:38 -08:00 |
|
Jeremy Latt
|
488b2ccf8f
|
implement channel modes and messages properly
|
2014-02-15 19:49:20 -08:00 |
|
Jeremy Latt
|
0bfa2fb98f
|
channel mode flags and member modes
|
2014-02-14 21:57:08 -08:00 |
|
Jeremy Latt
|
33b1e6c582
|
simplify Replier
|
2014-02-14 19:35:25 -08:00 |
|
Jeremy Latt
|
29df88fb7a
|
more race conditions
|
2014-02-14 09:00:49 -08:00 |
|
Jeremy Latt
|
72a90d5544
|
don't close channels unless necessary
|
2014-02-14 08:57:17 -08:00 |
|
Jeremy Latt
|
9600be82a3
|
fix more data races
|
2014-02-14 08:42:56 -08:00 |
|
Jeremy Latt
|
7a2c9db503
|
don't allow send on closed channels
|
2014-02-13 09:35:59 -08:00 |
|
Jeremy Latt
|
415ccc7607
|
maybe fix networking hangs
|
2014-02-12 21:07:40 -08:00 |
|
Jeremy Latt
|
52dd2521c2
|
remove prefix from local replies; fix topic message
|
2014-02-12 18:14:19 -08:00 |
|
Jeremy Latt
|
6daf81ea91
|
notice command
|
2014-02-11 17:11:59 -08:00 |
|
Jeremy Latt
|
08d9d5ab79
|
away modes
|
2014-02-11 15:44:58 -08:00 |
|
Jeremy Latt
|
aac0efebee
|
send initial nick message to source client
|
2014-02-11 14:32:17 -08:00 |
|
Jeremy Latt
|
9b89f1a0fb
|
check permissions before doing channel modes
|
2014-02-09 20:04:17 -08:00 |
|
Jeremy Latt
|
035a8f6cde
|
do a type conversion better
|
2014-02-09 19:03:56 -08:00 |
|
Jeremy Latt
|
6367e4b654
|
fix ModeString
|
2014-02-09 08:53:06 -08:00 |
|
Jeremy Latt
|
1787ac8ebf
|
use Reply() to wrap channel
|
2014-02-09 08:48:11 -08:00 |
|
Jeremy Latt
|
04f881a617
|
channel 'no outside messages' flag
|
2014-02-08 23:33:56 -08:00 |
|
Jeremy Latt
|
a3b7441939
|
type cleanup
|
2014-02-08 23:15:05 -08:00 |
|
Jeremy Latt
|
93f4b6859a
|
more channel mode parsing and bad listing
|
2014-02-08 22:06:10 -08:00 |
|
Jeremy Latt
|
d370abcd4c
|
minimal who command
|
2014-02-08 18:49:52 -08:00 |
|
Jeremy Latt
|
d8951e1b48
|
minimal channel mode command
|
2014-02-08 18:14:39 -08:00 |
|
Jeremy Latt
|
a0eed1d687
|
properly implement join/part
|
2014-02-08 17:53:06 -08:00 |
|
Jeremy Latt
|
06648393a1
|
implement join/quit and channel messages properly
|
2014-02-08 17:10:04 -08:00 |
|
Jeremy Latt
|
b9cb539219
|
organize like a proper go package
|
2014-02-08 13:19:35 -08:00 |
|