ergo/irc
Daniel Oaks f7f049973f Rip out REST API and web interface.
It's not really used and I'd rather not have it here unless I'm able to actively maintain it properly and build out the web interface.

I might re-add it later but for now I'd rather not have it unless anyone's actively using it.
2017-10-05 17:14:16 +10:00
..
caps caps: Actually remove MessageIDs (accidentally left it here with the merge) 2017-09-29 17:54:17 +10:00
custime dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
logger General comments, fix misspellings and lints 2017-06-19 14:53:16 -06:00
sno Add license stuff to the top of caps/ and sno/ files I guess 2017-09-29 17:33:29 +10:00
accountreg.go accounts: Check for account logins correctly, fixes registration. Also fix a typo, thanks squigz! 2017-09-28 15:49:01 +10:00
accounts.go Move caps to their own package to prevent conflicts 2017-09-29 12:07:52 +10:00
capability.go caps: Move most capability-handling types into the caps package 2017-09-29 17:25:58 +10:00
channel.go channel: Server opers shouldn't override nooutside, reggedonly and moderated modes. if they want to do that sort of thing, they have SAMODE and all to be explicit about it 2017-10-01 15:18:52 +10:00
channelreg.go server: Add proposed RENAME command 2017-06-04 20:01:37 -06:00
chanserv.go Rename deps 2017-06-15 10:14:19 -06:00
client.go review fixes: rename MonitorManager methods 2017-10-04 02:59:59 -04:00
client_lookup_set.go caps: Move most capability-handling types into the caps package 2017-09-29 17:25:58 +10:00
commands.go client: HasCapabs -> HasRoleCapabs to make it more clear exactly what this means 2017-09-29 12:11:06 +10:00
config.go Rip out REST API and web interface. 2017-10-05 17:14:16 +10:00
connection_limits.go Fix dates at top of source files 2017-03-27 22:15:02 +10:00
connection_throttling.go Fix proxied DLINE/throttle/etc error messages 2017-09-29 07:18:08 +10:00
constants.go Setup v0.9.2-unreleased devel ver 2017-09-29 06:50:09 +10:00
database.go refactor the rehash implementation 2017-09-28 02:13:24 -04:00
debug.go Rename deps 2017-06-15 10:14:19 -06:00
dline.go refactor [dk]linemanagers 2017-09-29 02:07:09 -04:00
getters.go refactor monitor and /oper implementations 2017-10-04 01:19:27 -04:00
help.go Add comments 2017-09-29 12:09:48 +10:00
isupport.go fix various data races, including 2 introduced by #139 2017-10-02 04:42:50 -04:00
isupport_test.go Make sure ISUPPORT outputs are sorted and tested 2017-07-30 22:42:37 +10:00
kline.go refactor [dk]linemanagers 2017-09-29 02:07:09 -04:00
message_tags.go Rename deps 2017-06-15 10:14:19 -06:00
modes.go channel: Fix +m (moderated) and +R (registeredonly) channel modes, add note about opers overriding +m/+R 2017-10-01 15:14:32 +10:00
modes_test.go add a test for default channel mode parsing 2017-09-06 19:51:50 -04:00
monitor.go monitor: Fix target output when adding targets 2017-10-04 18:54:02 +10:00
net.go fix hostmask issue 2017-09-05 11:43:50 -04:00
net_test.go Fix dates at top of source files 2017-03-27 22:15:02 +10:00
nickname.go review fixes: rename MonitorManager methods 2017-10-04 02:59:59 -04:00
nickserv.go Rename deps 2017-06-15 10:14:19 -06:00
numerics.go client: Show real IP and whether the target's using TLS in WHOIS 2017-06-23 05:15:10 +10:00
password.go Fixing warnings and golint stuff 2016-10-13 17:36:44 +10:00
password_salted.go Fix dates at top of source files 2017-03-27 22:15:02 +10:00
roleplay.go caps: Move most capability-handling types into the caps package 2017-09-29 17:25:58 +10:00
server.go Rip out REST API and web interface. 2017-10-05 17:14:16 +10:00
snomanager.go Rename deps 2017-06-15 10:14:19 -06:00
socket.go irc: fix timer memleak 2017-07-14 17:21:53 +10:00
strings.go strings: Follow latest advice on PRECIS regarding string stabilizing 2017-09-06 14:38:55 +10:00
strings_test.go strings: Follow latest advice on PRECIS regarding string stabilizing 2017-09-06 14:38:55 +10:00
types.go Prevent copying locks because that's silly 2017-04-30 11:12:25 +10:00
util.go Fix dates at top of source files 2017-03-27 22:15:02 +10:00
whowas.go General comments, fix misspellings and lints 2017-06-19 14:53:16 -06:00