]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
2008-03-30 brainFixy
2008-03-30 w00tChange this return type to int from void. WHY didn...
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 peaveydocument override in operjoin.
2008-03-30 peaveyAdd override option to operjoin, handy if your operchan...
2008-03-30 peaveywhack a couple of format warnings now showing with...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-30 brainThe bug we fixed for bug #506 may still occur in trunk...
2008-03-29 brainTest commit. .coders now has CIA (instant notification...
2008-03-29 brainUnknown as to if the old code works
2008-03-29 brainDocument
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-29 w00tCast this to const unsigned char, not just unsigned...
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-27 brainThanks danieldg
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
2008-03-24 brainopenssl should now work too
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-24 brainAnd more of them
2008-03-24 brainFinally change all the Version() objects
2008-03-24 brainWheeeeee
2008-03-23 brainCAP TLS now implemented, this needs someone to make...
2008-03-23 aquanightClean up user/chan modes on deoper, fix memsets off...
2008-03-23 brainThese memsets cant rely on sizeof() any more, afaik...
2008-03-23 brainWhoops, take out some foolish memsets (well theyre...
2008-03-23 brainThis should save 128 bytes per user for non-opers....
2008-03-23 brainDocument aquanight's new stuff :)
2008-03-23 aquanightFix configure -svnupdate not bailing if conflicts occur.
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
next