aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3193 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-2/+2
* Added RPL_MAPTOTL at request of Whitewolf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3192 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-2/+8
* Guess origin where server is lazy with PING/PONG and doesnt specify one, prep...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3191 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-0/+8
* Forgot to change the prefix, whoops•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3190 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-1/+1
* Send the PONG back along the right path, maybe?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3189 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-1/+1
* (TEST CODE) remote ping, do not use until debugged•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3188 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-6/+50
* Remove code duplication by using core function. Remove global Server*..one st...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3187 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-131-11/+7
* s/No such channel/Invalid channel name•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3186 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-131-1/+1
* Add credit to sexy info provider <3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3185 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-131-0/+2
* Make use of IsValidChannelName() - as a side note, we perhaps shouldn't be re...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3184 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-131-17/+1
* m_join: Use IsValidChannelName()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3183 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-131-1/+2
* Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3182 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-131-0/+33
* Initial commit of the /amsg blocker module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3180 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-131-0/+202
* Instantly apply lines when not synching•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3171 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-121-0/+5
* Tweak to allow @%+ to all exist on a user at once during burst•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3170 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-122-1/+60
* Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wa...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-112-2/+4
* Check for >8 params in NICK•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+5
* Our optimizations missed a possibility :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3166 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+1
* Altered SVSNICK to echo back NICK message, grrrr, sodding ircservices-based s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3164 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-2/+8
* Fixed 'eggy complains when not included' bug that causes segfault in brain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3163 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+1
* Newline stripping for asctime()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3162 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-112-2/+14
* Added handler for TIME with server parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3161 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+24
* Damn bracket•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+1
* Fix routing for TIME•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3159 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-3/+3
* Fixes to pass on TIME•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+9
* Misc. fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3157 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-3/+3
* Added remote TIME (do not use yet)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+43
* Fix for multi-param PUSH•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3155 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+2
* Added uline check for PUSH•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3154 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+8
* Added PUSH command, do not use yet until tested and documented•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3153 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+22
* Added anti-retard check to prevent retarded flood settings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3152 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-0/+6
* Added a sanity check that was left out, prevents crash on invalid fd (e.g. vi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3151 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-112-2/+9
* Typo in some code that should usually be #ifdef'ed out anyway, but we still w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3147 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-091-2/+2
* Fix crashbug, copying MAXLEN into a MAXGECOS+1 field != cunning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3146 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-091-1/+1
* Added comment about the craqness of ServerConfig::Read()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-091-0/+5
* Missing function call•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3144 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-081-1/+0
* Checks to not propogate invalid or already-existing Xlines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3143 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-082-17/+29
* Increased how often socket timeout checks occur which will mean flushing writ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3142 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-082-8/+19
* Updated block numeric to read COLOUR >:)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3141 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-081-9/+9
* Fixed cosmetic 'need to be halfop to change modes' when kicking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3138 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-081-1/+1
* Match bans against user::ip4 in add_channel•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3134 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-081-1/+1
* Potential fix for CS Testnet bug, thanks to Special for helping with this one.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3133 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-081-1/+1
* Properly count remote opers in /LUSERS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3132 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-1/+4
* 005 update, removed duplicate WALLCHOPS reported by ThaPrince, added VBANLIST•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3131 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-2/+2
* Avoiding assignment of std::strings unless neccessary to speed up bursts•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3130 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-33/+26
* Uses less write() calls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3129 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-8/+7
* Faster ADDLINE code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3128 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-17/+11
* Experimental improved string handling in server links•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3127 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-075-41/+34
* Removed a strlen()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3126 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-071-1/+1
* Slightly more efficient write buffers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3125 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-072-6/+24