Daniel Oaks
|
ee3853f845
|
restapi: Initial commit
|
2016-11-06 12:49:39 +10:00 |
|
Daniel Oaks
|
b84dbb1a06
|
Support cap-notify and enabling/disabling SASL
|
2016-10-22 22:18:41 +10:00 |
|
Daniel Oaks
|
d96ca0ba25
|
client_lookup_set: Expose ByNick so we can loop over all clients
|
2016-10-19 21:35:51 +10:00 |
|
Daniel Oaks
|
1bab81091f
|
Add MONITOR command
|
2016-10-16 20:14:56 +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
|
ae69ef5cd6
|
db: Remove SQLite db, hopefully looking up clients still works.Channel persistence is broken by this, will fix it later.
|
2016-09-17 21:23:04 +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 |
|
Jeremy Latt
|
c2e3bbe494
|
fix whois; closes #32
|
2014-03-27 16:48:13 -07:00 |
|
Jeremy Latt
|
abf00e22ec
|
LIKE quoting should convert to string for SQL
|
2014-03-17 12:56:12 -07:00 |
|
Jeremy Latt
|
d85e6681d9
|
move modes code to its own file; fix SQL (un)marshalling
|
2014-03-13 13:22:38 -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
|
e15f47c766
|
move to channel-based logging
|
2014-03-12 17:17:26 -07:00 |
|
Jeremy Latt
|
96a108f8da
|
mark unicode normalization with type
|
2014-03-12 16:45:22 -07:00 |
|
Jeremy Latt
|
81df7b4a5c
|
comments and improvements for client set
|
2014-03-08 19:22:04 -08:00 |
|
Jeremy Latt
|
cf76d2bd77
|
persist and load channel mask lists
|
2014-03-07 18:14:39 -08:00 |
|
Jeremy Latt
|
04c30c8c9b
|
channel invite mode/list
|
2014-03-07 17:36:20 -08:00 |
|
Jeremy Latt
|
d4093e7f8b
|
mask lists (ban, except, invite)
|
2014-03-07 17:09:49 -08:00 |
|
Jeremy Latt
|
12ae89ca14
|
minor cleanup/refactoring
|
2014-03-06 17:07:23 -08:00 |
|
Jeremy Latt
|
adde42a1bf
|
update ClientLookupSet when username changes
|
2014-03-06 16:53:15 -08:00 |
|
Jeremy Latt
|
41a6027d4e
|
move ClientLookupSet to its own file
|
2014-03-06 13:10:54 -08:00 |
|