index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
command_parse.cpp
Age
Commit message (
Expand
)
Author
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-06-18
Remove dead code from the InspIRCd and CommandParser classes and typedefs.h
attilamolnar
2013-06-13
Remove TR_END, remove TRANSLATEx() from commands that do not need it
attilamolnar
2013-06-13
Rewrite CommandParser::TranslateUIDs()
attilamolnar
2013-06-12
Run the OnPostCommand hook from LoopCall()
attilamolnar
2013-06-12
CommandParser::LoopCall() changes
attilamolnar
2013-06-12
Change command name parameter of OnPostCommand to be a Command*
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-06-01
Remove #define MAXPARAMETERS and "MAXPARA" 005 token
attilamolnar
2013-06-01
CommandParser::ProcessCommand() and ProcessBuffer() cleanup
attilamolnar
2013-06-01
Improve command parser logic when there are more params than Command::max_params
attilamolnar
2013-06-01
Remove (non-functional) total_bytes counter from Command
attilamolnar
2013-05-16
Remove unused variables, avoid copies where possible, check empty() instead o...
attilamolnar
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2012-12-15
Add a flag to Command that controls whether an empty last parameter is allowe...
attilamolnar
2012-11-28
Change empty string assignments to .clear() or remove them entirely
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-19
Add RAWIO log level which is more verbose than DEBUG
danieldg
2010-01-19
Extbans can be VF_OPTCOMMON as they do not desync on module add/remove
danieldg
2010-01-18
PreCommand/PostCommand are local-only hooks
danieldg
2010-01-16
Fix signdedness error in LoopCall
danieldg
2010-01-14
Allow maxtargets to be bypassed in LoopCall for JOIN
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-15
Add Inspircd::AddServices
danieldg
2009-11-11
Add fine-grained command flood controls
danieldg
2009-10-25
Fixes found by removing User inheritance from StreamSocket
danieldg
2009-10-21
Change User::oper to an OperInfo reference
danieldg
2009-10-21
Move all local-only fields to LocalUser
danieldg
2009-10-19
Add a setting to <connect> allowing the threshold for activation of the penal...
peavey
2009-10-13
Remove Command and ModeHandler objects in their destructors; fixes possible p...
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-14
Properly spacify opertypes in error messages. Patch by dKingston
special
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Valgrind cleanup: finish destructor creation
danieldg
2009-09-02
Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...
danieldg
2009-09-02
Include explicit routing information in Command, will replace CMD_LOCALONLY r...
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-08-14
Apply fake lag on garbage input to discourage crap
w00t
2009-04-23
rollback r11326, we're going to make vc9 the officially supported windows bui...
peavey
2009-04-23
Heres the beef so far
brain
2009-04-16
Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...
w00t
2009-03-27
Make the message when reloading a command fails more accurate, and fix reload...
dz
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-14
Allow commands to be reloaded when they previously failed to load
danieldg
[next]