Age | Commit message (Expand) | Author |
2008-09-07 | Fix IO hooking modules to use the new (not old) hooking call | w00t |
2008-09-06 | Grr at windows exports | brain |
2008-09-06 | Use lock/unlock | brain |
2008-09-06 | use lock/unlock instead. | peavey |
2008-09-06 | RegexFactoryRequest sets result to null on construction, so if you direct thi... | brain |
2008-09-05 | Now with threaded queries. | peavey |
2008-09-05 | TRE regex provider (the same engine used by Unreal 3.2) | aquanight |
2008-09-05 | POSIX regular expression provider (basic/extended controlled by <posix extend... | aquanight |
2008-09-05 | Make it possible to retrieve the original string from a given regex object, s... | aquanight |
2008-09-05 | Adjustments to regex creation, and add PCRE provider | aquanight |
2008-09-05 | Framework for central regex module, and a bare-bone implementation based on I... | aquanight |
2008-09-05 | mysql's windows build is utter hell to get working the way we wanted. The pac... | brain |
2008-09-05 | sql api and m_mysql compile fixes for windows | brain |
2008-09-04 | Needs the .lib apparently | brain |
2008-09-04 | This would be useful, too | brain |
2008-09-04 | Of course, it DOES help to actually initialise the Mutex objects, and delete ... | brain |
2008-09-04 | Update comment | brain |
2008-09-04 | Now uses Mutex class. No need for pthreads use directly in this lib. Needs te... | brain |
2008-09-04 | Thread is now a Thread derived class, now need to convert the mutexes. With t... | brain |
2008-08-29 | Make these more descriptive/easy to grok | w00t |
2008-08-29 | Some fixes for the ziplinks modules. | psychon |
2008-08-29 | Remove two unused parameters | w00t |
2008-08-28 | Newly revamped ziplinks module, work of psychon.. resolves (a lot) of problem... | w00t |
2008-08-28 | this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe... | brain |
2008-08-28 | Add CAP REQ tls support, thanks to psychon | w00t |
2008-08-27 | Clean up opering a tiny bit.. pave the way for SVSOPER | w00t |
2008-08-27 | Delete R:Lines from memory on destroy | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Nuke last references to MatchText | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-18 | Apply to clictx too | brain |
2008-08-18 | Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c... | w00t |
2008-08-09 | Fix for bug #583 reported by Deyan, thanks for the heads up | brain |
2008-07-23 | fix a little typo I found while checking some other stuff | peavey |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-12 | Fixed #568 - gnutls does not allow reuse of credentials, which was making /re... | special |
2008-07-12 | Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanks | w00t |
2008-06-24 | This is more correct, thanks Phoenix | brain |
2008-06-20 | It is unnecessary and rather less efficient to use memmove() everywhere; it's... | special |
2008-06-19 | Whos been commiting a quarter of a fix? | brain |
2008-06-11 | Dont even bother to do the ldap bind if the password given is empty (performa... | brain |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-09 | Slight adjustment to our standard to avoid an obvious race condition found by... | brain |
2008-06-08 | Properly ignore second STARTTLS request on same socket, as per our spec | brain |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-28 | revert this 1 revision back, since it fell victim to collateral damage of the... | peavey |
2008-05-24 | Kick the client in the balls if they try STARTTLS after client registration | brain |
2008-05-24 | Fix memory leak if we send STARTTLS twice, thanks special and psychon | brain |