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