Commit Graph

4490 Commits

Author SHA1 Message Date
Jos Ahrens 3ed914aa81 Always send the users name in NOTICE when logging in. 2016-06-20 08:06:00 +01:00
Alexey Sokolov 4435baf1ee The previous commit should work with ./configure too 2016-05-02 00:03:29 +01:00
Alexey Sokolov 2fd14d4fb9 Explain modperl that ZNC uses UTF-8 internally
Thanks to jiggawattz for showing the issue
2016-05-01 23:59:11 +01:00
Alexey Sokolov eab62b46e7 modperl: fix reloading of module which couldn't be loaded before
Thanks to dudz for report
2016-05-01 14:23:37 +01:00
Alexey Sokolov 23b19e53f9 Merge pull request #1261 from kylef/kylef/strip-resetfg-bg
Strip background colours when we reset foreground
2016-04-17 18:44:22 +01:00
Kyle Fuller cc674b28e8 [CString.StripControls] Improve test coverage formatting 2016-04-11 22:09:46 +01:00
Kyle Fuller 032f00732a [CString.StripControls] Srip bg colours when we reset fg 2016-04-11 22:09:40 +01:00
Alexey Sokolov ddec5c27ba Merge branch '1.6.x' 2016-04-01 22:16:58 +01:00
Alexey Sokolov bb20971fff Switch ZNC-Linker channel notification of Travis to MetaNova's server 2016-04-01 22:15:50 +01:00
Alexey Sokolov b45617cb59 Merge pull request #1257 from staticfox/tweaks
Small misc cleanups
2016-04-01 00:00:41 +01:00
staticfox 249e43047d template: Iterate over size_type 2016-03-31 10:32:57 -04:00
staticfox 8526721c52 gitignore: Ignore code made by swig and codegen.pl 2016-03-31 10:30:41 -04:00
staticfox 22e58205fc template: Don't re-declare sEnglishes 2016-03-31 10:20:04 -04:00
Alexey Sokolov c2d23aae2d Merge pull request #1250 from Adam-/master+configwritetimer
Add config write delay configuration setting
2016-03-26 18:52:36 +00:00
Adam 2494bd722a Change Channel SetInConfig/SetKey to use ECONFIG_DELAYED_WRITE 2016-03-26 13:34:02 -04:00
Adam 6bde0fc270 Add config write delay setting 2016-03-26 13:34:02 -04:00
Alexey Sokolov 17e0d1031e Revert broken test of shell module... 2016-03-14 21:20:40 +00:00
Alexey Sokolov 15ae561848 Merge branch '1.6.x' 2016-03-04 22:27:51 +00:00
Alexey Sokolov 0ff90ea451 Fix error in *controlpanel when setting bindhost of another user.
Thanks to Kult for reporting this.
2016-03-04 22:24:46 +00:00
Alexey Sokolov 2fdbe51df5 Fix #1248: segfault in shell module.
It happened when client disconnects.
2016-03-04 08:04:03 +00:00
Alexey Sokolov 9b31a077a5 Update integration test after change in webadmin 2016-02-24 23:01:39 +00:00
Alexey Sokolov def29fe3f7 Translate strings which were hiding in webadmin.js 2016-02-24 22:25:58 +00:00
Alexey Sokolov 53fca640df Web: don't put text of checkboxes on top of each other.
It was fine for English, but with other languages labels can be longer.
2016-02-24 22:07:41 +00:00
Alexey Sokolov 711e835c93 Translateable webadmin to Russian. 2016-02-24 21:34:23 +00:00
Alexey Sokolov 4a940a3a3a Make more core strings translateable 2016-02-24 21:31:38 +00:00
Alexey Sokolov 8893b90e3a Modules web subpages should have translateable titles 2016-02-24 21:31:38 +00:00
Alexey Sokolov f01076cc6e Fix couple of bugs in i18n when source string contains non-ASCII characters. 2016-02-24 21:31:38 +00:00
Alexey Sokolov 5b624a7a99 Fix date of 1.6.3 release in ChangeLog 2016-02-24 08:05:18 +00:00
Alexey Sokolov 07cabc3c00 Treat real name similarly to quit message, except that the number isn't shown.
See #818 and #1244
2016-02-23 22:36:45 +00:00
Alexey Sokolov dfba82fc9a Merge branch '1.6.x' 2016-02-23 22:23:39 +00:00
Alexey Sokolov e5ff36eb8e Revert version to 1.6.x after release of 1.6.3 2016-02-23 21:37:38 +00:00
Alexey Sokolov 90d03a48e5 ZNC 1.6.3 znc-1.6.3 2016-02-23 21:23:42 +00:00
Alexey Sokolov 6fe9dfc25e ZNC 1.6.3-rc2 znc-1.6.3-rc2 2016-02-18 22:21:35 +00:00
Alexey Sokolov 71cdb81fe8 Don't save ZNC version to config as part of quit message.
Introduce one more string for ExpandString.

Fix #1244
2016-02-18 22:18:08 +00:00
Alexey Sokolov 8f2c17c309 Fix cmake build with broken sasl
See #1243
2016-02-14 19:23:46 +00:00
Edoardo Spadolini c6ed6b2ee4 Update Csocket to the latest revision (b3c574c) 2016-02-08 22:38:21 +01:00
Alexey Sokolov b49a92b1e6 ZNC 1.6.3-rc1 znc-1.6.3-rc1 2016-02-08 21:18:12 +00:00
Alexey Sokolov 17dcf6ebb2 Update Csocket submodule: Fix for LibreSSL 2016-02-08 00:36:39 +00:00
Alexey Sokolov 02adbb3bbf Merge branch '1.6.x' 2016-02-04 23:42:50 +00:00
Alexey Sokolov 13ce4e3a1e webadmin: Don't autocomplete password in user settings even in Firefox
Fix #1163
2016-02-04 23:39:49 +00:00
Alexey Sokolov 65521d9e43 webadmin: Fix error message on invalid user.
Calling PrintErrorPage twice doesn't work very well.

See #1163
2016-02-04 23:18:49 +00:00
Alexey Sokolov f1eae790e9 Translate Cert module to Russian 2016-02-02 23:38:45 +00:00
Alexey Sokolov c7559b82f7 Enable i18n in CI 2016-01-31 20:09:19 +00:00
Alexey Sokolov 3503fdff6e Make pyeval module translatable 2016-01-31 20:09:19 +00:00
Alexey Sokolov 2305877e66 Make perleval module translateable 2016-01-31 20:09:19 +00:00
Alexey Sokolov a4c491888f Make Cert module translateable 2016-01-31 20:09:19 +00:00
Alexey Sokolov d09a0a0966 Make some strings in core translateable. 2016-01-31 20:09:19 +00:00
Alexey Sokolov 0459f67b1d Configure user language in controlpanel and webadmin 2016-01-31 20:09:19 +00:00
Alexey Sokolov 8863bed13d Support translation in python modules 2016-01-31 20:09:19 +00:00
Alexey Sokolov 5621a58801 Support translation in perl modules 2016-01-31 20:09:19 +00:00