]> jfr.im git - irc/rqf/shadowircd.git/shortlog
irc/rqf/shadowircd.git
2009-12-08  Stephen BennettRevert all presence-related changes
2009-06-03  Jilles TjoelkerDisallow changing away status via /presence.
2009-06-03  Jilles TjoelkerReject presence updates with too long keys, instead...
2009-06-03  Jilles TjoelkerAdd new constants for presence key/value lengths
2009-06-03  Jilles TjoelkerRemove two obsolete constants.
2009-06-03  Jilles TjoelkerDo not send two 792 numerics when changing a metadata...
2009-06-03  Jilles TjoelkerCorrect minimum parameter counts for PRESENCE.
2009-06-03  Jilles TjoelkerENCAPs cannot come from local clients, no need to check.
2009-06-03  Jilles TjoelkerRemove special CAP presence handling of /whois away...
2009-06-02  William Pitcockpresence: m_presence module: Use safer get_metadata...
2009-06-02  William Pitcockpresence: send..._with_capability...(): don't send...
2009-06-02  William Pitcockpresence: delete_metadata(): Free from the right heap.
2009-06-02  William Pitcockpresence: Use RPL_WHOISMETADATA.
2009-06-02  William Pitcockpresence: Add _butone() variant of sendto_common_channe...
2009-06-02  William Pitcockpresence: Broadcast presence changes to peer clients...
2009-06-02  William Pitcockpresence: Declare RPL_METADATACHG.
2009-06-02  William Pitcockpresence: Add sendto_common_channels_local_with_capabil...
2009-06-02  William Pitcockpresence: Declare RPL_WHOISMETADATA.
2009-06-02  William Pitcockpresence: If CLICAP_PRESENCE is enabled, then RPL_AWAY...
2009-06-02  William Pitcockpresence: Add CLICAP_PRESENCE.
2009-06-02  William Pitcockpresence: Remove no longer used away_heap.
2009-06-02  William Pitcockpresence: Replace stagnant free_away() call with delete...
2009-06-02  William Pitcockpresence: Remove user.away, replaced by a metadata...
2009-06-02  William Pitcockpresence: Make set_metadata() erase any old metadata...
2009-06-02  William Pitcockpresence: Add get_metadata().
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.
next