]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Merge insp20
[user/henk/code/inspircd.git] / src / commands /
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila MolnarIncrease the penalty for a few core commands
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2013-12-18 Attila MolnarAdd m_showfile, remove cmd_rules
2013-12-18 Attila MolnarClean up CoreException
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-12-15 Peter PowellMove stuff around a bit:
2013-11-21 attilamolnarFix a few issues
2013-11-21 Daniel VassdalDisallow remote /MODULES for non-opers.
2013-11-12 Daniel VassdalFix remote /MODULES bug
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-11 attilamolnarConvert cmd_modenotice into an optional module
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-08 attilamolnarRemove InspIRCd::HandleRehash functor
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-28 attilamolnarm_spanningtree Propagate topic changes via FTOPIC in...
2013-08-27 attilamolnarFix crash caused by passing a large integer to ctime()
2013-08-25 attilamolnarClean up the protocol interface
2013-08-19 attilamolnarRemove cmd_map from the core
2013-08-13 attilamolnarStore oper types and opers in separate containers
2013-08-12 attilamolnarcmd_whowas Major cleanup, fix inefficiencies
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellReplace range() with min and max arguments on getInt().
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-09 attilamolnarRemove virtual User::GetClass() (but keep LocalUser...
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
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...
next