ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r6541
File Last Change
 ../
conf_lexer.l 6487 (8 years ago) by michael: - Added 'close' to irc-operator flags
conf_parser.y 6487 (8 years ago) by michael: - Added 'close' to irc-operator flags
user.c 6503 (8 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 (8 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
client.c 6512 (8 years ago) by michael: - Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()
misc.c 6512 (8 years ago) by michael: - Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()
packet.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
server.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
restart.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
mempool.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
dbuf.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
ipcache.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
event.c 6528 (8 years ago) by michael: - Fixed inconsistent style in several places
conf_db.c 6317 (8 years ago) by michael: - Get rid of UMODE_ALL
modules.c 6317 (8 years ago) by michael: - Get rid of UMODE_ALL
ircd_signal.c 6358 (8 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
memory.c 6358 (8 years ago) by michael: - Make server_die() use enum; minor cleanups here and there
hash.c 6392 (8 years ago) by michael: - Move userhost related code from hash.c to userhost.c
Makefile.in 6504 (8 years ago) by michael: - Rebuilt Makefile.in
conf_parser.c 6489 (8 years ago) by michael: - Rebuilt parser files
conf_parser.h 6489 (8 years ago) by michael: - Rebuilt parser files
conf_lexer.c 6489 (8 years ago) by michael: - Rebuilt parser files
numeric.c 6376 (8 years ago) by michael: - Remove splitmode checking
resv.c 6364 (8 years ago) by michael: - Remove unused header includes
match.c 6257 (8 years ago) by michael: - Removed slang in comment
userhost.c 6442 (8 years ago) by michael: - Rename functions in userhost.c to comply with naming convention
listener.c 6368 (8 years ago) by michael: - Rename several functions in listener.c to comply with naming convention
s_bsd_poll.c 6541 (8 years ago) by michael: - Replace obsolete usleep() with nanosleep()
s_bsd_devpoll.c 6541 (8 years ago) by michael: - Replace obsolete usleep() with nanosleep()
s_bsd_epoll.c 6541 (8 years ago) by michael: - Replace obsolete usleep() with nanosleep()
s_bsd_kqueue.c 6541 (8 years ago) by michael: - Replace obsolete usleep() with nanosleep()
id.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
conf_pseudo.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
isupport.c 6258 (8 years ago) by michael: - Set keyword and eol-style properties
fdlist.c 5591 (9 years ago) by michael: - Sprinkle some assert()
reslib.c 5874 (8 years ago) by michael: - Style corrections; removed trailing whitespaces
conf.c 6448 (8 years ago) by michael: - The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning
channel.c 6448 (8 years ago) by michael: - The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning
rsa.c 5346 (9 years ago) by michael: - Update copyright years
watch.c 5346 (9 years ago) by michael: - Update copyright years
irc_string.c 5346 (9 years ago) by michael: - Update copyright years
res.c 5346 (9 years ago) by michael: - Update copyright years
list.c 5346 (9 years ago) by michael: - Update copyright years
version.c 6398 (8 years ago) by michael: - Update version.c
whowas.c 5630 (9 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
auth.c 6477 (8 years ago) by michael: - auth.c: rename auth_pending_list to auth_list
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.
conf_class.c 5410 (9 years ago) by michael: - conf_class.c: removed duplicated code
getopt.c 6384 (8 years ago) by michael: - getopt.c: use pointer arithmetic instead of array subscripting
hostmask.c 6430 (8 years ago) by michael: - hostmask.h, hostmask.c: use const keyword where appropriate
ircd.c 6483 (8 years ago) by michael: - ircd.c:set_time(): server_die() already does the logging plus notification, no need doing it twice
log.c 6417 (8 years ago) by michael: - log.c: made log_write() use date_iso8601()
motd.c 6536 (8 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
send.c 6536 (8 years ago) by michael: - motd.c, send.c: use %zu conversion specifier for size_t types
parse.c 6438 (8 years ago) by michael: - parse.c:parse_remove_unknown(): use get_client_name()
rng_mt.c 3880 (9 years ago) by michael: - rng_mt.c: removed trailing whitespaces
s_bsd.c 5886 (8 years ago) by michael: - s_bsd.c: use C99-style array initialization
0 directories and 57 files shown