]> jfr.im git - irc/rqf/shadowircd.git/history - src
update CREDITS a little.
[irc/rqf/shadowircd.git] / src /
2008-04-02  William PitcockAutomated merge with http://angelforce.ru:8000
2008-04-02  William Pitcockmake s_user.c build.
2008-04-02  William Pitcockmake s_stats.c compile
2008-04-02  William Pitcockmake s_newconf.c compile
2008-04-02  William Pitcockfix s_log.
2008-04-02  Valery Yatskoclient.c fixes + away stuff from ratbox3, part 2
2008-04-02  William Pitcockfix restart.c
2008-04-02  William Pitcockfix reslib
2008-04-02  William Pitcockfix newconf.c
2008-04-02  William Pitcockfix monitor.c
2008-04-02  William Pitcockwarning clean
2008-04-02  William Pitcockfix ircd_state.c
2008-04-02  William Pitcockfix irc_dictionary, and some ircd warnings
2008-04-02  William Pitcockchannel.c done!!!!
2008-04-02  William PitcockAutomated merge with http://85.237.34.214:8000/
2008-04-02  Valery Yatskook, trying to work on blockheap's stuff
2008-04-02  Valery YatskoBlockHeap -> rb_bh
2008-04-02  Valery YatskoPrevent cork usage as charybdis doesn't have its support
2008-04-02  Valery YatskoMissed include.
2008-04-02  Valery Yatskofixing cache.c compilation - code stolen from ratbox3...
2008-04-01  Valery YatskoCurrentTime -> rb_currenttime();
2008-04-01  Valery YatskoDubString -> rb_strdup
2008-04-01  Valery YatskoMyMalloc -> rb_malloc
2008-04-01  Valery Yatskoaway stuff from ratbox3
2008-04-01  Valery Yatskomonitor.{c,h} stuff for libratbox3.
2008-04-01  Valery YatskoArgh, wrong replace caused by MS VS 2005 interface.
2008-04-01  Valery YatskoMyFree -> rb_free
2008-04-01  Valery Yatskolibcharybdis includes gone.
2008-04-01  Valery YatskoRemoving libcharybdis references.
2008-04-01  Jilles TjoelkerSome changes for libratbox.
2008-04-01  Jilles TjoelkerMake send.c compile, except for ziplinks.
2008-04-01  William Pitcockrb_event_add ;)
2008-04-01  William PitcockMake m_set compile.
2008-04-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-01  Jilles TjoelkerMore changes for libratbox.
2008-04-01  William Pitcockpatricia stuff
2008-04-01  William Pitcockmacro replacement
2008-04-01  William Pitcockdlink -> rb_dlink
2008-04-01  William Pitcockircs[n]printf -> rb_s[n]printf
2008-04-01  William Pitcockstart making this compile
2008-04-01  William Pitcockbork bork bork
2008-04-01  William Pitcockkill patricia.c
2008-04-01  William PitcockInitialize libratbox.
2008-04-01  William Pitcocklink against libratbox...
2008-03-30  Jilles TjoelkerMove PRIVS command from extensions to modules (shows...
2008-03-30  Jilles TjoelkerAdd ERR_DISABLED (517) from ircu.
2008-03-29  Jilles TjoelkerUnbreak /quote help stats as an oper (all where oper...
2008-03-29  Jilles TjoelkerFix type mismatch with format string.
2008-03-18  Jilles TjoelkerCleanups to 005 code, from ratbox (androsyn).
2008-03-11  Jilles TjoelkerHide cmode +r from 005 if there is no service{} block.
2008-03-11  Jilles TjoelkerClearer error messages for failed joins.
2008-03-02  Jilles TjoelkerShow some target change statistics in /stats t.
2008-02-27  William PitcockRemove CHFL_DEOPPED entirely.
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-06  Jilles Tjoelkerkline_exempt does not exempt from D:lines, so don't...
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 Tjoelkerflag_table -> oper_table (more descriptive name)
2008-01-05  Jilles TjoelkerShow full flag name, not letter, when refusing to set...
2008-01-04  Jilles TjoelkerSend a rate-limited server notice if a blacklist gives...
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 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-26  Jilles TjoelkerMake remote numerics to channels work.
2007-12-25  Jilles TjoelkerConsolidate duplicate channel mode flags tables to...
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 TjoelkerAdd mass_notice oper priv, enabled by default for compa...
2007-12-24  Jilles TjoelkerMove various flags from flags2 to flags.
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 Pitcockcomm_locate_fd(), not comm_lookup_fd().
2007-12-22  William Pitcocklinebuf_flush(): use fde_t's.
2007-12-22  William Pitcockwtf mercurial, tbh.
2007-12-22  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
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-17  Jilles TjoelkerRequire resv oper privilege to set cmode +L or +P.
2007-12-17  Jilles TjoelkerAdd resv oper priv, enabled by default for compatibility.
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 TjoelkerMake /rehash help work again.
next