summaryrefslogtreecommitdiff
path: root/src/modules/m_rline.cpp
AgeCommit message (Expand)Author
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