Age | Commit message (Expand) | Author |
2010-02-12 | Fix stats output to divide in floating-point | danieldg |
2010-02-10 | Fix incorrect check of mode permissions when displaying them | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-02-01 | Spacify the oper name in STATS O | danieldg |
2010-02-01 | Add stats O, oper type/permission list | danieldg |
2010-01-31 | Update connect block matching on rehash to prefer names, show more useful inf... | danieldg |
2010-01-18 | Include total CPU usage in STATS z | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-10-30 | Clean up typos and some unused code | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |