Age | Commit message (Expand) | Author |
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 | 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 | 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 | 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 | 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 | Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,... | w00t |
2008-09-07 | Implement masking and descriptions for module manager, thanks danieldg | 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 | 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 | Add m_operinvex, adds first use for extended invex (added by Brain). Allows f... | w00t |
2008-09-06 | Depends on: ../../include/u_listmode.h | brain |
2008-09-06 | Publish interface in chanfilter | brain |
2008-09-06 | Newer extban-supporting listmode api | brain |
2008-09-06 | Use lock/unlock | brain |
2008-09-06 | use lock/unlock instead. | peavey |
2008-09-06 | RegexFactoryRequest sets result to null on construction, so if you direct thi... | brain |
2008-09-05 | Now with threaded queries. | peavey |
2008-09-05 | Fix unsafe cast (const char * -> char *). Doesn't really matter, though, as n... | w00t |
2008-09-05 | TRE regex provider (the same engine used by Unreal 3.2) | aquanight |
2008-09-05 | POSIX regular expression provider (basic/extended controlled by <posix extend... | aquanight |
2008-09-05 | Make it possible to retrieve the original string from a given regex object, s... | aquanight |
2008-09-05 | Adjustments to regex creation, and add PCRE provider | aquanight |
2008-09-05 | Framework for central regex module, and a bare-bone implementation based on I... | aquanight |
2008-09-05 | mysql's windows build is utter hell to get working the way we wanted. The pac... | brain |
2008-09-05 | sql api and m_mysql compile fixes for windows | brain |
2008-09-04 | Needs the .lib apparently | brain |
2008-09-04 | This would be useful, too | brain |
2008-09-04 | Of course, it DOES help to actually initialise the Mutex objects, and delete ... | brain |
2008-09-04 | Update comment | brain |
2008-09-04 | Now uses Mutex class. No need for pthreads use directly in this lib. Needs te... | brain |
2008-09-04 | Thread is now a Thread derived class, now need to convert the mutexes. With t... | brain |
2008-09-04 | mutexengine -> mutexfactory | brain |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |