ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r6941
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 6734 (8 years ago) by michael: - autoreconf
auth.c 6914 (8 years ago) by michael: - auth.c:auth_connect_callback(): remove two pointless remove_ipv6_mapping() calls
channel.c 6920 (8 years ago) by michael: - Removed client->account backwards compatibility hacks for 8.1
channel_mode.c 6929 (8 years ago) by michael: - channel_mode.c: minor cleanup/optimization to the v/h/o mode handlers
client.c 6941 (8 years ago) by michael: - client.c: fixed SVSTAG memory leak with remote clients
conf.c 6935 (8 years ago) by michael: - conf.c:read_conf_files(): add 'T' to CHANMODES
conf_class.c 5410 (9 years ago) by michael: - conf_class.c: removed duplicated code
conf_db.c 6927 (8 years ago) by michael: - Fixed bug where setting the path/filename via the -klinefile, etc. switches would not have any effect. Reported by gp.
conf_lexer.c 6799 (8 years ago) by michael: - Rebuilt parser/lexer files
conf_lexer.l 6794 (8 years ago) by michael: - Add channel::invite_delay_channel configuration option
conf_parser.c 6799 (8 years ago) by michael: - Rebuilt parser/lexer files
conf_parser.h 6799 (8 years ago) by michael: - Rebuilt parser/lexer files
conf_parser.y 6794 (8 years ago) by michael: - Add channel::invite_delay_channel configuration option
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 6869 (8 years ago) by michael: - hostmask.c:add_conf_by_address(): minor improvement for ILP64
id.c 6742 (8 years ago) by michael: - Add valid_uid() for later use
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 6927 (8 years ago) by michael: - Fixed bug where setting the path/filename via the -klinefile, etc. switches would not have any effect. Reported by gp.
ircd_signal.c 6358 (8 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
isupport.c 6902 (8 years ago) by michael: - Add CMEMBER_STATUS_FLAGS / CMEMBER_STATUS_FLAGS_LEN and make use of it in some places (replaces some magic values sprinkled in the code)
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 6884 (8 years ago) by michael: - Remove unused header includes
mempool.c 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
misc.c 6933 (8 years ago) by michael: - misc.c:time_dissect(): adjust size of 'buf'
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 6918 (8 years ago) by michael: - Added channel mode +T which forbids NOTICEs to be sent to a channel
packet.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
parse.c 6877 (8 years ago) by michael: - parse.c: clean up some assert()
res.c 6837 (8 years ago) by michael: - res.c: remove unused header includes
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 6781 (8 years ago) by michael: - Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
server.c 6726 (8 years ago) by michael: - server.c:serv_connect(): update comments
user.c 6921 (8 years ago) by michael: - CAPAB_SVS is now mandatory
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