solanum-vs-hackint-and-char.../src
Jilles Tjoelker b159441429 Add need_ssl to auth{} and operator{}.
Specifying need_ssl on auth{} denies the connection if
it is not SSL/TLS, much like need_ident or need_sasl.
Specifying need_ssl on operator{} refuses opering with
ERR_NOOPERHOST if the connection is not SSL/TLS.
from ircd-ratbox
2008-09-07 01:18:58 +02:00
..
.depend Regenerate depend files. 2008-07-12 01:52:27 +02:00
.indent.pro
blacklist.c
cache.c Pretty symlink logic for help files 2008-06-28 11:48:30 +04:00
channel.c Moved extern chmode_flags declaration from channel.h to chmode.h, as 2008-08-04 21:51:15 +04:00
chmode.c A very draft version of extensions, which are adding can_join hooks for custom channel modes 2008-07-27 12:10:48 +04:00
class.c
client.c Remove some dead code. 2008-08-29 02:53:52 +02:00
extban.c Remove some dead code. 2008-08-29 02:53:52 +02:00
getopt.c
hash.c
hook.c
hostmask.c Fix a memory leak. 2008-08-29 01:58:10 +02:00
irc_dictionary.c Use rb_snprintf() in various places. 2008-09-06 01:00:20 +02:00
ircd.c ircd initialization: add a "default" privset with no privs. 2008-08-17 08:06:28 -05:00
ircd_lexer.l Allow : to be in 'string' values. 2008-08-17 07:41:52 -05:00
ircd_parser.y
ircd_signal.c
kdparse.c
listener.c Fix comment, getsockname() can fail legitimately. 2008-08-28 01:06:19 +02:00
logger.c
Makefile.in Add basic PrivilegeSet API. 2008-08-17 06:27:59 -05:00
match.c
messages.tab Automated merge with ssh://hg.atheme.org//hg/charybdis 2008-08-17 07:53:32 -05:00
modules.c
monitor.c
newconf.c Add need_ssl to auth{} and operator{}. 2008-09-07 01:18:58 +02:00
numeric.c
packet.c
parse.c Use rb_snprintf() in various places. 2008-09-06 01:00:20 +02:00
privilege.c privilegeset_ref(): return the privilegeset 2008-08-17 08:22:56 -05:00
reject.c Removed global_tree declaration as unused from reject.c 2008-08-04 21:45:30 +04:00
res.c Fix problems with resolver not responding and epoll. 2008-07-30 19:53:54 +02:00
reslib.c
restart.c Cleanup: removed unused initialVMTop variable from ircd.c and get_maxrss() from restart.c 2008-07-27 16:18:50 +04:00
s_auth.c Fix ident for ssl connections. 2008-08-28 00:49:04 +02:00
s_conf.c no more servlink - removed 'servlink_path' from reference.conf and source files 2008-08-16 22:23:56 +04:00
s_newconf.c Initial work on getting privsets working. 2008-08-17 07:40:27 -05:00
s_serv.c Move to ratbox3 reject and throttle code. 2008-08-01 01:59:08 +02:00
s_user.c Add need_ssl to auth{} and operator{}. 2008-09-07 01:18:58 +02:00
scache.c
send.c Applied svn diff from ratbox3 r21458:21470 2008-06-28 14:13:50 +04:00
snomask.c
sslproc.c fixed typo in sslproc.c 2008-08-08 20:01:52 +04:00
substitution.c
supported.c We don't want to leave the isupport name in the extension memory space on changing it - fixed a bug (tnx Artem@IrcNet(RU)) 2008-08-31 03:57:27 +04:00
version.c.SH Use C locale for the compilation date. 2008-08-17 22:55:57 +02:00
whowas.c