Age | Commit message (Expand) | Author |
2008-09-12 | more cleanup | peavey |
2008-09-12 | cleanup | peavey |
2008-09-12 | fix for listenbase, tested and works like a charm. | peavey |
2008-09-09 | Remember to free some stuff when failing in the ctor | brain |
2008-09-09 | fix compile errors (whoops) | brain |
2008-09-09 | Whoops, schoolboy error | brain |
2008-09-09 | Add connmutex to mutex the connections vector, otherwise we can get access fr... | brain |
2008-09-09 | peavey, w00t, this works now. Methods werent copied right. Please feel free t... | brain |
2008-09-09 | fix various bodge-ups, we must have been tired when fixing this in the first ... | brain |
2008-09-09 | not test compiled yet: sql modules werent working because someone chopped out... | brain |
2008-09-08 | Check the wrong way around is just stupid. ;p | w00t |
2008-09-08 | Fix warning, thanks peavums | w00t |
2008-09-08 | More compile fixes. | w00t |
2008-09-08 | Fix compile problems hopefully.. | w00t |
2008-09-08 | (Attempt to) convert MySQL to using listener base. | w00t |
2008-09-07 | Fix missing semicolon in m_ssl_openssl [danieldg] | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
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 |