| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved to 1.0.1 release•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3254 e03df62e-2008-0410-955e-edbf42e46eb7 v1.0.1 | 2006-02-19 | 1 | -1/+1 | |
| * | This was back to front and threw an exception when the command DIDNT exist (w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3251 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -1/+1 | |
| * | Return false after catching a module exception•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3250 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -0/+1 | |
| * | I repeat, missing semicolons are bad•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3249 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -1/+1 | |
| * | Missing semicolons are bad.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -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 | 2006-02-19 | 5 | -14/+38 | |
| * | More exception throwing in constructors•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3245 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 4 | -10/+28 | |
| * | Added FilterException and throw code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3244 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -6/+12 | |
| * | Added exception thrower•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3243 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -6/+12 | |
| * | Apparently to catch descendent classes we need to catch a reference to the pa...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3242 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 4 | -13/+14 | |
| * | Added exception handling for module loading•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3240 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 4 | -36/+122 | |
| * | Should fix case insensitivity issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3239 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-19 | 1 | -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 | 2006-02-19 | 1 | -1/+9 | |
| * | Added MAXPARA=32 to 005 (no other ircd has this, or allows a larger MAXPARA b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3237 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-18 | 1 | -1/+1 | |
| * | Bad maths, bad! go sit in the corner•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3235 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-16 | 1 | -1/+1 | |
| * | More debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3234 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-16 | 1 | -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 | 2006-02-16 | 1 | -0/+3 | |
| * | Extra tweak for exceptional condition•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3232 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-16 | 1 | -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 | 2006-02-16 | 1 | -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 | 2006-02-16 | 1 | -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 | 2006-02-16 | 2 | -4/+7 | |
| * | Extra checking and exception handling in InspSocket::Write•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3228 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-16 | 1 | -1/+11 | |
| * | Test for bug reported by TDC•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3227 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -1/+7 | |
| * | Yet more logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3226 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -0/+3 | |
| * | Extra error logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3225 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -1/+2 | |
| * | Fixed broken /oper•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3224 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -1/+1 | |
| * | Moved custom_mode_params to per-channel•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -2/+1 | |
| * | Sped up disabled commands check•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3222 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -5/+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 | 2006-02-15 | 16 | -28/+21 | |
| * | Now has no strchr() at all.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3220 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -3/+1 | |
| * | - More formatting changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3218 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -114/+158 | |
| * | - Made some notes about potentially restructuring things a bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3217 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -0/+3 | |
| * | - Useless loop removed•••- Intenting cleaned up - command_parse stuff (really) needs proper going over and at least commenting what stuff does. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3216 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 2 | -551/+591 | |
| * | - Fixed some HORRIBLE indenting. Tabs, please.•••- Fixed channel keys being case insensetive. - Added a 'XXX' fixme. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3214 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -344/+363 | |
| * | - Manually bump revision ID, apparantly it's stopped doing it itself...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3210 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -0/+2 | |
| * | - Oops, missed two includes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3209 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 2 | -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 | 2006-02-15 | 1 | -5/+6 | |
| * | - Nazi stylistic changes.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3207 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -12/+12 | |
| * | - Incorrect •••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3206 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -1/+1 | |
| * | - Anal tidy of some comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3205 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -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 | 2006-02-15 | 1 | -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 | 2006-02-15 | 1 | -0/+3 | |
| * | - And in SAPARt•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3202 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -6/+3 | |
| * | - Use IsValidChannelName() in SAJOIn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3201 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-15 | 1 | -11/+1 | |
| * | Fix to compare against signed/unsigned warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3200 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-14 | 1 | -1/+1 | |
| * | Force initialization of fd to -1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3199 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-14 | 1 | -0/+2 | |
| * | We're going for that commits per minute record again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3198 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-14 | 1 | -1/+1 | |
| * | Helps to get the var names right too..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3197 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-14 | 1 | -1/+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 | 2006-02-14 | 2 | -10/+6 | |
| * | Tidied up formatting of %f's•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3194 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-02-13 | 1 | -1/+1 |
