vegax87
|
f3c9c2b4b5
|
USERHOST command
|
2017-01-23 17:44:35 +01:00 |
|
Daniel Oaks
|
9e65d9b87e
|
Add SAMODE command, restricted by oper capab
|
2017-01-23 09:36:13 +10:00 |
|
Daniel Oaks
|
62dc3c8f66
|
server: Implement TAGMSG draft command
|
2017-01-18 07:26:05 +10:00 |
|
vegax87
|
4797331962
|
Basic implementation of LUSERS command
|
2017-01-15 01:48:47 +01:00 |
|
Daniel Oaks
|
4168eaafbb
|
Basic implementation of KLINEs
|
2017-01-11 22:38:16 +10:00 |
|
Daniel Oaks
|
b6f807dfdc
|
commands: Use ERR_NOTREGISTERED when appropriate
|
2016-11-08 07:07:31 +10:00 |
|
Daniel Oaks
|
011419e755
|
dline: Should be working now
|
2016-11-04 21:15:23 +10:00 |
|
Daniel Oaks
|
8c797d0f76
|
Initial DLINE changes
|
2016-11-04 12:42:58 +10:00 |
|
Daniel Oaks
|
07e4728c15
|
roleplay: Initial commit
|
2016-11-01 23:56:25 +10:00 |
|
Daniel Oaks
|
8e2a8cb1b3
|
opers: Enforce oper class permissions
|
2016-10-23 11:13:08 +10:00 |
|
Daniel Oaks
|
6cd71e1b9e
|
Add REHASH command
|
2016-10-19 21:38:31 +10:00 |
|
Daniel Oaks
|
1bab81091f
|
Add MONITOR command
|
2016-10-16 20:14:56 +10:00 |
|
Daniel Oaks
|
43e28e2fef
|
PROXY: Remove command, I don't think it's that useful
|
2016-10-15 16:29:34 +10:00 |
|
Daniel Oaks
|
7b50f64d7e
|
help: Add new /HELP command
|
2016-10-14 20:56:44 +10:00 |
|
Daniel Oaks
|
5e72409695
|
Move from ascii(ish) unicode encoding to prelim rfc7700 using functions instead
|
2016-10-11 23:51:46 +10:00 |
|
Daniel Oaks
|
969eed394f
|
KILL: Make reason optional, to match other ircds
|
2016-09-14 20:57:33 +10:00 |
|
Daniel Oaks
|
266c534af9
|
theater: Remove THEATER command for now
|
2016-09-12 12:31:25 +10:00 |
|
Daniel Oaks
|
1679bc9ac2
|
accounts: Add initial SASL handler, still need to write mechanism handlers
|
2016-09-06 16:31:59 +10:00 |
|
Daniel Oaks
|
e4b6c1852b
|
accounts: Add very initial, extremely broken account work (not including config changes)
|
2016-09-04 19:25:33 +10:00 |
|
Daniel Oaks
|
748bc759cb
|
Cleanups reported by goreportcard
|
2016-06-30 15:43:27 +10:00 |
|
Daniel Oaks
|
04442ddef1
|
Stuff is no longer completely broken. Just mostly.
|
2016-06-20 22:53:45 +10:00 |
|
Daniel Oaks
|
b8dc10f92d
|
nickname: Fix
|
2016-06-20 10:04:53 +10:00 |
|
Daniel Oaks
|
9e7a590f23
|
server: Fix
|
2016-06-19 21:59:18 +10:00 |
|
Daniel Oaks
|
2a519c8061
|
use server.name and server.nameString, name for checking and getting nice comparison, nameString for reply outputs
|
2016-06-19 15:43:16 +10:00 |
|
Daniel Oaks
|
c2e5386966
|
commands: Fix comment
|
2016-06-19 12:53:52 +10:00 |
|
Daniel Oaks
|
08225c201d
|
continue work reorganising and redoing EVERYTHING
|
2016-06-19 10:01:30 +10:00 |
|
Daniel Oaks
|
e83283e7fd
|
urgh this should not even be commited yet, this will all be squashed out
|
2016-06-17 22:17:42 +10:00 |
|
Daniel Oaks
|
2f08401a0f
|
Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better
|
2016-06-15 21:50:56 +10:00 |
|
Daniel Oaks
|
fb345a2dd4
|
user: Don't parse the second and third params anymore
|
2016-04-15 18:45:05 +10:00 |
|
Daniel Oaks
|
9acdeedec6
|
commands: Simplify and unify minimum required number of args handling
|
2016-04-15 15:57:08 +10:00 |
|
Daniel Oaks
|
4177522e74
|
modes: Correct mode argument handling, only first param is the modestring
|
2016-04-14 21:22:17 +10:00 |
|
Daniel Oaks
|
9b32d7d6b8
|
mode: Parse more advanced mode changes
|
2016-04-14 18:41:58 +10:00 |
|
Daniel Oaks
|
3972fc49ed
|
privileges: Add founder/admin/halfop (qah), remove owner (O)
channel owner is from 2812 and unused in the real world
|
2016-04-14 09:36:02 +10:00 |
|
Edmund Huber
|
02dca1dd89
|
fix array overrun panic bug, #13
|
2015-06-06 18:26:28 -07:00 |
|
Jeremy Latt
|
6c10add399
|
improve performance by using less goroutines
- get rid of command channel in Client
- get rid of loginTimer; use other timers instead
- move debugging code to debug.go
|
2014-04-15 12:10:02 -07:00 |
|
Jeremy Latt
|
b0bb0faadc
|
remove unnecessary String()s; rename parse functions
|
2014-03-28 14:33:31 -07:00 |
|
Edmund Huber
|
34b01b115e
|
add a type for CTCP-encoded strings, and NOTICEs for error cases
|
2014-03-23 06:47:21 +01:00 |
|
Edmund Huber
|
d5bdc78d55
|
adding theater-mode, fixes #15
|
2014-03-20 05:05:18 +01:00 |
|
Jeremy Latt
|
8c44bb9ff3
|
ONICK command to allow operators to change users' nicks
|
2014-03-17 12:56:35 -07:00 |
|
Jeremy Latt
|
39b7c2a915
|
Merge remote-tracking branch 'origin/master' into cleanup
Conflicts:
irc/client.go
irc/commands.go
irc/constants.go
irc/reply.go
irc/server.go
irc/types.go
|
2014-03-13 12:38:44 -07:00 |
|
Jeremy Latt
|
2006aff9f7
|
break up types.go
- remove old interfaces, move to relevant files
- remove Phase in favor of a boolean flag
|
2014-03-12 17:52:25 -07:00 |
|
Jeremy Latt
|
77d053ccac
|
get rid of editableCommand
|
2014-03-12 17:10:48 -07:00 |
|
Jeremy Latt
|
96a108f8da
|
mark unicode normalization with type
|
2014-03-12 16:45:22 -07:00 |
|
Jeremy Latt
|
5d46e7d7fa
|
Merge remote-tracking branch 'origin/master' into user-mask
Conflicts:
irc/reply.go
irc/server.go
irc/types.go
|
2014-03-06 17:44:37 -08:00 |
|
Jeremy Latt
|
b2055595e1
|
WHOWAS command
|
2014-03-06 12:14:21 -08:00 |
|
Jeremy Latt
|
69cdad45ac
|
partially-working sqlite-based usermasks
|
2014-03-06 11:56:32 -08:00 |
|
Jeremy Latt
|
d54f530d13
|
Merge remote-tracking branch 'origin/master' into cap-protocol
Conflicts:
irc/server.go
|
2014-03-06 10:34:50 -08:00 |
|
Jeremy Latt
|
0874692aa8
|
send proper replies for cap protocol
|
2014-03-02 12:54:48 -08:00 |
|
Jeremy Latt
|
9aa7debbfe
|
move password handling into a single file
|
2014-03-01 15:18:49 -08:00 |
|
Jeremy Latt
|
36602c9a3c
|
basic capability negotiation
- multi-prefix is supported as an example
|
2014-02-28 19:24:38 -08:00 |
|