summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-09-01Output proper error message when we cant write one of the makefiles etcbrain
2008-08-31Omit -export-dynamic on OS X, thanks to satmd's operw00t
2008-08-31Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we...brain
2008-08-31More debugging mesages for troubleshooting invalid mode sequences in UIDbrain
2008-08-31Whoops, left off a virtual. Please ensure youre using this version if you act...brain
2008-08-31I guess it makes sense never to let the gecos be parsed as a mode param, even...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Two fixes: First, change the error message for too few params for UID to now ...brain
2008-08-31What the fuck am I doing.w00t
2008-08-31Off-by-one on params also == masskill, woow00t
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-08-31Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded po...w00t