J-P Nurmi
ed9d3deec8
savebuff: remove LEGACY_SAVEBUFF -wrapped code
...
This piece of code hasn't compiled since 2011 (cb4131e ), and has
been functionally broken since 2010 (a0c0b73 ). 12ce7f1 instructs
to use buffextras alongside savebuff.
2015-07-17 12:27:34 +02:00
J-P Nurmi
9242307ff7
Merge branch '1.6.x'
...
Conflicts:
README.md
modules/data/webadmin/tmpl/settings.tmpl
src/Query.cpp
2015-07-14 23:11:17 +02:00
J-P Nurmi
d39b20b505
Fix sources to include their respective header
2015-07-14 19:05:23 +02:00
J-P Nurmi
ea2df008f8
Merge pull request #993 from jpnurmi/fortify
...
Fix #887 : define _FORTIFY_SOURCE only for optimized release builds
2015-07-14 13:33:02 +02:00
J-P Nurmi
d5cefbfb71
Fix StringTest
...
- EXPECT_EQ() takes the expected value first
2015-07-13 20:22:03 +02:00
J-P Nurmi
56a92d4c0b
Fix NetworkTest
...
- fix signed vs. unsigned comparison warning
- EXPECT_EQ() takes the expected value first
2015-07-13 18:32:27 +02:00
J-P Nurmi
0734c6ac4d
Fix #887 : define _FORTIFY_SOURCE only for optimized release builds
...
Otherwise building ZNC in debug mode gives a flood of warnings:
_FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
2015-07-13 13:31:54 +02:00
J-P Nurmi
f28640fe3f
Merge pull request #957 from jpnurmi/cap-notify
...
Add cap-notify & away-notify support
2015-07-12 19:34:31 +02:00
Alexey Sokolov
34d9183ff1
Hint in webadmin how to delete current port
2015-07-10 20:01:12 +01:00
Alexey Sokolov
e2222e3a18
Merge pull request #989 from Mkaysi/readme
...
README: fix formatting & links
2015-07-10 08:11:24 +01:00
Mikaela Suomalainen
798216957b
README: fix formatting & links
...
[CI SKIP]
2015-07-10 09:11:10 +03:00
Alexey Sokolov
95520630a1
Merge pull request #938 from Mkaysi/sasl
...
sasl: enable all mechanisms by default
2015-07-08 09:31:56 +01:00
Alexey Sokolov
bae8724a16
Fix build after previous commit...
2015-07-07 22:26:56 +01:00
Alexey Sokolov
326040cf08
Fix query buffer size for users who has 0 in default channel buffer size.
...
Users who upgrade from <=1.4 to 1.6.0 and have configured 0 for channel buffer, were silently not getting any queries while disconnected anymore.
Thanks to jpnurmi for the idea how to bandaid this in 1.6.x branch.
Proper fix will go to 1.7 and will take form of separate settings for channel and query buffers.
See #967
2015-07-07 20:58:56 +01:00
Alexey Sokolov
f909dc568a
Merge branch '1.6.x'
2015-07-07 20:08:01 +01:00
Pavel Djundik
3bc7b820ac
Don't print local ip address on 404 page, fixes #944
...
(cherry picked from commit 01279a4efa )
2015-07-07 20:07:02 +01:00
J-P Nurmi
1fb321703d
Add away-notify support - close #315
2015-07-05 13:33:27 +02:00
J-P Nurmi
089a0fd925
Add cap-notify support
...
This change alone doesn’t notify any capabilities to clients, but makes
ZNC itself offer cap-notify and builds the foundations for various
notifiable capabilities, such as away-notify, can be easily added.
2015-07-05 13:33:27 +02:00
Alexey Sokolov
e8d0dcc2bc
Merge commit 'refs/pull/980/head' of github.com:znc/znc
2015-06-29 20:28:48 +01:00
Alexey Sokolov
5faaf67f48
Fix doxygen of CModule::GetNetwork() and CModule::GetClient()
...
Thanks to BtbN for reporting this.
2015-06-23 21:06:25 +01:00
Mikaela Suomalainen
3aec1c73f2
IRCNetwork.h: lower ping frequency & timeout
...
Ref: #979
2015-06-22 08:25:14 +03:00
Alexey Sokolov
a314d3057e
Merge branch '1.6.x'
2015-06-05 08:06:15 +01:00
Alexey Sokolov
fce3d781bb
Mention ExpandString in CTCP replies in webadmin
2015-06-05 08:04:33 +01:00
Alexey Sokolov
2f65dbbc64
Integrate disconkick module to core.
...
Fix #968
2015-06-04 22:02:39 +01:00
Alexey Sokolov
f8f097a5db
Make CTCP replies editor in webadmin more fancy when JS is enabled.
2015-06-04 21:39:37 +01:00
Alexey Sokolov
8552ca0ff9
Bump accepted line length to 2048
...
To allow message tags and still have some buffer for cases
when server sends too long lines
Related to #971
2015-06-04 08:05:15 +01:00
Alexey Sokolov
c2733f9f3e
Merge pull request #970 from DarthGandalf/server-list
...
Make server editor in webadmin more fancy, when JS is enabled
2015-06-03 23:22:12 +01:00
Alexey Sokolov
477a9ddd5a
Make server editor in webadmin more fancy, when JS is enabled
...
See #145
2015-06-03 00:18:17 +01:00
Alexey Sokolov
a3ed8147d0
Merge pull request #860 from ammaraskar/table_sorting
...
Implement table sorting in webadmin, addresses #40
2015-05-10 17:02:32 +01:00
Alexey Sokolov
a08d0497f9
User's PKG_CONFIG_PATH should be preferred over what was found using homebrew
2015-05-09 22:21:09 +01:00
Alexey Sokolov
0cdda5ad93
Merge pull request #962 from wolfy1339/pr-455-fix
...
Add third class to the port input [Fixes #446 ]
2015-05-09 08:48:44 +01:00
wolfy1339
9d61e5a400
Add third class to the port input [ Fixes #446 ]
...
Addimg this class makes it so the input has a defined width.
Fixes znc/znc#446
2015-05-07 18:43:29 -04:00
Alexey Sokolov
1d5b08fa03
Merge pull request #961 from wolfy1339/exra-td
...
Add extra td [Fixes #446 ]
2015-05-07 20:09:31 +01:00
wolfy1339
7c94c2cb34
Add extra td
...
Fixes znc/znc#446
2015-05-06 20:24:33 -04:00
Alexey Sokolov
1cce7f698f
configure: change output style of homebrew detection
2015-05-04 14:23:29 +01:00
Alexey Sokolov
da279f9622
Setup continuous testing on cygwin using AppVeyor
2015-05-04 10:17:58 +01:00
Alexey Sokolov
0aa4322cea
Update Csocket
...
- Fix build on cygwin 2.0.1
- Use C API of libicu instead of C++ API
2015-05-04 08:59:36 +01:00
Mikaela Suomalainen
02ba375966
sasl: enable all mechanisms by default
2015-04-29 07:59:17 +03:00
Alexey Sokolov
8f9aad4580
Merge branch '1.6.x'
...
Conflicts:
src/User.cpp
2015-04-28 21:44:07 +01:00
Alexey Sokolov
63a938478a
Merge branch 'cap'
2015-04-28 21:41:04 +01:00
Alexey Sokolov
d335c3cdf6
configure.ac: specify required compiler versions
...
Close #956
2015-04-28 21:36:25 +01:00
J-P Nurmi
28393c309b
Fix #954 : Startup failure when simple_away is loaded after awaynick
2015-04-28 21:36:25 +01:00
Alexey Sokolov
d7a6a136db
Update capability names as they are named in IRCv3.2.
...
Old names will be available for a while, then removed.
self-message is superseded by echo-message and will be removed in future
too.
2015-04-26 22:37:27 +01:00
Alexey Sokolov
06e365215b
Remove CAP CLEAR, because it's useless, and got deprecated in IRCv3.1
2015-04-26 22:36:36 +01:00
J-P Nurmi
7839a596a3
modules: make help more compact
...
Same as c7b2aea7da but for modules
2015-04-26 21:53:59 +02:00
Alexey Sokolov
dc755ee3e6
Merge pull request #950 from jpnurmi/echo-message
...
Implement IRCv3.2 echo-message capability on the "client side"
2015-04-26 19:55:08 +01:00
Alexey Sokolov
bb4060ce5e
Add non-minified versions of jQuery-UI and Selectize.
...
Also upgrade selectize to 0.12.1.
Make Debian happy.
2015-04-26 19:36:34 +01:00
Alexey Sokolov
b2b4806320
Merge branch '1.6.x'
2015-04-26 19:23:57 +01:00
Alexey Sokolov
f8d2c32e9a
Add non-minified jQuery's source.
...
jQuery's license (MIT) does *NOT* require this.
But Debian is not happy without it.
2015-04-26 19:21:40 +01:00
J-P Nurmi
e3954f4824
Implement IRCv3.2 echo-message capability on the "client side"
...
http://ircv3.net/specs/extensions/echo-message-3.2.html
TODO: Add echo-message support to CIRCSock when IRCds start supporting it.
Manual echoing won't be necessary for networks that support echo-message.
2015-04-26 19:49:39 +02:00