Commit Graph

  • 8da45322f0 Fix CClient::PutClient comment, add CClient::PutClientRaw Alexey Sokolov 2018-03-11 15:16:32 +00:00
  • 1c182775e6 Bring version number back to 1.6.x 1.6.x Alexey Sokolov 2018-03-05 08:28:35 +00:00
  • 31e43ffc03 Increase the version number to 1.6.6 znc-1.6.6 Alexey Sokolov 2018-03-05 08:13:18 +00:00
  • ab8a759065 ZNC 1.6.6-rc1 znc-1.6.6-rc1 Alexey Sokolov 2018-02-22 23:20:11 +00:00
  • 237fbc9665 Fix use-after-free in znc --makepem Alexey Sokolov 2017-11-12 16:45:23 +00:00
  • ce4dff3b20 Use termios instead of deprecated getpass(). Alexey Sokolov 2015-10-15 20:00:04 +01:00
  • 15ccaca41a Stop buffering and echoing CTCP requests and responses to other clients, except for /me Alexey Sokolov 2018-02-18 23:04:14 +00:00
  • 658a6e6f90 Lie to modules less: make OnUserRaw strings raw Alexey Sokolov 2018-02-18 22:14:18 +00:00
  • 48df7c7fe2 Switch some modules to newer API Alexey Sokolov 2018-02-18 22:04:02 +00:00
  • 1b69373b6b Fix latest changes in integration test in autoconf mode Alexey Sokolov 2018-02-14 08:39:58 +00:00
  • 5cb50eccd1 Save channel key on user JOIN even if user was not on the channel yet, Alexey Sokolov 2018-02-14 08:30:21 +00:00
  • 986bb8dc6d Add test for away-notify and cap-notify Alexey Sokolov 2018-02-13 21:55:19 +00:00
  • 70dabc07dc Split integration test file to several files. Alexey Sokolov 2018-02-13 20:53:05 +00:00
  • e3a1308a04 Make order of EXPECT_EQ more natural, after upgrade to new GTest. Alexey Sokolov 2018-02-13 08:11:00 +00:00
  • c30e5ef9fd Fix tests for #1402 Alexey Sokolov 2018-02-12 09:03:19 +00:00
  • eccf5911ae Fill Message.GetChan() in user-originated module callbacks if the channel exists. Alexey Sokolov 2018-02-11 15:13:11 +00:00
  • 5a09a81c35 Fix interaction between crypt and echo-message. Alexey Sokolov 2018-02-11 14:11:48 +00:00
  • 5cdbe33eaf Add GetText()/SetText() methods to more CMessage types. Alexey Sokolov 2018-02-11 14:10:11 +00:00
  • 008170b153 Merge branch 'master' of github.com:znc/znc Alexey Sokolov 2018-02-10 15:58:20 +00:00
  • a2470b3dd3 Make chan modes and permissions to be char instead of unsigned char. Alexey Sokolov 2018-02-10 15:49:53 +00:00
  • 8d7dac00a4 Merge pull request #1492 from citrus-it/patch-1 Alexey Sokolov 2018-02-09 23:26:13 +00:00
  • 6362844853 Stop creating files with odd permissions. Andy Fiddaman 2018-02-09 22:25:06 +00:00
  • 9ff4127e33 Merge branch 'master' of github.com:znc/znc Alexey Sokolov 2018-02-09 20:41:58 +00:00
  • 01507188c3 Update googletest to latest version and cleanup integration test. Alexey Sokolov 2018-02-09 20:21:50 +00:00
  • fcc710b4b8 Update translations from Crowdin ZNC-Jenkins 2018-01-19 00:28:03 +00:00
  • d647eaabc0 Welcome to 2018 The same procedure as last year, Miss Sophie? The same procedure as every year, James. Falk Seidel 2018-01-01 00:00:00 +01:00
  • bb141e4d6f Update csocket submodule, fix build without libicu Alexey Sokolov 2018-01-12 23:45:07 +00:00
  • d4ae311535 Update translations from Crowdin ZNC-Jenkins 2018-01-01 00:24:19 +00:00
  • 57a1fff1af crypt: fix usage of DH_compute_key, close #1469 Alexey Sokolov 2018-01-01 23:13:13 +00:00
  • 42939c998f Add "AuthOnlyViaModule" global/user setting Fox Wilson 2017-12-18 23:00:40 -05:00
  • 3d874f6fe4 Update Csocket to fix build with ICU Alexey Sokolov 2017-12-22 14:21:10 +00:00
  • 90f5392c07 Update Csocket submodule, fix #1362 Alexey Sokolov 2017-12-21 23:07:42 +00:00
  • d2fb22835c Update GCC version in readme too. #1422 Alexey Sokolov 2017-12-21 23:04:45 +00:00
  • 58ae4517cb Update translations from Crowdin ZNC-Jenkins 2017-12-21 03:23:35 +00:00
  • 05a5b693f4 Crowdin doesn't require Project-Id-Version in .pot anymore. Alexey Sokolov 2017-12-21 03:10:49 +00:00
  • 1b90903cb2 Postprocessing for crowdin: cleanup PO-Revision-Date: from .po files Alexey Sokolov 2017-12-21 03:09:33 +00:00
  • 0d14d725a3 Workaround for https://github.com/travis-ci/travis-ci/issues/8920 Alexey Sokolov 2017-12-19 09:27:06 +00:00
  • a0cbe130d9 Fix newly introduced warning in modperl Alexey Sokolov 2017-12-17 22:26:46 +00:00
  • 9474c3dc09 Support ValidateWebRequestCSRFCheck in perl/python. Fix #1424 Alexey Sokolov 2017-12-17 22:10:41 +00:00
  • ddd3023d5d Refactor default return values of callbacks of perl/python modules Alexey Sokolov 2017-12-17 22:03:47 +00:00
  • 79ec016f05 Bump GCC requirements to 4.8. Close #1442 Alexey Sokolov 2017-12-17 15:08:40 +00:00
  • 31db835ec8 Improve codecov config Alexey Sokolov 2017-12-16 09:20:10 +00:00
  • bbc43e203c CMakified znc-buildmod should also remove destination before writing new .so Alexey Sokolov 2017-12-17 10:07:52 +00:00
  • 5904d3e38b Merge pull request #1472 from GLolol/notice-failed-logins Alexey Sokolov 2017-12-17 02:28:52 +00:00
  • f984987e75 Add set -v to travis Alexey Sokolov 2017-12-16 12:29:27 +00:00
  • 55d993e08f Merge pull request #1462 from znc-jenkins/l10n_master Alexey Sokolov 2017-12-15 08:53:26 +00:00
  • 9dbe7bb859 Update translations from Crowdin ZNC-Jenkins 2017-12-15 01:23:44 +00:00
  • 35753b9d9d Add Project-Id-Version to .pot files, maybe it'll fix crowdin (#1462) Alexey Sokolov 2017-12-15 00:02:23 +00:00
  • 4a2c223379 Add comments for translator to .tmpl files (#1473) Alexey Sokolov 2017-12-14 10:26:07 +00:00
  • f5fc51a63b src/Client: send failed logins to NOTICE instead of PRIVMSG James Lu 2017-12-13 20:21:21 -05:00
  • fd83bb3473 Merge branch 'master' of github.com:znc/znc Alexey Sokolov 2017-12-13 08:30:27 +00:00
  • 3b3a0ac291 Export CMake target more cleanly. Alexey Sokolov 2017-12-13 00:21:59 +00:00
  • bd51ebcdca Merge pull request #1455 from CyberShadow/timeval Alexey Sokolov 2017-12-10 11:46:22 +00:00
  • 9bb8387745 Revert "Avoid calling OnWho on every channel in the network WHO was called in. (#1461)" Alexey Sokolov 2017-12-10 09:50:26 +00:00
  • 15b1f8d8fa Change format syntax to a simple custom %f/%#f scheme Vladimir Panteleev 2017-12-10 04:44:13 +00:00
  • 5132ea987e Avoid calling OnWho on every channel in the network WHO was called in. (#1461) weabot 2017-12-02 18:31:04 -05:00
  • 5c1fb61f45 controlpanel: Change "double" to "number" (#1468) Uli Schlachter 2017-12-03 00:29:00 +01:00
  • 23c78dc318 Update crypt module: Fix for LibreSSL (#1439) culb 2017-12-02 18:28:02 -05:00
  • 6689705756 Add missing space in "hasno" Uli Schlachter 2017-11-27 12:09:00 +01:00
  • 70bf4ad9ba Fix wrong English text, close #1465 Alexey Sokolov 2017-11-26 22:12:09 +00:00
  • 12b3e167ee Add header to all .pot files consistently Alexey Sokolov 2017-11-25 00:35:16 +00:00
  • 625d70fa85 Remove Guest string and user IP from web UI Alexey Sokolov 2017-11-24 08:24:12 +00:00
  • e1f821a782 Crowdin: fix check of pull request existence Alexey Sokolov 2017-11-22 00:26:47 +00:00
  • fcb7d39a17 Crowdin: change text of pull request Alexey Sokolov 2017-11-21 22:03:50 +00:00
  • f47ad2396f Start moving CI configs into .ci/, add initial crowdin jenkinsfile Alexey Sokolov 2017-11-19 10:36:47 +00:00
  • ac80feccd8 Open .tmpl files as utf-8 when extracting translation strings Alexey Sokolov 2017-11-19 12:26:21 +00:00
  • 4a3f62f1a6 Add Crowdin configs for localization (#1354) Alexey Sokolov 2017-11-14 00:35:54 +00:00
  • 42a96cf375 Update .pot files Alexey Sokolov 2017-11-13 23:35:36 +00:00
  • 1a4990c033 Don't use features of Qt 5.6 in the integration test yet Alexey Sokolov 2017-11-12 18:00:33 +00:00
  • 744bd7d55c Fix use-after-free in znc --makepem Alexey Sokolov 2017-11-12 16:45:23 +00:00
  • 44418f5aaf Add ability to install an inline python module to integration test Alexey Sokolov 2017-11-12 15:54:19 +00:00
  • 48dc52a0da Add an integration test for unix sockets Uli Schlachter 2017-11-06 16:26:34 +01:00
  • 7621a31af5 Rename AddListener() variants into AddTCPListener() and AddUnixListener Uli Schlachter 2017-11-06 15:29:44 +01:00
  • fd8a36d3ea Use value-parameterized tests for FormatTime Alexey Sokolov 2017-11-04 21:37:55 +00:00
  • 29a646b773 WIP: Add ToDos to some places that display listeners and should handle CUnixListener Uli Schlachter 2017-01-12 12:04:31 +01:00
  • b5d77a8ade CListener: Split out common code to setup ssl Uli Schlachter 2017-11-02 12:03:08 +01:00
  • 811f453efb Add support for listening on a unix domain socket Uli Schlachter 2017-01-12 12:02:51 +01:00
  • cb94756ec5 Update Csocket submodule Uli Schlachter 2017-11-02 11:49:17 +01:00
  • b8d99f2674 Implement CListener::ToConfig() Uli Schlachter 2017-01-12 11:00:37 +01:00
  • 35da5784ca Split CTCPListener from CListener Uli Schlachter 2017-01-12 10:45:54 +01:00
  • b68fbc64a2 Move listener config writing into CListener Uli Schlachter 2017-01-12 10:31:32 +01:00
  • 82d32429d1 schat: Require explicit path to certificate. Alexey Sokolov 2017-10-30 22:59:04 +00:00
  • a80074712a More translateable strings, #1354 Alexey Sokolov 2017-10-30 22:56:36 +00:00
  • cfadadb5d3 More translateable strings, #1354 Alexey Sokolov 2017-10-28 10:33:31 +01:00
  • ddefb03d1e AppVeyor: don't cache cygwin packages, they are over cache size limit anyway. Alexey Sokolov 2017-10-26 19:48:09 +01:00
  • 01571f1409 AppVeyor: try to clear corrupted cache to mitigate https://help.appveyor.com/discussions/problems/8975-cache-is-unstable-lately Alexey Sokolov 2017-10-26 19:32:32 +01:00
  • 03c4c0b165 Use and propagate microsecond-precision timestamps to FormatTime Vladimir Panteleev 2017-10-24 21:45:44 +00:00
  • 901a21e91b Utils: Add FormatTime overload taking timeval Vladimir Panteleev 2017-10-24 21:32:28 +00:00
  • ca578843fc Fix test after previous commit Alexey Sokolov 2017-10-23 00:17:49 +01:00
  • 05a0cbf3e0 More translatable strings, #1354 Alexey Sokolov 2017-10-22 23:13:31 +01:00
  • 615d4f6b5e Improve cyrusauth UI, make more strings translatable (#1354) Alexey Sokolov 2017-10-22 00:24:37 +01:00
  • a05f344f5f Travis: Add xcode 9.1; Disable xcode 6.4, because download of qt for osx 10.10 times out. Alexey Sokolov 2017-10-20 19:57:37 +01:00
  • dca012f0b7 Use SameSite=strict cookies consistently (#1450) Adam Williams 2017-10-20 15:31:46 +01:00
  • 42d30901d4 Merge pull request #1444 from Zarthus/tidy_up_readme Alexey Sokolov 2017-10-15 18:26:39 +01:00
  • 3ba8b0cce3 Stop mixing up ./configure --enable-debug with znc --debug Alexey Sokolov 2017-10-15 18:00:00 +01:00
  • 4e4dd0f7bc Remove unused AUHOTRS symlink Jos Ahrens 2017-09-28 18:00:36 +00:00
  • 2ebd358521 Merge pull request #1446 from Zarthus/feature/debug-mode-awareness Alexey Sokolov 2017-10-04 19:09:09 -07:00
  • 57ad5cd814 Merge pull request #1445 from Zarthus/fix/debug-shows-pass Alexey Sokolov 2017-10-04 19:06:50 -07:00
  • 023e57485b Revert "Remove several more "size - 1", none of which are dangereous." Alexey Sokolov 2017-10-04 04:41:50 +01:00
  • bcabf9b55c Remove several more "size - 1", none of which are dangereous. Alexey Sokolov 2017-10-03 08:27:05 +01:00