.. |
.depend
|
Regenerate depend files.
|
2008-07-12 01:52:27 +02:00 |
.indent.pro
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
Makefile.in
|
Add basic PrivilegeSet API.
|
2008-08-17 06:27:59 -05:00 |
blacklist.c
|
strlcpy -> rb_strlcpy
|
2008-04-20 08:40:40 +04:00 |
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
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
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
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
hash.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
hook.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
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
|
Get rid of some K&R style function declarations for conf parser.
|
2008-06-11 00:54:02 +02:00 |
ircd_signal.c
|
Moving some m_die code into ircd_shutdown(reason) function and use it on SIGTERM too
|
2008-04-20 07:38:56 +04:00 |
kdparse.c
|
PASS selector:password for auth{}, based on spb's patch for ircd-seven
|
2008-06-26 10:18:58 +04:00 |
listener.c
|
Fix comment, getsockname() can fail legitimately.
|
2008-08-28 01:06:19 +02:00 |
logger.c
|
Don't try to fflush a file we just closed.
|
2008-04-22 00:45:43 +02:00 |
match.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
messages.tab
|
Automated merge with ssh://hg.atheme.org//hg/charybdis
|
2008-08-17 07:53:32 -05:00 |
modules.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
monitor.c
|
fix monitor.c
|
2008-04-01 20:03:40 -05:00 |
newconf.c
|
Remove old oper privilege flags.
|
2008-09-09 21:51:26 +02:00 |
numeric.c
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
packet.c
|
unlikely -> rb_unlikely
|
2008-06-26 10:19:27 +04:00 |
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
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
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
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
send.c
|
Applied svn diff from ratbox3 r21458:21470
|
2008-06-28 14:13:50 +04:00 |
snomask.c
|
[svn] - the new plan:
|
2007-01-24 22:40:21 -08:00 |
sslproc.c
|
fixed typo in sslproc.c
|
2008-08-08 20:01:52 +04:00 |
substitution.c
|
Fix various compiler warnings.
|
2008-04-20 15:20:10 +02:00 |
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
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |