]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Weed out a few leftover server instances from before modules had ServerInstance....
[user/henk/code/inspircd.git] / src / modules / extra /
2009-04-03 w00tUse 'c' snomask instead of 'A' snomask for ldap auth...
2009-03-27 peaveyGive pgsql some needed love. Dont use DNS, remove some...
2009-03-27 peaveyFix potential crash on uninitialised var
2009-03-23 peaveyMake this compile.
2009-03-23 danieldgFix compile error due to mismerge
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-18 brainFix for bug #791, if an error is set treat this as...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-13 danieldgFix bug #779, SSL metadata sent using the wrong case...
2009-02-23 specialm_uninvite and m_ssl_oper_cert should be marked as...
2009-02-23 specialForward port r11142: Commands that only give a response...
2009-02-22 peaveyForward port r11137 from stable:
2009-02-19 danieldgRemove unneeded "fd" member of issl_session
2009-02-19 danieldgRemove unneeded comment about warnings on 64-bit
2009-02-19 danieldgGnuTLS does not need a double-copy input buffer
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
2009-02-12 peaveyand here, and here
2009-02-12 peaveyAh pasting, also remove this var from here
2009-02-12 peaveyNuke an unused var
2009-02-12 peaveySeveral fixes to mysql module:
2009-02-11 brainI really dont get the oddball count()? rewrite it
2009-02-11 brainMerge in initial numbered parameters patch from Phoenix...
2009-01-28 w00tRemove an incorrect comment
2009-01-25 brainThis is more accurate
2009-01-25 dzProperly check if the SSL handshake is completed in...
2009-01-25 brainTry this as the ssl crash fix
2009-01-23 brainTemplateise this
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-22 brainAdd $gecos, $ident, $server, $uuid vars for building...
2009-01-17 brainFix for bug #679 reported by Namegduf, based on suggest...
2009-01-07 brainReadability: pointless construct of a std::string from...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-31 brainChange numeric 671, starttls failure to 691. 671 confli...
2008-12-28 w00tModify STARTTLS error message to clarify that it may...
2008-12-18 dzProperly disconnect clients that send STARTTLS after...
2008-12-15 peaveyHandle file not found, and tidy up the perl.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-15 peaveyAdd support for freetds 0.82 which is being shipped...
2008-12-13 psychonm_ssl_gnutls: Log ssl errors
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tFix opercert to behave correctly, patch from and tested...
2008-10-30 w00tBetter error message for erroring on loading server...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-15 specialm_ssl_openssl is sending log messages and calling itsel...
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-10-04 brainWe are including tons more than we need to here, its...
2008-09-26 w00tInitialise SSL session pointer to NULL to prevent a...
2008-09-22 brainSet Id property on a bunch of modules which lack it...
2008-09-21 brainsomeone forget an instance
2008-09-21 brainThis compiles but is NOT tested yet. Do not use unless...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
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
next