summaryrefslogtreecommitdiff
path: root/src/modules/m_rline.cpp
AgeCommit message (Expand)Author
2013-04-12Tidy up source files:Peter Powell
2013-04-09XLine: Provide a default implementation for DisplayExpiry()attilamolnar
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Move member variables from User to LocalUserattilamolnar
2012-12-05m_cban, m_rline, m_shun Don't broadcast when user is a local userattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-10-04m_cban, m_rline, m_shun Broadcast these commands as some services implementat...attilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-06-17m_rline Fix memory leak when zlineonmatch was true and the zline existed, sim...attilamolnar
2012-05-30Module description updatesRobby-
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-14Allow regex engine to be omitted in configuration to use automatic bindingdanieldg
2010-01-14Fix compilation errors in previous commitdanieldg
2010-01-14Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-08Update Event and Request APIsdanieldg
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-16Don't let R-lines be bancached [jackmcbarn]danieldg
2009-09-16Add support for zline on rline [jackmcbarn]danieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-03Allow E:Lines to exempt targets from SHUN and RLINE. Fixes bug #852 reported ...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-28Note to self, cast time_t to long int for printf... thanks Ankit for pointing...dz
2009-01-28Make xline expiry messages a bit clearer that the xline may have expired a wh...dz
2009-01-02Update copyrights for 2009.w00t
2008-10-28Add reasons to other modules that implement XLines also.w00t
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t
2008-09-22Windows compile fixes for RLinebrain
2008-09-21Fixes. Dont try and catch exceptions within the RLine ctor, we dont always wa...brain
2008-09-21Fix various rline bugs, implement /stats R, and fix the issue where you get n...brain
2008-09-21Fix bug discovered by Ankit, m_rline loaded without regex provider causes seg...brain
2008-09-21Make regex providers load correctly. Move m_rline to use the regex providers,...aquanight
2008-01-21Win32 compilation fixesbrain