summaryrefslogtreecommitdiff
path: root/src/modules/m_chanlog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-01-021-1/+1
* Change module versions to use a string instead of fixed digits, and use props...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-251-1/+1
* Move unused code to the bottom of the file•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10232 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-231-45/+53
* Fix bug that would cause tags to be ignored (etc), thanks dz•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10230 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-231-2/+1
* Convert m_chanlog from using logfile output (dangerous, not really that usefu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10229 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-231-43/+62
* Convert channel::name to std::string, this was a beastie!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9770 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-191-1/+1
* Zap printfs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9326 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-4/+0
* 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 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
* 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
* 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
* And more of them•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9186 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-241-1/+1
* Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8959 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-171-6/+1
* Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8957 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-171-1/+1
* Make -nofork work properly with logging now.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8944 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-151-1/+1
* More <log> stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8928 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-141-4/+53
* Fix m_chanlog crashing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8887 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-101-1/+0
* Per-logstream loglevels.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8871 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-101-7/+9
* Fix a bug in new logging API (global logstreams weren't notified of events if...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8865 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-091-0/+65