Age | Commit message (Expand) | Author |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2014-01-27 | m_alias Remove duplicate checks | Attila Molnar |
2014-01-27 | m_alias Use equal_range() when searching for aliases | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-19 | m_alias Fix out of bounds string access that happened with certain replace st... | Attila Molnar |
2014-01-09 | Stop null checking pointers that are always valid | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2014-01-04 | Add functor that does strict weak ordering based on national_case_insensitive... | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 3 | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-06 | Compare to ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Reserve ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-01 | Remove #define MAXPARAMETERS and "MAXPARA" 005 token | attilamolnar |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | 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 |