]> jfr.im git - irc/rqf/shadowircd.git/shortlog
irc/rqf/shadowircd.git
2008-02-04  Jilles TjoelkerFix a UID leak.
2008-02-02  Jilles TjoelkerDefault connect::flags topicburst to true.
2008-01-22  Jilles TjoelkerUpdate /stats z for removal of struct User from whowas.
2008-01-17  Jilles Tjoelkersend_linebuf_remote(): Remove broken and useless ghost...
2008-01-16  Jilles TjoelkerFix some split servers not appearing in oper /map.
2008-01-14  Jilles TjoelkerRemove silly a2client_p, entirely pointless since User...
2008-01-06  Jilles Tjoelkerkline_exempt does not exempt from D:lines, so don't...
2008-01-06  Jilles TjoelkerPRIVS: Show name of operator block.
2008-01-05  Jilles TjoelkerRemove FLAGS2_NOLIMIT (IsExemptLimits/SetExemptLimits).
2008-01-05  Jilles TjoelkerAdd two missing colons for sendto_one_notice().
2008-01-05  Jilles TjoelkerAdd PRIVS extension, a command that shows oper and...
2008-01-05  Jilles Tjoelkerflag_table -> oper_table (more descriptive name)
2008-01-05  Jilles TjoelkerIf stats k is masked for nonopers, treat stats k and...
2008-01-05  Jilles TjoelkerUse a more expected value for SHARED_TRESV.
2008-01-05  Jilles TjoelkerShow full flag name, not letter, when refusing to set...
2008-01-04  Jilles Tjoelkersgml docs: kline_exempt does not exempt from D:lines...
2008-01-04  Jilles TjoelkerSend a rate-limited server notice if a blacklist gives...
2008-01-04  Jilles TjoelkerVarious updates to the INSTALL document.
2008-01-04  Jilles Tjoelkerconfig.h: remove some obsolete options, move MAX_BUFFER...
2008-01-04  Jilles TjoelkerOverwrite config.h.dist with config.h.
2008-01-04  Jilles TjoelkerCharybdis does not have --enable-services, it is always...
2008-01-02  Jilles TjoelkerUpdate some copyright years.
2008-01-02  Jilles TjoelkerOnly accept 127.0.0.x as a dnsbl listing.
2008-01-01  Jilles TjoelkerUpdate main copyright year.
2008-01-01  Jilles TjoelkerInclude time the k/d line was set in the reason when...
2008-01-01  Jilles TjoelkerRemove idle time checking (auto disconnecting users...
2008-01-01  Jilles TjoelkerDocument special characters in stats i/testmask in...
2008-01-01  Jilles TjoelkerSTATS I and TESTMASK: Show some more auth{} flags.
2008-01-01  Jilles TjoelkerFix a crash when connecting to a server.
2008-01-01  Jilles TjoelkerSTATS I: Show spoofed auth{} blocks and ^<> flags to...
2008-01-01  Jilles TjoelkerFix a crash after a local client exits.
2008-01-01  Jilles TjoelkerRemove various obsolete ConfItem statuses (types) and...
2007-12-28  Jilles TjoelkerRemove long obsolete comment.
2007-12-28  William PitcockReplace int fd; in local client object with an fde...
2007-12-28  Jilles TjoelkerUse connect_timeout for handshakes; add snote and log...
2007-12-28  Jilles TjoelkerRemove code for unregistered clients from check_pings_l...
2007-12-28  Jilles TjoelkerMore helpful ERROR server notices.
2007-12-26  Jilles TjoelkerMake remote numerics to channels work.
2007-12-25  Jilles TjoelkerNever allow a duplicate kline; always allow a wider...
2007-12-25  Jilles TjoelkerWhen removing a temp kline, show removed mask, not...
2007-12-25  Jilles TjoelkerSend a few more snotes about remote connects netwide.
2007-12-25  Jilles TjoelkerAdd chm_quietunreg_compat extension, makes cmode +...
2007-12-25  Jilles TjoelkerAdd no_locops extension to disable LOCOPS (force everyo...
2007-12-25  Jilles TjoelkerUse "SID Exists" instead of "Server Exists" where appro...
2007-12-25  Jilles TjoelkerConsolidate duplicate channel mode flags tables to...
2007-12-24  Jilles TjoelkerMake the notable TS delta snote netwide as this may...
2007-12-24  Jilles TjoelkerPut full detail in the SQUIT reason for invalid TS...
2007-12-24  Jilles TjoelkerRemove "<server> had been connected for <time>" snote.
2007-12-24  Jilles TjoelkerMake the other notices to snomask +b network wide.
2007-12-24  Jilles TjoelkerDocument the mass_notice oper privilege.
2007-12-24  Jilles TjoelkerDocument the resv oper privilege.
2007-12-24  Jilles TjoelkerAdd mass_notice oper priv, enabled by default for compa...
2007-12-24  Jilles TjoelkerRearrange flags2 to make room for 3 more oper privileges.
2007-12-24  Jilles TjoelkerMove various flags from flags2 to flags.
2007-12-24  Jilles TjoelkerRemove various unused macros.
2007-12-24  Jilles TjoelkerRemove unused CONF_FLAGS_DO_IDENTD and FLAGS_NEEDID.
2007-12-24  Jilles TjoelkerRemove unused flag FLAGS_CHKACCESS.
2007-12-24  Jilles TjoelkerBranch merge.
2007-12-24  Jilles TjoelkerRemove dot_in_ip6_addr config option.
2007-12-22  William Pitcockupdate IDEAS for suggestions on how you can help with...
2007-12-22  William Pitcockcomm_locate_fd(), not comm_lookup_fd().
2007-12-22  William Pitcocklinebuf_flush(): use fde_t's.
2007-12-22  William PitcockMake fde raw I/O functions act on the FDE object, not...
2007-12-22  William Pitcockwtf mercurial, tbh.
2007-12-22  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2007-12-22  William Pitcock- add IOReadFunc and IOWriteFunc types.
2007-12-22  William PitcockFix includes.
2007-12-22  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2007-12-22  William PitcockAdd some GNUTLS helper code.
2007-12-21  Jilles TjoelkerIt is ok to send 402 to local clients for any hunt_serv...
2007-12-21  William Pitcockagain, fbfile.c hasn't existed in a long time.
2007-12-21  William Pitcockfbfile.c hasn't existed in a long time.
2007-12-21  William PitcockRemove rfc1459, because IETF documentation does not...
2007-12-20  William PitcockWe need to do that in another spot. Yuck.
2007-12-20  William PitcockHandle EBADF condition. yuck!
2007-12-20  William PitcockFix a lot of bad assumptions in the epoll code (this...
2007-12-18  Jilles TjoelkerDeny $o extbans with data, to be better compatible...
2007-12-18  Jilles TjoelkerAdd adminwall from ratbox, as an extension.
2007-12-17  Jilles TjoelkerRequire resv oper privilege to set cmode +L or +P.
2007-12-17  Jilles TjoelkerDon't allow opers to bypass can_create_channel check.
2007-12-17  Jilles Tjoelkercreateauthonly: allow opers through explicitly
2007-12-17  Jilles TjoelkerDon't allow faking adminwall via wallops, in case anyon...
2007-12-17  Jilles TjoelkerAdd resv oper priv, enabled by default for compatibility.
2007-12-12  Jilles TjoelkerMake the epoll check work more reliably.
2007-12-12  Jilles TjoelkerSilence harmless compiler warning.
2007-12-12  Jilles TjoelkerDo not copy string passed to add_top_conf()/add_conf_it...
2007-12-12  Jilles Tjoelkerhurt: Do not store to-be-freed strings in const pointer...
2007-12-12  Jilles TjoelkerMake /rehash help work again.
2007-12-11  Jilles TjoelkerUse 127.0.0.1 as nameserver if none can be found in...
2007-12-08  Jilles TjoelkerRemove reject entries on unkline/ungline/unxline.
2007-12-08  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2007-12-08  William PitcockRemove --disable-shared-modules configure option.
2007-12-08  Jilles TjoelkerChange meaning of "bits" in FNV hash functions to bitle...
2007-12-06  Jilles TjoelkerMention vhost in serverlog connect log message.
2007-12-04  William PitcockMake sure the nd_dict is always created.
2007-12-04  William Pitcockhelp system rework, part 1
2007-12-03  William Pitcocknickdelay -> dictionary.
2007-12-02  William PitcockI was nuts when I wrote that comment, lets kill it...
2007-12-02  William Pitcockthis should be 2.3.0
2007-12-02  William PitcockIt compiles, ship it.
next