]> jfr.im git - irc/rqf/shadowircd.git/history - src
Get rid of local variable shadowing.
[irc/rqf/shadowircd.git] / src /
2008-07-11  Jilles TjoelkerRegenerate depend files.
2008-07-11  Jilles TjoelkerSome fixes to .depend generation.
2008-07-01  Jilles TjoelkerDo not send kills for unknown prefixes which are nicks.
2008-06-29  Jilles TjoelkerLog ssld errors for servers and handshakes.
2008-06-29  Jilles TjoelkerCall serv_connect_callback() directly from serv_connect...
2008-06-29  Jilles TjoelkerGive proper error messages if connect fails for a serve...
2008-06-29  Jilles TjoelkerSend ssld error netwide if it was a remote connect...
2008-06-29  Jilles TjoelkerKeep track of nameservers that timeout and use others...
2008-06-28  Jilles TjoelkerReset check_splitmode_ev to NULL after removing it,
2008-06-28  Valery V YatskoNew (and better) values for startup event timings
2008-06-28  Valery V YatskoRemoved __CYGWIN__ define - server has no ability to...
2008-06-28  Valery V YatskoRemoved SystemTime declaration
2008-06-28  Valery V YatskoRemove srand() from main(), we are using ratbox3 random...
2008-06-28  Valery V YatskoApplied svn diff from ratbox3 r21458:21470
2008-06-28  Valery V Yatskonotify_banned_client cleaned up
2008-06-28  Valery V Yatsko1. Removed stupid initUser() function outside of all...
2008-06-28  Valery V Yatsko*_heap declaration related to client.c are now in clien...
2008-06-28  Valery V YatskoRemove Channel->users_last, used nowhere
2008-06-28  Valery V Yatsko'struct config_channel_entry ConfigChannel' in channel...
2008-06-28  Valery V Yatsko'rb_dlink_list global_channel_list' declaration moved...
2008-06-28  Valery V Yatskochannel_heap,ban_heap,topic_heap,member_heap declared...
2008-06-28  Valery V YatskoPretty symlink logic for help files
2008-06-28  Valery V Yatskountabify function added to cache.c:
2008-06-26  Valery V Yatskounlikely -> rb_unlikely
2008-06-26  Valery V YatskoPASS selector:password for auth{}, based on spb's patch...
2008-06-25  Valery V YatskoBranch merge
2008-06-25  Valery V YatskoGenerating cflags bufs dynamically: one for RPL_MYINFO...
2008-06-25  Valery V YatskoMerged find_orphaned_cflags and construct_noparam_modes...
2008-06-24  Valery V YatskoNew way of noparam mode search
2008-06-24  Valery V YatskoNew orphaned cflags implementation, now using chm_orpha...
2008-06-25  Jilles TjoelkerFix some tracking for cmode +r.
2008-06-25  Jilles TjoelkerFix limits on simple modes.
2008-06-24  Valery V YatskoA draft version of find_cmode_slot and orphaned concept...
2008-06-24  Valery V YatskoApplying dyn-cmodes.diff - first step in implementing...
2008-06-21  Jilles Tjoelkerident: use rb_read/rb_write instead of direct syscalls
2008-06-20  Jilles Tjoelkerident: obtain port numbers earlier and store them
2008-06-20  Jilles Tjoelkerident: Check getsockname() return value.
2008-06-20  Jilles TjoelkerClean up s_auth a little. No functional changes.
2008-06-19  Jilles TjoelkerDo not timeout unknowns if still waiting for blacklist...
2008-06-18  Jilles TjoelkerGet rid of ", " at the start of some oper privs strings.
2008-06-15  Jilles Tjoelkerresolver: Remove effectively unused 'resend' flag.
2008-06-14  Jilles Tjoelkerresolver: Remove request_state which is no longer used.
2008-06-14  Jilles TjoelkerAllow CNAMEs everywhere, named will have recursed into...
2008-06-14  Jilles TjoelkerRemove construction of some TS5 linebufs.
2008-06-14  Jilles TjoelkerRemove more TS5 remants (sendto_server calls).
2008-06-13  Jilles TjoelkerUnbreak sending out bans and simple modes with parameters.
2008-06-11  William PitcockMerge TODO.
2008-06-10  Jilles TjoelkerGet rid of some K&R style function declarations for...
2008-06-10  Jilles TjoelkerSome const stuff for m_set.
2008-06-08  William PitcockMore TS6 special cases simplified.
2008-06-08  William PitcockRemove one last bit of TS5 stuff.
2008-06-08  William PitcockForgot to test the bitmask, oops.
2008-06-08  William PitcockReplace old 2.8-style privileges notice with a new...
2008-06-08  William Pitcockcore: no more TS5
2008-06-08  William PitcockRemove burst_modes_TS5() and burst_TS5().
2008-06-08  William PitcockMerge with 'charybdis-ts6only' branch.
2008-05-17  Jilles TjoelkerCheck for the -rpath linker flag.
2008-04-22  Jilles TjoelkerShow hg revision number (serno) in ircd -version.
2008-04-22  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-21  Jilles TjoelkerDon't try to fflush a file we just closed.
2008-04-21  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis charybdis-3.0.0-rc1
2008-04-20  Jilles TjoelkerRemove obsolete comment.
2008-04-20  Jilles TjoelkerRemove conf_connect_allowed(), neither used nor declared.
2008-04-20  Jilles TjoelkerMove some declarations to header files, this enforces...
2008-04-20  Jilles TjoelkerFix various compiler warnings.
2008-04-20  Jilles TjoelkerRemove silly cast that caused a compiler warning.
2008-04-20  Valery YatskoRemote d:lines implementation (based on ircd-seven...
2008-04-20  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-20  William PitcockRemainder of irc_string.* is moved to new inline/string...
2008-04-20  Valery YatskoMissed include - now compiles ok
2008-04-20  Valery Yatskoirc_string.h -> match.h, irc_string.h; includes changed
2008-04-20  Valery Yatskostrip_tabs() is related to s_conf.c ONLY - moved it...
2008-04-20  Valery Yatskoclean_string() is related to m_links.c ONLY - moved...
2008-04-20  Valery Yatskostrtoken -> rb_strtok_r (with arguments order changes)
2008-04-20  Valery Yatskolegacy irc sprintf gone
2008-04-20  Valery Yatskomyctime -> rb_ctime
2008-04-20  Valery Yatskono need for inetntop* now - removed
2008-04-20  Valery YatskoVarious inet* -> rb_inet_*
2008-04-20  Valery YatskoMissed file from previous changeset
2008-04-20  Valery Yatskostrlcat -> rb_strlcat
2008-04-20  Valery Yatskostrlcpy -> rb_strlcpy
2008-04-20  Valery YatskoFunctions replacement: ircd_baseXX_{en,de}code -> rb_ba...
2008-04-20  Valery Yatsko'reseed_srand' event - libratbox and various ssl stuff...
2008-04-20  Valery YatskoRemove rb_checktimeouts event init from ircd.c - it...
2008-04-20  Valery YatskoSplitted open_logfiles(); into open_logfiles(); and...
2008-04-20  Valery YatskoMoving some m_die code into ircd_shutdown(reason) funct...
2008-04-20  Valery YatskoSwitched on using cache_user_motd(); for motd update...
2008-04-17  Jilles TjoelkerImprove SIGCHLD handler
2008-04-13  Jilles TjoelkerRemove ^M on line endings.
2008-04-12  William PitcockNew operline based on ranting from ccr.
2008-04-11  Jilles TjoelkerRemove various other gline stuff.
2008-04-11  Valery YatskoBranch merge
2008-04-11  Valery Yatsko'You are exempt from...' message fixed - glines gone
2008-04-11  Valery YatskoAutomated sync with ssh://hg.atheme.org//hg/charybdis
2008-04-11  Valery YatskoFixing compilation - CAP_GLN removed
2008-04-11  Valery YatskoRemoving glines
2008-04-09  Valery YatskoBranch merge
2008-04-09  Valery YatskoFixing time_t warnings
2008-04-09  Valery YatskoBranch merge
2008-04-09  Valery YatskoImporting ratbox3 r25213 changeset
next