| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed strange join behavior reported by w00t (mirc requesting MODE immediatel...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1116 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-18 | 1 | -0/+1 |
| * | Added a chanrec to OnRawMode, om pointed out i hadnt given him it :D•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1108 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-16 | 1 | -20/+20 |
| * | Added new API methods:•••int Module::OnRawMode(userrec* user, char mode, std::string param, bool adding, int pcnt);
int Module::OnCheckInvite(userrec* user, chanrec* chan);
int Module::OnCheckKey(userrec* user, chanrec* chan, std::string keygiven);
int Module::OnCheckLimit(userrec* user, chanrec* chan);
int Module::OnCheckBan(userrec* user, chanrec* chan);
void Module::OnStats(char symbol);
int Module::OnChangeLocalUserHost(userrec* user, std::string newhost);
int Module::OnChangeLocalUserGECOS(userrec* user, std::string newhost);
int Module::OnLocalTopicChange(userrec* user, chanrec* chan, std::string topic);
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1105 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-15 | 1 | -130/+251 |
| * | Added Module::OnSendList•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1072 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-13 | 1 | -0/+10 |
| * | Double 367 numeric glitch fixed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1067 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-13 | 1 | -1/+0 |
| * | Major optimizations!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@982 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-05 | 1 | -1/+2 |
| * | Added new <banlist> tags, allows dynamic banlist sizes on a per channel basis•••rather than hard coded or network wide
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@973 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-04 | 1 | -0/+8 |
| * | Fixes to crash when setting the key of a channel youre not a member of•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@965 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-03 | 1 | -14/+18 |
| * | Fix to bug #36 reported by Yeti•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@962 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-03 | 1 | -0/+5 |
| * | Added implementation of strlcpy and strlcat for systems that dont have it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-03-25 | 1 | -0/+1 |
| * | Changed occurances of vector to std::vector•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@900 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-03-25 | 1 | -2/+2 |
| * | Finally fixed a load of umode change stuff!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@897 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-03-24 | 1 | -2/+11 |
| * | Changes for security based on RATS analysis•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@856 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-09-11 | 1 | -5/+5 |
| * | Security audit based on RATS output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@855 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-09-11 | 1 | -53/+53 |
| * | Added support for 472 numeric (Unknown mode char) - typobox43•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@843 e03df62e-2008-0410-955e-edbf42e46eb7
| typobox43 | 2004-07-17 | 1 | -0/+4 |
| * | Fixed perplexing bug in custom mode removal (apparent with +C and +c)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@829 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-24 | 1 | -2/+2 |
| * | Updated header comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-16 | 1 | -0/+16 |
| * | Fixed m_redirect.so which was claiming every mode that came its way!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@803 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-09 | 1 | -1/+3 |
| * | Added oper-override module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@779 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-02 | 1 | -4/+12 |
| * | Added Module::OnAccessCheck•••Added ListMode support
Fixed Extensible class bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@759 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-01 | 1 | -154/+225 |
| * | Made the allowhalfop in <options> tag actually work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@748 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-29 | 1 | -1/+6 |
| * | Fixed bug #15 - mode case sensitivity issue in mirc (glitch reported by strik...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@740 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-26 | 1 | -67/+67 |
| * | Mode +l fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@722 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-25 | 1 | -1/+1 |
| * | XLine fixes and fix to +l with large limits•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@721 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-25 | 1 | -0/+5 |
| * | Added XLine stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@712 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-24 | 1 | -0/+1 |
| * | Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-22 | 1 | -10/+14 |
| * | Added namespace std to these new files to avoid gcc3 problems•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@669 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-19 | 1 | -0/+2 |
| * | added mode.h/mode.cpp and seperated mode functions into it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@666 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-19 | 1 | -0/+1733 |