ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r6904
File Last Change
 ../
Makefile.am 6727 (9 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 6733 (9 years ago) by michael: - autoreconf
auth.c 6690 (9 years ago) by michael: - Rename variables for consistency
channel.c 6904 (9 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)
channel_mode.c 6858 (9 years ago) by michael: - Added channel mode +T which forbids NOTICEs to be sent to a channel
client.c 6854 (9 years ago) by michael: - client.c:check_pings_list(): replace %d conversion specifier with %ji
conf.c 6842 (9 years ago) by michael: - conf.c, numeric.c: use the appropriate conversion specifier for unsigned int
conf_class.c 5411 (10 years ago) by michael: - conf_class.c: removed duplicated code
conf_db.c 6716 (9 years ago) by michael: - Rename 'xconf_item' list to 'gecos_items'
conf_lexer.c 6801 (9 years ago) by michael: - Rebuilt parser/lexer files
conf_lexer.l 6792 (9 years ago) by michael: - Add channel::invite_delay_channel configuration option
conf_parser.c 6801 (9 years ago) by michael: - Rebuilt parser/lexer files
conf_parser.h 6801 (9 years ago) by michael: - Rebuilt parser/lexer files
conf_parser.y 6792 (9 years ago) by michael: - Add channel::invite_delay_channel configuration option
conf_pseudo.c 6259 (10 years ago) by michael: - Set keyword and eol-style properties
dbuf.c 6527 (9 years ago) by michael: - Fixed inconsistent style in several places
event.c 6642 (9 years ago) by michael: - Rename event::enabled to event::active
fdlist.c 6553 (9 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
getopt.c 6383 (10 years ago) by michael: - getopt.c: use pointer arithmetic instead of array subscripting
hash.c 6393 (10 years ago) by michael: - Move userhost related code from hash.c to userhost.c
hostmask.c 6868 (9 years ago) by michael: - hostmask.c:add_conf_by_address(): minor improvement for ILP64
id.c 6743 (9 years ago) by michael: - Add valid_uid() for later use
ipcache.c 6719 (9 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
irc_string.c 6546 (9 years ago) by michael: - Removed that dirty strtoken definition in stdinc.h
ircd.c 6802 (9 years ago) by michael: - ircd.c: style correction
ircd_signal.c 6357 (10 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
isupport.c 6904 (9 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 5347 (10 years ago) by michael: - Update copyright years
listener.c 6367 (10 years ago) by michael: - Rename several functions in listener.c to comply with naming convention
log.c 6418 (10 years ago) by michael: - log.c: made log_write() use date_iso8601()
match.c 6824 (9 years ago) by michael: - isupport.c, match.c: casemapping is 'ascii' now
memory.c 6885 (9 years ago) by michael: - Remove unused header includes
mempool.c 6782 (9 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 6789 (9 years ago) by michael: - misc.c:time_dissect(): fix compile warning on CentOS
modules.c 6553 (9 years ago) by michael: - Use EXIT_FAILURE in some places instead of hardcoded values
motd.c 6690 (9 years ago) by michael: - Rename variables for consistency
numeric.c 6858 (9 years ago) by michael: - Added channel mode +T which forbids NOTICEs to be sent to a channel
packet.c 6527 (9 years ago) by michael: - Fixed inconsistent style in several places
parse.c 6879 (9 years ago) by michael: - parse.c: clean up some assert()
patricia.c 6607 (9 years ago) by michael: - patricia.c: remove trailing whitespaces
res.c 6839 (9 years ago) by michael: - res.c: remove unused header includes
reslib.c 5875 (10 years ago) by michael: - Style corrections; removed trailing whitespaces
restart.c 6527 (9 years ago) by michael: - Fixed inconsistent style in several places
resv.c 6690 (9 years ago) by michael: - Rename variables for consistency
rng_mt.c 3881 (11 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 6592 (9 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
s_bsd.c 5887 (10 years ago) by michael: - s_bsd.c: use C99-style array initialization
s_bsd_devpoll.c 6560 (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 6560 (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 6557 (9 years ago) by michael: - s_bsd_kqueue.c:init_netio(): improve error reporting
s_bsd_poll.c 6542 (9 years ago) by michael: - Replace obsolete usleep() with nanosleep()
send.c 6782 (9 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 6725 (9 years ago) by michael: - server.c:serv_connect(): update comments
user.c 6904 (9 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)
userhost.c 6441 (10 years ago) by michael: - Rename functions in userhost.c to comply with naming convention
version.c 5347 (10 years ago) by michael: - Update copyright years
watch.c 6719 (9 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
whowas.c 6719 (9 years ago) by michael: - Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
0 directories and 58 files shown