Age | Commit message (Expand) | Author |
2008-09-08 | (Attempt to) convert MySQL to using listener base. | w00t |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-09-08 | Give httpd a custom listener class, specialised in creating HttpServerSockets. | w00t |
2008-09-08 | Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste... | w00t |
2008-09-08 | Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre... | w00t |
2008-09-08 | Move this to another (yet more appropriate) place, saves some syscalls in an ... | w00t |
2008-09-08 | Add incoming IP to OnAcceptReady | w00t |
2008-09-07 | Allow for silencing getmodules() output (is annoying when using modulemanager) | w00t |
2008-09-07 | Add "list" and usage to modulemanager [danieldg] | w00t |
2008-09-07 | Fix missing semicolon in m_ssl_openssl [danieldg] | w00t |
2008-09-07 | Move a socket sanity check into the generic listener handler, avoiding the ne... | w00t |
2008-09-07 | Tidy up some of the internals a bit, making things a bit more extensible and ... | w00t |
2008-09-07 | Fix windows project files | brain |
2008-09-07 | Merge class connection in with class user (nothing else inherits it anyway, a... | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-09-07 | Initialising the member we added might be an idea. | w00t |
2008-09-07 | Make this work with older git, too (thanks danieldg) | w00t |
2008-09-07 | Use git describe rather than git-svn, it works better with secondary clones | w00t |
2008-09-07 | Updates | w00t |
2008-09-07 | Invite timeout on server-to-server is already a unix timestamp | w00t |
2008-09-07 | Fix IO hooking modules to use the new (not old) hooking call | w00t |
2008-09-07 | Fix a stupid error, and two warnings. | w00t |
2008-09-07 | Move socket hooking in inspsocket to utilise the new system properly. | w00t |
2008-09-07 | Fix forward-declaration caused as a result of recent changes. | w00t |
2008-09-07 | Start moving IO hooking from being bufferedsocket based to residing in EventH... | w00t |
2008-09-07 | Move listensocket stuff into a file of it's own. | w00t |
2008-09-07 | Don't execute multiple aliases after executing one. | w00t |
2008-09-07 | Fix aliases returning multiple messages, thanks Ankit. | w00t |
2008-09-07 | Fix compile. Try again, Ankit. | w00t |
2008-09-07 | Merge branch 'testbranch' | w00t |
2008-09-07 | Test commit. | w00t |
2008-09-07 | Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,... | w00t |
2008-09-07 | Also redirect errors to /dev/null to avoid messy output on VCS that aren't in... | w00t |
2008-09-07 | Nicer fix for REVISION stuff when using git, thanks danieldg for the basis. | w00t |
2008-09-07 | Another test commit | w00t |
2008-09-07 | Test commit from git | w00t |
2008-09-07 | Upgrade the upgrade command to ..upgrade better. Thanks danieldg. | w00t |
2008-09-07 | Implement masking and descriptions for module manager, thanks danieldg | w00t |
2008-09-07 | Allow comments in sources.list and list files (thanks danieldg) | w00t |
2008-09-07 | Add default sources.list for modulemanager | w00t |
2008-09-07 | Add basic module manager, patch courtesy of danieldg.. still needs some work/... | w00t |
2008-09-06 | Add (currently untested and undocumented) fantasy command (<alias:channelcomm... | w00t |
2008-09-06 | Grr at windows exports | brain |
2008-09-06 | Rename some member fields; add <alias:usercommand>, default true - whether or... | w00t |
2008-09-06 | Restructuring to m_alias, this will be used for (optional) fantasy commands. | w00t |
2008-09-06 | fixes so m_sqloper builds on win | brain |
2008-09-06 | Auto update modules from src/modules/extra by recopying them in configure if ... | brain |
2008-09-06 | Modify aliases to use a multimap rather than a vector for storage + a map for... | w00t |
2008-09-06 | Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock() | brain |
2008-09-06 | Document m_operinvex | w00t |