Age | Commit message (Expand) | Author |
2014-01-19 | m_alias Fix out of bounds string access that happened with certain replace st... | Attila Molnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-23 | Fix undefined behavior caused by referencing the returned buffer by std::stri... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-07-30 | Fix incorrect default on <alias:channelcommand> | Daniel De Graaf |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-18 | Rewrite m_alias DoCommand to do variable substitution in one pass, fixing bug... | danieldg |
2009-10-18 | Fix infinite loop on alias expansion, found by Adam | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-08-28 | Stop a potential null pointer dereference introduced by Namegduf's patch, fou... | w00t |
2009-08-28 | Patch from Namegduf to use OnUserMessage instead of OnUserPreMessage, and cor... | w00t |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-02 | Remove an old debug log, and fix compile. | w00t |
2009-05-02 | Fix: Channel aliases should work a bit more like user aliases. This is a BC c... | w00t |
2009-05-02 | Replace $chan to "" for a non-channel command. | w00t |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-10 | Prevent fantasy aliases from blocking user commands (eg. !topic would prevent... | dz |
2009-02-09 | Merge fantasy:allowbots patch from Taros, closing off bug #709, thanks! | brain |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-18 | Hmm, why didnt this go through before? | brain |
2009-01-09 | Correctly match alias formats (was backwards) and avoid going on to other ali... | dz |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Rename case_sensitive_map to rfc_case_sensitive_map | w00t |
2008-09-07 | Don't execute multiple aliases after executing one. | w00t |
2008-09-07 | Fix aliases returning multiple messages, thanks Ankit. | w00t |
2008-09-07 | Fix compile. Try again, Ankit. | w00t |
2008-09-07 | Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,... | w00t |
2008-09-06 | Add (currently untested and undocumented) fantasy command (<alias:channelcomm... | w00t |
2008-09-06 | Rename some member fields; add <alias:usercommand>, default true - whether or... | w00t |
2008-09-06 | Restructuring to m_alias, this will be used for (optional) fantasy commands. | w00t |
2008-09-06 | Modify aliases to use a multimap rather than a vector for storage + a map for... | w00t |
2008-08-28 | Fix aliases stuff. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |