ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r6650
File Last Change (rev)
 ../
ipcache.c 6650 (10 years ago) by michael: - ipcache.h, ipcache.c: constification
ircd.c 6647 (10 years ago) by michael: - ircd.c: use EXIT_FAILURE instead of some magic value to be passed to exit()
conf.c 6644 (10 years ago) by michael: - conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()
conf_parser.y 6644 (10 years ago) by michael: - conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()
event.c 6643 (10 years ago) by michael: - Rename event::enabled to event::active
conf_parser.c 6638 (10 years ago) by michael: - Rebuilt parser/lexer file
server.c 6634 (10 years ago) by michael: - Use client->name when updating the fd's associated name record with fd_note()
conf_parser.h 6604 (10 years ago) by michael: - Rebuilt parser/lexer files
conf_lexer.c 6604 (10 years ago) by michael: - Rebuilt parser/lexer files
conf_lexer.l 6600 (10 years ago) by michael: - Added serverhide::flatten_links_file configuration option and get rid of LIPATH
rsa.c 6591 (10 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
numeric.c 6591 (10 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
client.c 6591 (10 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
hostmask.c 6581 (10 years ago) by michael: - hostmask.c: style correction
misc.c 6570 (10 years ago) by michael: - Add dissect_time() from HOPM and make use of it in some places
s_bsd_devpoll.c 6559 (10 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 (10 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 (10 years ago) by michael: - s_bsd_kqueue.c:init_netio(): improve error reporting
memory.c 6555 (10 years ago) by michael: - memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
fdlist.c 6554 (10 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
modules.c 6554 (10 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
irc_string.c 6545 (10 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
channel.c 6545 (10 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
s_bsd_poll.c 6541 (10 years ago) by michael: - Replace obsolete usleep() with nanosleep()
motd.c 6536 (10 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
send.c 6536 (10 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
packet.c 6528 (10 years ago) by michael: - Fixed inconsistent style in several places
restart.c 6528 (10 years ago) by michael: - Fixed inconsistent style in several places
mempool.c 6528 (10 years ago) by michael: - Fixed inconsistent style in several places
dbuf.c 6528 (10 years ago) by michael: - Fixed inconsistent style in several places
Makefile.in 6504 (10 years ago) by michael: - Rebuilt Makefile.in
user.c 6503 (10 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.am 6503 (10 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
auth.c 6477 (10 years ago) by michael: - auth.c: rename auth_pending_list to auth_list
userhost.c 6442 (10 years ago) by michael: - Rename functions in userhost.c to comply with naming convention
parse.c 6438 (10 years ago) by michael: - parse.c:parse_remove_unknown(): use get_client_name()
log.c 6417 (10 years ago) by michael: - log.c: made log_write() use date_iso8601()
version.c 6398 (10 years ago) by michael: - Update version.c
hash.c 6392 (10 years ago) by michael: - Move userhost related code from hash.c to userhost.c
getopt.c 6384 (10 years ago) by michael: - getopt.c: use pointer arithmetic instead of array subscripting
listener.c 6368 (10 years ago) by michael: - Rename several functions in listener.c to comply with naming convention
resv.c 6364 (10 years ago) by michael: - Remove unused header includes
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.
ircd_signal.c 6358 (10 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
conf_db.c 6317 (10 years ago) by michael: - Get rid of UMODE_ALL
id.c 6258 (11 years ago) by michael: - Set keyword and eol-style properties
conf_pseudo.c 6258 (11 years ago) by michael: - Set keyword and eol-style properties
isupport.c 6258 (11 years ago) by michael: - Set keyword and eol-style properties
match.c 6257 (11 years ago) by michael: - Removed slang in comment
s_bsd.c 5886 (11 years ago) by michael: - s_bsd.c: use C99-style array initialization
reslib.c 5874 (11 years ago) by michael: - Style corrections; removed trailing whitespaces
whowas.c 5630 (11 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
conf_class.c 5410 (11 years ago) by michael: - conf_class.c: removed duplicated code
watch.c 5346 (11 years ago) by michael: - Update copyright years
res.c 5346 (11 years ago) by michael: - Update copyright years
list.c 5346 (11 years ago) by michael: - Update copyright years
rng_mt.c 3880 (12 years ago) by michael: - rng_mt.c: removed trailing whitespaces
0 directories and 57 files shown