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
/
commands.cpp
Age
Commit message (
Expand
)
Author
2006-03-30
Make /whois code a little prettier, make /whowas show real host as well as di...
om
2006-03-10
const references
brain
2006-03-07
Whowas refactor - probably wont compile yet
brain
2006-03-02
is_uline was an inefficient piece of crap - fixed.
brain
2006-03-02
Made extensive use of charlcat to cut down on strlcat usage
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
- Made some notes about potentially restructuring things a bit
w00t
2006-02-03
Added ircu-like hidewhois feature that allows hiding of server name in whois ...
brain
2006-01-29
"Oper of unknown type" -> "313 %s %s :is an IRC operator"
brain
2006-01-27
Improved IP handling. Now uses in_addr to store client ip, not char[16]!
brain
2006-01-15
CleanFilename movage
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-11
Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS
brain
2005-12-29
Fixed an extremely n00bish mistake involving referencing a global copy of Ser...
brain
2005-12-26
Adding hook type checking to event calls to speed them up
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
Moved SocketEngine* SE into InspIRCd class
brain
2005-12-16
So many inclusion loops it makes your head spin - forward declaring tons of c...
brain
2005-12-16
Moved ModeGrok and Parser into InspIRCd class
brain
2005-12-16
Fixed to use CommandParser
brain
2005-12-16
Moved more command parsing stuff to CommandParser
brain
2005-12-16
Changing stuff to using CommandParser class
brain
2005-12-16
Moved command_parse functions into class CommandParser
brain
2005-12-16
Moved command parsing crap into command_parse.cpp
brain
2005-12-15
Added 'local users' vector
brain
2005-12-15
Fixed typo in shorthand if
brain
2005-12-15
Re-introduced 3-line function CleanFilename
brain
2005-12-15
Full removal of inspircd_util.h
brain
2005-12-15
Removed code weirdness in handle_invite
brain
2005-12-15
Changed InviteTo to use irc::string
brain
2005-12-15
Moved a ton of user related functions from inspircd.cpp to users.cpp
brain
2005-12-14
Moved ModuleError()
brain
2005-12-14
Removed ip cache craq++
brain
2005-12-14
Fixed handle_*module
brain
2005-12-14
Code tidying
brain
2005-12-14
Craq removal at your service
brain
2005-12-14
craq--
brain
2005-12-14
Fixed to use new methods of ServerConfig
brain
2005-12-14
Moved include stack stuff to be private to ServerConfig
brain
2005-12-14
Moved readconfig to serverconfig class
brain
2005-12-14
Added config_f to serverconfig, UNTESTED
brain
2005-12-14
Tidied up modules.h added some typedefs to typedefs.h
brain
2005-12-14
moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h
brain
2005-12-14
Moved tons of stuff into class ServerConfig
brain
2005-12-14
Moving more stuff into class ServerConfig
brain
2005-12-14
Started moving of data into ServerConfig class
brain
2005-12-14
Half way through updating to move a ton of extern confs into class ServerConfig
brain
2005-12-14
Added parameter to apply_lines to indicate what we want to apply
brain
2005-12-13
#define IS_LOCAL(x) (x->fd > -1)
brain
[prev]
[next]