Age | Commit message (Expand) | Author |
2016-12-30 | Clean up User::FormatModes(), rename to GetModeLetters() | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2016-02-20 | Adds <commandlist> tag with command usage to httpd_stats. | Johanna A |
2015-02-12 | Merge branch 'master+crossmodevents' | Attila Molnar |
2015-02-12 | m_httpd_stats Remove days/hours/mins/secs from <uptime> | Attila Molnar |
2015-02-12 | m_httpd_stats Fix pointer being shown instead of server name in <user> | Attila Molnar |
2015-02-11 | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-06-14 | Kill needless #includes in source files | Attila Molnar |
2014-03-15 | Add UserManager::GetUsers() | Attila Molnar |
2014-03-14 | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar |
2014-02-14 | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar |
2014-02-08 | Change all socketengine methods to be static | Attila Molnar |
2014-02-08 | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-21 | m_httpd_stats Be more conservative when escaping data | Attila Molnar |
2013-12-15 | Remove some pointless code: | Peter Powell |
2013-08-30 | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | attilamolnar |
2013-08-25 | Clean up the protocol interface | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change httpd modules to use the MODNAME constant in headers. | Peter Powell |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-07 | Change the API of m_httpd to be dynamic_reference-based | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-16 | Allow spaces (and more) in oper types | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
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-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Remove some dead code: | Peter Powell |
2013-02-17 | Fix multiple escape bugs in m_httpd_stats. | Peter Powell |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-02 | Allow opermotd to specify its file in <files> without also requiring an <oper... | danieldg |
2010-01-14 | Move revision information from Version object to a static symbol | 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-10-30 | Clean up typos and some unused code | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-22 | Clean up unused functions, add nonicks operoverride [dKingston] | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-18 | Fix null dereference caused by tracking dummy | danieldg |