-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8.99: $user->events_for_message($msg) returns events for user handlers.
fixed $user->handle() and $user->handle_unsafe() for use with the new system. registration commands now utilize the new parameter parser. other cleanup.
- Loading branch information
Showing
13 changed files
with
81 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.98 | ||
8.99 |
2 changes: 1 addition & 1 deletion
2
modules/Base/RegistrationCommands.module/RegistrationCommands.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
modules/Core/RegistrationCommands.module/RegistrationCommands.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"version" : "8.78", | ||
"version" : "8.99", | ||
"name" : "Core::UserNumerics", | ||
"author" : { | ||
"website" : "https://github.com/cooper", | ||
"name" : "Mitchell Cooper" | ||
}, | ||
"description" : "the core set of user numerics", | ||
"package" : "M::Core::UserNumerics", | ||
"depends" : { | ||
"modules" : "Base::UserNumerics" | ||
} | ||
}, | ||
"package" : "M::Core::UserNumerics" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "8.98", | ||
"version" : "8.99", | ||
"name" : "ircd::connection", | ||
"no_bless" : 1, | ||
"author" : { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"version" : "8.91", | ||
"version" : "8.99", | ||
"name" : "ircd::pool", | ||
"no_bless" : 1, | ||
"author" : { | ||
"website" : "https://github.com/cooper", | ||
"name" : "Mitchell Cooper" | ||
}, | ||
"no_bless" : 1, | ||
"preserve_sym" : 1, | ||
"description" : "manage IRC objects", | ||
"preserve_sym" : 1, | ||
"package" : "pool" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"version" : "8.95", | ||
"version" : "8.99", | ||
"name" : "ircd::user", | ||
"no_bless" : 1, | ||
"author" : { | ||
"website" : "https://github.com/cooper", | ||
"name" : "Mitchell Cooper" | ||
}, | ||
"description" : "represents an IRC user", | ||
"no_bless" : 1, | ||
"preserve_sym" : 1, | ||
"description" : "represents an IRC user", | ||
"package" : "user" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters