Age | Commit message (Expand) | Author |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-19 | Fix null deref on Cleanup() called before FakeUser creation | danieldg |
2009-10-19 | Clean up some log messages | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-18 | Add more debug logging of object lifetimes | 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 | removes unnecessary checks in modules, removes a superfluous else statement, ... | peavey |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-13 | Remove needless chdir() from inspircd executable | danieldg |
2009-10-12 | Fix empty SID validation and generation | danieldg |
2009-10-12 | Fix automatic SID generation when generated value is less than 100 | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | 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-09-30 | Remove include/inspircd_se_config.h and socketengine-specific headers | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | 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-16 | Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod... | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Move user quit logic out of cull list | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | More deallocation-at-exit cleanup | danieldg |
2009-09-02 | Misc removal of pointless Extend strings | danieldg |
2009-09-02 | Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist | danieldg |
2009-09-02 | Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co... | danieldg |
2009-09-01 | Remove now-unused insp_sockaddr and insp_inaddr types | danieldg |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-08-12 | Fix printf format warning | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-08-02 | Make sure usage lines up neatly. | peavey |
2009-07-04 | Fix possible segfault on giving an unknown cmdline argument. index holds the ... | peavey |
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-06-01 | Makefile updates: clean up command lines | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree | danieldg |
2009-05-13 | Make the previous patches actually work | 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-04-09 | Re-add the default case to commandline parsing (if it happens, it's better to... | special |
2009-04-09 | The correct way to detect unknown parameter for getopt_long_only() is looking... | brain |