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_callerid.cpp
Age
Commit message (
Expand
)
Author
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-19
More done
brain
2008-05-07
Make u_listmode more sensible and make it properly use WriteNumeric, and a fe...
brain
2008-05-06
Fix bad throws and some other stuff in this module
brain
2008-05-04
Convert a whole bunch more
peavey
2008-05-01
Simple user/channel mode patch
brain
2008-03-24
A load of classes dont inherit from classbase, and they should. fix.
brain
2008-03-22
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...
brain
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-02-18
Phew. Fix a bunch of method sigs to stop warnings.
w00t
2008-02-12
Fix missing user->nick in m_callerid
aquanight
2008-02-02
Move some stuff to usermanager, remove a little header insanity, remove trace...
w00t
2008-01-27
Change API OnOperCompare to OnPassCompare, password hashing is now available ...
aquanight
2008-01-25
Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e...
aquanight
2008-01-21
win32 compilation errors: shadowing of variable 'i' isnt a good idea
brain
2008-01-19
Fix m_callerid not adding the usermode.
aquanight
2008-01-19
Initial implementation of callerid, provided by aquanight. Untested as of yet...
w00t