ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r8265
File (rev) Last Change
 ../
whowas.c 8214 (9 years ago) by michael: - Store real host information in Client.realhost and extend the UID message to send the actual host. This allows operators to see the real host of a client in /whois and /whowas.
watch.c 7924 (9 years ago) by michael: - Update copyright years
version.c 8157 (9 years ago) by michael: - Update Riedel's email address
userhost.c 7924 (9 years ago) by michael: - Update copyright years
user.c 8255 (9 years ago) by michael: - Change RPL_WELCOME to rfc2812 style now that we have the realhost information in Client::realhost
tls_openssl.c 7924 (9 years ago) by michael: - Update copyright years
tls_none.c 7924 (9 years ago) by michael: - Update copyright years
tls_gnutls.c 7924 (9 years ago) by michael: - Update copyright years
server_capab.c 8214 (9 years ago) by michael: - Store real host information in Client.realhost and extend the UID message to send the actual host. This allows operators to see the real host of a client in /whois and /whowas.
server.c 8166 (9 years ago) by michael: - Move all CAPAB related code to server_capab.c, and server_capab.h
send.c 8166 (9 years ago) by michael: - Move all CAPAB related code to server_capab.c, and server_capab.h
s_bsd_poll.c 7924 (9 years ago) by michael: - Update copyright years
s_bsd_kqueue.c 7924 (9 years ago) by michael: - Update copyright years
s_bsd_epoll.c 7924 (9 years ago) by michael: - Update copyright years
s_bsd_devpoll.c 7924 (9 years ago) by michael: - Update copyright years
s_bsd.c 8265 (9 years ago) by michael: - s_bsd.c: from p4: add_connection(): clean up logic for ips beginning with :
rng_mt.c 7668 (10 years ago) by michael: - Fixed svn properties
restart.c 7924 (9 years ago) by michael: - Update copyright years
reslib.c 7668 (10 years ago) by michael: - Fixed svn properties
res.c 7924 (9 years ago) by michael: - Update copyright years
patricia.c 7885 (9 years ago) by michael: - patricia.c: whitespace change
parse.c 7997 (9 years ago) by michael: - Rename get_client_name() to client_get_name()
packet.c 7924 (9 years ago) by michael: - Update copyright years
numeric.c 8255 (9 years ago) by michael: - Change RPL_WELCOME to rfc2812 style now that we have the realhost information in Client::realhost
motd.c 7934 (9 years ago) by michael: - motd.c:motd_lookup(): don't retrieve ClassItem pointer when there's no need to
modules.c 8059 (9 years ago) by michael: - Fixed style inconsistencies in various places
misc.c 7941 (9 years ago) by michael: - misc.c: add some comments
mempool.c 7924 (9 years ago) by michael: - Update copyright years
memory.c 7924 (9 years ago) by michael: - Update copyright years
match.c 7924 (9 years ago) by michael: - Update copyright years
log.c 7924 (9 years ago) by michael: - Update copyright years
listener.c 8253 (9 years ago) by michael: - Have s_bsd.c:comm_accept() take a fde_t pointer instead of a struct Listener
list.c 8059 (9 years ago) by michael: - Fixed style inconsistencies in various places
isupport.c 7924 (9 years ago) by michael: - Update copyright years
ircd_signal.c 7924 (9 years ago) by michael: - Update copyright years
ircd.c 8166 (9 years ago) by michael: - Move all CAPAB related code to server_capab.c, and server_capab.h
irc_string.c 8161 (9 years ago) by michael: - irc_string.c: sync strlcpy() and strlcat() with latest versions from openbsd
ipcache.c 7924 (9 years ago) by michael: - Update copyright years
id.c 7924 (9 years ago) by michael: - Update copyright years
hostmask.c 7924 (9 years ago) by michael: - Update copyright years
hash.c 7924 (9 years ago) by michael: - Update copyright years
getopt.c 7924 (9 years ago) by michael: - Update copyright years
fdlist.c 7924 (9 years ago) by michael: - Update copyright years
event.c 7924 (9 years ago) by michael: - Update copyright years
dbuf.c 7924 (9 years ago) by michael: - Update copyright years
conf_shared.c 7924 (9 years ago) by michael: - Update copyright years
conf_service.c 7924 (9 years ago) by michael: - Update copyright years
conf_resv.c 8059 (9 years ago) by michael: - Fixed style inconsistencies in various places
conf_pseudo.c 7924 (9 years ago) by michael: - Update copyright years
conf_parser.y 8046 (9 years ago) by michael: - Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by irc-operators or servers.
conf_parser.h 8047 (9 years ago) by michael: - Rebuilt configuration parser files
conf_parser.c 8047 (9 years ago) by michael: - Rebuilt configuration parser files
conf_lexer.l 8046 (9 years ago) by michael: - Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by irc-operators or servers.
conf_lexer.c 8245 (9 years ago) by michael: - flex 2.6.4
conf_gecos.c 7924 (9 years ago) by michael: - Update copyright years
conf_db.c 7924 (9 years ago) by michael: - Update copyright years
conf_cluster.c 8166 (9 years ago) by michael: - Move all CAPAB related code to server_capab.c, and server_capab.h
conf_class.c 8059 (9 years ago) by michael: - Fixed style inconsistencies in various places
conf.c 8046 (9 years ago) by michael: - Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by irc-operators or servers.
client.c 8223 (9 years ago) by michael: - client.c, user.c: show the real host in client connect/exit notices
channel_mode.c 8251 (9 years ago) by michael: - channel_mode.c:set_channel_mode(): use explicit NULL
channel.c 8059 (9 years ago) by michael: - Fixed style inconsistencies in various places
auth.c 8218 (9 years ago) by michael: - auth.c: add documentation
Makefile.in 8167 (9 years ago) by michael: - autoreconf
Makefile.am 8166 (9 years ago) by michael: - Move all CAPAB related code to server_capab.c, and server_capab.h
0 directories and 65 files shown