Age | Commit message (Expand) | Author |
2021-03-05 | Update copyright headers. | InspIRCd Robot |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2018-12-19 | Make more modules rehash atomically (#1535) | linuxdaemon |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2016-09-12 | Change type of log messages to MODNAME in several modules | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-25 | Clean up the protocol interface | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-18 | Purge the old chanlog code from the module file. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
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-19 | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-07-11 | m_chanlog Use std::multimap::equal_range for iteratation instead of ::find an... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | 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-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-23 | Move unused code to the bottom of the file | w00t |
2008-08-23 | Fix bug that would cause tags to be ignored (etc), thanks dz | w00t |
2008-08-23 | Convert m_chanlog from using logfile output (dangerous, not really that usefu... | w00t |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-04-04 | Zap printfs | brain |
2008-04-04 | Attempt to avoid infinite loops | w00t |
2008-04-04 | Fix chanlog (NOTE: previous commit will require a FULL recompile) | w00t |
2008-04-04 | Remove two useless methods, chanlog is b0rked at the moment. | w00t |
2008-04-04 | Modify chanlog to send message remotely, too. Logging now works server <-> se... | w00t |
2008-03-24 | And more of them | brain |
2008-02-17 | Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin... | aquanight |
2008-02-17 | Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ... | aquanight |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-14 | More <log> stuff | aquanight |
2008-02-10 | Fix m_chanlog crashing. | aquanight |
2008-02-10 | Per-logstream loglevels. | aquanight |