]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
This should probably be tested, but makes a whole lot more sense like this (users...
[user/henk/code/inspircd.git] / src / modules /
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-07 w00tShow SID on /map
2008-04-07 brainremote MAP reply is backwards :p
2008-04-07 w00tUse server names for introduction of servers, not SIDs
2008-04-07 w00tTypo x 2 (ta Zaba)
2008-04-07 w00tTypo
2008-04-07 w00tConvert this to use the new XLine API, this results...
2008-04-07 w00tAdd m_shun from third party to 1.2, update it to compil...
2008-04-06 brainFix fake direction in TOPIC, you cant use a uuid as...
2008-04-06 brainIts ok to allow remote map to non-opers now, found...
2008-04-06 brainFix bug where OPERTYPE does not propogate more than...
2008-04-06 brainRemote map only works for opers. Fix problem where...
2008-04-06 brainDebug
2008-04-06 brainThe map matrix must be static. For some reason it blows...
2008-04-06 w00tInitialise var (another valgrind warning)
2008-04-06 w00tRemote /MAP (that now doesn't confuse clients ;p)
2008-04-06 brainFix this up to convert deque to const char* const for...
2008-04-06 w00tRemote /MAP: caution, this doesn't compile
2008-04-06 brainRevert not-required hax
2008-04-06 brainFor some reason there was a FinishBurst in the encap...
2008-04-06 w00tMark ping answered when we get a two form reply
2008-04-06 w00tMake ping warnings and lag check global across all...
2008-04-06 w00tFix bug #509 reported by Casey: bans were not applied...
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
next