summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-08Remove a (now nonexistant) reference from .hw00t
2008-09-08Check the wrong way around is just stupid. ;pw00t
2008-09-08Fix warning, thanks peavumsw00t
2008-09-08Growl.w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08More compile fixes.w00t
2008-09-08Fix compile problems hopefully..w00t
2008-09-08(Attempt to) convert MySQL to using listener base.w00t
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-09-08Give httpd a custom listener class, specialised in creating HttpServerSockets.w00t
2008-09-08Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste...w00t
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-08Move this to another (yet more appropriate) place, saves some syscalls in an ...w00t
2008-09-08Add incoming IP to OnAcceptReadyw00t
2008-09-07Fix missing semicolon in m_ssl_openssl [danieldg]w00t
2008-09-07Move a socket sanity check into the generic listener handler, avoiding the ne...w00t
2008-09-07Tidy up some of the internals a bit, making things a bit more extensible and ...w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-09-07Initialising the member we added might be an idea.w00t
2008-09-07Invite timeout on server-to-server is already a unix timestampw00t
2008-09-07Fix IO hooking modules to use the new (not old) hooking callw00t
2008-09-07Fix a stupid error, and two warnings.w00t
2008-09-07Move socket hooking in inspsocket to utilise the new system properly.w00t
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-09-07Move listensocket stuff into a file of it's own.w00t
2008-09-07Don't execute multiple aliases after executing one.w00t
2008-09-07Fix aliases returning multiple messages, thanks Ankit.w00t
2008-09-07Fix compile. Try again, Ankit.w00t
2008-09-07Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,...w00t
2008-09-07Implement masking and descriptions for module manager, thanks danieldgw00t
2008-09-06Add (currently untested and undocumented) fantasy command (<alias:channelcomm...w00t
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