Age | Commit message (Expand) | Author |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-20 | m_services_account Add workaround for wrong host being displayed in numeric w... | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-15 | Work around STB_GNU_UNIQUE symbols not allowing module unmap | attilamolnar |
2013-09-15 | m_services_account Remove OnDecodeMetaData handler | attilamolnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-13 | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-09 | Remove some uline checks that ran after an IS_LOCAL() check | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-19 | m_remove, m_services_account Don't check whether nicks are u-lined, checking ... | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-10-03 | Check if the mask is long enough before accessing it when checking extbans | attilamolnar |
2012-10-03 | m_services_account Fix possible recursion when checking 'U' extbans | attilamolnar |
2012-08-13 | Merge pull request #251 from Shawn-Smith/insp20+extbanU | Robin Burchell |
2012-07-13 | m_services_account Simplify mode handlers | attilamolnar |
2012-07-07 | Added ExtBan U to match only Unregistered users | Shawn Smith |
2012-06-12 | m_services_account Send an AccountEvent with an empty accountname when a user... | attilamolnar |
2012-05-30 | Module description updates | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-05-16 | Fix umode -r on nick change being denied by permission check | Daniel De Graaf |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-09 | Eliminate duplicate names between user and channel modes | danieldg |
2010-02-09 | Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate | danieldg |
2010-01-19 | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-25 | Fixes from vtable cross-check | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |