]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Disallow mode prefix # since it will mess up /whois and /privmsg
[user/henk/code/inspircd.git] / src / modules /
2006-11-21 w00tFix spurious deops on channel creation, pointed out...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-11-21 specialFixed gnutls_rpath.pl to do rpath for all paths, not...
2006-11-19 brainRemove space
2006-11-19 omOoops, remove my debug line
2006-11-19 omAlso return for 7.x series > 7.3.15, this still wants...
2006-11-19 omHopefully uncraq this script enough to actually work...
2006-11-19 brainMerge pgsql stuff from darix, but im sure theres someth...
2006-11-19 brainUse pkg-config to detect lib paths - thanks darix we...
2006-11-16 brainMake STATS i, y, c, n more relevent to 1.1
2006-11-15 specialAdded <oper:swhois> to m_swhois, which will override...
2006-11-14 brainAnother couple of 'forgot to memset's
2006-11-14 brainInherit ModuleException from std::exception rather...
2006-11-13 brainModify server counts in /lusers to show number of serve...
2006-11-12 brainSwap some stuff around, just to complicate bruteforcing
2006-11-12 brainMake the output table chosen be unique to the actual...
2006-11-12 brainBetter cloaking for unresolved IP addresses.
2006-11-12 brainSlight hax. When bursting a channel - in the fmode...
2006-11-12 brainIf a new channel is created, after sending the FJOIN...
2006-11-12 brainAdded a notice that all people bumping the protocol...
2006-11-12 brainProtocl-Version bump to 1102
2006-11-12 brainOops, using wrong param
2006-11-12 brainMore funky stuff, SNONOTICE, MODENOTICE to go with...
2006-11-12 brainWhoops, stuff in the wrong place
2006-11-12 omAnd change < 64 to <= 64, the length limit is 64 -...
2006-11-12 brainMake OPERNOTICE work right
2006-11-12 brainAdd send_opers event and OPERNOTICE command to send...
2006-11-12 brainYes, we do want to propogate the server mode
2006-11-12 brainNotice back to oper on invalid SAMODE
2006-11-12 brainNeeds testing: SAMODE doesnt send the actual SAMODE...
2006-11-12 brainAllow normal MODE from a server prefix
2006-11-12 brainDont propogate failed mode changes
2006-11-12 w00tAdd m_restrictbanned.so, disalows banned users on a...
2006-11-11 brainEliminate two trivial compile warnings pointed out...
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainMake these properly detect port ranges.
2006-11-11 brainSupport hybrid-style port ranges in spanningtree, too
2006-11-11 brainImprove quit messages caused by filtering, now prefixed...
2006-11-10 brainAlso dont try and filter remote users. This is ick.
2006-11-10 brainFiltering should leave ulines alone, and not filter...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainImplement a change for bug #171. It might not be pretty...
2006-11-10 brainThese should now be VF_COMMON, they sync data
2006-11-10 brainMake /stats s more detailed, fix a grammar error
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainOops, fix crash
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainDocument changes to m_filter and m_filter_pcre a little.
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-11-06 specialFixed broken syncing for glines and elines using idents...
2006-11-05 specialModified the server-to-server TIME command to report...
2006-11-05 specialMade the 'force' parameter to BURST and TIMESET upperca...
2006-11-05 specialAdded the <options:notimesync> flag to disable time...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainone line tweak, if the prefix is empty, dont echo ...
2006-11-03 brainFixed at last.
2006-11-03 brainIve been unable to commit this since 9am, somehow port...
2006-11-03 brainTook out a header we needed to keep. Im done stick...
2006-11-03 brainHmm, svn said there was a conflict here, but nobody...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-11-03 specialSwitched m_sqloper to use OnPostCommand instead of...
2006-11-02 specialAdded m_alltime
2006-11-01 specialAdded the send_push event to m_spanningtree (send raw...
2006-11-01 brainNew events for special. Event id's "new_server" and...
2006-11-01 brainRemove <helpop file>
2006-11-01 brainRemove <censor file> directive, we've had <include...
2006-10-31 brainFix broken notice (relatively minor, the notice can...
2006-10-30 brainFix for crash found by eggy when a user without a cert...
2006-10-30 w00tAdd m_hidechans: Adds usermode +I to hide an oper's...
2006-10-30 w00tm_hideoper hooked the wrong event, fixed.
2006-10-28 brainAdd <options:deprotectself> which can allow a +qa user...
2006-10-28 brain* Fix removal of user modes when unloading the mode...
2006-10-28 brainAdd and document m_hideoper, used to hide oper status...
2006-10-28 brainFix these too!
2006-10-28 brainDont let users set this mode!!!
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainWhoops, wrong linfeed type on ADDLINE in netburst
2006-10-28 brainAllow admins to set the socket timeout on server connec...
2006-10-28 brainGive this one a go dotslasher, apply to ALL servers
2006-10-28 brainFix for crash, submitted by peaveydk
2006-10-28 specialRemoved a bit of unreachable code I added with the...
2006-10-28 specialReturn CMD_FAILURE from sajoin when given an invalid...
2006-10-27 brainWhen loading, dont try and free the qa modes, we havent...
2006-10-27 brainAllow changing of qaprefixes on the fly with REHASH...
2006-10-27 brainremove <filter file> - This is no longer neccessary...
2006-10-27 brainAllow relative paths for motd and rules (and anything...
2006-10-26 brainFix broken GlobalCloneCount (AGAIN).
2006-10-26 brainFix this to display the channel name when overriding...
2006-10-26 w00tDon't display this notice on an empty servername (which...
2006-10-26 w00tHopefully fix override notices on channel bans, also...
2006-10-23 w00tMore missing spaces (and unbreak compile)
2006-10-23 w00tFix bug experienced by satmd, remove space indents...
2006-10-23 brainMerge guestpattern fix by peaveydk
2006-10-23 brainAdd $ModDep: special comment, similar to $CompileFlags...
next