]> jfr.im git - irc/rqf/shadowircd.git/history - include
Remove obsolete comment.
[irc/rqf/shadowircd.git] / include /
2009-01-18  Jilles TjoelkerUpdate comments for parv[0] removal.
2009-01-18  Jilles TjoelkerChange /stats O to show privset blocks (oper only).
2008-12-13  Valeriy YatskoUpdate client.h.
2008-12-19  Jilles TjoelkerShow rejectcache/throttle in /testline output.
2008-12-16  Jilles TjoelkerShow throttle info in /stats t.
2008-12-14  Jilles TjoelkerMake rehashing privset{} change online oper privileges.
2008-12-02  Valeriy YatskoBranch merge.
2008-12-02  Valeriy YatskoRemove irc_basename, replace it with rb_basename from...
2008-11-30  Jilles TjoelkerSplit cidr_bitlen into cidr_ipv4_bitlen and cidr_ipv6_b...
2008-11-22  Jilles TjoelkerCorrect buffer without space for '\0', should have...
2008-11-16  Aaron Sethmanmake is_cti/is_sti collect times connected in unsigned...
2008-11-15  Jilles TjoelkerAllow the resolver to process longer hostnames,
2008-11-08  Jilles TjoelkerAdd ircu-like /who format options.
2008-09-17  William PitcockAutomated merge with http://hg.atheme.org/charybdis
2008-09-09  Jilles TjoelkerRemove old oper privilege flags.
2008-09-06  Jilles TjoelkerAdd need_ssl to auth{} and operator{}.
2008-08-29  William PitcockMake change_isupport() return the old value!!!
2008-08-29  William PitcockAdd change_isupport() to change the value of an ISUPPOR...
2008-08-29  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-08-27  Jilles TjoelkerFix ident for ssl connections.
2008-08-17  William PitcockHasPrivilege(): check to make sure localClient and...
2008-08-17  William PitcockAll modules converted to use privsets by porting the...
2008-08-17  William PitcockMake a reference to privset in Client.localClient.
2008-08-17  William Pitcockprivilegeset_ref(): return the privilegeset
2008-08-17  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-08-17  Jilles TjoelkerAdd 328 numeric (ChanServ channel URL) to the header...
2008-08-17  Jilles TjoelkerRemove another servlink remnant.
2008-08-17  William Pitcockoper_conf structure: add privset association.
2008-08-17  William PitcockAdd privilegeset_extend().
2008-08-17  William PitcockAdd basic PrivilegeSet API.
2008-08-17  Valery V Yatskobranch merge
2008-08-16  Valery V Yatskono more servlink - removed 'servlink_path' from referen...
2008-08-04  Valery V YatskoMoved extern chmode_flags declaration from channel...
2008-08-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-07-31  Jilles TjoelkerMove to ratbox3 reject and throttle code.
2008-07-30  Valery Yatskochannel.h cleaned up a bit - removed unused includes
2008-07-30  Valery YatskoRemoved charybdis.h include - used nowhere
2008-07-29  Valery Yatskorb_uint32_t -> uint32_t, rb_uint16_t -> uint16_t
2008-07-28  Valery YatskoRemoved unneeded includes from newconf.h
2008-07-27  Valery YatskoA very draft version of extensions, which are adding...
2008-07-21  Jilles TjoelkerAlso apply floodcount to messages to remote clients...
2008-07-04  Jilles TjoelkerRemove some obsolete ConfItem flags.
2008-06-28  Valery V YatskoRemoved SystemTime declaration
2008-06-28  Valery V YatskoApplied svn diff from ratbox3 r21458:21470
2008-06-28  Valery V YatskoRemove Channel->users_last, used nowhere
2008-06-28  Valery V Yatskochannel_heap,ban_heap,topic_heap,member_heap declared...
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-24  Valery V YatskoMissed declaration of chm_orphaned
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-20  Jilles TjoelkerClean up s_auth a little. No functional changes.
2008-06-20  Jilles TjoelkerRemove unused field ip6_int.
2008-06-11  William PitcockMerge TODO.
2008-06-10  Jilles TjoelkerSome const stuff for m_set.
2008-06-08  William PitcockMerge with 'charybdis-ts6only' branch.
2008-04-21  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis charybdis-3.0.0-rc1
2008-04-20  Jilles TjoelkerRemove dline flags from shared all.
2008-04-20  Jilles TjoelkerMove some declarations to header files, this enforces...
2008-04-20  Jilles TjoelkerFix various compiler warnings.
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 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 YatskoVarious inet* -> rb_inet_*
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 YatskoSplitted open_logfiles(); into open_logfiles(); and...
2008-04-20  Valery YatskoMoving some m_die code into ircd_shutdown(reason) funct...
2008-04-13  Jilles TjoelkerRemove ^M on line endings.
2008-04-11  Jilles TjoelkerRerun autoconf and autoheader.
2008-04-11  William PitcockTS_MIN is 6 now.
2008-04-11  William Pitcockstart working on TS5 removal.
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-11  Jilles TjoelkerAdd extern to eob_count global variable declaration...
2008-04-09  Valery Yatsko.cvsignore files removed, SVN-Access replaced by Mercur...
2008-04-08  Valery Yatskochm_* declarations gone to chmode.h - this makes some...
2008-04-08  Jilles TjoelkerMake Dictionary keys const everywhere.
2008-04-08  Jilles TjoelkerMake the format argument of change_nick_user_host(...
2008-04-08  Jilles TjoelkerMake Message.cmd a const pointer.
2008-04-08  Valery YatskoFixed two places, where sendto_realops_flags was mistak...
2008-04-08  Valery YatskoRemoving UMODE_ALL, replacing all sendto_realops_flags...
2008-04-08  Valery YatskoChanging umode defines - renumbered
2008-04-08  Valery Yatsko'S' flag meaning we use ssl link added to /stats {c...
2008-04-08  Valery YatskoBranch merge
2008-04-08  Valery YatskoWorking over zipstats bug and moving on the new ServerS...
2008-04-08  Valery Yatskoircd_state.{c,h} gone - let us redesign it in future...
2008-04-08  Valery YatskoIt seems that we don't use data structs version anywher...
2008-04-07  Valery YatskoSome declarations connected to removed servlink gone
2008-04-06  William Pitcockfix whois :)
2008-04-06  William Pitcockadd umode +Z for SSL, can't be set or unset
next