]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Replace hardcoded mode letters, part 3
[user/henk/code/inspircd.git] / src / commands /
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-12 attilamolnarImplement GetRouting() in core commands that require...
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-12 attilamolnarUnite cmd_privmsg and cmd_notice
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-03 attilamolnarChannel::KickUser() and cmd_kick changes
2013-06-02 attilamolnarRoute WALLOPS like a regular command, remove OnWallops...
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-06-01 attilamolnarRemove (non-functional) total_bytes counter from Command
2013-06-01 attilamolnarcmd_who Hide +i users when listing users on a server...
2013-05-23 attilamolnarUpdate authors
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-16 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamFix Windows
2013-04-26 AdamModularize DNS
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 Peter PowellAdd <security:allowcoreunload>.
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-13 attilamolnarRemove the deprecated invite API
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2013-04-01 attilamolnarcmd_invite Check if the inviting user is on the channel...
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-29 attilamolnarcmd_kill Send snotice to servers when both the oper...
2013-03-27 attilamolnarcmd_lusers Fix miscounting
2013-03-03 attilamolnarcmd_lusers Be smart and know how many invisible users...
2013-03-03 attilamolnarcmd_lusers Use of size() instead of counting elements
2013-03-03 attilamolnarcmd_lusers Refresh max local/global user counters after...
2013-03-03 attilamolnarcmd_lusers Convert to a module
2013-02-11 attilamolnarcmd_invite Send invite announcements to halfops and...
2013-02-11 attilamolnarcmd_invite Correct error message when the user has...
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarcmd_rehash, m_spanningtree Fix REHASH messages duplicat...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-21 attilamolnarFix /RESTART not closing file descriptors
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-21 attilamolnarFix KILL accepting SIDs, get rid of potentially unsafe...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-12 attilamolnarFix unregistered users getting global notices, also...
2012-10-12 AdamAdd myself to the Other Contributors list
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-12 attilamolnarDon't allow banned users to NOTICE a channel when secur...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-18 AdamFixed Windows build
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarMove STATS handler back to cmd_stats so it's hotpatchab...
2012-07-10 attilamolnarcmd_commands Don't show server only commands to users
2012-07-07 attilamolnarcmd_stats Remove unused preprocessor stuff (it has...
2012-07-06 Attila MolnarMerge pull request #223 from Shawn-Smith/insp20+needmor...
2012-07-06 Shawn SmithFix to show ERR_NEEDMOREPARAMS for cmd_userhost and...
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-04 Attila MolnarMerge pull request #239 from alyx/insp20
next