Age | Commit message (Expand) | Author |
2014-02-11 | Fix various problems detected by Clang 3.4. | Peter Powell |
2014-02-08 | Change all socketengine methods to be static | Attila Molnar |
2014-02-07 | Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is defined | Attila Molnar |
2014-01-24 | Convert LocalUserList to an intrusively linked list | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-05 | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-12-15 | Move stuff around a bit: | Peter Powell |
2013-11-21 | Fix a few issues | attilamolnar |
2013-09-26 | Improve error reporting for <security:runas{user,group}>. | Peter Powell |
2013-09-08 | Remove InspIRCd::HandleRehash functor | attilamolnar |
2013-09-08 | Fix a crash when running as systemd service | ChrisTX |
2013-08-30 | Merge insp20 | attilamolnar |
2013-08-18 | m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT | attilamolnar |
2013-08-12 | Add <path> keys for all of the compile-time paths. | Peter Powell |
2013-08-08 | Fix a couple of issues | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-07-07 | Fix low risk crash when we can't determine maximum open socket count. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-07-01 | Fix a few oversights | attilamolnar |
2013-06-18 | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | attilamolnar |
2013-06-18 | Minor changes to the startup and shutdown code | attilamolnar |
2013-06-18 | Remove unused exit codes | attilamolnar |
2013-06-06 | Move code between usermanager.(cpp|h), clarify comments | attilamolnar |
2013-06-06 | Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager | attilamolnar |
2013-06-06 | Merge insp20 | attilamolnar |
2013-05-23 | Update authors | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-19 | Purge a ton of code related to non <log> related logging. | Peter Powell |
2013-05-18 | Get rid of the NICKForced extension | attilamolnar |
2013-05-18 | Initialize local_count | attilamolnar |
2013-05-07 | Clean up cross-platform compatibility. | Peter Powell |
2013-04-26 | Modularize DNS | Adam |
2013-04-14 | Extract UID/SID generation logic into a new class: UIDGenerator | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-08 | Add builtin modes using AddService() | attilamolnar |
2013-04-08 | Rework dynamic_reference management, introduce dynamic_reference_nocheck | attilamolnar |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2013-04-04 | Line ending conversion | attilamolnar |
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |
2013-04-01 | Remove more deprecated code | attilamolnar |
2013-03-28 | Fix premature overwriting of OLDTIME that resulted in time drifts never being... | attilamolnar |
2013-03-25 | Accept -c as a command line argument (equivalent to --config) | attilamolnar |
2013-03-24 | Initialize the FakeClient pointer in InspIRCd::InspIRCd() | attilamolnar |
2012-12-03 | Properly shut down stdin | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-10-14 | Replace printf(_c) with iostream | ChrisTX |