summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
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
2008-08-28Newly revamped ziplinks module, work of psychon.. resolves (a lot) of problem...w00t
2008-08-28this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe...brain
2008-08-28Add CAP REQ tls support, thanks to psychonw00t
2008-08-27Clean up opering a tiny bit.. pave the way for SVSOPERw00t
2008-08-27Delete R:Lines from memory on destroyw00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Nuke last references to MatchTextw00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-18Apply to clictx toobrain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-08-09Fix for bug #583 reported by Deyan, thanks for the heads upbrain
2008-07-23fix a little typo I found while checking some other stuffpeavey
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-12Fixed #568 - gnutls does not allow reuse of credentials, which was making /re...special
2008-07-12Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanksw00t
2008-06-24This is more correct, thanks Phoenixbrain
2008-06-20It is unnecessary and rather less efficient to use memmove() everywhere; it's...special
2008-06-19Whos been commiting a quarter of a fix?brain
2008-06-11Dont even bother to do the ldap bind if the password given is empty (performa...brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-09Slight adjustment to our standard to avoid an obvious race condition found by...brain
2008-06-08Properly ignore second STARTTLS request on same socket, as per our specbrain
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-05-28revert this 1 revision back, since it fell victim to collateral damage of the...peavey
2008-05-24Kick the client in the balls if they try STARTTLS after client registrationbrain
2008-05-24Fix memory leak if we send STARTTLS twice, thanks special and psychonbrain
2008-05-19Convert channel::name to std::string, this was a beastie!brain