summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove debug, fix DELLINE: args were the wrong way around•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9365 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-2/+1
* debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9364 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-0/+2
* Same here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9362 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-1/+11
* Fix showing of sid/uid instead of nick or servername when lines are added•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9361 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-4/+15
* Resolve collisions once, don't rely on every server being able to fix our col...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9360 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-0/+1
* Fix multiple burst notifications in a better way (force EOB was quite often h...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9358 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-052-16/+21
* Fix IDLE sending a nick rather than a uid. Atheme should probably put a check...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9357 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-1/+1
* Only finish bursting once, thanks AnMaster•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9355 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-10/+13
* Remove debug, thanks for reminding me danieldg•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9354 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-5/+0
* Tweaks to make some errors show server name and not server ID•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9353 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-051-6/+7
* Update ModDesc and class name•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9349 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-5/+5
* Redo the MODE warning stuff. Don't do some extra unneeded checks, don't allow...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9348 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-16/+5
* Fix crash in MODE when sent for a user, with only one parameter (which is wro...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9346 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-052-2/+12
* Add m_nickban and documentation. Implements +b n:, which stops any users matc...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9345 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-0/+65
* Off by one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9344 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-1/+1
* Only examine local messages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9343 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-0/+6
* DOH•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9342 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1
* Extra stuff for 005 numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9341 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+9
* m_quietban: implements snomask +b q:•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9340 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-0/+68
* Fix broken fjoin, looks like we forgot something when porting to new format :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9338 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1
* The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9337 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-2/+9
* See this brain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9336 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-2/+7
* 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
* Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9333 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-044-20/+32
* Dont check APrefix both times :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9332 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1
* Better checks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9331 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-2/+8
* Throw exception if both the prefix chars are defined and the same (thaks dani...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9330 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-0/+3
* Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9329 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-043-36/+15
* 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
* Zap printfs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9326 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-4/+0
* Fix lost messages, thanks w00t and peavey•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9325 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-3/+2
* fix warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9324 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-2/+2
* Attempt to avoid infinite loops•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9323 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-0/+6
* 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
* Whoops, thanks w00t•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9319 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-4/+4
* Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9318 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1
* Make it buildable•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9317 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-4/+4
* Whoops, this would be bad if not fixed :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9316 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1
* Fix chanlog (NOTE: previous commit will require a FULL recompile)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9315 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-6/+12
* Remote server PRIVMSG/NOTICE to nickname support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9314 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-042-0/+28
* Remove two useless methods, chanlog is b0rked at the moment.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9313 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-3/+9
* Support for remote NOTICE/PRIVMSG with server origin and user target•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9312 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-3/+26
* Add safety check for nonexistent server in receiving server origin privmsg (s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9311 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-042-1/+9
* Modify chanlog to send message remotely, too. Logging now works server <-> se...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9310 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-041-3/+12
* Extra safety required by recent changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9309 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1
* Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9308 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-042-0/+32
* Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9307 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-042-1/+10
* Server origin privmsg, UNTESTED - will test in a min•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9306 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-045-1/+75
* Change the function name because gcc is dumb :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9305 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-042-2/+2
* Whoops, fix typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9304 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+1