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-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