Age | Commit message (Expand) | Author |
2015-12-29 | Fix InspIRCd::StripColor() stripping characters that shouldn't be stripped | Attila Molnar |
2015-12-08 | Strip all control codes except \001 in InspIRCd::StripColor() | Attila Molnar |
2015-12-07 | Deduplicate code in InspIRCd::FindNick() | Attila Molnar |
2015-05-17 | Move InspIRCd::SendError() to cmd_die | Attila Molnar |
2015-04-28 | Move OnWhois* events to core_whois, add Whois::Context | Attila Molnar |
2015-04-28 | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-06-25 | Add parameter to InspIRCd::TimeString for UTC time formats. | Peter Powell |
2014-06-25 | Add formatting to InspIRCd::TimeString; switch all code to use it. | Peter Powell |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2014-03-15 | Change allocation of UserManager::clientlist to be physically part of the obj... | Attila Molnar |
2014-03-14 | Change allocation of UserManager::uuidlist to be physically part of the objec... | Attila Molnar |
2014-03-14 | Change allocation of InspIRCd::chanlist to be physically part of the object c... | 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-18 | Clean up CoreException | Attila Molnar |
2013-12-18 | Fix issues discovered by Coverity | Daniel Vassdal |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-11 | Move prefix mode specific fields and getters into PrefixMode | attilamolnar |
2013-08-30 | Merge insp20 | attilamolnar |
2013-08-27 | Fix crash caused by passing a large integer to ctime() | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-02 | Move a few trivial functions into headers | attilamolnar |
2013-05-23 | Some systems with whacky va_list implementations do undefined stuff when vsnp... | Adam |
2013-05-21 | Merge pull request #545 from SaberUK/master+logging-cleanup | Attila Molnar |
2013-05-20 | Fixup last commit | Adam |
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 | Replaced vsnprintf with VAFORMAT pretty much everywhere. | Daniel Vassdal |
2013-05-18 | Added macro to allow simpler logic in functions with the need to vsnprintf | Daniel Vassdal |
2013-05-18 | Remove the size argument from IsChannel and IsNick. | Peter Powell |
2013-05-16 | Added a function to replace all the ugly sprintf-ing everywhere | Daniel Vassdal |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-13 | Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()... | 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-03 | Convert InspIRCd::Duration() to be static | attilamolnar |
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings... | attilamolnar |
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |
2012-12-09 | Remove ServerLimits::Finalise(), it's completely wrong | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-28 | Have FindUUID(const char*) call FindUUID(const std::string&), not the other w... | attilamolnar |
2012-10-29 | Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function | attilamolnar |
2012-10-19 | Fix for #268. | Peter Powell |
2012-10-14 | Replace printf(_c) with iostream | ChrisTX |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |