aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Modified to ignore *.o and *.so files where our global cvsignore env isnt set•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1528 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-261-0/+3
* Added/fixed .cvsignore files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1526 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-261-0/+8
* Operhosts are now optional (in the type tag)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1520 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-251-1/+2
* Added ability to update the helpop file on rehash (Bug #69)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1512 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-05-251-18/+30
* Added denychans module, allows blocking of channels•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1511 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-252-13/+102
* Changed so that when the first in the channel gets founder, the +q mode chang...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1510 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-251-0/+5
* Removed m_globops setting +g automatically on oper, m_opermodes.so can do thi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1480 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-9/+0
* Added m_opermodes.cpp, allows addition and removal of modes on oper up•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1471 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-211-0/+113
* *** empty log message ***•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1466 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-4/+4
* Fixed case-sensitivity typo in module name for Addcommand•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1459 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-1/+1
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-1556-5/+110
* Made modules use irc::string where they were using strcasecmp()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1397 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-154-8/+30
* Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-1535-0/+35
* Structure optimizations, changed a lot of bools into binary bitmasks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-122-2/+2
* Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1361 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-111-14/+16
* Added USERIP numeric 005 output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1329 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-0/+5
* Fixed to use numeric 340-•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1328 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-2/+2
* Added m_userip.cpp requested by Selphie•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1327 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-0/+90
* Fixed logging slowdown•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1318 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-1/+0
* Test fix for 3.23 and below•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1315 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-0/+5
* Fixed to remove privilages upon kick•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1300 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-031-0/+7
* Added another check for 'NoServerUline' type thing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-05-031-1/+1
* Missed missing )•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1288 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-05-031-1/+1
* Added Check for 'NoServer' when +r ing a channel.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1287 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-05-031-1/+1
* Fix for bug #62 (replaces only occur once per line)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1278 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-021-7/+3
* Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1267 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-301-2/+15
* A little more error checking on the banmask etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1218 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-271-0/+7
* Fixed WriteChannelWithServ•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1217 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-273-13/+36
* Added preliminary timed bans module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1216 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-271-0/+146
* Added explicit oper tracking in a vector of userrec* pointers, optimizes send...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1209 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-271-0/+1
* Added -Wswitch -Wchar-subscripts -Wparentheses - more stable and more pedanti...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1191 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-261-2/+2
* Major code tidyup (-W) - expect a few belches•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1190 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-264-29/+31
* Fixed include issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1189 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-2/+2
* Added hostname checking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1188 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-2/+3
* Added m_sqloper, allows storage of opers within a mysql database•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1187 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-0/+225
* Now works on gcc 2.95.x again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1186 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-1/+1
* Removed dependency upon strcasestr()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1185 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-1/+9
* Optimised SQL•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1184 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-1/+3
* Changed $ModDesc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1180 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-241-1/+1
* Added global connect/oper logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1178 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-0/+10
* Fixed typo in OnKill•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1169 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-1/+1
* Fixed recursive 'splat' in the actors table•••Added other log events git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-5/+40
* Added preliminary m_sqllog.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-0/+231
* Fixed crash-n-burn on rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1163 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-221-4/+3
* Added module which provides MD5 encryption for oper passwords plus /mkpasswd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1162 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-221-0/+327
* Added allowpatterns•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-2/+2
* Added some extra options•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1159 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-5/+30
* Changed description comment•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-1/+1
* Added user/password checks and connection code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1157 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-16/+30
* Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-212-6/+166