Age | Commit message (Expand) | Author |
2018-08-10 | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing. | Peter Powell |
2018-08-10 | Switch m_xline_db to use the xline snomask character. | Peter Powell |
2018-04-22 | Merge tag 'v2.0.26' into master. | Peter Powell |
2017-12-15 | Fix m_xline_db storing the wrong setter in the XLine database. | Peter Powell |
2015-12-18 | m_xline_db Don't flush database when an xline expires | Attila Molnar |
2015-01-29 | Fix xline reasons being truncated in m_xline_db. | Peter Powell |
2014-07-29 | Differ database error messages for m_permchannels and m_xline_db | Justin Crawford |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-05-08 | Fix m_permchannels and m_xline_db on Windows | Adam |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2013-12-15 | Move stuff around a bit: | Peter Powell |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-12 | Add <path> keys for all of the compile-time paths. | Peter Powell |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Modify the log message to contain the log type. | Peter Powell |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-08-04 | Remove a few not-so-useful debug messages | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-06 | Use iostream instead of C-style file operations. | Peter Powell |
2013-05-21 | Merge pull request #545 from SaberUK/master+logging-cleanup | Attila Molnar |
2013-05-21 | Convert XLine::Displayable to return a std::string. | Peter Powell |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | 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 |
2013-03-25 | m_xline_db Fix pointless excessive stack usage in ReadDatabase() | attilamolnar |
2013-03-25 | m_xline_db Major enhancements | 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-10-27 | Issue #346 - fix m_permchannels.cpp and m_xline_db.cpp saving their databases... | Adam |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-07-13 | Revert m_xline_db Get the xlines from the core, don't maintain a seperate lis... | attilamolnar |
2012-07-01 | m_xline_db Fix memory leak when adding a loaded xline fails | attilamolnar |
2012-07-01 | m_xline_db Get the xlines from the core, don't maintain a seperate list | attilamolnar |
2012-05-25 | Debian typo fixes. | Peter Powell |
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-13 | Change to new execution directory structure | 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-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | More deallocation-at-exit cleanup | 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-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-04-13 | Cast these to shut up compiler | w00t |