ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r3998
File Last Change
 ../
Makefile.am 3377 (9 years ago) by michael: - Create 8.2.x branch
Makefile.in 3839 (9 years ago) by michael: - Update macros in m4/
auth.c 3564 (9 years ago) by michael: - auth.c: constification
channel.c 3998 (9 years ago) by michael: - channel.c:send_mode_list(): renamed variable
channel_mode.c 3842 (9 years ago) by michael: - Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
client.c 3930 (9 years ago) by michael: - Greatly speedup d-line lookup. Instead of testing every single client against every existing d-line just check the just added ban against connected clients. Also now check d-line _before_ looking for a matching exempt{}
conf.c 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
conf_class.c 3548 (9 years ago) by michael: - conf_class.c:class_free(): added an assert()
conf_db.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_lexer.c 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
conf_lexer.l 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
conf_parser.c 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
conf_parser.h 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
conf_parser.y 3934 (9 years ago) by michael: - Added max_channels to class{} blocks
dbuf.c 3377 (9 years ago) by michael: - Create 8.2.x branch
event.c 3598 (9 years ago) by michael: - event.c: use unsigned whenever possible
fdlist.c 3603 (9 years ago) by michael: - fdlist.c: style corrections
getopt.c 3377 (9 years ago) by michael: - Create 8.2.x branch
gline.c 3377 (9 years ago) by michael: - Create 8.2.x branch
hash.c 3909 (9 years ago) by michael: - hash.c: Use 'unsigned' whenever possible
hook.c 3590 (9 years ago) by michael: - Use sendto_one_numeric() everywhere
hostmask.c 3769 (9 years ago) by michael: - hostmask.c:mask_addr(): ficed compile warnings: hostmask.c: In function ‘mask_addr’: hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow] hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow] hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow] hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
irc_string.c 3566 (9 years ago) by michael: - Style corrections
ircd.c 3930 (9 years ago) by michael: - Greatly speedup d-line lookup. Instead of testing every single client against every existing d-line just check the just added ban against connected clients. Also now check d-line _before_ looking for a matching exempt{}
ircd_signal.c 3377 (9 years ago) by michael: - Create 8.2.x branch
list.c 3377 (9 years ago) by michael: - Create 8.2.x branch
listener.c 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
log.c 3377 (9 years ago) by michael: - Create 8.2.x branch
match.c 3906 (9 years ago) by michael: - Use 'unsigned' whenever possible
memory.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
misc.c 3456 (9 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
modules.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
motd.c 3590 (9 years ago) by michael: - Use sendto_one_numeric() everywhere
numeric.c 3766 (9 years ago) by michael: - /INVITE without any parameters now shows a list of channels a client is invited to
packet.c 3454 (9 years ago) by michael: - packet.c: style corrections
parse.c 3873 (9 years ago) by michael: - parse.c:mod_add_cmd(): no need to reset command counters upon module load
res.c 3653 (9 years ago) by michael: - res.c: removed unused definitions
reslib.c 3853 (9 years ago) by michael: - reslib.c: style corrections
restart.c 3377 (9 years ago) by michael: - Create 8.2.x branch
resv.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
rng_mt.c 3880 (9 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
s_bsd.c 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd_devpoll.c 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd_epoll.c 3987 (9 years ago) by michael: - Removed unused header includes
s_bsd_kqueue.c 3987 (9 years ago) by michael: - Removed unused header includes
s_bsd_poll.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
s_bsd_select.c 3987 (9 years ago) by michael: - Removed unused header includes
send.c 3946 (9 years ago) by michael: - send.c:sendto_match_servs(): swap function calls; renamed variable
server.c 3747 (9 years ago) by michael: - server.c:send_capabilities(): replaced sprintf() with strlcat(
user.c 3945 (9 years ago) by michael: - Renamed global_channel_list to channel_list
version.c 3991 (9 years ago) by michael: - version.c: fixed compile warning with clang -Winvalid-source-encoding. Fix provided by grawity.
watch.c 3425 (9 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
whowas.c 3377 (9 years ago) by michael: - Create 8.2.x branch
0 directories and 55 files shown