summaryrefslogtreecommitdiff
path: root/src/modules/m_alias.cpp
AgeCommit message (Expand)Author
2014-01-27m_alias Remove duplicate checksAttila Molnar
2014-01-27m_alias Use equal_range() when searching for aliasesAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-19m_alias Fix out of bounds string access that happened with certain replace st...Attila Molnar
2014-01-09Stop null checking pointers that are always validAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2014-01-04Add functor that does strict weak ordering based on national_case_insensitive...Attila Molnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-19Replace hardcoded mode letters, part 3attilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-06Compare to ServerLimits::MaxLine instead of MAXBUF.Peter Powell
2013-06-06Reserve ServerLimits::MaxLine instead of MAXBUF.Peter Powell
2013-06-06Merge insp20attilamolnar
2013-06-01Remove #define MAXPARAMETERS and "MAXPARA" 005 tokenattilamolnar
2013-05-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar
2013-05-16Remove unused variables, avoid copies where possible, check empty() instead o...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-09-23Fix undefined behavior caused by referencing the returned buffer by std::stri...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-07-30Fix incorrect default on <alias:channelcommand>Daniel De Graaf
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Use ConfigTagList as a faster access method for access to configurationdanieldg
2009-10-18Rewrite m_alias DoCommand to do variable substitution in one pass, fixing bug...danieldg
2009-10-18Fix infinite loop on alias expansion, found by Adamdanieldg
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-08-28Stop a potential null pointer dereference introduced by Namegduf's patch, fou...w00t
2009-08-28Patch from Namegduf to use OnUserMessage instead of OnUserPreMessage, and cor...w00t
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-02Remove an old debug log, and fix compile.w00t
2009-05-02Fix: Channel aliases should work a bit more like user aliases. This is a BC c...w00t
2009-05-02Replace $chan to "" for a non-channel command.w00t
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-10Prevent fantasy aliases from blocking user commands (eg. !topic would prevent...dz
2009-02-09Merge fantasy:allowbots patch from Taros, closing off bug #709, thanks!brain