ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r6586
File Last Change
 ../
Makefile.am 6503 (9 years ago) by michael: - Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric. Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs
Makefile.in 6504 (9 years ago) by michael: - Rebuilt Makefile.in
auth.c 6477 (9 years ago) by michael: - auth.c: rename auth_pending_list to auth_list
channel.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
channel_mode.c 6360 (10 years ago) by michael: - channel_mode.c:channel_modes(): removed useless FLAGS_SERVICE test on client_p. We don't need that here.
client.c 6570 (9 years ago) by michael: - Add dissect_time() from HOPM and make use of it in some places
conf.c 6550 (9 years ago) by michael: - conf.c:conf_connect_allowed(): cleanup redundant test on 'conf'
conf_class.c 5410 (10 years ago) by michael: - conf_class.c: removed duplicated code
conf_db.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
conf_lexer.c 6489 (9 years ago) by michael: - Rebuilt parser files
conf_lexer.l 6487 (9 years ago) by michael: - Added 'close' to irc-operator flags
conf_parser.c 6489 (9 years ago) by michael: - Rebuilt parser files
conf_parser.h 6489 (9 years ago) by michael: - Rebuilt parser files
conf_parser.y 6487 (9 years ago) by michael: - Added 'close' to irc-operator flags
conf_pseudo.c 6258 (10 years ago) by michael: - Set keyword and eol-style properties
dbuf.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
event.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
fdlist.c 6554 (9 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
getopt.c 6384 (10 years ago) by michael: - getopt.c: use pointer arithmetic instead of array subscripting
hash.c 6392 (10 years ago) by michael: - Move userhost related code from hash.c to userhost.c
hostmask.c 6581 (9 years ago) by michael: - hostmask.c: style correction
id.c 6258 (10 years ago) by michael: - Set keyword and eol-style properties
ipcache.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
irc_string.c 6545 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
ircd.c 6483 (9 years ago) by michael: - ircd.c:set_time(): server_die() already does the logging plus notification, no need doing it twice
ircd_signal.c 6358 (10 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
isupport.c 6258 (10 years ago) by michael: - Set keyword and eol-style properties
list.c 5346 (10 years ago) by michael: - Update copyright years
listener.c 6368 (10 years ago) by michael: - Rename several functions in listener.c to comply with naming convention
log.c 6417 (10 years ago) by michael: - log.c: made log_write() use date_iso8601()
match.c 6257 (10 years ago) by michael: - Removed slang in comment
memory.c 6555 (9 years ago) by michael: - memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
mempool.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
misc.c 6570 (9 years ago) by michael: - Add dissect_time() from HOPM and make use of it in some places
modules.c 6554 (9 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
motd.c 6536 (9 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
numeric.c 6570 (9 years ago) by michael: - Add dissect_time() from HOPM and make use of it in some places
packet.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
parse.c 6438 (10 years ago) by michael: - parse.c:parse_remove_unknown(): use get_client_name()
res.c 5346 (10 years ago) by michael: - Update copyright years
reslib.c 5874 (10 years ago) by michael: - Style corrections; removed trailing whitespaces
restart.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
resv.c 6364 (10 years ago) by michael: - Remove unused header includes
rng_mt.c 3880 (11 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 5346 (10 years ago) by michael: - Update copyright years
s_bsd.c 5886 (10 years ago) by michael: - s_bsd.c: use C99-style array initialization
s_bsd_devpoll.c 6559 (9 years ago) by michael: - s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno
s_bsd_epoll.c 6559 (9 years ago) by michael: - s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno
s_bsd_kqueue.c 6558 (9 years ago) by michael: - s_bsd_kqueue.c:init_netio(): improve error reporting
s_bsd_poll.c 6541 (9 years ago) by michael: - Replace obsolete usleep() with nanosleep()
send.c 6536 (9 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
server.c 6528 (9 years ago) by michael: - Fixed inconsistent style in several places
user.c 6503 (9 years ago) by michael: - Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric. Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs
userhost.c 6442 (10 years ago) by michael: - Rename functions in userhost.c to comply with naming convention
version.c 6398 (10 years ago) by michael: - Update version.c
watch.c 5346 (10 years ago) by michael: - Update copyright years
whowas.c 5630 (10 years ago) by michael: - WHOWAS now shows IP addresses to irc operators - Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the *real* hostname once we distinguish between spoofs/vhosts and real hosts
0 directories and 57 files shown