summaryrefslogtreecommitdiff
path: root/src/modules/m_xline_db.cpp
AgeCommit message (Expand)Author
2015-12-18m_xline_db Don't flush database when an xline expiresAttila Molnar
2015-01-29Fix xline reasons being truncated in m_xline_db.Peter Powell
2014-07-29Differ database error messages for m_permchannels and m_xline_dbJustin Crawford
2014-07-25Merge insp20Attila Molnar
2014-05-08Fix m_permchannels and m_xline_db on WindowsAdam
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-12-15Move stuff around a bit:Peter Powell
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Modify the log message to contain the log type.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-08-04Remove a few not-so-useful debug messagesattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-06Use iostream instead of C-style file operations.Peter Powell
2013-05-21Merge pull request #545 from SaberUK/master+logging-cleanupAttila Molnar
2013-05-21Convert XLine::Displayable to return a std::string.Peter Powell
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-03-25m_xline_db Fix pointless excessive stack usage in ReadDatabase()attilamolnar
2013-03-25m_xline_db Major enhancementsattilamolnar
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-10-27Issue #346 - fix m_permchannels.cpp and m_xline_db.cpp saving their databases...Adam
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-07-13Revert m_xline_db Get the xlines from the core, don't maintain a seperate lis...attilamolnar
2012-07-01m_xline_db Fix memory leak when adding a loaded xline failsattilamolnar
2012-07-01m_xline_db Get the xlines from the core, don't maintain a seperate listattilamolnar
2012-05-25Debian typo fixes.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-13Change to new execution directory structuredanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02More deallocation-at-exit cleanupdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-04-13Cast these to shut up compilerw00t
2008-03-24Finally change all the Version() objectsbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-01-10Header update: 2007 -> 2008w00t
2008-01-09Add OnExpireLine hook to xline db stuffw00t