]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-04-04 brainDOH
2008-04-04 brainExtra stuff for 005 numeric
2008-04-04 w00tm_quietban: implements snomask +b q:
2008-04-04 w00tRemove debug printf
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 w00tDocument new logging and m_chanlog
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 brainFix bad use of old event based api for spanningtree...
2008-04-04 w00tRemove deprecated InspIRCd::Log() method so people...
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-04 brainUpdate sln
2008-04-03 brainWhoops, allow numeric 353 (names list) to be overridden...
2008-04-03 brainChange the 'is not within the modules dir' message...
2008-04-03 brainPatch to fix this module from flagging all client socke...
2008-04-03 brainFix socketengine select to work with arsey compilers...
2008-04-03 w00tFix a (long standing) tiny bug: wallops do not go out...
2008-04-03 peaveyremove references to maxclient we forgot here, thx...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 w00tFix brain's compile error :p
2008-04-02 brainFix for bug #456 so we can be rid of it
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 brainFix peavey and w00ts bug they found by removing the...
2008-04-02 brainDepreciated ServerInstance->Log() seems to crash config...
2008-04-02 brainMove this message so it actually displays when we're...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-02 brainFix yet another warning.
2008-04-02 brainFix another warning
2008-04-02 brainmake sure we include the right headers and fix a warnin...
2008-04-02 brainProper sysctl stuff to work with bsd. It seems that...
2008-04-02 brainFix stats, this has never actually displayed the per...
2008-04-02 brainSquish a warning
2008-04-02 brainRemove MAXCLIENTS, this is supported at runtime by...
2008-04-02 brainRemove all compile-time max client and max fd's configu...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-02 w00tFix all this crap - it actually works now (we pray..)
2008-04-02 w00tBetter generation. This is still fucked up, but less...
2008-04-02 w00tFuck. STOP committing first thing after waking up.
2008-04-02 w00tAs part of this... don't give fake client a valid UID...
2008-04-02 w00tBah
2008-04-02 w00tUnneeded
2008-04-01 w00tOnly setup fakeclient once.
2008-04-01 w00tInitialise a variable correctly to avoid valgrind warning
2008-04-01 w00tDon't fuck up the map by inserting 0
2008-04-01 w00tSame as 9249
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
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 brainAdd an optional bool to ModeParser::ModeString() to...
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 peaveyfix a few warnings by casting since thats the only...
2008-03-31 specialPatch by brain; Fix crash when no parameters are given...
2008-03-31 brainFix two format warnings, dont you DARE tell me size_t...
2008-03-30 w00tRemove extended silence doc
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
next