]> jfr.im git - irc/rqf/shadowircd.git/history - modules
Do not log ERROR messages from unknowns.
[irc/rqf/shadowircd.git] / modules /
2009-01-16  Jilles TjoelkerDo not log ERROR messages from unknowns.
2009-01-16  Jilles TjoelkerRemove more TS5 remnants.
2009-01-16  Jilles TjoelkerLog to serverlog when throwing out a server because...
2009-01-16  Jilles TjoelkerClose the local link that sends a TS5 NICK introduction.
2009-01-16  Jilles TjoelkerReject SCAN UMODES if invalid parameters are given.
2009-01-07  Jilles TjoelkerRemove obsolete comment.
2009-01-01  Jilles TjoelkerMake SCAN UMODES GLOBAL NO-LIST MASK <mask> no longer...
2008-12-27  Jilles TjoelkerAllow opers and shide_exempt users to see hopcounts...
2008-12-22  Jilles TjoelkerShow libratbox version info to opers in /info.
2008-12-20  Jilles TjoelkerAdd code to detect overflow in WHOX.
2008-12-19  Jilles TjoelkerShow rejectcache/throttle in /testline output.
2008-12-16  Jilles TjoelkerShow throttle info in /stats t.
2008-12-03  Jilles TjoelkerAs in shadowircd, increase buffer for /who status.
2008-12-02  Valeriy YatskoBranch merge.
2008-12-02  Jilles TjoelkerAdd operspy /topic.
2008-11-29  Jilles TjoelkerAllow coloured part reasons in -c channels.
2008-11-16  Aaron Sethmanmake is_cti/is_sti collect times connected in unsigned...
2008-11-15  Jilles TjoelkerAllow +z messages from outside if -n.
2008-11-15  Jilles TjoelkerTruncate idle time in /who to 32 bits.
2008-11-09  Jilles TjoelkerShould use rb_strlcpy instead of strlcpy...
2008-11-08  Jilles TjoelkerRemove LOCAL_COPY (and thus alloca) usage from /who.
2008-11-08  Jilles Tjoelkerwho: Use @+ combining for 354 numeric.
2008-11-08  Jilles TjoelkerAdd ircu-like /who format options.
2008-11-08  Jilles TjoelkerMake comment for ms_join() up to date.
2008-11-08  Jilles TjoelkerAllow normal users to use /chantrace.
2008-09-24  Jilles TjoelkerDo not send snotes/logs about juped servers trying...
2008-09-24  Jilles TjoelkerMake TS deops appear to come from the same server the...
2008-09-17  William PitcockAutomated merge with http://hg.atheme.org/charybdis
2008-09-16  Jilles TjoelkerAdd more detail in squit reason for certain invalid...
2008-09-09  Jilles TjoelkerAvoid hardcoding the number of shared{} flags another...
2008-09-09  Jilles TjoelkerFix indentation.
2008-09-06  Jilles TjoelkerAdd need_ssl to auth{} and operator{}.
2008-09-06  Jilles TjoelkerClose the link that sends an invalid UID.
2008-09-05  Jilles TjoelkerRemove check that cannot happen due to minparc in Messa...
2008-09-05  Jilles TjoelkerImprove server notices for hub_mask/leaf_mask.
2008-09-05  Jilles TjoelkerUse rb_snprintf() in various places.
2008-09-05  Jilles TjoelkerRemove comment referencing LazyLeaf.
2008-09-05  Jilles TjoelkerAvoid empty strings in various notices about rejected...
2008-09-05  Jilles TjoelkerImprove server notices for servers introducing existing...
2008-09-03  Jilles TjoelkerImprove server notices about duplicate SIDs.
2008-08-29  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-08-29  Stephen Bennett don't set an empty password or auth_user
2008-08-29  Jilles TjoelkerRemove some dead code.
2008-08-25  Jilles TjoelkerRemove another remnant of server hostmasking.
2008-08-17  William Pitcockm_privs: Add stuff for privsets here too.
2008-08-17  William Pitcock/stats o: display name of privset instead of privs
2008-08-17  Valery V Yatskobranch merge
2008-08-12  Jilles TjoelkerAllow /list on a named +p 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-31  Jilles TjoelkerFix testline crashes, introduced by the auth_user patch.
2008-07-31  Jilles TjoelkerRemove an unnecessary check for &channels -- sendto_ser...
2008-07-31  Jilles TjoelkerUse channel_modes() to convert a new channel's modes...
2008-07-27  Jilles TjoelkerLet ops/voices bypass tgchange/floodcount if sending...
2008-07-27  Jilles TjoelkerRemove user@server messages to local users.
2008-07-27  Valery Yatskocrypt -> rb_crypt, fixing another gcc warning
2008-07-27  Valery YatskoVariable aconf was used before its initialization ...
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-13  Jilles TjoelkerDo not check floodcount if user is messaging self.
2008-07-11  Jilles TjoelkerRegenerate depend files.
2008-07-11  Jilles TjoelkerSome fixes to .depend generation.
2008-07-04  Jilles TjoelkerMove nick collision notices from +s to +k.
2008-06-28  Jilles TjoelkerReset check_splitmode_ev to NULL after removing it,
2008-06-28  Jilles TjoelkerMake m_trace.c compile here (with gcc 4.2.1).
2008-06-28  Valery V Yatskom_trace.c fixed
2008-06-28  Valery V Yatsko'empty_sockhost = "255.255.255.255"' const for report_t...
2008-06-28  Valery V Yatskoreport_this_status: declaration changed
2008-06-28  Valery V Yatskoreport_this_status fixed
2008-06-28  Valery V YatskoApplied svn diff from ratbox3 r21458:21470
2008-06-28  Valery V YatskoRemoved unneeded '*_ev = NULL' statements
2008-06-26  Valery V YatskoPASS selector:password for auth{}, based on spb's patch...
2008-06-24  Valery V YatskoApplying dyn-cmodes.diff - first step in implementing...
2008-06-14  Jilles TjoelkerRemove more TS5 remants (sendto_server calls).
2008-06-13  Jilles TjoelkerMove -bqeI from lower TS SJOIN to a more logical place.
2008-06-13  Jilles TjoelkerAdd an additional check to mr_server() for TS6, in...
2008-06-13  Jilles TjoelkerSJOIN: remove various TS5 stuff
2008-06-12  Jilles TjoelkerBranch merge
2008-06-12  Jilles TjoelkerSJOIN: check minimum parameters more strictly.
2008-06-11  William PitcockMerge TODO.
2008-06-10  Jilles Tjoelkerm_stats: get rid of function pointers with unspecified...
2008-06-10  Jilles Tjoelkerm_set: get rid of function pointers with unspecified...
2008-06-10  Jilles TjoelkerSome const stuff for m_set.
2008-06-08  William PitcockSuppress a warning.
2008-06-08  William Pitcockmodules: no more TS5
2008-06-08  William Pitcockcore modules: no more TS5.
2008-06-08  William PitcockMerge with 'charybdis-ts6only' branch.
2008-06-03  Jilles TjoelkerReindent.
2008-06-03  Jilles TjoelkerClean up m_trace somewhat.
2008-05-21  Jilles TjoelkerReject u@@h klines.
2008-05-21  Jilles TjoelkerGive an error message when refusing a kline that has...
2008-04-25  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-23  Jilles TjoelkerRequire remoteban privilege to send dline/undline to...
2008-04-22  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-22  William PitcockUse sendto_one_numeric() with the new AWAY numerics.
2008-04-21  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis charybdis-3.0.0-rc1
2008-04-20  Jilles TjoelkerTake out some seven-style server notices.
2008-04-20  Jilles TjoelkerRepair fast/better undline (169:d8aa0d182c9f).
2008-04-20  Jilles TjoelkerRemove windows newlines (^M).
2008-04-20  Valery YatskoRemote d:lines implementation (based on ircd-seven...
next