ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/src
r2649
File (rev) Last Change
 ../
whowas.c 2299 (10 years ago) by michael: - whowas: Renamed functions. add_history -> whowas_add_history off_history -> whowas_off_history get_history -> whowas_get_history
watch.c 2298 (10 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
version.c 2323 (10 years ago) by michael: - Fixed Dom's irc-name
send.c 2637 (10 years ago) by michael: - send.c: cleaned up style here and there
s_user.c 2512 (10 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
s_serv.c 2462 (10 years ago) by michael: - Fixed certificate fingerprint validation for outgoing server connects
s_misc.c 2302 (10 years ago) by michael: - s_misc.c: constify weekdays[], months[]
s_gline.c 1996 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
s_bsd_select.c 2649 (10 years ago) by michael: - s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c, s_bsd_kqueue.c, s_bsd_poll.c: style corrections
s_bsd_poll.c 2649 (10 years ago) by michael: - s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c, s_bsd_kqueue.c, s_bsd_poll.c: style corrections
s_bsd_kqueue.c 2649 (10 years ago) by michael: - s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c, s_bsd_kqueue.c, s_bsd_poll.c: style corrections
s_bsd_epoll.c 2649 (10 years ago) by michael: - s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c, s_bsd_kqueue.c, s_bsd_poll.c: style corrections
s_bsd_devpoll.c 2649 (10 years ago) by michael: - s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c, s_bsd_kqueue.c, s_bsd_poll.c: style corrections
s_bsd.c 2631 (10 years ago) by michael: - Removed setup_socket callback - Removed init_comm() as init_netio() can be called directly
s_auth.c 2180 (10 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
rsa.c 2135 (10 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
rng_mt.c 1867 (10 years ago) by michael: - Create 8.1.x branch
resv.c 2173 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
restart.c 1867 (10 years ago) by michael: - Create 8.1.x branch
parse.c 2434 (10 years ago) by michael: - Removed rfc1459_command_send_error() message handler
packet.c 1867 (10 years ago) by michael: - Create 8.1.x branch
numeric.c 2629 (10 years ago) by michael: - RPL_WHOISMODES now uses the 310 numeric to comply with other ircds
motd.c 2409 (10 years ago) by michael: - motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
modules.c 2526 (10 years ago) by michael: - Style corrections
mempool.c 1966 (10 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
memory.c 1867 (10 years ago) by michael: - Create 8.1.x branch
match.c 1884 (10 years ago) by michael: - Backported -r1874 [WHOIS may no longer accept wildcards]
log.c 1867 (10 years ago) by michael: - Create 8.1.x branch
listener.c 2572 (10 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>
list.c 1867 (10 years ago) by michael: - Create 8.1.x branch
ircd_signal.c 1867 (10 years ago) by michael: - Create 8.1.x branch
ircd.c 2645 (10 years ago) by michael: - ircd.c: show serial number on startup
irc_string.c 1920 (10 years ago) by michael: - Dropped PCRE support
irc_reslib.c 2610 (10 years ago) by michael: - src/irc_reslib.c: removed advertising clause
irc_res.c 1867 (10 years ago) by michael: - Create 8.1.x branch
hostmask.c 2332 (10 years ago) by michael: - hostmask.c:hash_text(): removed pointless cast
hook.c 2357 (10 years ago) by michael: - hook.c: constification/style corrections
hash.c 2617 (10 years ago) by michael: - Administrators may now see channel modes in /LIST
getopt.c 1867 (10 years ago) by michael: - Create 8.1.x branch
fdlist.c 1867 (10 years ago) by michael: - Create 8.1.x branch
event.c 1867 (10 years ago) by michael: - Create 8.1.x branch
dbuf.c 1867 (10 years ago) by michael: - Create 8.1.x branch
conf_parser.y 2398 (10 years ago) by michael: - Fixed bug that would prevent servers from linking together if connect::aftype wasn't specified
conf_parser.h 2624 (10 years ago) by michael: - bison 3.0.2
conf_parser.c 2624 (10 years ago) by michael: - bison 3.0.2
conf_lexer.l 2284 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_lexer.c 2284 (10 years ago) by michael: - Added generall::cycle_on_host_change configuration option as requested by Adam <adam@anope.org>
conf_db.c 2173 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
conf_class.c 2214 (10 years ago) by michael: - conf_class.c: white-space changes
conf.c 2526 (10 years ago) by michael: - Style corrections
client.c 2585 (10 years ago) by michael: - Optimized find_person()
channel_mode.c 2558 (10 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>
channel.c 2568 (10 years ago) by michael:
Makefile.in 2500 (10 years ago) by michael: - Added m4/ac_define_dir.m4
Makefile.am 2158 (10 years ago) by michael: - Cleanup ISUPPORT code and get rid of message.c
0 directories and 55 files shown