| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Convert m_dnsbl to send globally routed snomasks. Fixes bug #836•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11315 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-18 | 1 | -6/+6 |
| * | Don't send out UID for users that are quitting, because the QUIT won't be sen...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11313 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-18 | 1 | -0/+2 |
| * | Fix realhost leak when users on different servers get +W notifications. Notic...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11311 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-17 | 1 | -1/+2 |
| * | Fix memory leak in m_filter rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11308 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-17 | 1 | -6/+4 |
| * | Fix SetModeParam to use std::string and handle edge cases.•••Previously, changing the vaule of a mode could require 3 calls to SetMode and SetModeParam.
This also fixes memory leaks caused by the strdup() not always being paired with a free().
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11307 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-17 | 5 | -24/+14 |
| * | Addendum to r11303, fix for bug #833: use correct result for the type (bitmas...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11305 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-04-16 | 1 | -1/+1 |
| * | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...•••Make SAMODE send a snotice to 'a' and remote to 'A' - fixes bug #822, reported by Taros
We really need a wrapper to use these, but, for now it's usable.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11304 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-16 | 29 | -65/+66 |
| * | Correctly announce dnsbl hits, fixes bug #833 reported by Milliways.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11303 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-16 | 1 | -5/+2 |
| * | Register the OnUserPreJoin hook, and check for null channel first•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11301 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-10 | 1 | -3/+3 |
| * | Move +O check out of OnCheckBan to change error message and avoid triggering ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11300 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-10 | 1 | -3/+10 |
| * | If you're going to add magical number hacks, please comment them appropriatel...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11297 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-09 | 1 | -0/+7 |
| * | Set topic timestamp on newly created channels to a dummy value to work around...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11292 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-08 | 1 | -0/+3 |
| * | m_shun: Allow nick targets for removal as well, in the same format as addition•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11290 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-04-06 | 1 | -4/+4 |
| * | Fix shun not applying if you add an IP mask for a user that has a host which ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11289 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-04-06 | 1 | -1/+1 |
| * | Add support for nick targets like other xlines. Patch by Ankit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11288 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-04-06 | 1 | -6/+12 |
| * | Weed out a few leftover server instances from before modules had ServerInstan...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11287 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-04-06 | 3 | -11/+4 |
| * | Use 'c' snomask instead of 'A' snomask for ldap auth failures, reported by dr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11283 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-03 | 1 | -8/+8 |
| * | Textual fixes. Patch by Ankit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11282 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-04-03 | 2 | -2/+2 |
| * | Fix up logic in m_allowinvite: extban A prevents /invite in all cases; channe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11281 e03df62e-2008-0410-955e-edbf42e46eb7
| dz | 2009-04-02 | 1 | -1/+7 |
| * | Add validation of parameters as a fix for bug #917, and add maxpara so that w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11278 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-04-01 | 1 | -2/+12 |
| * | Fix ping server-skip logic from bug 792 fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11277 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-01 | 1 | -1/+1 |
| * | Correct fix for bug #815, IPv6 code needs to check for IPv4 sa_family and han...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11276 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-01 | 1 | -11/+8 |
| * | Partial revert of r11274 (m_ident binding, bug #815); the meaning of this seg...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11275 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-04-01 | 1 | -1/+19 |
| * | Correct bind address of ident requests on multihomed IPv6-capable servers.•••Fixes bug #815, reported by Szymek.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11274 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-01 | 1 | -60/+26 |
| * | Report the filter type the user supplied instead of the pattern when reportin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11269 e03df62e-2008-0410-955e-edbf42e46eb7
| dz | 2009-03-27 | 1 | -1/+1 |
| * | Give pgsql some needed love. Dont use DNS, remove some unused hooks and its n...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11268 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-03-27 | 1 | -82/+7 |
| * | Fix potential crash on uninitialised var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11267 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-03-27 | 1 | -1/+3 |
| * | Don't use metadata in m_shun, this fixes problems with expiry reported by Tar...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11266 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-03-27 | 1 | -5/+2 |
| * | Instead of emptying parameters on shunned PART, only empty the reason. Fixes ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11265 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-03-27 | 1 | -1/+1 |
| * | Use LastParseParams in m_opermodes because mode paramaters like +s +* can be ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11258 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-25 | 1 | -9/+1 |
| * | Make this compile.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11255 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-03-23 | 1 | -1/+1 |
| * | Fix compile error due to mismerge•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11254 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 1 | -0/+2 |
| * | ThreadEngine: Allow interthread signaling without needing as many hacks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11251 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 2 | -350/+74 |
| * | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11250 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 2 | -52/+37 |
| * | ThreadEngine: remove excessive mutex use on thread creation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11249 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 2 | -2/+2 |
| * | Merge simple fix from Ankit, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11247 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-22 | 1 | -0/+1 |
| * | No need to show the censored word twice! :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11245 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-22 | 1 | -1/+1 |
| * | Apply ankit's patch for bug #780 with a minor tweak, re-introduce the 4-param...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11244 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-22 | 3 | -5/+17 |
| * | Nicer reworded numeric from ankit, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11243 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-22 | 1 | -1/+1 |
| * | Fix a bad malloc (why the hell is it malloc???) in m_nationalchars•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11240 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-20 | 1 | -1/+1 |
| * | Make m_dccallow reread badfiles on rehash, not just on load.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11235 e03df62e-2008-0410-955e-edbf42e46eb7
| dz | 2009-03-18 | 1 | -0/+1 |
| * | fix dccallow logic to allow <badfile:action> to override <dccallow:defaultact...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11234 e03df62e-2008-0410-955e-edbf42e46eb7
| dz | 2009-03-18 | 1 | -8/+11 |
| * | Fix for bug #791, if an error is set treat this as 'could not get certificate'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11233 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-18 | 1 | -4/+7 |
| * | Fix for bug #784 reported by HiroP, add check to the FHOST code to not send o...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11232 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-18 | 1 | -1/+7 |
| * | Fix for bug #792 reported by recyclebin, do not attempt to ping local servers...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11230 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-18 | 1 | -0/+6 |
| * | Fix for bug #773 reported by Taros, thanks!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11229 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-18 | 1 | -1/+6 |
| * | fix for bug #777•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11228 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-18 | 1 | -0/+8 |
| * | Instead of re adding the HandshakeTimer in m_spanningtree, make it a reoccurr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11227 e03df62e-2008-0410-955e-edbf42e46eb7
| psychon | 2009-03-16 | 1 | -2/+4 |
| * | Fix m_shun silently blocking allowed commands on shunned users, fixes bug #77...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11225 e03df62e-2008-0410-955e-edbf42e46eb7
| dz | 2009-03-15 | 1 | -1/+2 |
| * | Use IS_OPER(u) instead of checking for umode +o to correctly add opers during...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11224 e03df62e-2008-0410-955e-edbf42e46eb7
| dz | 2009-03-15 | 1 | -1/+1 |