summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-06Grr at windows exportsbrain
2008-09-06Rename some member fields; add <alias:usercommand>, default true - whether or...w00t
2008-09-06Restructuring to m_alias, this will be used for (optional) fantasy commands.w00t
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-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-06Publish interface in chanfilterbrain
2008-09-06Newer extban-supporting listmode apibrain
2008-09-06Use lock/unlockbrain
2008-09-06use lock/unlock instead.peavey
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 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-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-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-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
2008-08-31Remove a redundant check, and fix user-mode change propegation. (closes bug #...w00t
2008-08-31Add <connect:useident> as part of m_ident, original suggestion from various p...w00t
2008-08-30Make m_alltime easier to scan read for discrepancies on larger networksw00t
2008-08-29Tidier /modules generation. faster for non-opers, neater for all, and doesnt ...brain
2008-08-29Make these more descriptive/easy to grokw00t