| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 1 | -1/+1 | |
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-31 | 1 | -2/+2 | |
| * | Add Channel::WriteRemoteNotice and revert WriteNotice changes.•••This is a partial reversion of 687778b72e. See also: #1749. | 2020-01-29 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -6/+11 | |
| * | Add optional oper override umode +O. | 2017-12-11 | 1 | -2/+21 | |
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -1/+1 | |
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| * | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -1/+2 | |
| |\ | |||||
| | * | m_override: fix parentheses compiler warning | 2017-05-17 | 1 | -1/+1 | |
| | * | fix channel rank issue | 2016-12-10 | 1 | -1/+2 | |
| * | | Send NOTICEs to local channel members with Channel::WriteNotice() | 2016-03-05 | 1 | -1/+1 | |
| * | | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one | 2015-11-02 | 1 | -1/+4 | |
| * | | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable•••This gets rid of the duplicated mode parsing logic in m_namedmodes | 2014-09-04 | 1 | -11/+27 | |
| * | | Remove redundant IS_LOCAL() checks discovered by static asserts | 2014-04-26 | 1 | -1/+1 | |
| * | | m_override Deduplicate code | 2014-04-03 | 1 | -51/+19 | |
| * | | Merge insp20 | 2014-01-21 | 1 | -1/+18 | |
| |\| | |||||
| | * | Fix m_override refusing to override modes if the user holds halfop or higher ... | 2013-12-14 | 1 | -1/+18 | |
| * | | Stop null checking pointers that are always valid | 2014-01-09 | 1 | -1/+1 | |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -4/+2 | |
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| * | | Replace hardcoded mode letters, part 2•••This changes all remaining Channel::IsModeSet() and Channel::GetModeParameter() calls to use ModeReferences for modes that were created by other modules or the core | 2013-07-19 | 1 | -4/+15 | |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | | Tidy up keywords on module methods.•••- 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. | 2013-05-15 | 1 | -8/+8 | |
| * | | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | 2013-05-14 | 1 | -4/+4 | |
| * | | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | 2013-04-13 | 1 | -2/+2 | |
| * | | Remove the deprecated invite API | 2013-04-13 | 1 | -2/+1 | |
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -2/+2 | |
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -4/+4 | |
| * | | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | 2013-04-01 | 1 | -9/+9 | |
| |/ | |||||
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | 2012-12-02 | 1 | -1/+1 | |
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -2/+2 | |
| * | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | 2012-11-19 | 1 | -4/+4 | |
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -5/+3 | |
| * | Remove superfluous std::string()s | 2012-10-12 | 1 | -3/+3 | |
| * | Fix more undefined behavior caused by referencing the returned buffer by std:...•••See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88 | 2012-09-30 | 1 | -1/+1 | |
| * | Updated the version lines on several modules. | 2012-07-06 | 1 | -2/+2 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+21 | |
| * | Make remote/local snomasks consistent and allow use without naming•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12568 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-25 | 1 | -13/+8 | |
| * | Don't send GODMODE snomask for remote users (let SendGlobalSno handle that)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12392 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-07 | 1 | -5/+3 | |
| * | Clean up some slow iterations•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12300 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-19 | 1 | -22/+3 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Hide channel mode structures•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12132 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-11-15 | 1 | -3/+3 | |
| * | Change User::oper to an OperInfo reference•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11945 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-21 | 1 | -1/+1 | |
| * | Move all local-only fields to LocalUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-21 | 1 | -1/+1 | |
| * | Remove dummy API_VERSION from Version constructor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-17 | 1 | -1/+1 | |
| * | Update Event and Request APIs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-08 | 1 | -18/+2 | |
| * | Get rid of a bunch of memory-wasting C-style strings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-03 | 1 | -4/+4 | |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-26 | 1 | -4/+3 | |
| * | Describe module purpose in /MODULES output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-22 | 1 | -1/+1 | |
