Commit Graph

  • eda13bd1f0 Update codegen.pl too. See #1017 Alexey Sokolov 2015-08-05 00:10:58 +01:00
  • a13b4a8e46 CZNC: add missing SSL-related getters and setters J-P Nurmi 2015-08-04 23:50:11 +02:00
  • 603288999b Merge branch 'master' of github.com:znc/znc Alexey Sokolov 2015-08-04 23:48:52 +01:00
  • f7ccbed99a Merge branch '1.6.x' Alexey Sokolov 2015-08-04 23:47:42 +01:00
  • 23fb93d1c6 webadmin: use CIRCNetwork::ClearTrustedFingerprints() J-P Nurmi 2015-08-05 00:41:30 +02:00
  • f266b54e6e Fix ClearTrustedFingerprints() casing J-P Nurmi 2015-08-05 00:44:27 +02:00
  • b8330296a2 Fix memory leak in modpython. Alexey Sokolov 2015-08-04 23:40:50 +01:00
  • 66413ae516 Add CIRCNetwork::ClearTrustedFingerPrints() J-P Nurmi 2015-08-05 00:24:28 +02:00
  • dce289a5d4 CUser: add API for removing and clearing allowed hosts J-P Nurmi 2015-08-04 16:08:19 +02:00
  • 42501a3c61 Merge branch '1.6.x' J-P Nurmi 2015-08-04 01:23:05 +02:00
  • de6ad06bd2 Merge branch '1.6.1' into 1.6.x J-P Nurmi 2015-08-04 01:12:42 +02:00
  • aa6e7e7428 Increase the version number to 1.6.1 znc-1.6.1 Alexey Sokolov 2015-08-03 23:59:17 +01:00
  • 9fe1027d8a Add missing CChan::GetNetwork() J-P Nurmi 2015-08-02 23:40:12 +02:00
  • d6d57cb708 Merge branch '1.6.x' J-P Nurmi 2015-08-01 12:44:06 +02:00
  • ad99d5f46e Merge pull request #1013 from DarthGandalf/cap-end J-P Nurmi 2015-08-01 12:33:26 +02:00
  • b16faf5058 Merge pull request #990 from jpnurmi/reset J-P Nurmi 2015-08-01 12:30:36 +02:00
  • 824cb3cc56 Merge pull request #1011 from jpnurmi/disconkick J-P Nurmi 2015-08-01 01:02:14 +02:00
  • 015a8f6502 Merge branch '1.6.x' J-P Nurmi 2015-07-31 23:53:30 +02:00
  • 5c2e040cb8 Merge pull request #1009 from jpnurmi/keys J-P Nurmi 2015-07-31 23:49:05 +02:00
  • 2098dc1f2c Merge pull request #992 from jpnurmi/fail2ban J-P Nurmi 2015-07-31 23:32:15 +02:00
  • 53d9161b20 Merge pull request #998 from jpnurmi/buffer J-P Nurmi 2015-07-31 22:51:03 +02:00
  • da0862ddb3 Merge pull request #997 from jpnurmi/flooddetach J-P Nurmi 2015-07-31 22:26:03 +02:00
  • 87ae630046 Merge pull request #991 from jpnurmi/initializer_list J-P Nurmi 2015-07-31 22:08:43 +02:00
  • b217653710 Merge pull request #1010 from jpnurmi/modules_online J-P Nurmi 2015-07-31 21:52:41 +02:00
  • ef06901966 Merge pull request #996 from jpnurmi/account-notify J-P Nurmi 2015-07-31 21:50:36 +02:00
  • 89e99bfe35 Support "CAP :END" Alexey Sokolov 2015-07-30 22:01:11 +01:00
  • 405546e94c src/IRCSock.cpp: use *status as kicker J-P Nurmi 2015-07-28 17:45:18 +02:00
  • 0058b47d42 Fix #1007: modules_online uses wrong ident J-P Nurmi 2015-07-28 12:27:01 +02:00
  • b2c83321ef Fix #1008: Channel keys get saved in a very wrong way J-P Nurmi 2015-07-27 01:38:02 +02:00
  • 757ba2bee7 ZNC 1.6.1-rc1 znc-1.6.1-rc1 J-P Nurmi 2015-07-25 22:44:07 +02:00
  • 8a831adf1b '-L"/path"' -> '-L/path' Alexey Sokolov 2015-07-23 01:11:16 +01:00
  • baa798ce9f Fix -DVERSION_EXTRA="foo" Alexey Sokolov 2015-07-21 22:43:18 +01:00
  • 2dbd837851 Fix znc-buildmod on cygwin after rename of library Alexey Sokolov 2015-07-21 00:03:26 +01:00
  • c336ef5ec2 Cygwin: Rename libznc.dll to cygznc-1.7.dll Alexey Sokolov 2015-07-19 13:49:18 +01:00
  • 28a0f1d4d9 Appveyor: with cygwin installation log, no need for ls -l /bin [skip ci] Alexey Sokolov 2015-07-18 19:51:43 +01:00
  • 496a132e32 Resolve #967: separate chan & query buffer size settings J-P Nurmi 2015-07-14 20:53:44 +02:00
  • 0d8083e3df Appveyor: Fix name of dependency Alexey Sokolov 2015-07-18 19:00:32 +01:00
  • 55a25ec654 Appveyor: enable more ZNC features. Alexey Sokolov 2015-07-18 15:12:58 +01:00
  • ed9d3deec8 savebuff: remove LEGACY_SAVEBUFF -wrapped code J-P Nurmi 2015-07-17 12:12:02 +02:00
  • 9242307ff7 Merge branch '1.6.x' J-P Nurmi 2015-07-14 23:03:21 +02:00
  • bae872f2b1 flooddetach: add nick changes - close #941 J-P Nurmi 2015-07-14 19:12:29 +02:00
  • d39b20b505 Fix sources to include their respective header J-P Nurmi 2015-07-14 18:51:40 +02:00
  • 6246899c56 Add support for extended-join (#316) J-P Nurmi 2015-07-14 18:29:33 +02:00
  • d070a6e644 Add support for account-notify (#316) J-P Nurmi 2015-07-14 14:26:20 +02:00
  • d18601180b Align server-side cap handling code with the client-side J-P Nurmi 2015-07-14 16:49:57 +02:00
  • ea2df008f8 Merge pull request #993 from jpnurmi/fortify J-P Nurmi 2015-07-14 13:33:02 +02:00
  • c5d7b5778a fail2ban: add BAN, UNBAN and LIST commands (#534) J-P Nurmi 2015-07-13 12:16:27 +02:00
  • f506a59993 Add TCacheMap::GetItems() J-P Nurmi 2015-07-13 12:15:30 +02:00
  • 3cdaca51a6 fail2ban: make timeout & attempts configurable (#534) J-P Nurmi 2015-07-13 12:15:00 +02:00
  • d5cefbfb71 Fix StringTest J-P Nurmi 2015-07-13 20:21:25 +02:00
  • 1aba508298 Add initializer_list ctors for CString & MCString J-P Nurmi 2015-07-12 23:48:20 +02:00
  • 56a92d4c0b Fix NetworkTest J-P Nurmi 2015-07-13 18:32:27 +02:00
  • 0734c6ac4d Fix #887: define _FORTIFY_SOURCE only for optimized release builds J-P Nurmi 2015-07-13 13:30:48 +02:00
  • f28640fe3f Merge pull request #957 from jpnurmi/cap-notify J-P Nurmi 2015-07-12 19:34:31 +02:00
  • 34d9183ff1 Hint in webadmin how to delete current port Alexey Sokolov 2015-07-10 20:00:37 +01:00
  • e2222e3a18 Merge pull request #989 from Mkaysi/readme Alexey Sokolov 2015-07-10 08:11:24 +01:00
  • 798216957b README: fix formatting & links Mikaela Suomalainen 2015-07-08 11:26:07 +03:00
  • 0d75018157 Allow reseting channel specific AutoClearChanBuffer & Buffer settings J-P Nurmi 2015-07-08 22:37:24 +02:00
  • 95520630a1 Merge pull request #938 from Mkaysi/sasl Alexey Sokolov 2015-07-08 09:31:56 +01:00
  • bae8724a16 Fix build after previous commit... Alexey Sokolov 2015-07-07 22:26:56 +01:00
  • 326040cf08 Fix query buffer size for users who has 0 in default channel buffer size. Alexey Sokolov 2015-07-07 20:58:56 +01:00
  • f909dc568a Merge branch '1.6.x' Alexey Sokolov 2015-07-07 20:08:01 +01:00
  • 3bc7b820ac Don't print local ip address on 404 page, fixes #944 (cherry picked from commit 01279a4efa) Pavel Djundik 2015-07-07 19:01:53 +03:00
  • 1fb321703d Add away-notify support - close #315 J-P Nurmi 2015-06-28 17:46:09 +02:00
  • 089a0fd925 Add cap-notify support J-P Nurmi 2015-06-28 16:19:32 +02:00
  • e8d0dcc2bc Merge commit 'refs/pull/980/head' of github.com:znc/znc Alexey Sokolov 2015-06-29 20:28:48 +01:00
  • 5faaf67f48 Fix doxygen of CModule::GetNetwork() and CModule::GetClient() Alexey Sokolov 2015-06-23 21:06:25 +01:00
  • 3aec1c73f2 IRCNetwork.h: lower ping frequency & timeout Mikaela Suomalainen 2015-06-22 08:25:14 +03:00
  • 5ca8cb51ba log: Add -timestamp option NuclearW 2014-09-30 14:33:42 -04:00
  • a314d3057e Merge branch '1.6.x' Alexey Sokolov 2015-06-05 08:05:00 +01:00
  • fce3d781bb Mention ExpandString in CTCP replies in webadmin Alexey Sokolov 2015-06-05 08:04:33 +01:00
  • 2f65dbbc64 Integrate disconkick module to core. Alexey Sokolov 2015-06-04 22:02:39 +01:00
  • f8f097a5db Make CTCP replies editor in webadmin more fancy when JS is enabled. Alexey Sokolov 2015-06-04 21:39:37 +01:00
  • 8552ca0ff9 Bump accepted line length to 2048 Alexey Sokolov 2015-06-04 08:05:15 +01:00
  • c2733f9f3e Merge pull request #970 from DarthGandalf/server-list Alexey Sokolov 2015-06-03 23:22:12 +01:00
  • 477a9ddd5a Make server editor in webadmin more fancy, when JS is enabled Alexey Sokolov 2015-06-03 00:16:58 +01:00
  • a3ed8147d0 Merge pull request #860 from ammaraskar/table_sorting Alexey Sokolov 2015-05-10 17:02:32 +01:00
  • a08d0497f9 User's PKG_CONFIG_PATH should be preferred over what was found using homebrew Alexey Sokolov 2015-05-09 22:20:01 +01:00
  • 0cdda5ad93 Merge pull request #962 from wolfy1339/pr-455-fix Alexey Sokolov 2015-05-09 08:48:44 +01:00
  • 9d61e5a400 Add third class to the port input [Fixes #446] wolfy1339 2015-05-06 20:33:01 -04:00
  • 1d5b08fa03 Merge pull request #961 from wolfy1339/exra-td Alexey Sokolov 2015-05-07 20:09:31 +01:00
  • 7c94c2cb34 Add extra td wolfy1339 2015-05-06 20:24:33 -04:00
  • 1cce7f698f configure: change output style of homebrew detection Alexey Sokolov 2015-05-04 14:23:29 +01:00
  • da279f9622 Setup continuous testing on cygwin using AppVeyor Alexey Sokolov 2015-05-02 17:37:30 +01:00
  • 0aa4322cea Update Csocket Alexey Sokolov 2015-05-04 08:59:36 +01:00
  • 02ba375966 sasl: enable all mechanisms by default Mikaela Suomalainen 2015-04-28 16:56:44 +03:00
  • 8f9aad4580 Merge branch '1.6.x' Alexey Sokolov 2015-04-28 21:44:07 +01:00
  • 63a938478a Merge branch 'cap' Alexey Sokolov 2015-04-28 21:41:04 +01:00
  • d335c3cdf6 configure.ac: specify required compiler versions Alexey Sokolov 2015-04-28 21:28:24 +01:00
  • 28393c309b Fix #954: Startup failure when simple_away is loaded after awaynick J-P Nurmi 2015-04-28 10:00:55 +02:00
  • d7a6a136db Update capability names as they are named in IRCv3.2. Alexey Sokolov 2015-04-26 20:52:29 +01:00
  • 06e365215b Remove CAP CLEAR, because it's useless, and got deprecated in IRCv3.1 Alexey Sokolov 2015-04-26 22:36:36 +01:00
  • 7839a596a3 modules: make help more compact J-P Nurmi 2015-04-26 21:50:02 +02:00
  • dc755ee3e6 Merge pull request #950 from jpnurmi/echo-message Alexey Sokolov 2015-04-26 19:55:08 +01:00
  • bb4060ce5e Add non-minified versions of jQuery-UI and Selectize. Alexey Sokolov 2015-04-26 19:36:34 +01:00
  • b2b4806320 Merge branch '1.6.x' Alexey Sokolov 2015-04-26 19:23:57 +01:00
  • f8d2c32e9a Add non-minified jQuery's source. Alexey Sokolov 2015-04-26 19:21:40 +01:00
  • e3954f4824 Implement IRCv3.2 echo-message capability on the "client side" J-P Nurmi 2015-04-26 18:38:44 +02:00
  • 4f4872a899 Update comment about CTable Alexey Sokolov 2015-04-19 22:51:24 +01:00
  • 21458de7d0 Merge branch '1.6.x' Alexey Sokolov 2015-04-18 17:57:51 +01:00