ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r6728
File Last Change
 ../
Makefile.am 6728 (8 years ago) by michael: - Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.
Makefile.in 6504 (8 years ago) by michael: - Rebuilt Makefile.in
auth.c 6689 (8 years ago) by michael: - Rename variables for consistency
channel.c 6683 (8 years ago) by michael: - channel.c, motd.c: rename variables
channel_mode.c 6360 (8 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 6591 (8 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
conf.c 6717 (8 years ago) by michael: - Rename 'xconf_item' list to 'gecos_items'
conf_class.c 5410 (9 years ago) by michael: - conf_class.c: removed duplicated code
conf_db.c 6717 (8 years ago) by michael: - Rename 'xconf_item' list to 'gecos_items'
conf_lexer.c 6604 (8 years ago) by michael: - Rebuilt parser/lexer files
conf_lexer.l 6600 (8 years ago) by michael: - Added serverhide::flatten_links_file configuration option and get rid of LIPATH
conf_parser.c 6686 (8 years ago) by michael: - Rebuild parser file
conf_parser.h 6604 (8 years ago) by michael: - Rebuilt parser/lexer files
conf_parser.y 6685 (8 years ago) by michael: - RSA keys with less than 2048 bits are no longer supported; same applies to the DH param file
conf_pseudo.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
dbuf.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
event.c 6643 (8 years ago) by michael: - Rename event::enabled to event::active
fdlist.c 6554 (8 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
getopt.c 6384 (8 years ago) by michael: - getopt.c: use pointer arithmetic instead of array subscripting
hash.c 6392 (8 years ago) by michael: - Move userhost related code from hash.c to userhost.c
hostmask.c 6581 (8 years ago) by michael: - hostmask.c: style correction
id.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
ipcache.c 6718 (8 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
irc_string.c 6545 (8 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
ircd.c 6647 (8 years ago) by michael: - ircd.c: use EXIT_FAILURE instead of some magic value to be passed to exit()
ircd_signal.c 6358 (8 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
isupport.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
list.c 5346 (9 years ago) by michael: - Update copyright years
listener.c 6368 (8 years ago) by michael: - Rename several functions in listener.c to comply with naming convention
log.c 6417 (8 years ago) by michael: - log.c: made log_write() use date_iso8601()
match.c 6257 (8 years ago) by michael: - Removed slang in comment
memory.c 6555 (8 years ago) by michael: - memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
mempool.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
misc.c 6570 (8 years ago) by michael: - Add dissect_time() from HOPM and make use of it in some places
modules.c 6554 (8 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
motd.c 6689 (8 years ago) by michael: - Rename variables for consistency
numeric.c 6591 (8 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
packet.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
parse.c 6438 (8 years ago) by michael: - parse.c:parse_remove_unknown(): use get_client_name()
res.c 5346 (9 years ago) by michael: - Update copyright years
reslib.c 5874 (8 years ago) by michael: - Style corrections; removed trailing whitespaces
restart.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
resv.c 6689 (8 years ago) by michael: - Rename variables for consistency
rng_mt.c 3880 (9 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 6591 (8 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
s_bsd.c 5886 (8 years ago) by michael: - s_bsd.c: use C99-style array initialization
s_bsd_devpoll.c 6559 (8 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 (8 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 (8 years ago) by michael: - s_bsd_kqueue.c:init_netio(): improve error reporting
s_bsd_poll.c 6541 (8 years ago) by michael: - Replace obsolete usleep() with nanosleep()
send.c 6536 (8 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
server.c 6726 (8 years ago) by michael: - server.c:serv_connect(): update comments
user.c 6728 (8 years ago) by michael: - Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.
userhost.c 6442 (8 years ago) by michael: - Rename functions in userhost.c to comply with naming convention
version.c 6398 (8 years ago) by michael: - Update version.c
watch.c 6718 (8 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
whowas.c 6718 (8 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
0 directories and 57 files shown