]> jfr.im git - irc/rqf/shadowircd.git/shortlog
irc/rqf/shadowircd.git
2009-06-02  William Pitcockpresence: Add m_presence module. This provides an...
2009-06-02  William Pitcockpresence: Add set_metadata() and delete_metadata().
2009-06-02  William Pitcockpresence: Declare RPL_METADATASET and RPL_METADATAREM.
2009-06-02  William Pitcockpresence: Declare MetadataEntry struct.
2009-05-30  William Pitcockpresence: Create presence metadata tracking structures...
2009-05-30  William Pitcockstruct Client: add a dictionary to contain presence...
2009-05-30  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2009-05-30  William PitcockAdd irc_dictionary.h to stdinc. I'm lazy.
2009-05-21  Jilles TjoelkerRemove check_banned_lines() code duplication.
2009-05-21  Jilles TjoelkerRemove some obsolete unused definitions.
2009-05-17  Jilles TjoelkerAllow ctcp replies through floodcount after ctcp'ing...
2009-05-13  Jilles TjoelkerCheck the return value on rb_pipe.
2009-05-12  Jilles TjoelkerRemove unused inet_socketpair() code, this is in librat...
2009-05-12  Jilles TjoelkerMore rb_socketpair() return value checks.
2009-05-12  Jilles TjoelkerReport errors and close the incoming connection if...
2009-05-08  Jilles TjoelkerUpdate copyright years in sgml docs.
2009-05-08  Jilles TjoelkerRemove notes about now fixed xline \s bugs from sgml...
2009-05-08  Jilles TjoelkerRewrite perm xlines containing '",' from local opers...
2009-05-08  Jilles TjoelkerDisallow the sequence '",' in perm xlines,
2009-05-08  Jilles TjoelkerChange \s to space when writing xline.conf, to be compa...
2009-05-07  Jilles TjoelkerDisallow double quotes in klines.
2009-05-07  Jilles TjoelkerDisallow commas in channel resvs.
2009-05-07  Jilles TjoelkerChange xlines to store spaces as \s.
2009-05-07  Jilles TjoelkerStop changing \s to spaces in masktrace and testmask,
2009-04-21  Jilles TjoelkerMove check for required CAPABs to mr_server -- CAPAB...
2009-04-20  William PitcockAllow for capabilities to be marked as "required".
2009-04-20  William Pitcockcan_kick hook, based on the ircd-seven one.
2009-04-20  William PitcockAutomatic branch merge from 'origin/freenode/ircd-seven...
2009-04-20  Stephen Bennett/ is a host character and not a nick character, so...
2009-04-20  Stephen BennettAllow / in spoofed hosts
2009-04-18  Jilles TjoelkerSimplify floodcount checking, it is no longer affected...
2009-04-09  Jilles TjoelkerUse uid/sid for some ERR_CHANOPRIVSNEEDED if they go...
2009-04-08  Jilles TjoelkerFix compilation with --enable-assert=soft.
2009-04-08  Jilles TjoelkerRemove some unused variables.
2009-03-29  Jilles TjoelkerAdd description for TB and TOPIC messages.
2009-03-29  Jilles TjoelkerUpdate sgml documentation for +z enhancement.
2009-03-29  Jilles TjoelkerAdd new topic command ETB, allowing services to set...
2009-03-29  Jilles TjoelkerApply +z to messages blocked by +b and +q as well.
2009-03-29  Jilles TjoelkerMention that @#chan/+#chan requires CHW capab.
2009-03-24  Jilles TjoelkerAdd GUNGLINE to protocol documentation (efnet only...
2009-03-13  Jilles TjoelkerNo profanity.
2009-03-09  William PitcockOur IRC oper messages are now as enhanced as enhanced...
2009-03-08  Jilles TjoelkerAdd /rehash throttles to help file.
2009-03-08  Jilles Tjoelkerrehash bans: show mask in k/x line over-ruled notice
2009-03-08  Jilles Tjoelkerrehash bans: still check k/x lines for users exempt...
2009-03-08  Jilles TjoelkerUse ratbox's match_esc(), this allows \s for space.
2009-03-07  Jilles TjoelkerDo not send "<blah> is rehashing <blah>" notices to...
2009-03-07  Jilles TjoelkerFix close detection with ssl+zip, porting more code...
2009-03-07  Jilles TjoelkerAllow /rehash throttles to clear throttling.
2009-03-07  Jilles TjoelkerRework remote rehash messages to apply to all server...
2009-03-03  Jilles Tjoelkerssld: Do not do redundant rb_setselect().
2009-03-03  Jilles TjoelkerRemove unused declaration.
2009-03-01  Jilles TjoelkerCorrect WHOX overflow check so it also works for fields...
2009-03-01  Jilles TjoelkerRemove some unused variables.
2009-03-01  Jilles TjoelkerDocument efnet-style GLINE protocol.
2009-02-21  Jilles TjoelkerImport new mkpasswd from ircd-ratbox.
2009-02-21  Jilles TjoelkerRerun autoconf.
2009-02-21  Jilles TjoelkerRemove some warning that will not be fixed.
2009-02-21  Jilles TjoelkerAdd channel::only_ascii_channels config option
2009-02-21  Jilles TjoelkerAvoid unnecessary const violation.
2009-02-21  Jilles Tjoelker-Wbad-function-cast is stupid.
2009-02-08  Jilles TjoelkerAdded tag charybdis-3.1.0 for changeset f54b0af927a7
2009-02-08  Jilles TjoelkerDo not create directories under PREFIX while building. charybdis-3.1.0
2009-02-08  Jilles TjoelkerRerun autoconf.
2009-02-08  Jilles TjoelkerBump version to 3.1.0.
2009-02-08  Jilles Tjoelkerautogen.sh is not necessary at this time, and did not...
2009-02-08  Jilles TjoelkerUpdate NEWS.
2009-02-08  Jilles TjoelkerClarify some PRIVMSG/NOTICE restrictions.
2009-02-08  Jilles TjoelkerNumerics are also server-server messages.
2009-02-07  Jilles TjoelkerFix an off by one error with zipstats processing
2009-02-06  Jilles TjoelkerClarify propagation of JOIN and SJOIN.
2009-02-06  Jilles TjoelkerDisallow invites to juped channels.
2009-02-05  Jilles TjoelkerDisable autoconnect for a server with excessive TS...
2009-02-05  Jilles TjoelkerAdd more information about propagation.
2009-02-05  Jilles TjoelkerAdd description for LOCOPS message.
2009-01-31  Jilles TjoelkerFix another typo.
2009-01-31  Jilles TjoelkerFix typo.
2009-01-31  Jilles TjoelkerUpdate NEWS.
2009-01-31  Jilles TjoelkerFix makerelease.
2009-01-31  Jilles TjoelkerWarn about auth blocks after a *@* auth and duplicate...
2009-01-30  Jilles TjoelkerClarify connection setup.
2009-01-30  Jilles TjoelkerRemove comments related to (removed) ability to disable...
2009-01-29  Jilles TjoelkerFor remote rehashes, send error messages to the request...
2009-01-29  Jilles TjoelkerLog unknown class in auth errors to ircd.log as well.
2009-01-28  Jilles TjoelkerDon't suggest putting values in an enum that are not...
2009-01-27  Jilles TjoelkerUpdate NEWS.
2009-01-27  Jilles TjoelkerShow D:line oper reason in /testline.
2009-01-25  Jilles TjoelkerFirst draft of a more complete TS6 server protocol...
2009-01-25  Jilles TjoelkerRemove obsolete comment.
2009-01-25  Jilles TjoelkerWHOIS 330 (services login name) does not need a remote...
2009-01-25  Jilles TjoelkerAdd umode +R to doc/services.txt.
2009-01-25  Jilles TjoelkerGet rid of local variable shadowing.
2009-01-25  Jilles Tjoelkercommit 1df4ff0b0558e4698819f8e4ac6ecb7654b81a2c
2009-01-21  Jilles TjoelkerOnly kill unknown prefix UIDs that start with a valid SID
2009-01-21  Jilles TjoelkerSimplify hunt_server(), send ERR_NOSUCHSERVER from...
2009-01-20  Jilles TjoelkerCut down user@server description in opers help file.
2009-01-18  Jilles TjoelkerRemove some more references to parv[0] in comments.
2009-01-18  Jilles TjoelkerUpdate comments for parv[0] removal.
2009-01-18  Jilles TjoelkerIf a privset is removed from ircd.conf, wipe its privs.
2009-01-18  Jilles TjoelkerChange /stats O to show privset blocks (oper only).
next