summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-06Restructuring to m_alias, this will be used for (optional) fantasy commands.w00t
2008-09-06fixes so m_sqloper builds on winbrain
2008-09-06Auto update modules from src/modules/extra by recopying them in configure if ...brain
2008-09-06Modify aliases to use a multimap rather than a vector for storage + a map for...w00t
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain
2008-09-06Document m_operinvexw00t
2008-09-06Add m_operinvex, adds first use for extended invex (added by Brain). Allows f...w00t
2008-09-06Depends on: ../../include/u_listmode.hbrain
2008-09-06Speedupsbrain
2008-09-06Nope w00t it wasnt the last :pbrain
2008-09-06Properly handle CIDR etc for user pointer extbansbrain
2008-09-06Make sure user is null when a literal is passedbrain
2008-09-06Optional use of user objectbrain
2008-09-06Whoops left something outbrain
2008-09-06Publish interface in chanfilterbrain
2008-09-06Newer extban-supporting listmode apibrain
2008-09-06Stick Enable() in private, enhance commentsbrain
2008-09-06Use lock/unlockbrain
2008-09-06use lock/unlock instead.peavey
2008-09-06New methods in mutex purely for readability:brain
2008-09-06RegexFactoryRequest sets result to null on construction, so if you direct thi...brain
2008-09-05Now with threaded queries.peavey
2008-09-05Fix unsafe cast (const char * -> char *). Doesn't really matter, though, as n...w00t
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-09-04mutexengine -> mutexfactorybrain
2008-09-04MutexEngine -> MutexFactory, more sensible namebrain
2008-09-04initialise mutexenginebrain
2008-09-04Fix silly compile errorsbrain
2008-09-04fix posix mutexesbrain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-09-04fix a warning. I am on a warning zapping crusade today.brain
2008-09-02Change exception message: "You cannot load m_services.so and m_services_accou...brain
2008-09-02Friendly up the modules.conf commentsw00t
2008-09-02Fix missing >, thanks Keinw00t
2008-09-02This string copy is gone now, remove fixme notew00t
2008-09-01Make m_chanfilter grok globbing, meaning +g test?string?lol is now possible t...w00t
2008-09-01typofixw00t
2008-09-01Allow a choice between openssl and gnutls (or both, if you're a masochist (fo...w00t