]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Fix various rline bugs, implement /stats R, and fix the issue where you get no error...
[user/henk/code/inspircd.git] / src / modules / extra /
2008-09-21 aquanightMake regex providers load correctly. Move m_rline to...
2008-09-20 aquanightMove m_regex.h and m_regex_glob.cpp to main modules...
2008-09-17 brainRoll back tweak to the starttls spec requested by kvirc...
2008-09-13 peaveymore namespace fix0rz
2008-09-13 peaveynamespace fix0rz
2008-09-12 peaveyLast cleanup. All trunk extras now builds again.
2008-09-12 peaveyfix for listensocket, tested and also working like...
2008-09-12 peaveymore cleanup
2008-09-12 peaveycleanup
2008-09-12 peaveyfix for listenbase, tested and works like a charm.
2008-09-09 brainRemember to free some stuff when failing in the ctor
2008-09-09 brainfix compile errors (whoops)
2008-09-09 brainWhoops, schoolboy error
2008-09-09 brainAdd connmutex to mutex the connections vector, otherwis...
2008-09-09 brainpeavey, w00t, this works now. Methods werent copied...
2008-09-09 brainfix various bodge-ups, we must have been tired when...
2008-09-09 brainnot test compiled yet: sql modules werent working becau...
2008-09-08 w00tCheck the wrong way around is just stupid. ;p
2008-09-08 w00tFix warning, thanks peavums
2008-09-08 w00tMore compile fixes.
2008-09-08 w00tFix compile problems hopefully..
2008-09-08 w00t(Attempt to) convert MySQL to using listener base.
2008-09-07 w00tFix missing semicolon in m_ssl_openssl [danieldg]
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-09-06 brainGrr at windows exports
2008-09-06 brainUse lock/unlock
2008-09-06 peaveyuse lock/unlock instead.
2008-09-06 brainRegexFactoryRequest sets result to null on construction...
2008-09-05 peaveyNow with threaded queries.
2008-09-05 aquanightTRE regex provider (the same engine used by Unreal...
2008-09-05 aquanightPOSIX regular expression provider (basic/extended contr...
2008-09-05 aquanightMake it possible to retrieve the original string from...
2008-09-05 aquanightAdjustments to regex creation, and add PCRE provider
2008-09-05 aquanightFramework for central regex module, and a bare-bone...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-09-04 brainNeeds the .lib apparently
2008-09-04 brainThis would be useful, too
2008-09-04 brainOf course, it DOES help to actually initialise the...
2008-09-04 brainUpdate comment
2008-09-04 brainNow uses Mutex class. No need for pthreads use directly...
2008-09-04 brainThread is now a Thread derived class, now need to conve...
2008-08-29 w00tMake these more descriptive/easy to grok
2008-08-29 psychonSome fixes for the ziplinks modules.
2008-08-29 w00tRemove two unused parameters
2008-08-28 w00tNewly revamped ziplinks module, work of psychon.. resol...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tDelete R:Lines from memory on destroy
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tNuke last references to MatchText
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-18 brainApply to clictx too
2008-08-18 w00tForward-port r10160: openssl partial write fucking...
2008-08-09 brainFix for bug #583 reported by Deyan, thanks for the...
2008-07-23 peaveyfix a little typo I found while checking some other...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-12 specialFixed #568 - gnutls does not allow reuse of credentials...
2008-07-12 w00tFix a memory leak in m_mysql, found and patched by...
2008-06-24 brainThis is more correct, thanks Phoenix
2008-06-20 specialIt is unnecessary and rather less efficient to use...
2008-06-19 brainWhos been commiting a quarter of a fix?
2008-06-11 brainDont even bother to do the ldap bind if the password...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-09 brainSlight adjustment to our standard to avoid an obvious...
2008-06-08 brainProperly ignore second STARTTLS request on same socket...
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-28 peaveyrevert this 1 revision back, since it fell victim to...
2008-05-24 brainKick the client in the balls if they try STARTTLS after...
2008-05-24 brainFix memory leak if we send STARTTLS twice, thanks speci...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert connection::host
2008-05-19 w00tClean this up so it's comprehensible.
2008-05-19 brainFix these too
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-05-16 brainMD_update causes valgrind warnings, remove it........
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-05-09 peaveySame fixes to make this module scale much better. Dont...
2008-05-09 peaveyFixes to make this module scale much better. Dont conne...
2008-05-09 peaveyFix segfault on rehash and tweak the connect code.
2008-05-09 peaveyFix some indenting.
2008-05-09 peaveyAdd defaults for SQLHost since comparing depends on...
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConvert even more
2008-05-05 aquanightConversions
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-05-01 brain#define NO_CLIENT_LONG_LONG, makes mysql.h ANSI C+...
2008-04-27 brainMore stuff so that freebsd users can still use the...
2008-04-27 brainand make it work right...
2008-04-27 brainAdd some stuff from the freebsd port based on ideas...
2008-04-09 w00tFix these
2008-04-04 brainApply our own version of mminds patch that doesnt have...
2008-04-04 peaveyRemove calls to deprecated InspIRCd::Log(), thanks...
2008-04-04 w00tfix warnings
2008-04-04 w00tFix this (thx danieldg and owine)
2008-04-04 brainMake all our modules use the new stuff rather than...
next