../
|
Makefile.am
|
2382
(12 years ago)
by michael:
- Remove msgq, and xsnprintf source files for now
|
Makefile.in
|
2499
(11 years ago)
by michael:
- Added m4/ac_define_dir.m4
|
channel.c
|
2567
(11 years ago)
by michael:
- channel.c: optimized find_channel_link() as suggested by Adam <adam@anope.org>
|
channel_mode.c
|
2557
(11 years ago)
by michael:
- src/channel_mode.c: fixed small buglet in send_mode_changes() with server
hiding enabled. Reported by Adam <adam@anope.org>
|
client.c
|
2586
(11 years ago)
by michael:
- Optimized find_person()
|
conf.c
|
2525
(11 years ago)
by michael:
- Style corrections
|
conf_class.c
|
2213
(12 years ago)
by michael:
- conf_class.c: white-space changes
|
conf_db.c
|
2174
(12 years ago)
by michael:
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
|
conf_lexer.c
|
2283
(12 years ago)
by michael:
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
|
conf_lexer.l
|
2283
(12 years ago)
by michael:
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
|
conf_parser.c
|
2570
(11 years ago)
by michael:
- bison 3.0.1
|
conf_parser.h
|
2570
(11 years ago)
by michael:
- bison 3.0.1
|
conf_parser.y
|
2397
(12 years ago)
by michael:
- Fixed bug that would prevent servers from linking together
if connect::aftype wasn't specified
|
dbuf.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
event.c
|
1671
(12 years ago)
by michael:
- event.c: fixed bug spotted by Jakub S. where timed events stopped from
working if the system's clock is running backwards
|
fdlist.c
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
getopt.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
hash.c
|
2616
(11 years ago)
by michael:
- Administrators may now see channel modes in /LIST
|
hook.c
|
2358
(12 years ago)
by michael:
- hook.c: constification/style corrections
|
hostmask.c
|
2331
(12 years ago)
by michael:
- hostmask.c:hash_text(): removed pointless cast
|
irc_res.c
|
1834
(12 years ago)
by michael:
- Revert to -r1831
|
irc_reslib.c
|
2611
(11 years ago)
by michael:
- src/irc_reslib.c: removed advertising clause
|
irc_string.c
|
1921
(12 years ago)
by michael:
- Forward-port -r1920 [Dropped PCRE support]
|
ircd.c
|
2632
(11 years ago)
by michael:
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be called directly
|
ircd_signal.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
list.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
listener.c
|
2573
(11 years ago)
by michael:
- listener.c:show_ports(): fixed ip address leakage even if hide_server_ips
is set to 'yes'. Reported by Adam <adam@anope.org>
|
log.c
|
1831
(12 years ago)
by michael:
- Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
|
match.c
|
1874
(12 years ago)
by michael:
- WHOIS may no longer accept wildcards
|
memory.c
|
1664
(12 years ago)
by michael:
- memory.c: removed mem_frob()
- automake 1.12.5
|
mempool.c
|
1967
(12 years ago)
by michael:
- Print chunk capacity to debug.log instead of ircd.log
|
modules.c
|
2525
(11 years ago)
by michael:
- Style corrections
|
motd.c
|
2410
(12 years ago)
by michael:
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
|
numeric.c
|
2630
(11 years ago)
by michael:
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds
|
packet.c
|
1798
(12 years ago)
by michael:
- Cleanup/reorganize header file layout
- Fixed naming convention in some places
|
parse.c
|
2433
(12 years ago)
by michael:
- Removed rfc1459_command_send_error() message handler
|
restart.c
|
1631
(12 years ago)
by michael:
- restart.c: since save_all_databases may generate server traffic and log
activity, it makes more sense to save the databases _before_ flushing the
sendqueue/closing file descriptors
|
resv.c
|
2174
(12 years ago)
by michael:
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
|
rng_mt.c
|
1662
(12 years ago)
by michael:
- Fixed inconsistent svn file properties
|
rsa.c
|
2134
(12 years ago)
by michael:
- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
|
s_auth.c
|
2181
(12 years ago)
by michael:
- Fixed debug assertion being triggered on ident lookup
as reported by Stuart Walsh
|
s_bsd.c
|
2632
(11 years ago)
by michael:
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be called directly
|
s_bsd_devpoll.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_bsd_epoll.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_bsd_kqueue.c
|
2614
(11 years ago)
by michael:
- src/s_bsd_kqueue.c: removed redundant init_netio() prototype; fixed indentation
|
s_bsd_poll.c
|
2627
(11 years ago)
by michael:
- Fixed compile warnings with --enable-poll and --enable-select
|
s_bsd_select.c
|
2627
(11 years ago)
by michael:
- Fixed compile warnings with --enable-poll and --enable-select
|
s_gline.c
|
1997
(12 years ago)
by michael:
- Mostly style cleanups & whitespace changes
|
s_misc.c
|
2301
(12 years ago)
by michael:
- s_misc.c: constify weekdays[], months[]
|
s_serv.c
|
2463
(12 years ago)
by michael:
- Fixed certificate fingerprint validation for outgoing server connects
|
s_user.c
|
2511
(11 years ago)
by michael:
- Added usermode +W. Users connected via a webirc gateway get this
mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
gateway
|
send.c
|
2635
(11 years ago)
by michael:
- send.c:sendto_match_servs(): removed unused variable
|
version.c
|
2324
(12 years ago)
by michael:
- Fixed Dom's irc-name
|
watch.c
|
2297
(12 years ago)
by michael:
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
variables, removed unused variables
|
whowas.c
|
2300
(12 years ago)
by michael:
- whowas: Renamed functions.
add_history -> whowas_add_history
off_history -> whowas_off_history
get_history -> whowas_get_history
|