Age | Commit message (Expand) | Author |
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 |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-20 | More comments | brain |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-07-20 | Fix potential off-by-one on large reads (thanks psychon) | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-19 | Fix broken build | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-14 | Add InspIRCd::AddExtBanChar() to avoid copypasta. | w00t |
2008-07-13 | Add include/numerics.h, contains/will contain an enum for numerics. Work in p... | w00t |
2008-07-12 | Remove a slightly odd comment | w00t |
2008-07-12 | peavey already fixed this with climits include, remove limits.h. Keep the war... | w00t |
2008-07-11 | Pull in limits.h to fix PATH_MAX problems, thanks to Uli Slachter (psychon)..... | w00t |
2008-07-01 | include limits to get correct PATH_MAX where available | peavey |