summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2008-09-22Set Id property on a bunch of modules which lack it, etc.brain
2008-09-21someone forget an instancebrain
2008-09-21This compiles but is NOT tested yet. Do not use unless you like pain.brain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-21Make regex providers load correctly. Move m_rline to use the regex providers,...aquanight
2008-09-20Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ...aquanight
2008-09-17Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d...brain
2008-09-13more namespace fix0rzpeavey
2008-09-13namespace fix0rzpeavey
2008-09-12Last cleanup. All trunk extras now builds again.peavey
2008-09-12fix for listensocket, tested and also working like a charm.peavey
2008-09-12more cleanuppeavey
2008-09-12cleanuppeavey
2008-09-12fix for listenbase, tested and works like a charm.peavey
2008-09-09Remember to free some stuff when failing in the ctorbrain
2008-09-09fix compile errors (whoops)brain
2008-09-09Whoops, schoolboy errorbrain
2008-09-09Add connmutex to mutex the connections vector, otherwise we can get access fr...brain
2008-09-09peavey, w00t, this works now. Methods werent copied right. Please feel free t...brain
2008-09-09fix various bodge-ups, we must have been tired when fixing this in the first ...brain
2008-09-09not test compiled yet: sql modules werent working because someone chopped out...brain
2008-09-08Check the wrong way around is just stupid. ;pw00t
2008-09-08Fix warning, thanks peavumsw00t
2008-09-08More compile fixes.w00t
2008-09-08Fix compile problems hopefully..w00t
2008-09-08(Attempt to) convert MySQL to using listener base.w00t
2008-09-07Fix missing semicolon in m_ssl_openssl [danieldg]w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-09-07Fix IO hooking modules to use the new (not old) hooking callw00t
2008-09-06Grr at windows exportsbrain
2008-09-06Use lock/unlockbrain
2008-09-06use lock/unlock instead.peavey
2008-09-06RegexFactoryRequest sets result to null on construction, so if you direct thi...brain
2008-09-05Now with threaded queries.peavey
2008-09-05TRE regex provider (the same engine used by Unreal 3.2)aquanight
2008-09-05POSIX regular expression provider (basic/extended controlled by <posix extend...aquanight
2008-09-05Make it possible to retrieve the original string from a given regex object, s...aquanight
2008-09-05Adjustments to regex creation, and add PCRE provideraquanight
2008-09-05Framework for central regex module, and a bare-bone implementation based on I...aquanight
2008-09-05mysql's windows build is utter hell to get working the way we wanted. The pac...brain
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-09-04Needs the .lib apparentlybrain
2008-09-04This would be useful, toobrain
2008-09-04Of course, it DOES help to actually initialise the Mutex objects, and delete ...brain
2008-09-04Update commentbrain
2008-09-04Now uses Mutex class. No need for pthreads use directly in this lib. Needs te...brain
2008-09-04Thread is now a Thread derived class, now need to convert the mutexes. With t...brain
2008-08-29Make these more descriptive/easy to grokw00t
2008-08-29Some fixes for the ziplinks modules.psychon
2008-08-29Remove two unused parametersw00t