ergo/irc
Daniel Oaks 5d7d510348 client: Fix minor bug when doing SASL before NICK/USER 2016-09-19 22:30:29 +10:00
..
accounts.go accounts: Fix broken long SASL auth strings 2016-09-19 21:34:17 +10:00
capability.go server: Add away-notify capability 2016-09-12 11:56:20 +10:00
channel.go 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
client.go client: Fix minor bug when doing SASL before NICK/USER 2016-09-19 22:30:29 +10:00
client_lookup_set.go 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
clientsocket.go Cleanups reported by goreportcard 2016-06-30 15:43:27 +10:00
commands.go KILL: Make reason optional, to match other ircds 2016-09-14 20:57:33 +10:00
config.go 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
constants.go Rename things for next version 2016-09-18 11:48:41 +10:00
database.go 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
debug.go continue work reorganising and redoing EVERYTHING 2016-06-19 10:01:30 +10:00
isupport.go Stuff is no longer completely broken. Just mostly. 2016-06-20 22:53:45 +10:00
logging.go 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
messages.go Add basic ClientSocket work 2016-06-15 22:16:07 +10:00
modes.go modes: Return right character on unknown mode char 2016-09-14 20:42:55 +10:00
net.go 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
net_test.go 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
nickname.go NICK: Fix setting nicks after registration 2016-08-13 20:54:15 +10:00
numerics.go registration: Hook up reg to actual accounts 2016-09-05 22:54:09 +10:00
password.go 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
password_new.go registration: Add new password manager, integrate registration and credential types 2016-09-05 18:45:42 +10:00
registration.go accounts: Add SASL EXTERNAL handler 2016-09-07 21:32:58 +10:00
server.go 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
socket.go accounts: Add SASL EXTERNAL handler 2016-09-07 21:32:58 +10:00
strings.go strings: Remove CTCP stuff, unused 2016-09-12 12:33:37 +10:00
types.go 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
websocket.go 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
whowas.go WHOWAS: Make maximum number of entries configurable 2016-08-14 14:07:50 +10:00