summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* I repeat, missing semicolons are bad•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3249 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-191-1/+1
* Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3246 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-193-6/+18
* More exception throwing in constructors•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3245 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-194-10/+28
* Added FilterException and throw code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3244 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-191-6/+12
* Added exception thrower•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3243 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-191-6/+12
* Should fix case insensitivity issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3239 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-191-3/+4
* - Don't allow invalid channel names in /mode #chan +L #chan•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3238 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-191-1/+9
* Bad maths, bad! go sit in the corner•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3235 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+1
* More debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3234 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+1
* New tweak doesnt work yet, dont use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3233 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-0/+3
* Extra tweak for exceptional condition•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3232 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+3
* Experimental speed improvement to sending encrypted lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3231 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-5/+2
* Extra logging to log bad opertypes coming in from remotes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3230 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-0/+3
* Checking to prevent dodgy opertypes (opertypes must follow the same syntax as...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3229 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-4/+0
* Yet more logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3226 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-151-0/+3
* Removed a whole lot of strchr's looking for mode +o where we can do if *user-...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3221 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-157-8/+8
* Now has no strchr() at all.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3220 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-151-3/+1
* - More formatting changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3218 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-114/+158
* - Oops, missed two includes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3209 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-152-0/+2
* - Check for +K before bothing to assemble knock message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3208 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-5/+6
* - Nazi stylistic changes.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3207 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-12/+12
* - Incorrect •••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3206 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-1/+1
* - Anal tidy of some comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3205 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-5/+8
* - Let's stop using that nasty strchr() in a loop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3204 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-1/+3
* - Made note of some potential improvements in m_part. Brain, please review wh...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3203 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-0/+3
* - And in SAPARt•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3202 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-6/+3
* - Use IsValidChannelName() in SAJOIn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3201 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-11/+1
* Error checking for out of range buffer reads (this shouldnt happen, read is b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3196 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-141-8/+2
* Tidied up formatting of %f's•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3194 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-131-1/+1
* 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
* 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-121-1/+42
* 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
* 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
* Newline stripping for asctime()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3162 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-111-1/+8
* 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