aboutsummaryrefslogtreecommitdiffstats
path: root/libathemecore/node.c
Commit message (Expand)AuthorAgeFilesLines
* nickserv/enforce: REGAIN shouldn't work if the target nick is reserved.Gravatar Ben C2016-05-201-0/+18
* Add kline_verified_ident•••Klines *@host instead of user@host if ident has a ~ as first char, even with kline_with_ident set. Gravatar Errietta Kostala2014-01-211-2/+3
* Add and use kline_add_user which performs kline_with_ident checkGravatar Alex Iadicicco2014-01-161-0/+6
* Include reason with kline expiration messagesGravatar Alex Iadicicco2012-08-251-4/+8
* libathemecore: add kline_add_with_id().Gravatar William Pitcock2012-03-101-2/+7
* libathemecore: we shouldn't send anything to server if we're not connected to...Gravatar William Pitcock2012-03-061-6/+10
* libathemecore: move minor components of the core over to shared heapsGravatar William Pitcock2011-11-111-3/+3
* libathemecore: make qline_find much more simple and fix a bug.•••match() doesn't need to be used in qline_find because it's only used in adding and deleting SQLINEs, not checking users against them. Gravatar JD Horelick2011-04-061-5/+1
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-0/+553