Age | Commit message (Expand) | Author |
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 |
2009-04-09 | Fix the problem described in bug #827; an improper cast when parsing commandl... | special |
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-02-14 | Nuke trailing spaces | peavey |
2009-02-09 | Trap SIGXFSZ | brain |
2009-01-27 | Credits updates. | w00t |
2009-01-03 | Remove extra 'i'.. oopsie :P | w00t |
2009-01-03 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2009-01-02 | Branch merge | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-27 | Mark a member static so it isn't exported needlessly. | w00t |
2008-12-27 | Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th... | w00t |
2008-12-27 | Remove extra 'i'.. oopsie :P | w00t |
2008-12-27 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2008-12-18 | Wakey wakey w00t :p | brain |
2008-12-18 | Fix a windows compile screwup, courtesy of me. | w00t |