Age | Commit message (Expand) | Author |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-22 | Clean up unused functions, add nonicks operoverride [dKingston] | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-21 | Update documentation and remove unused classes/functions | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f... | peavey |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Include VERSION/REVISION information in module version tag, so that we do no ... | danieldg |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | Make CHECK work remotely with optional second parameter | danieldg |
2009-09-01 | Remove now-unused insp_sockaddr and insp_inaddr types | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-05-13 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-03-25 | Fix headers for GCC 4.4: sprintf requires #include <cstdio> | danieldg |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-06 | Patch for bug #704 by Darom, allows for 64 bit file offsets, so that signal 2... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-28 | Change a few bits to use std::list instead of std::vector. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |