ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r8500
File Last Change
 ../
Makefile.am 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
Makefile.in 8497 (7 years ago) by michael: - Recreate autogenerated files
auth.c 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
channel.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
channel_mode.c 8468 (7 years ago) by michael: - Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set
client.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
client_svstag.c 8485 (7 years ago) by michael: - propset
conf.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
conf_class.c 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
conf_cluster.c 8339 (7 years ago) by michael: - Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure - struct AuthRequest once again is no longer allocated from within the Connection structure
conf_db.c 8279 (7 years ago) by michael: - Update copyright years
conf_gecos.c 8473 (7 years ago) by michael: - conf_gecos.c, conf_resv.c: stylistic changes
conf_lexer.c 8497 (7 years ago) by michael: - Recreate autogenerated files
conf_lexer.l 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
conf_parser.c 8497 (7 years ago) by michael: - Recreate autogenerated files
conf_parser.h 8497 (7 years ago) by michael: - Recreate autogenerated files
conf_parser.y 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
conf_pseudo.c 8462 (7 years ago) by michael: - conf_pseudo.c:pseudo_message_handler(): stylistic changes
conf_resv.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
conf_service.c 8433 (7 years ago) by michael: - Allow a matching function to be passed to conf_service.c:service_find()
conf_shared.c 8279 (7 years ago) by michael: - Update copyright years
dbuf.c 8385 (7 years ago) by michael: - Rip out mempool
event.c 8437 (7 years ago) by michael: - Stylistic changes
fdlist.c 8379 (7 years ago) by michael: - Move fd_dump() to m_stats.c; rename it to stats_fdlist()
getopt.c 8279 (7 years ago) by michael: - Update copyright years
hash.c 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
hostmask.c 8437 (7 years ago) by michael: - Stylistic changes
id.c 8279 (7 years ago) by michael: - Update copyright years
ipcache.c 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
irc_string.c 8279 (7 years ago) by michael: - Update copyright years
ircd.c 8426 (7 years ago) by michael: - Rename some functions to comply with naming convention
ircd_signal.c 8412 (7 years ago) by michael: - ircd_signal.c:setup_signals(): use NULL instead of 0 as third argument for sigaction()
isupport.c 8279 (7 years ago) by michael: - Update copyright years
list.c 8397 (7 years ago) by michael: - list.c: revert 'dlinkDelete(): reset m->data as well'
listener.c 8349 (7 years ago) by michael: - Style corrections
log.c 8279 (7 years ago) by michael: - Update copyright years
match.c 8279 (7 years ago) by michael: - Update copyright years
memory.c 8279 (7 years ago) by michael: - Update copyright years
misc.c 8279 (7 years ago) by michael: - Update copyright years
modules.c 8431 (7 years ago) by michael: - Stylistic changes
motd.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
numeric.c 8491 (7 years ago) by michael: - pseudo {} blocks aka services aliases are now reported via "STATS s"
packet.c 8414 (7 years ago) by michael: - Rename some functions to comply with naming convention
parse.c 8437 (7 years ago) by michael: - Stylistic changes
patricia.c 7885 (8 years ago) by michael: - patricia.c: whitespace change
res.c 8437 (7 years ago) by michael: - Stylistic changes
reslib.c 7668 (9 years ago) by michael: - Fixed svn properties
restart.c 8339 (7 years ago) by michael: - Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure - struct AuthRequest once again is no longer allocated from within the Connection structure
rng_mt.c 7668 (9 years ago) by michael: - Fixed svn properties
s_bsd.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
s_bsd_devpoll.c 8431 (7 years ago) by michael: - Stylistic changes
s_bsd_epoll.c 8466 (7 years ago) by michael: - s_bsd_epoll.c:comm_setselect(): add assert()
s_bsd_kqueue.c 8431 (7 years ago) by michael: - Stylistic changes
s_bsd_poll.c 8431 (7 years ago) by michael: - Stylistic changes
send.c 8414 (7 years ago) by michael: - Rename some functions to comply with naming convention
server.c 8500 (7 years ago) by michael: - Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
server_capab.c 8416 (7 years ago) by michael: - Remove CHW and HOPS server capabilities. These are mandatory for quite some time now.
tls_gnutls.c 8279 (7 years ago) by michael: - Update copyright years
tls_none.c 8279 (7 years ago) by michael: - Update copyright years
tls_openssl.c 8279 (7 years ago) by michael: - Update copyright years
user.c 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
version.c 8279 (7 years ago) by michael: - Update copyright years
watch.c 8385 (7 years ago) by michael: - Rip out mempool
whowas.c 8385 (7 years ago) by michael: - Rip out mempool
0 directories and 64 files shown