summaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Apply our own version of mminds patch that doesnt have #defines in it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9334 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+3
* Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9327 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-04-041-9/+9
* fix warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9324 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-2/+2
* Fix this (thx danieldg and owine)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-4/+4
* Make all our modules use the new stuff rather than the send_ events•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9301 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-042-16/+2
* Match on nick change option for RLine, document m_rline & this option.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9300 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-3/+32
* The rest of the server protocol interface and fix a warning in m_rline•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9299 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-3/+3
* Check for match and apply R:Lines on connect•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9298 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-0/+16
* Automatic detection and allocation of max fds. No longer needs recompile to c...•••Please note that select and iocp socket engines do not support detection and are always set to FD_SETSIZE and 10240 descriptors respectively. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9263 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-023-15/+24
* Unneeded•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9255 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-021-79/+0
* Some metadata commands were using nicknames to identify the nick to apply the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9245 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-012-2/+14
* Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9217 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-03-303-5/+5
* Unknown as to if the old code works•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9213 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-291-2/+2
* Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9211 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-291-14/+60
* Use the right pass•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9210 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-291-1/+1
* Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9209 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-291-21/+49
* Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9193 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-241-3/+0
* Should now work with ports bound to all interfaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9192 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-242-6/+18
* openssl should now work too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9189 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-242-59/+48
* Port bindings for gnutls now bind via ip:port, rather than on all ports for t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9188 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-241-33/+21
* Add stuff so that modules can hook users by altering a pointer in the User cl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9187 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-242-13/+29
* And more of them•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9186 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-247-7/+7
* Wheeeeee•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9184 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-247-7/+7
* CAP TLS now implemented, this needs someone to make a client to test it :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9183 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-231-3/+42
* Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9175 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-223-5/+5
* Add logging for static callback messages/errors from the database.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9119 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-181-7/+5
* Its better to have asserted and failed, than not to fail at all according to ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9118 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-171-0/+6
* and no ssl in here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9113 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-161-2/+0
* There isnt any ssl support here, remove the readvalue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9110 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-161-2/+0
* OK that should fix it for fail too. And make it compile again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9109 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-161-1/+2
* new/delete - malloc/free, remember peavey•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-161-1/+1
* Less mem leaking, thx Brain for noticing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9107 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-161-0/+1
* A little less debug saying WEEEE :]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9106 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-161-4/+2
* Experimental support for Microsoft SQL Server. Might crash and burn alot. App...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9105 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-161-0/+770
* Make this work, its all good! :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9103 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-161-13/+23
* Start of GeoIP module. This is deceptively simple.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9102 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-161-0/+79
* YAY for LDAP oper blocks! :D•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9101 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-161-0/+176
* Allow for binding to non-anonymous DN for searches.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9093 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-151-12/+24
* clean this up now Brain says it works :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-141-6/+1
* Fix deprecation in trunk too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9088 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-141-9/+13
* Roll back to 1.2, not 4.0 module ver•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9082 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+1
* Fuckin finally!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9080 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-0/+200
* Grrr!!!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9079 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+0
* Grrr, added this at the wrong location in trunk•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9078 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-0/+1
* Add blurb about --enable-extras.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9070 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-03-081-0/+6
* Advise symlinking instead of copying•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9068 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-081-1/+1
* Update this to read -modupdate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9066 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-081-1/+5
* Convert remaining InspIRCd::Log() calls to new logging system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9001 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-2210-45/+45
* Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...•••copy the pointer. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8971 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-205-6/+6
* Merge in patch by Darom that fixes race condition when unloading m_mysql.so t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8963 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-181-2/+18