ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r8643
File Last Change
 ../
Makefile.am 8594 (6 years ago) by michael: - Makefile.am: add patricia.c to ircd_SOURCES
Makefile.in 8594 (6 years ago) by michael: - Makefile.am: add patricia.c to ircd_SOURCES
auth.c 8620 (6 years ago) by michael: - Stylistic changes
channel.c 8620 (6 years ago) by michael: - Stylistic changes
channel_mode.c 8643 (6 years ago) by michael: - Use a boolean type for chan_mode::only_servers and chan_mode::only_opers
client.c 8593 (6 years ago) by michael: - ipcache: rewrite to use patricia
client_svstag.c 8602 (6 years ago) by michael: - client_svstag.c:svstag_attach(): documentation
conf.c 8608 (6 years ago) by michael: - class_ip_limit_add, class_ip_limit_remove: use void pointers for 'addr'
conf_class.c 8611 (6 years ago) by michael: - ipcache, conf_class: use separate trees for ipv6 and ipv4 addresses. Until fixed, this is to work around a patricia.c limitation/bug where a ipv6 and a ipv4 prefix can share the same tree node in case they have the same length and bit pattern.
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 8605 (6 years ago) by michael: - conf_db.c:open_db_read(): simplify
conf_gecos.c 8603 (6 years ago) by michael: - Fixed style inconsistencies in various places
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 8609 (6 years ago) by michael: - conf_parser.y: run class_ip_limit_rebuild() only in case the class{} settings have changed
conf_parser.h 8497 (7 years ago) by michael: - Recreate autogenerated files
conf_parser.y 8609 (6 years ago) by michael: - conf_parser.y: run class_ip_limit_rebuild() only in case the class{} settings have changed
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 8603 (6 years ago) by michael: - Fixed style inconsistencies in various places
conf_shared.c 8603 (6 years ago) by michael: - Fixed style inconsistencies in various places
dbuf.c 8385 (7 years ago) by michael: - Rip out mempool
event.c 8437 (7 years ago) by michael: - Stylistic changes
fdlist.c 8588 (6 years ago) by michael: - Sprinkle some assert(); cleanup existing ones
getopt.c 8603 (6 years ago) by michael: - Fixed style inconsistencies in various places
hash.c 8496 (7 years ago) by michael: - Killed userhost.c. Rewrote everything to use ipcache.c
hostmask.c 8607 (6 years ago) by michael: - Rewrite class based subnet limiting to use a patricia trie
id.c 8279 (7 years ago) by michael: - Update copyright years
ipcache.c 8611 (6 years ago) by michael: - ipcache, conf_class: use separate trees for ipv6 and ipv4 addresses. Until fixed, this is to work around a patricia.c limitation/bug where a ipv6 and a ipv4 prefix can share the same tree node in case they have the same length and bit pattern.
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 8510 (7 years ago) by michael: - Further cleanups to log.c
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 8603 (6 years ago) by michael: - Fixed style inconsistencies in various places
motd.c 8603 (6 years ago) by michael: - Fixed style inconsistencies in various places
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 8620 (6 years ago) by michael: - Stylistic changes
patricia.c 8630 (6 years ago) by michael: - patricia.c:ascii2prefix(): fixed compile warning
res.c 8522 (7 years ago) by michael: - Style corrections
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 8557 (6 years ago) by michael: - Minor style corrections
s_bsd_devpoll.c 8431 (7 years ago) by michael: - Stylistic changes
s_bsd_epoll.c 8536 (7 years ago) by michael: - s_bsd_epoll.c: remove syscall.h header include
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 8599 (6 years ago) by michael: - Rename Channel:locmembers to Channel::members_local
server.c 8512 (7 years ago) by michael: - Style corrections
server_capab.c 8512 (7 years ago) by michael: - Style corrections
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 8557 (6 years ago) by michael: - Minor style corrections
version.c 8518 (7 years ago) by michael: - AUTHORS, version.c: purge a bunch of yada yada yada
watch.c 8590 (6 years ago) by michael: - watch: cache hash values
whowas.c 8385 (7 years ago) by michael: - Rip out mempool
0 directories and 64 files shown