summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* /me thwaps special for not reading comments :pGravatar brain2006-10-061-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5445 e03df62e-2008-0410-955e-edbf42e46eb7
* Make this module propogate remote modes by directly calling the MODE command ↵Gravatar brain2006-10-061-1/+1
| | | | | | handler rather than using SendMode which would also require spanningtree metadata git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5444 e03df62e-2008-0410-955e-edbf42e46eb7
* Document more classesGravatar brain2006-10-0610-8/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5435 e03df62e-2008-0410-955e-edbf42e46eb7
* Document a ton of classes (e.g. give them a short description for ↵Gravatar brain2006-10-0622-51/+55
| | | | | | http://svn.inspircd.org/docs/annotated.html) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5434 e03df62e-2008-0410-955e-edbf42e46eb7
* Update to support modular prefixes, and eliminate some string copyingGravatar brain2006-10-061-26/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5432 e03df62e-2008-0410-955e-edbf42e46eb7
* Optimize some moreGravatar brain2006-10-061-5/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5431 e03df62e-2008-0410-955e-edbf42e46eb7
* ...and actually take out the +i restrictionGravatar brain2006-10-061-9/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5430 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport improved NAMES code into m_spyGravatar brain2006-10-061-17/+45
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5429 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up strlens which are not requiredGravatar brain2006-10-063-15/+19
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5428 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ↵Gravatar brain2006-10-061-5/+7
| | | | | | constant-ish string so instead record the value for later use. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5425 e03df62e-2008-0410-955e-edbf42e46eb7
* Report invalid command name when invalid command is given in negotiation phaseGravatar brain2006-10-051-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5424 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove some annoying debugGravatar brain2006-10-051-6/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5423 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed freeing of bound sockets when unloading spanningtreeGravatar brain2006-10-051-3/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5422 e03df62e-2008-0410-955e-edbf42e46eb7
* Was checking 'channel', not 'dest'.Gravatar brain2006-10-051-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5421 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove VF_STATIC from spanningtree and make a clever destructor to close and ↵Gravatar brain2006-10-051-1/+23
| | | | | | free all its open sockets. In theory this will make insp split from everything neatly when you unload spanningtree. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5418 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222".Gravatar brain2006-10-051-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5417 e03df62e-2008-0410-955e-edbf42e46eb7
* Eugh. Revert change InspIRCd::Time() -> time()Gravatar jamie2006-10-041-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5416 e03df62e-2008-0410-955e-edbf42e46eb7
* Check for non-existent channel in FMODEGravatar brain2006-10-041-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5415 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ↵Gravatar brain2006-10-041-1/+8
| | | | | | | | | some memory!) -- made it char newident[MAXBUF]. Added extra fixage for when the ident module gets 'connection refused' right away, this also prepends the ~ properly too now git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5413 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects ↵Gravatar brain2006-10-041-0/+1
| | | | | | to remove its timer) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5412 e03df62e-2008-0410-955e-edbf42e46eb7
* Nickname collisions were broken! :OGravatar brain2006-10-041-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5410 e03df62e-2008-0410-955e-edbf42e46eb7
* *slaps* jamie for not using tabs to indent ;-pGravatar brain2006-10-041-6/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5409 e03df62e-2008-0410-955e-edbf42e46eb7
* Prepend ident with '~' if we get no responseGravatar jamie2006-10-041-2/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5408 e03df62e-2008-0410-955e-edbf42e46eb7
* Someone review the comments i put in from line 1515 onwards, and see if ↵Gravatar brain2006-10-031-8/+72
| | | | | | theyre legible and make FJOIN understandable? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5407 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix ↵Gravatar brain2006-10-031-24/+67
| | | | | | stuff that breaks (if it breaks) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5406 e03df62e-2008-0410-955e-edbf42e46eb7
* Fake direction check in FJOIN on all users, plus tidyup of the code that ↵Gravatar brain2006-10-031-7/+22
| | | | | | forms the modeline for giving them their privilages git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5405 e03df62e-2008-0410-955e-edbf42e46eb7
* New helper class irc::stringjoiner - it pwns you.Gravatar brain2006-10-032-18/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5403 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix my last change to InspIRCd::Time()Gravatar jamie2006-10-021-6/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5402 e03df62e-2008-0410-955e-edbf42e46eb7
* Use InspIRCd::Time() instead of time()Gravatar jamie2006-10-021-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5401 e03df62e-2008-0410-955e-edbf42e46eb7
* Seems to work nowGravatar brain2006-10-021-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5400 e03df62e-2008-0410-955e-edbf42e46eb7
* nenolod, what craq were you smoking? this code was FINE, you broke it :PGravatar brain2006-10-021-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5399 e03df62e-2008-0410-955e-edbf42e46eb7
* no you can't just go from a std::ostringstream to a std::string, Om. *thwap*Gravatar nenolod2006-10-021-5/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5396 e03df62e-2008-0410-955e-edbf42e46eb7
* mmmm dinner break, oh and document and make use of modestacker.Gravatar brain2006-10-021-20/+25
| | | | | | | Someone test this, i cant as im at work. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5395 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix SAJOIN notices to show target instead of source nickGravatar jamie2006-10-021-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5393 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix REMOVE reasonGravatar jamie2006-10-021-2/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5392 e03df62e-2008-0410-955e-edbf42e46eb7
* Add r5381 fix to remote rehash tooGravatar w00t2006-10-021-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5382 e03df62e-2008-0410-955e-edbf42e46eb7
* This ULine check looks really, really bad - and caused horrible things to ↵Gravatar w00t2006-10-021-1/+2
| | | | | | happen (equal TS wasn't merged, causing infinite loops.). I think removing it is the solution, Brain, please verify when you wake up. Seems to fix it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5380 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove duplicate oper noticeGravatar jamie2006-10-011-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5379 e03df62e-2008-0410-955e-edbf42e46eb7
* It all came down to a >1 where we needed a >0. Things should be stable now jamieGravatar brain2006-10-011-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5375 e03df62e-2008-0410-955e-edbf42e46eb7
* 64bit fixesGravatar om2006-10-011-3/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5374 e03df62e-2008-0410-955e-edbf42e46eb7
* Now with binary versioning goodnessGravatar brain2006-10-0199-110/+99
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5366 e03df62e-2008-0410-955e-edbf42e46eb7
* Atheme wont work right, because this wasnt VF_COMMON. If its not VF_COMMON, ↵Gravatar brain2006-10-011-1/+1
| | | | | | its not going to show in capab :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5364 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix broken opermd5 (switch over % and / operators)Gravatar brain2006-09-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5360 e03df62e-2008-0410-955e-edbf42e46eb7
* CGIResolver isnt being passed a serverinstance to its constructor, so its ↵Gravatar brain2006-09-291-3/+3
| | | | | | trying to use a global copy which we dont really have (e.g. invalid pointer) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5358 e03df62e-2008-0410-955e-edbf42e46eb7
* Made m_filter_pcre free the compiled regular expressions on rehash (no more ↵Gravatar special2006-09-291-1/+4
| | | | | | memory leak) and fixed my previous fix git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5357 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed the pcre include path in m_filter_pcre - on every system I tested, ↵Gravatar special2006-09-291-1/+1
| | | | | | --cflags only gives -I, and on some the include file is not where it was expected before (thanks jamie) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5356 e03df62e-2008-0410-955e-edbf42e46eb7
* Cleaned up FJOIN a bit, fixing another segfault in the process. Brain should ↵Gravatar special2006-09-281-13/+12
| | | | | | take a look at this and see if there are any subtle bugs in how it works, since its trackrecord isn't great :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5355 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed another segfault in m_spanningtree's FJOIN (forgot to check if the ↵Gravatar special2006-09-281-3/+2
| | | | | | channel existed before setting its TS) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5354 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed /spynames, thanks to relax for finding the bugGravatar special2006-09-271-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5353 e03df62e-2008-0410-955e-edbf42e46eb7
* Someone forgot support for CIDR hereGravatar brain2006-09-272-8/+47
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5345 e03df62e-2008-0410-955e-edbf42e46eb7