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
2006-07-16
Ignore empty lines, don't try and process them as commands
brain
2006-07-16
*Changed user input/output buffering to incur less copies
brain
2006-07-16
Document loopcall (its still complicated in concept, but now easier to read a...
brain
2006-07-16
Created new class irc::commasepstream.
brain
2006-07-16
Fix case sensitive commands issue due to new std::string based parser, improv...
brain
2006-07-16
mass tidyup, change A LOT of stuff to const char** which was char** (such as ...
brain
2006-07-16
MAJOR tidy of line parser, some parts rewritten and major chunks removed
brain
2006-07-15
Removed GCC2 checks as we havent supported gcc2 for years
brain
2006-07-08
Refactored user modes to work like the channel modes - core and module data n...
brain
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-03-11
Missed some stuff
brain
2006-03-10
Typo
brain
2006-03-10
Tidyup
brain
2006-03-07
Checking of user/nick/pass without strncmp! (compare object pointers in the c...
brain
2006-03-07
Removed a lot of total craq
brain
2006-03-07
Improved ProcessParameters (removed strlen)
brain
2006-03-06
Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes...
brain
2006-03-02
Changed definition of CallHandler and CallCommandHandler for the ability to r...
brain
2006-02-24
Now sends out warning when oper on a remote server tries to execute a command...
brain
2006-02-19
This was back to front and threw an exception when the command DIDNT exist (w...
brain
2006-02-19
Missing semicolons are bad.
brain
2006-02-19
Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...
brain
2006-02-15
Sped up disabled commands check
brain
2006-02-15
Removed a whole lot of strchr's looking for mode +o where we can do if *user-...
brain
2006-02-15
- Useless loop removed
w00t
2006-02-07
Experimental improved string handling in server links
brain
2006-02-07
Now errors when sent SERVER on a non-server port
brain
2006-01-23
Warning fix.
brain
2006-01-22
Allowed for configuration of maxtargets in <options:maxtargets>
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-29
Changed to MAX_DESCRIPTORS
brain
2005-12-29
Fixed an extremely n00bish mistake involving referencing a global copy of Ser...
brain
2005-12-28
Changed from std::map to hash_map
brain
2005-12-28
Fixed typos
brain
2005-12-28
EXPERIMENTAL: Command search function now uses std::map, should be faster (i ...
brain
2005-12-26
Adding hook type checking to event calls to speed them up
brain
2005-12-22
Optimized out strcpys that copy empty strings (craq++)
brain
2005-12-21
Updated m_alias to fix bug #92, updated configs
brain
2005-12-21
Improved m_alias to only capture complete commands and rewrite them (bug #92 ...
brain
2005-12-18
Added IOHookModule stuff to allow for different modules to hook different ports
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain
2005-12-16
Moved serverstats stuff out
brain
2005-12-16
So many inclusion loops it makes your head spin - forward declaring tons of c...
brain
2005-12-16
Fixed some return type craq
brain
2005-12-16
Moved more command parsing stuff to CommandParser
brain
2005-12-16
Changed to include its own header
brain
2005-12-16
Moved command_parse functions into class CommandParser
brain
2005-12-16
Fixed some crap
brain
2005-12-16
Moved command parsing crap into command_parse.cpp
brain