]> jfr.im git - irc/evilnet/znc.git/history - modules
Fix missing brace
[irc/evilnet/znc.git] / modules /
2016-08-18  MrLeninUpdate to znc 1.6.3
2016-01-29  MrLeninInitial commit for evilnet modifications to znc 1.6.2 origin/znc-1.6.2-evilnet
2015-10-31  Alexey SokolovAdd missing return statement to dcc module.
2015-10-30  Alexey SokolovFix some unitialized fields in modules.
2015-10-30  Alexey SokolovReally fix #528
2015-10-02  Alexey SokolovMerge pull request #1113 from Mikaela/travis
2015-09-28  Alexey SokolovMerge pull request #1101 from Mikaela/perform-descriptions
2015-09-21  Mikaela Suomalainenperform: add descriptions for commands
2015-09-20  Mikaela Suomalainencert: add description for the "info" command
2015-09-20  J-P NurmiFix more warnings [-Winconsistent-missing-override]
2015-09-20  Alexey SokolovMerge pull request #1087 from Mikaela/route_replies
2015-09-20  Alexey SokolovMerge pull request #1104 from Mikaela/module-descriptions
2015-09-20  Mikaela Suomalainenlastseen & certauth & route_replies: add missing descri...
2015-09-20  Mikaela Suomalainenroute_replies: make the error more clear
2015-09-19  Mikaela Suomalainenperform: say "number" instead of "nr"
2015-09-17  KindOneautovoice: Check for autovoices when we are opped.
2015-09-09  Jos AhrensFix stickychan joining inaccessable channels.
2015-08-04  Alexey Sokolovs/NULL/nullptr/ in modpython's codegen.pl
2015-08-04  Alexey SokolovUpdate codegen.pl too. See #1017
2015-08-04  Alexey SokolovFix memory leak in modpython.
2015-08-03  J-P NurmiMerge branch '1.6.1' into 1.6.x
2015-08-01  J-P NurmiMerge pull request #1013 from DarthGandalf/cap-end
2015-07-31  J-P NurmiMerge pull request #1009 from jpnurmi/keys
2015-07-31  J-P NurmiMerge pull request #1010 from jpnurmi/modules_online
2015-07-28  J-P NurmiFix #1007: modules_online uses wrong ident
2015-07-10  Alexey SokolovHint in webadmin how to delete current port
2015-06-05  Alexey SokolovMention ExpandString in CTCP replies in webadmin
2015-04-06  Alexey SokolovImprove breadcrumbs in webadmin.
2015-04-04  Alexey SokolovFix CUser::GetUserClients() and CUser::GetAllClients...
2015-03-05  Alexey SokolovExplain in webadmin why encoding settings are disabled.
2015-03-01  Alexey SokolovMerge pull request #901 from jpnurmi/version
2015-03-01  Alexey SokolovMerge pull request #905 from jpnurmi/chansaver
2015-02-28  J-P NurmiFix chansaver loading
2015-02-23  Alexey SokolovMerge branch '1.6' into 1.6.x
2015-02-23  Alexey SokolovMerge pull request #874 from jpnurmi/webadmin
2015-02-19  J-P NurmiMerge pull request #878 from Mkaysi/sasl16
2015-02-19  Mikaela Suomalainenmodules/sasl.cpp: update help for "set"
2015-02-19  Thomas Kriechbaumerfix savebuff timer initialization
2015-02-19  J-P NurmiMerge pull request #876 from Mkaysi/sasl-requireauth
2015-02-19  Mikaela Suomalainensasl: fix help text for requireauth
2015-02-18  J-P NurmiFix #872: webadmin checkboxes
2015-02-01  Alexey SokolovMerge branch 'version'
2015-01-30  Alexey SokolovAdd a global setting whether to show ZNC version or not
2015-01-26  Alexey SokolovMerge pull request #823 from Zarthus/pass-patch
2015-01-25  Alexey SokolovClarify in webadmin that timestamp format is useless...
2015-01-18  Alexey Sokolovsample should be network module, not user module.
2015-01-16  Alexey SokolovMerge pull request #803 from jpnurmi/savebuff
2015-01-16  J-P Nurmisavebuff: save & load query buffers - fixes #802
2015-01-11  Alexey SokolovMerge pull request #812 from ahf/fix-602
2015-01-11  Alexander FærøyQ: Ignore JoinAfterCloaked unless UseCloakedHost is set
2015-01-11  Alexey SokolovOops, I'm not familiar with our CSS
2015-01-11  Alexey SokolovEnable editing trusted fingerprints in webadmin
2015-01-09  Alexey Sokolovmodpython: Enable default arguments feature of SWIG...
2014-12-31  Alexey SokolovMerge pull request #795 from Un1matr1x/master
2014-12-31  Falk SeidelWelcome to 2015
2014-12-31  Alexey SokolovMerge pull request #794 from Mkaysi/charset
2014-12-30  Mikaela Suomalainenwebadmin: suggest ISO-8859-15 if non-UTF-8 char...
2014-12-26  Alexey SokolovMerge pull request #792 from kerio92/master
2014-12-26  Edoardo SpadoliniMention username as well as password in the sasl module...
2014-12-26  Edoardo SpadoliniRemove DH-BLOWFISH and DH-AES from the sasl module
2014-12-25  Alexey SokolovLet's use recommended value by default for new users
2014-12-25  Alexey SokolovFix crash in Add User page in webadmin
2014-12-23  Alexey SokolovMerge pull request #789 from Mkaysi/makepem
2014-12-23  Alexey SokolovFix some int_t types in modperl/modpython
2014-12-23  Alexey SokolovRecommend UTF-8 in webadmin
2014-12-22  Alexey SokolovMerge pull request #775 from DarthGandalf/table
2014-12-22  Alexey SokolovSimplify nickserv module.
2014-12-21  Alexey SokolovMerge pull request #779 from Mkaysi/sasl
2014-12-21  Mikaela Suomalainensasl.cpp: don't advertise DH-* as secure
2014-12-21  Alexey SokolovWebadmin: Add GUI for character encoding
2014-12-18  Alexey SokolovMerge pull request #777 from James-TR/Csocket_update
2014-12-18  Alexey SokolovMake list of vars in controlpanel's help compact
2014-12-16  Martin MartimeoRelease python/swig ownership when adding object create...
2014-12-16  Alexey SokolovHonor X-Forwarded-For of HTTP clients not only in web.
2014-12-04  Alexey SokolovMerge pull request #754 from jpnurmi/ready
2014-12-02  Alexey SokolovMerge branch 'ssl'
2014-11-29  Alexey SokolovMerge pull request #756 from jpnurmi/timestamp
2014-11-27  Alexey SokolovMerge pull request #760 from jpnurmi/attach
2014-11-26  Alexey SokolovMerge pull request #758 from jpnurmi/buildmod
2014-11-26  J-P NurmiFix #759 - channels cannot be reattached
2014-11-24  Alexey SokolovFix build without threads
2014-11-20  Alexey SokolovMerge pull request #753 from jpnurmi/listclients
2014-11-19  Alexey SokolovMerge pull request #751 from jpnurmi/csocket
2014-11-19  Alexey SokolovMerge pull request #752 from jpnurmi/findclients
2014-11-10  J-P NurmiRevise CChan::JoinUser() & AttachUser()
2014-11-08  Alexey SokolovMerge branch 'lambda'
2014-11-06  Alexey SokolovMerge pull request #728 from jpnurmi/ssl-protocols
2014-11-06  Alexey SokolovMerge pull request #741 from jpnurmi/charset
2014-11-06  Alexey SokolovMerge pull request #738 from jpnurmi/override
2014-11-06  Alexey SokolovMerge pull request #739 from markusj/savebuff-handle...
2014-11-05  Markus Jungsavebuff: Handle empty passwords identical
2014-11-05  J-P Nurmimodules: cleanup superfluous virtual keywords
2014-11-05  J-P Nurmimodules: use override keyword
2014-11-04  Alexey SokolovMerge commit 'refs/pull/733/head' of github.com:znc/znc
2014-11-03  Alexey SokolovMerge pull request #735 from jpnurmi/modcommand
2014-11-03  J-P Nurmistickychan: use CModCommand
2014-11-03  J-P Nurmisimple_away: use CModCommand
2014-11-03  J-P Nurmisavebuff: use CModCommand
2014-11-03  J-P Nurmilistsockets: use CModCommand
2014-11-03  J-P Nurmikickrejoin: use CModCommand
next