summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07Allow for silencing getmodules() output (is annoying when using modulemanager)w00t
2008-09-07Add "list" and usage to modulemanager [danieldg]w00t
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-07Fix windows project filesbrain
2008-09-07Merge class connection in with class user (nothing else inherits it anyway, a...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-07Make this work with older git, too (thanks danieldg)w00t
2008-09-07Use git describe rather than git-svn, it works better with secondary clonesw00t
2008-09-07Updatesw00t
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-07Fix forward-declaration caused as a result of recent changes.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-07Merge branch 'testbranch'w00t
2008-09-07Test commit.w00t
2008-09-07Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,...w00t
2008-09-07Also redirect errors to /dev/null to avoid messy output on VCS that aren't in...w00t
2008-09-07Nicer fix for REVISION stuff when using git, thanks danieldg for the basis.w00t
2008-09-07Another test commitw00t
2008-09-07Test commit from gitw00t
2008-09-07Upgrade the upgrade command to ..upgrade better. Thanks danieldg.w00t
2008-09-07Implement masking and descriptions for module manager, thanks danieldgw00t
2008-09-07Allow comments in sources.list and list files (thanks danieldg)w00t
2008-09-07Add default sources.list for modulemanagerw00t
2008-09-07Add basic module manager, patch courtesy of danieldg.. still needs some work/...w00t
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-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