| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace all abstract usages of his/he/her with they/their/it. | 2019-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Remove the OnNamesListItem event out of the core. | 2019-04-19 | 1 | -2/+5 | |
| | | |||||
| * | Implement support for IRCv3 client-to-client tags. | 2019-02-19 | 1 | -2/+16 | |
| | | |||||
| * | Get rid of DummyMessageDetails in the delayjoin module. | 2018-10-01 | 1 | -23/+14 | |
| | | |||||
| * | Fix the delayjoin module not hiding JOIN messages properly. | 2018-10-01 | 1 | -2/+3 | |
| | | |||||
| * | Implement proper CTCP parsing in MessageDetails. | 2018-08-26 | 1 | -1/+11 | |
| | | |||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -16/+47 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Rework message handling. | 2018-01-06 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | - Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| | | |||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+3 | |
| | | |||||
| * | Remove some unnecessary NULL checks | 2015-01-10 | 1 | -5/+1 | |
| | | |||||
| * | Merge insp20 | 2014-10-27 | 1 | -0/+4 | |
| |\ | |||||
| | * | m_delayjoin Only send JOIN on mode change if the mode being changed is a ↵ | 2014-10-17 | 1 | -0/+5 | |
| | | | | | | | | | prefix mode | ||||
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 1 | -2/+2 | |
| | | | |||||
| * | | Change return type of Channel::GetUsers() to reference from pointer as it is ↵ | 2014-07-14 | 1 | -4/+4 | |
| | | | | | | | | | never NULL | ||||
| * | | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| | | | |||||
| * | | Change the OnNamesListItem() hook to return ModResult | 2014-04-20 | 1 | -4/+6 | |
| | | | | | | | | | Return MOD_RES_DENY to exclude the user from the NAMES list | ||||
| * | | Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt | 2014-02-21 | 1 | -2/+2 | |
| | | | |||||
| * | | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -8/+8 | |
| | | | |||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() ↵ | 2013-07-01 | 1 | -3/+3 | |
| | | | | | | | | | with ModeHandlers, part 1 | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -9/+9 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -6/+0 | |
| |/ | |||||
| * | Register a few extensions that weren't registered | 2012-12-02 | 1 | -0/+1 | |
| | | |||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -2/+1 | |
| | | | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | ||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -0/+4 | |
| | | |||||
| * | Module description updates | 2012-05-30 | 1 | -3/+2 | |
| | | |||||
| * | Debian typo fixes. | 2012-05-25 | 1 | -2/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| | | |||||
| * | Stop hiding users when a prefix is set on them, fixes apparent desyncs | 2010-08-08 | 1 | -3/+25 | |
| | | |||||
| * | Remove VF_COMMON from mode-provider modules (no longer needed due to better ↵ | 2010-01-15 | 1 | -1/+1 | |
| | | | | | | | CAPAB checking) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Get rid of ModePair | 2009-10-24 | 1 | -3/+6 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add names for all modes (part 1 of named channel mode list) | 2009-10-08 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11809 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | 2009-10-05 | 1 | -32/+9 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11802 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Run DelMode and DelModeWatcher in RemoveModule | 2009-10-05 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11799 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Describe module purpose in /MODULES output | 2009-09-22 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix OnHostCycle in m_delayjoin [patch by dKingston] | 2009-09-14 | 1 | -2/+11 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11720 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove redundant ServerInstance* fields | 2009-09-13 | 1 | -1/+1 | |
| | | | | | | | | | It has been impossible to have more than one InspIRCd* object in the same address space for some time now, and this feature was never used. This formalizes class InspIRCd as a singleton object. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11703 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Simplify ModeHandler constructor | 2009-09-13 | 1 | -1/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11701 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Module API changes to use Membership* where sensible | 2009-09-13 | 1 | -36/+25 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11699 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Membership* changes | 2009-09-13 | 1 | -83/+32 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11697 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
