Age | Commit message (Expand) | Author |
2013-06-16 | Always set the topic in Channel::SetTopic(), move access checks into cmd_topic | attilamolnar |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-12 | Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to r... | attilamolnar |
2013-06-12 | Implement GetRouting() in core commands that require it, remove ugly workarou... | attilamolnar |
2013-06-12 | CommandParser::LoopCall() changes | attilamolnar |
2013-06-12 | Unite cmd_privmsg and cmd_notice | attilamolnar |
2013-06-06 | Convert User::FormatNoticeMasks() to use std::string. | Peter Powell |
2013-06-06 | Use InspIRCd::Format instead of snprintf(). | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-06-04 | Reduce User* -> Membership* lookups on part and kick | attilamolnar |
2013-06-04 | Channel::KickUser() and cmd_kick changes | attilamolnar |
2013-06-02 | Route WALLOPS like a regular command, remove OnWallops hook | attilamolnar |
2013-06-01 | Watch mode names with ModeWatchers instead of mode letters | attilamolnar |
2013-06-01 | Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode() | attilamolnar |
2013-06-01 | Remove (non-functional) total_bytes counter from Command | attilamolnar |
2013-06-01 | cmd_who Hide +i users when listing users on a server and hidewhois is off | attilamolnar |
2013-05-23 | Update authors | attilamolnar |
2013-05-21 | Merge pull request #545 from SaberUK/master+logging-cleanup | Attila Molnar |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-18 | Remove the size argument from IsChannel and IsNick. | Peter Powell |
2013-05-16 | Get rid of strlcpy(), strlcat(), charlcat() and charremove() | attilamolnar |
2013-05-16 | Allow spaces (and more) in oper types | attilamolnar |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-27 | Move <performance:nouserdns> to <connect:nouserdns>. | Peter Powell |
2013-04-26 | Fix Windows | Adam |
2013-04-26 | Modularize DNS | Adam |
2013-04-13 | Add <security:allowcoreunload>. | Peter Powell |
2013-04-13 | Channel::JoinUser() and Channel::ForceChan() changes | attilamolnar |
2013-04-13 | Remove the deprecated invite API | 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-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-09 | Move most whois related code from the core into cmd_whois | attilamolnar |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2013-04-04 | Move whowas settings into cmd_whowas from ConfigReader | attilamolnar |
2013-04-04 | Make cmd_whowas act like a module, remove special handling | attilamolnar |
2013-04-03 | Convert InspIRCd::Duration() to be static | attilamolnar |
2013-04-01 | Move member variables from User to LocalUser | attilamolnar |
2013-04-01 | cmd_stats List opers without iterating the whole userlist | attilamolnar |
2013-04-01 | cmd_stats List opers without iterating the whole userlist | attilamolnar |
2013-04-01 | cmd_invite Check if the inviting user is on the channel before potentially te... | attilamolnar |
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings... | attilamolnar |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2013-03-29 | cmd_kill Send snotice to servers when both the oper and the victim are on the... | attilamolnar |