]> jfr.im git - irc/rizon/moo.git/log
irc/rizon/moo.git
8 years agoMerge branch 'fix-slogsearch-speed' into 'master' 20160404
Adam [Tue, 5 Apr 2016 00:09:03 +0000 (00:09 +0000)] 
Merge branch 'fix-slogsearch-speed' into 'master'

Improve slogsearch speed by doing *search* instead of **search**

See merge request !13

8 years agoMerge branch 'fix-slogsearch-help' into 'master'
Adam [Tue, 5 Apr 2016 00:08:39 +0000 (00:08 +0000)] 
Merge branch 'fix-slogsearch-help' into 'master'

Update help for !slogsearch to reflect the actual defaults.

See merge request !12

8 years agoMerge branch 'fix-wlogsearch' into 'master'
Adam [Tue, 5 Apr 2016 00:08:11 +0000 (00:08 +0000)] 
Merge branch 'fix-wlogsearch' into 'master'

Show newest results first in !wlogsearch.

Fixes #22

See merge request !11

8 years agoImprove slogsearch speed by doing *search* instead of **search**
Orillion [Mon, 4 Apr 2016 19:28:10 +0000 (21:28 +0200)] 
Improve slogsearch speed by doing *search* instead of **search**

8 years agoSwitch to netty 4.1 which includes the fix for netty #4275 which we require, the...
Adam [Thu, 31 Mar 2016 00:32:31 +0000 (20:32 -0400)] 
Switch to netty 4.1 which includes the fix for netty #4275 which we require, the 5.x development moves too slowly

8 years agoUpdate help for !slogsearch to reflect the actual defaults.
Orillion [Sat, 26 Mar 2016 20:23:47 +0000 (21:23 +0100)] 
Update help for !slogsearch to reflect the actual defaults.

8 years agoShow newest results first in !wlogsearch.
Orillion [Sat, 26 Mar 2016 20:17:59 +0000 (21:17 +0100)] 
Show newest results first in !wlogsearch.

8 years agoMerge branch 'master' of gitlab.com:rizon/moo into example-unit-test
Adam [Sat, 12 Mar 2016 16:21:50 +0000 (11:21 -0500)] 
Merge branch 'master' of gitlab.com:rizon/moo into example-unit-test

8 years agoFix slogsearch
Adam [Sat, 12 Mar 2016 00:02:54 +0000 (19:02 -0500)] 
Fix slogsearch

8 years agoFix build
Adam [Thu, 10 Mar 2016 20:39:46 +0000 (15:39 -0500)] 
Fix build

8 years agoMerge branch 'example-unit-test' of gitlab.com:rizon/moo into example-unit-test
Adam [Thu, 10 Mar 2016 00:42:12 +0000 (19:42 -0500)] 
Merge branch 'example-unit-test' of gitlab.com:rizon/moo into example-unit-test

8 years agopom cleanups
Adam [Thu, 10 Mar 2016 00:41:37 +0000 (19:41 -0500)] 
pom cleanups

8 years agoMerge branch 'master' into example-unit-test
Adam [Wed, 9 Mar 2016 23:37:40 +0000 (18:37 -0500)] 
Merge branch 'master' into example-unit-test

8 years agoAdded MooJUnitRunner for easy testing.
Orillion [Wed, 9 Mar 2016 20:10:43 +0000 (21:10 +0100)] 
Added MooJUnitRunner for easy testing.

8 years agoCleanup dependencies
Adam [Tue, 8 Mar 2016 02:18:10 +0000 (21:18 -0500)] 
Cleanup dependencies

8 years agoRemove overly complex ArgumentCaptor.
Orillion [Mon, 7 Mar 2016 22:44:44 +0000 (23:44 +0100)] 
Remove overly complex ArgumentCaptor.

8 years agoRemove unused variables.
Orillion [Mon, 7 Mar 2016 22:09:43 +0000 (23:09 +0100)] 
Remove unused variables.

8 years agoRemove unneeded mocked dependency.
Orillion [Mon, 7 Mar 2016 21:55:25 +0000 (22:55 +0100)] 
Remove unneeded mocked dependency.

8 years agoDo no try to process null for required channels.
Orillion [Mon, 7 Mar 2016 21:53:01 +0000 (22:53 +0100)] 
Do no try to process null for required channels.

8 years agoAdd test dependencies to dependencymanagement
Adam [Mon, 7 Mar 2016 20:12:50 +0000 (15:12 -0500)] 
Add test dependencies to dependencymanagement

8 years agoGet rid of this provider injector thing for netty channel, not sure if it was right...
Adam [Mon, 7 Mar 2016 20:01:50 +0000 (15:01 -0500)] 
Get rid of this provider injector thing for netty channel, not sure if it was right or not, but it was causing injector creation to fail

8 years agoUse mock annotations
Adam [Mon, 7 Mar 2016 18:44:51 +0000 (13:44 -0500)] 
Use mock annotations

8 years agoAdd test for DNSBLStats, this test is very simple and should be expanded in the future.
Orillion [Mon, 7 Mar 2016 08:42:27 +0000 (09:42 +0100)] 
Add test for DNSBLStats, this test is very simple and should be expanded in the future.

- Note: Removed final modified in ServerManager, else when(mockServerManager.getServers()).thenReturn(...) will throw an NPE.

8 years agoAdd simple tests for Command Rand.
Orillion [Mon, 7 Mar 2016 08:41:13 +0000 (09:41 +0100)] 
Add simple tests for Command Rand.

8 years agoDisable cache in jar urlconnection
Adam [Sat, 5 Mar 2016 15:42:10 +0000 (10:42 -0500)] 
Disable cache in jar urlconnection

8 years agoMerge branch '12-fix-oline' into 'master'
Adam [Fri, 4 Mar 2016 22:44:13 +0000 (22:44 +0000)] 
Merge branch '12-fix-oline' into 'master'

Do not use non-integers as arguments for !oline SERVER, and give a warning.

fixes #12

See merge request !8

8 years agoMerge branch '14-relink-mail' into 'master'
Adam [Fri, 4 Mar 2016 22:33:49 +0000 (22:33 +0000)] 
Merge branch '14-relink-mail' into 'master'

Send separate emails for server splits and relinks. Fixes #14

Fixes #14

See merge request !10

8 years agoMerge branch '11-multi-line-commits' into 'master'
Adam [Fri, 4 Mar 2016 22:30:12 +0000 (22:30 +0000)] 
Merge branch '11-multi-line-commits' into 'master'

Add url of commit at the end of a multi-line commit message.

Fixes #11

See merge request !9

8 years agoMerge branch 'fix-wlogsearch' into 'master'
Adam [Fri, 4 Mar 2016 22:29:07 +0000 (22:29 +0000)] 
Merge branch 'fix-wlogsearch' into 'master'

Fix wlogsearch

Output of wlogsearch prints first 10 results in channel, and the rest to notice, change to NOTICE for all. (10 or lower are still in channel).

See merge request !7

8 years agoAdd fancy help for wlogsearch.
Orillion [Sun, 10 Jan 2016 13:36:56 +0000 (14:36 +0100)] 
Add fancy help for wlogsearch.

8 years agoUnderp wlogsearch posting last 10 results in channel and rest in notice.
Orillion [Sun, 10 Jan 2016 13:31:42 +0000 (14:31 +0100)] 
Underp wlogsearch posting last 10 results in channel and rest in notice.

8 years agoAdd url of commit at the end of a multi-line commit message.
Orillion [Mon, 11 Jan 2016 21:24:40 +0000 (22:24 +0100)] 
Add url of commit at the end of a multi-line commit message.

8 years agoSend separate emails for server splits and relinks. Fixes #14
Orillion [Sun, 10 Jan 2016 13:58:16 +0000 (14:58 +0100)] 
Send separate emails for server splits and relinks. Fixes #14

8 years agoDo not use non-integers as arguments for !oline SERVER, and give a warning.
Orillion [Mon, 11 Jan 2016 21:18:06 +0000 (22:18 +0100)] 
Do not use non-integers as arguments for !oline SERVER, and give a warning.

8 years agologging: get rid of java 8 api calls
Adam [Tue, 1 Mar 2016 23:06:44 +0000 (18:06 -0500)] 
logging: get rid of java 8 api calls

8 years agoMerge branch 'antiidle-fix' into 'master'
Adam [Tue, 1 Mar 2016 22:50:44 +0000 (22:50 +0000)] 
Merge branch 'antiidle-fix' into 'master'

Reworked antiidle to inject protocol in (most) places.

See merge request !6

8 years agoMerge branch '20-soa-check' into 'master'
Adam [Tue, 1 Mar 2016 22:50:16 +0000 (22:50 +0000)] 
Merge branch '20-soa-check' into 'master'

Relax moo's SOA mismatch checker.

Moo only warns of the SOA TS mismatch is greater than 5.

Fixes #21

See merge request !5

8 years agoMerge branch '19-services-log-extend' into 'master'
Adam [Tue, 1 Mar 2016 22:49:48 +0000 (22:49 +0000)] 
Merge branch '19-services-log-extend' into 'master'

Allow moo to search all logs, not just the last 30 days.

Allows moo to search all logs using the added days parameter.

Fixes #19

See merge request !4

8 years agoAllow moo to search all logs, not just the last 30 days.
Orillion [Sun, 10 Jan 2016 12:47:42 +0000 (13:47 +0100)] 
Allow moo to search all logs, not just the last 30 days.

8 years agoRelax moo's SOA mismatch checker.
Orillion [Sun, 10 Jan 2016 13:07:02 +0000 (14:07 +0100)] 
Relax moo's SOA mismatch checker.

8 years agoReworked antiidle to inject protocol in (most) places.
Orillion [Tue, 1 Mar 2016 20:03:08 +0000 (21:03 +0100)] 
Reworked antiidle to inject protocol in (most) places.

8 years agoRemove random println from mxbl
Adam [Mon, 29 Feb 2016 23:27:20 +0000 (18:27 -0500)] 
Remove random println from mxbl

8 years agoJust make getManifest throw on error
Adam [Mon, 29 Feb 2016 23:27:08 +0000 (18:27 -0500)] 
Just make getManifest throw on error

8 years agoFix shutdown of commits/proxyscan to not log an error if socket is null
Adam [Mon, 29 Feb 2016 23:20:53 +0000 (18:20 -0500)] 
Fix shutdown of commits/proxyscan to not log an error if socket is null

8 years agoReally fix dnsblstats
Adam [Mon, 29 Feb 2016 23:00:54 +0000 (18:00 -0500)] 
Really fix dnsblstats

8 years agoBind required numeric IRC messages for DNSBLSTATS to the injector so moo can process...
Orillion [Mon, 29 Feb 2016 20:58:25 +0000 (21:58 +0100)] 
Bind required numeric IRC messages for DNSBLSTATS to the injector so moo can process STATS B replies.

8 years agoFix time checker
Adam [Fri, 26 Feb 2016 20:17:04 +0000 (15:17 -0500)] 
Fix time checker

8 years agocommits/proxy scan: don't log errors when socket is closed
Adam [Fri, 26 Feb 2016 19:00:09 +0000 (14:00 -0500)] 
commits/proxy scan: don't log errors when socket is closed

8 years agoFix loading plugins
Adam [Fri, 26 Feb 2016 18:55:43 +0000 (13:55 -0500)] 
Fix loading plugins

8 years agoun-final version fields to try and prevent the compiler from inlining them
Adam [Fri, 26 Feb 2016 18:28:02 +0000 (13:28 -0500)] 
un-final version fields to try and prevent the compiler from inlining them

8 years agoRemove unnecessary event manager build and fix registering event listeners with event bus
Adam [Fri, 26 Feb 2016 18:16:27 +0000 (13:16 -0500)] 
Remove unnecessary event manager build and fix registering event listeners with event bus

8 years agoMerge branch 'master+guice' of gitlab.com:rizon/moo into master+guice
Adam [Fri, 26 Feb 2016 17:55:56 +0000 (12:55 -0500)] 
Merge branch 'master+guice' of gitlab.com:rizon/moo into master+guice

8 years agoFix binding
Adam [Fri, 26 Feb 2016 17:56:20 +0000 (12:56 -0500)] 
Fix binding

8 years agoAdd author date
Adam [Fri, 26 Feb 2016 17:56:09 +0000 (12:56 -0500)] 
Add author date

8 years agoFix default proxyscan conf
Adam [Fri, 26 Feb 2016 17:55:48 +0000 (12:55 -0500)] 
Fix default proxyscan conf

8 years agore gitignore
Adam [Fri, 26 Feb 2016 17:12:10 +0000 (12:12 -0500)] 
re gitignore

8 years agoAdd git author date
Adam [Fri, 26 Feb 2016 17:09:48 +0000 (12:09 -0500)] 
Add git author date

8 years agoremove buildtime/pom version
Adam [Fri, 26 Feb 2016 17:08:45 +0000 (12:08 -0500)] 
remove buildtime/pom version

8 years agoRemove version.java
Adam [Fri, 26 Feb 2016 17:08:09 +0000 (12:08 -0500)] 
Remove version.java

8 years agoUse new version information
Adam [Fri, 26 Feb 2016 17:04:01 +0000 (12:04 -0500)] 
Use new version information

8 years agogitignore version
Adam [Fri, 26 Feb 2016 16:59:31 +0000 (11:59 -0500)] 
gitignore version

8 years agoVersion template stuff
Adam [Fri, 26 Feb 2016 16:58:42 +0000 (11:58 -0500)] 
Version template stuff

8 years agoDebug switch in run
Adam [Fri, 26 Feb 2016 16:44:29 +0000 (11:44 -0500)] 
Debug switch in run

8 years agonix fixes
Adam [Fri, 26 Feb 2016 16:41:15 +0000 (11:41 -0500)] 
nix fixes

8 years agoAdd exec-maven-plugin for nix
Adam [Fri, 26 Feb 2016 16:37:15 +0000 (11:37 -0500)] 
Add exec-maven-plugin for nix

8 years agoCleanup. It doesnt like this use of ~
Adam [Fri, 26 Feb 2016 15:24:32 +0000 (10:24 -0500)] 
Cleanup. It doesnt like this use of ~

8 years agoFix plugin unloading
Adam [Fri, 26 Feb 2016 14:55:10 +0000 (09:55 -0500)] 
Fix plugin unloading

8 years agoReadd example conf
Adam [Fri, 26 Feb 2016 14:22:19 +0000 (09:22 -0500)] 
Readd example conf

8 years agoRewrite plugin loading stuff to pull artifacts from the maven repository using jcabi...
Adam [Fri, 26 Feb 2016 04:59:36 +0000 (23:59 -0500)] 
Rewrite plugin loading stuff to pull artifacts from the maven repository using jcabi aether. Read main class out of manifest.

8 years agoProperly close inputstream after reading manifest.
Orillion [Thu, 25 Feb 2016 21:19:24 +0000 (22:19 +0100)] 
Properly close inputstream after reading manifest.

8 years agoAllow plugins to read their own manifest on creation and store relevant info in Plugi...
Orillion [Thu, 25 Feb 2016 20:54:39 +0000 (21:54 +0100)] 
Allow plugins to read their own manifest on creation and store relevant info in PluginInfo class inside the Plugin.

8 years agoFound a better way to add git version to manifest
Adam [Thu, 25 Feb 2016 17:30:06 +0000 (12:30 -0500)] 
Found a better way to add git version to manifest

8 years agoAdd maven buildnumber plugin and add to manifest.
Adam [Thu, 25 Feb 2016 02:55:59 +0000 (21:55 -0500)] 
Add maven buildnumber plugin and add to manifest.

8 years agoCreate a new client handler when connecting so new handlers are created since you...
Adam [Wed, 24 Feb 2016 21:03:09 +0000 (16:03 -0500)] 
Create a new client handler when connecting so new handlers are created since you can't reregister most of them. Add shareable to client handler since it is shared in the event of a rejector rebuild while moo is still connected, we can't just replace the handler when moo is connected

8 years agoFix recursive split stuff
Adam [Wed, 24 Feb 2016 19:22:19 +0000 (14:22 -0500)] 
Fix recursive split stuff

8 years agoVarious fixes which seems to run
Adam [Wed, 24 Feb 2016 19:00:38 +0000 (14:00 -0500)] 
Various fixes which seems to run

8 years agofix up logging stuff
Adam [Wed, 24 Feb 2016 18:48:48 +0000 (13:48 -0500)] 
fix up logging stuff

8 years agofix certchecker
Adam [Wed, 24 Feb 2016 18:43:23 +0000 (13:43 -0500)] 
fix certchecker

8 years agoRevert "Fix error trying to start CertChecker."
Adam [Wed, 24 Feb 2016 18:42:47 +0000 (13:42 -0500)] 
Revert "Fix error trying to start CertChecker."

This reverts commit 5faf5ada3ad526567d15e9500c0a661a1ba71fac.

8 years agoBind configuration for TicketChecker and DNSChecker.
Orillion [Tue, 23 Feb 2016 22:56:21 +0000 (23:56 +0100)] 
Bind configuration for TicketChecker and DNSChecker.

8 years agoFix error trying to start CertChecker.
Orillion [Mon, 22 Feb 2016 22:46:34 +0000 (23:46 +0100)] 
Fix error trying to start CertChecker.

8 years agowiki
Adam [Mon, 22 Feb 2016 20:49:45 +0000 (15:49 -0500)] 
wiki

8 years agowatch
Adam [Mon, 22 Feb 2016 20:45:25 +0000 (15:45 -0500)] 
watch

8 years agoVote and other fixes
Adam [Mon, 22 Feb 2016 20:14:51 +0000 (15:14 -0500)] 
Vote and other fixes

8 years agotinc
Adam [Mon, 22 Feb 2016 20:04:29 +0000 (15:04 -0500)] 
tinc

8 years agotickets
Adam [Mon, 22 Feb 2016 20:00:03 +0000 (15:00 -0500)] 
tickets

8 years agoservermonitor
Adam [Mon, 22 Feb 2016 19:45:13 +0000 (14:45 -0500)] 
servermonitor

8 years agoservercontrol
Adam [Mon, 22 Feb 2016 17:13:40 +0000 (12:13 -0500)] 
servercontrol

8 years agorandom
Adam [Sun, 21 Feb 2016 16:16:23 +0000 (11:16 -0500)] 
random

8 years agoproxyscan
Adam [Sun, 21 Feb 2016 16:01:06 +0000 (11:01 -0500)] 
proxyscan

8 years agoosflood
Adam [Sun, 21 Feb 2016 15:43:19 +0000 (10:43 -0500)] 
osflood

8 years agomxbl
Adam [Sun, 21 Feb 2016 15:38:28 +0000 (10:38 -0500)] 
mxbl

8 years agologsearch
Adam [Sun, 21 Feb 2016 05:11:31 +0000 (00:11 -0500)] 
logsearch

8 years agoGrapher
Adam [Sun, 21 Feb 2016 04:55:53 +0000 (23:55 -0500)] 
Grapher

8 years agodnsblstats
Adam [Sun, 21 Feb 2016 04:38:00 +0000 (23:38 -0500)] 
dnsblstats

8 years agoCommits
Adam [Sun, 21 Feb 2016 04:16:49 +0000 (23:16 -0500)] 
Commits

8 years agoMaybe the rest of commands
Adam [Sun, 21 Feb 2016 04:10:37 +0000 (23:10 -0500)] 
Maybe the rest of commands

8 years agoWork on some of commands
Adam [Sun, 21 Feb 2016 03:03:47 +0000 (22:03 -0500)] 
Work on some of commands

8 years agoantiidle
Adam [Sun, 21 Feb 2016 01:49:11 +0000 (20:49 -0500)] 
antiidle

8 years agodnsbl
Adam [Sun, 21 Feb 2016 01:33:53 +0000 (20:33 -0500)] 
dnsbl