index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_rline.cpp
Age
Commit message (
Expand
)
Author
2008-10-28
Add reasons to other modules that implement XLines also.
w00t
2008-10-25
Fix a number of commands to have max_params field. This means in practice, th...
w00t
2008-09-22
Windows compile fixes for RLine
brain
2008-09-21
Fixes. Dont try and catch exceptions within the RLine ctor, we dont always wa...
brain
2008-09-21
Fix various rline bugs, implement /stats R, and fix the issue where you get n...
brain
2008-09-21
Fix bug discovered by Ankit, m_rline loaded without regex provider causes seg...
brain
2008-09-21
Make regex providers load correctly. Move m_rline to use the regex providers,...
aquanight
2008-01-21
Win32 compilation fixes
brain
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-10
Register RLine factory on load, unregister it on unload.
w00t
2008-01-10
Fix bug in rline, xline derived class declared itself as xline type 'K' not 'R'
brain
2008-01-09
Fix some random crash due to my not knowing how to use STL *shrug*
w00t
2008-01-09
Correct a few things, and yay for code that randomly decides to work.
w00t
2008-01-09
Utterly untested RLINE
w00t
2008-01-09
Flesh this out a little more. Create our derived XLine and factory. Doesn't i...
w00t
2008-01-09
Add RLINE skeleton module to move it between PCs (I'm lazy :p)
w00t