]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix a silly bug we never thought was a bug, in m_messageflood - the message that...
[user/henk/code/inspircd.git] / src / modules /
2008-04-06 w00tFix a silly bug we never thought was a bug, in m_messag...
2008-04-05 w00tError message tweaking
2008-04-05 w00tRemove debug, fix DELLINE: args were the wrong way...
2008-04-05 w00tdebug
2008-04-05 brainSame here
2008-04-05 brainFix showing of sid/uid instead of nick or servername...
2008-04-05 w00tResolve collisions once, don't rely on every server...
2008-04-05 w00tFix multiple burst notifications in a better way (force...
2008-04-05 brainFix IDLE sending a nick rather than a uid. Atheme shoul...
2008-04-05 brainOnly finish bursting once, thanks AnMaster
2008-04-05 brainRemove debug, thanks for reminding me danieldg
2008-04-05 brainTweaks to make some errors show server name and not...
2008-04-05 w00tUpdate ModDesc and class name
2008-04-05 w00tRedo the MODE warning stuff. Don't do some extra unneed...
2008-04-05 brainFix crash in MODE when sent for a user, with only one...
2008-04-04 w00tAdd m_nickban and documentation. Implements +b n:,...
2008-04-04 w00tOff by one
2008-04-04 w00tOnly examine local messages
2008-04-04 brainDOH
2008-04-04 brainExtra stuff for 005 numeric
2008-04-04 w00tm_quietban: implements snomask +b q:
2008-04-04 brainFix broken fjoin, looks like we forgot something when...
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-04 w00tSee this brain
2008-04-04 brainApply our own version of mminds patch that doesnt have...
2008-04-04 w00tAdd simple modes to FJOIN instead of sending a seperate...
2008-04-04 brainDont check APrefix both times :p
2008-04-04 brainBetter checks
2008-04-04 brainThrow exception if both the prefix chars are defined...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-04 peaveyRemove calls to deprecated InspIRCd::Log(), thanks...
2008-04-04 brainZap printfs
2008-04-04 brainFix lost messages, thanks w00t and peavey
2008-04-04 w00tfix warnings
2008-04-04 w00tAttempt to avoid infinite loops
2008-04-04 w00tFix this (thx danieldg and owine)
2008-04-04 brainWhoops, thanks w00t
2008-04-04 brainWhoops, wrong pointer. write out 500 lines 'i will...
2008-04-04 brainMake it buildable
2008-04-04 brainWhoops, this would be bad if not fixed :p
2008-04-04 w00tFix chanlog (NOTE: previous commit will require a FULL...
2008-04-04 brainRemote server PRIVMSG/NOTICE to nickname support
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-04 brainSupport for remote NOTICE/PRIVMSG with server origin...
2008-04-04 brainAdd safety check for nonexistent server in receiving...
2008-04-04 w00tModify chanlog to send message remotely, too. Logging...
2008-04-04 brainExtra safety required by recent changes
2008-04-04 brainAdd protocol api functions: PI->WriteChannelPrivmsg...
2008-04-04 brainServer origin PRIVMSG and NOTICE now supported by proto...
2008-04-04 brainServer origin privmsg, UNTESTED - will test in a min
2008-04-04 brainChange the function name because gcc is dumb :/
2008-04-04 brainWhoops, fix typo
2008-04-04 brainA convenience function for ProtocolInterface::SendMode...
2008-04-04 brainNow rip out the old handler, and replace with an error...
2008-04-04 brainMake all our modules use the new stuff rather than...
2008-04-04 w00tMatch on nick change option for RLine, document m_rline...
2008-04-04 brainThe rest of the server protocol interface and fix a...
2008-04-04 w00tCheck for match and apply R:Lines on connect
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-04-03 brainPatch to fix this module from flagging all client socke...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainThis is better than using a const; Since 1.1 we don...
2008-04-02 w00tRemove unload_kludge: this still isn't handled in a...
2008-04-02 w00tJust use string literal instead of declaring a var...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-02 w00tBah
2008-04-02 w00tUnneeded
2008-04-01 w00tSame as 9249
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 brainSome metadata commands were using nicknames to identify...
2008-04-01 brainSpecial check in here now that forbids all use of MODE...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-04-01 w00tAdd a required prefix of 0, this may fix problem encoun...
2008-03-31 specialPatch by brain; Fix crash when no parameters are given...
2008-03-30 w00tFix this name
2008-03-30 w00tAdd SVSSILENCE: allows services to modify SILENCE lists...
2008-03-30 w00tMove _ext to replace the original, SVSSILENCE comes...
2008-03-30 w00tRemove m_silence: this is 1.2 only. m_silence_ext is...
2008-03-30 brainMake sure CAPAB always comes before SERVER on either...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMore docs on data structures
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 brainWhack format warning, do these differ between gcc versi...
2008-03-30 peaveyAdd override option to operjoin, handy if your operchan...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-29 brainUnknown as to if the old code works
2008-03-29 brainAdd support for <sqloper:hash> value, references 'md5...
2008-03-29 brainUse the right pass
2008-03-29 brainAllow freeform queries. Allow $nick, $host, $ip, $pass...
2008-03-28 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-03-28 w00tWrong place probably
2008-03-28 w00tDon't desync when blanking metadata with remote servers...
2008-03-28 w00tDon't desync when setting swhois
2008-03-28 w00tForwardport r9195
2008-03-24 brainAllow activation of TLS via STARTTLS even if CAP REQ...
2008-03-24 brainShould now work with ports bound to all interfaces
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-24 brainThis module uses io hooking too, fix it up
next