aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_log.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-1236/+0
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* Handle multiple < and > in mod_muc_log plaintext mode (EJAB-1640)Badlop2013-05-311-3/+3
|
* Handle ~ control sequence in text of mod_muc_log (EJAB-1639)Badlop2013-05-301-4/+8
|
* Accumulated patch to binarize and indent codeBadlop2013-03-141-668/+913
|
* list_to_integer/2 only works in OTP R14 and newerBadlop2013-03-141-0/+6
|
* New mod_muc_log option file_permissions (EJAB-1588)Badlop2013-02-051-2/+13
|
* Fix angle brackets handle in MUC plaintext log (EJAB-1610)Badlop2013-01-311-3/+13
|
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
|
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
|
* Use the regexp frontend module (EJAB-921)Badlop2011-12-081-12/+11
|
* Fix mod_muc_log crash when first log entry is room being destroyed (EJAB-1499)Badlop2011-09-231-1/+1
|
* Fix room config change logging, due to allow_private_messages_from_visitorsBadlop2011-09-081-1/+2
|
* Room option to ignore private messages from visitors (thanks to Maxim Ignatenko)Badlop2011-07-111-0/+1
|
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
|
* Show some more room options in the log fileBadlop2010-07-021-2/+11
|
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* Write in room log when a room is created, destroyed, started, stopped ↵Badlop2009-12-291-1/+12
| | | | | | (EJAB-1144) SVN Revision: 2836
* Display room service messages in distintive blue colour.Badlop2009-08-151-3/+7
| | | | SVN Revision: 2491
* HTML room logs: fix formatting of spaces; log config when disabling logging; ↵Badlop2009-07-211-6/+88
| | | | | | display occupants (EJAB-986) SVN Revision: 2378
* * src/mod_muc/mod_muc_log.erl: Linkify also xmpp:..., as it wasBadlop2009-04-141-1/+1
| | | | | | done previously (thanks to Konstantin Khomoutov)(EJAB-850) SVN Revision: 2020
* * src/mod_muc/mod_muc.erl: English fixes (thanks to Glenn Sieb)Badlop2009-04-081-1/+1
| | | | | | | | | * src/mod_muc/mod_muc_log.erl: Likewise * src/mod_muc/mod_muc_room.erl: Likewise * src/mod_register.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 2009
* * src/mod_muc/mod_muc_log.erl: Prevent XSS in MUC logs byBadlop2009-02-161-1/+2
| | | | | | linkifying only a few known protocols (EJAB-850) SVN Revision: 1879
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * src/mod_muc/mod_muc_log.erl: MUC log files options: plaintextBadlop2008-08-181-91/+142
| | | | | | | | format; filename with only room name (EJAB-596) * doc/guide.tex: Document both options * doc/guide.html: Likewise SVN Revision: 1531
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure someBadlop2008-07-091-7/+12
| | | | | | | language is set, include ID attribute in each message, add microseconds to ensure unique value (EJAB-497) SVN Revision: 1426
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * Applied copyright patch 3.Mickaël Rémond2007-12-241-3/+22
| | | | SVN Revision: 1113
* * src/mod_muc/mod_muc_log.erl: Add handling of kicks 321, 322, 332Badlop2007-12-181-6/+15
| | | | SVN Revision: 1080
* * doc/guide.tex: Update URI of ejabberd official home page, URIBadlop2007-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | of ejabberd.jabber.ru, and copyright dates (EJAB-366) * doc/introduction.tex: * src/ejabberd.hrl: * src/ejabberd_admin.erl: * src/mod_irc/mod_irc.erl: * src/mod_irc/mod_irc_connection.erl: * src/mod_muc/mod_muc.erl: * src/mod_muc/mod_muc_log.erl: * src/mod_proxy65/mod_proxy65_service.erl: * src/mod_pubsub/mod_pubsub.erl: * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_vcard_odbc.erl: * src/msgs/*.msg: * src/web/ejabberd_web_admin.erl: SVN Revision: 997
* * src/mod_muc/mod_muc_log.erl: Added missed HTMLization in aAlexey Shchepin2007-08-291-2/+1
| | | | | | nickname change logging (thanks to Badlop) SVN Revision: 896
* * src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML ↵Mickaël Rémond2007-07-171-1/+1
| | | | | | (EJAB-279) (Thanks to qu1j0t3). SVN Revision: 815
* * src/mod_muc/mod_muc_log.erl: Fix wrong return on check access log.Mickaël Rémond2007-03-021-1/+1
| | | | SVN Revision: 739
* * src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviourMickaël Rémond2007-02-191-6/+25
| | | | | | | | is now to use the nofollow rel attributes for links that are submitted by users (EJAB-185). * doc/guide.tex: Likewise. SVN Revision: 728
* * src/mod_muc/mod_muc_log.erl: Remove 'right-to-left override'Alexey Shchepin2007-01-051-1/+2
| | | | | | unicode character (thanks to Badlop) SVN Revision: 701
* * src/mod_muc/mod_muc_log.erl: Fixed html special charactersAlexey Shchepin2006-09-091-1/+1
| | | | | | | | | escaping, added new image buttons, chatroom titles now point to xmpp: URIs (thanks to Badlop) * src/ejabberd_listener.erl: Bugfix SVN Revision: 603
* * src/mod_muc/mod_muc_log.erl: Fixed html special charactersAlexey Shchepin2006-09-091-23/+192
| | | | | | | | | escaping, added new image buttons, chatroom titles now point to xmpp: URIs (thanks to Badlop) * src/ejabberd_listener.erl: Bugfix SVN Revision: 602
* * src/xml_stream.erl: Added catching of gen_fsm:send_event errorsAlexey Shchepin2006-03-141-0/+580
* src/ejabberd_s2s_out.erl: Better support for multiple SRV records (thanks to Sergei Golovan) * src/mod_muc/mod_muc_log.erl: Support for chatroom logging (thanks to Badlop) * src/mod_muc/mod_muc_room.erl: Likewise * src/mod_muc/Makefile.in: Likewise * src/mod_muc/Makefile.win32: Likewise * src/gen_iq_handler.erl: Added support for {queues, N} IQ handler type SVN Revision: 517