summaryrefslogtreecommitdiff
path: root/src/modules/m_rline.cpp
AgeCommit message (Expand)Author
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
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Register RLine factory on load, unregister it on unload.w00t
2008-01-10Fix bug in rline, xline derived class declared itself as xline type 'K' not 'R'brain
2008-01-09Fix some random crash due to my not knowing how to use STL *shrug*w00t
2008-01-09Correct a few things, and yay for code that randomly decides to work.w00t
2008-01-09Utterly untested RLINEw00t
2008-01-09Flesh this out a little more. Create our derived XLine and factory. Doesn't i...w00t
2008-01-09Add RLINE skeleton module to move it between PCs (I'm lazy :p)w00t