]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_user/cmd_mode.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / coremods / core_user / cmd_mode.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-11 Attila MolnarFix issues with some numerics introduced in the WriteNu...
2014-10-27 Attila MolnarMerge insp20
2014-09-04 Attila Molnarcmd_mode Exempt remote users and servers from max modes...
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila Molnarcore_user Expand the MODE handler into its own file
2014-03-05 Attila MolnarCreate the core_user module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/