]> jfr.im git - irc/rqf/shadowircd.git/shortlog
irc/rqf/shadowircd.git
2010-01-08  Jilles TjoelkerDo not change \s in xlines to spaces, match_esc() treat...
2010-01-08  Jilles TjoelkerFix build: we need -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_...
2010-01-08  William PitcockAdd back missing notices.
2010-01-08  William PitcockFix up more things with bandb.
2010-01-08  William PitcockLoad in new bans from bandb on startup.
2010-01-07  William PitcockMake this work again.
2010-01-07  William PitcockMake this work again.
2010-01-07  William PitcockReadd some oper notices.
2010-01-07  William PitcockStart bandb on ircd initialization.
2010-01-07  William PitcockUpdate modules to use bandb_add()/bandb_del().
2010-01-07  William PitcockAdd bandb IRCd APIs.
2010-01-07  William PitcockAdd sqlite3 to build.
2010-01-07  William Pitcockbantool: Fix compilation error.
2010-01-07  William PitcockAdd DBPATH.
2010-01-07  William PitcockRun autoreconf.
2010-01-07  William PitcockLink bandb to build.
2010-01-07  William PitcockAdd bandb code.
2010-01-07  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-01-07  William PitcockUpdate trunk to 3.2 (non-release).
2010-01-01  Jilles TjoelkerSCAN UMODES: default list-max to 500, like a global...
2010-01-01  Jilles TjoelkerUpdate some copyright years.
2009-12-25  Jilles Tjoelkerts6-protocol.txt: mention meaning of capabs EX, IE...
2009-12-21  Jilles TjoelkerRemove FLAGS_SENDQEX, fix sendq exceeded snotes for...
2009-11-17  Jilles TjoelkerAdd two more reasons why ssld_count>1 can be useful...
2009-11-15  Jilles Tjoelkerssld: Fix an fd leak when closing connections.
2009-11-15  Jilles Tjoelkerssld: Do not crash if not all fds in a message could...
2009-10-25  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2009-10-25  William PitcockIf you're going to censor my jokes, at least do it...
2009-10-18  Jilles TjoelkerNote that blacklist{} only accepts host/reason pairs...
2009-09-19  Jilles TjoelkerUse full (:n!u@h) prefix for sending ETB from a user...
2009-09-19  Jilles TjoelkerForce part local users (not resv_exempt) on channel...
2009-07-13  William PitcockDisplay o:line "nickname" in global oper-up messages.
2009-07-09  Jilles TjoelkerFix fd passing on FreeBSD/amd64 and possibly Solaris...
2009-06-17  Jilles TjoelkerShow yyerror() parse errors on stderr on startup.
2009-06-09  Jilles TjoelkerCorrect clone command.
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-12-08  Stephen BennettMerge
2009-12-08  Stephen BennettRevert all presence-related changes
2009-12-05  Jilles TjoelkerFix crashes when there are no alias blocks in the conf.
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...
next