Age | Commit message (Expand) | Author |
2008-09-06 | Depends on: ../../include/u_listmode.h | brain |
2008-09-06 | Speedups | brain |
2008-09-06 | Nope w00t it wasnt the last :p | brain |
2008-09-06 | Properly handle CIDR etc for user pointer extbans | brain |
2008-09-06 | Make sure user is null when a literal is passed | brain |
2008-09-06 | Optional use of user object | brain |
2008-09-06 | Whoops left something out | brain |
2008-09-06 | Publish interface in chanfilter | brain |
2008-09-06 | Newer extban-supporting listmode api | brain |
2008-09-06 | Stick Enable() in private, enhance comments | brain |
2008-09-06 | Use lock/unlock | brain |
2008-09-06 | use lock/unlock instead. | peavey |
2008-09-06 | New methods in mutex purely for readability: | brain |
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 | Fix unsafe cast (const char * -> char *). Doesn't really matter, though, as n... | w00t |
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-09-04 | mutexengine -> mutexfactory | brain |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |
2008-09-04 | initialise mutexengine | brain |
2008-09-04 | Fix silly compile errors | brain |
2008-09-04 | fix posix mutexes | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-09-04 | fix a warning. I am on a warning zapping crusade today. | brain |
2008-09-02 | Change exception message: "You cannot load m_services.so and m_services_accou... | brain |
2008-09-02 | Friendly up the modules.conf comments | w00t |
2008-09-02 | Fix missing >, thanks Kein | w00t |
2008-09-02 | This string copy is gone now, remove fixme note | w00t |
2008-09-01 | Make m_chanfilter grok globbing, meaning +g test?string?lol is now possible t... | w00t |
2008-09-01 | typofix | w00t |
2008-09-01 | Allow a choice between openssl and gnutls (or both, if you're a masochist (fo... | w00t |
2008-09-01 | Output proper error message when we cant write one of the makefiles etc | brain |
2008-08-31 | Omit -export-dynamic on OS X, thanks to satmd's oper | w00t |
2008-08-31 | Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we... | brain |
2008-08-31 | More debugging mesages for troubleshooting invalid mode sequences in UID | brain |
2008-08-31 | Whoops, left off a virtual. Please ensure youre using this version if you act... | brain |
2008-08-31 | I guess it makes sense never to let the gecos be parsed as a mode param, even... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |