summaryrefslogtreecommitdiff
path: root/src/mod_irc.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Process 'name' option for all route-registering modulesEvgeniy Khramtsov2018-01-081-3/+7
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Reuse some translation stringsEvgeniy Khramtsov2017-09-241-1/+1
* Introduce 'hosts' optionEvgeniy Khramtsov2017-08-081-24/+38
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-041-3/+3
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-20/+8
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-2/+2
* Improve startup procedureEvgeniy Khramtsov2017-02-241-3/+3
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-17/+64
* Change routing APIEvgeniy Khramtsov2017-02-161-15/+16
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-21/+4
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-2/+4
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve translation of some messagesEvgeniy Khramtsov2016-11-261-5/+3
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-48/+39
* Move copyright definition to ejabberd.hrlEvgeniy Khramtsov2016-11-231-2/+1
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+1
|\
| * Switch workers from temporary to transientChristophe Romain2016-07-291-1/+1
* | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-1/+1
* | Improve some type specsEvgeniy Khramtsov2016-08-091-4/+2
* | Change code to reflect recent changes in fxml_genEvgeniy Khramtsov2016-08-051-2/+2
* | Fix calls to undefined functionsEvgeniy Khramtsov2016-08-031-3/+3
* | Rewrite mod_irc to use XML generatorEvgeniy Khramtsov2016-08-031-764/+463
|/
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Use {access,shaper}_rules_validator in other places where access rules are usedPaweł Chmielowski2016-06-211-2/+2
* Improve detection of databases supported by modules (#1092)Evgeniy Khramtsov2016-04-271-1/+1
* Clean mod_irc.erl from DB specific codeEvgeniy Khramtsov2016-04-141-150/+26
* Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-051-19/+36
* Make it possible to get virtual host of a registered routeEvgeniy Khramtsov2016-03-131-1/+1
* Switch to Fast XML moduleMickael Remond2016-02-031-10/+10
* Move to new iconv packageMickael Remond2016-02-031-1/+1
* Update copyright to 2016 (#901)Badlop2016-01-131-2/+2
* Adding WEBIRC, custom realname & ident, ISO-8859-15 (thanks to iwalkalone69)(...Badlop2015-12-211-3/+43
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-13/+13
* cosmetic cleanupChristophe Romain2015-10-071-2/+0
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+11
* Add new 'default_db' optionEvgeniy Khramtsov2015-03-301-1/+1
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-2/+2
* Serialize records to proplists before storing then in RiakEvgeniy Khramtsov2014-07-141-3/+7
* Add SQL to Riak converterEvgeniy Khramtsov2014-07-101-0/+2
* Improve Riak supportEvgeniy Khramtsov2014-07-101-0/+16
* Fix previous commitEvgeniy Khramtsov2014-06-091-1/+2
* Don't stop irc table conversion on broken JIDsEvgeniy Khramtsov2014-06-091-4/+10
* Ignore malformed parameters for mod_irc moduleEvgeniy Khramtsov2014-06-071-16/+26
* Fix data convertionEvgeniy Khramtsov2014-06-071-3/+8
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-2/+2
|/
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-211-2/+16
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1290