]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Missing debug symbols?!
[user/henk/code/inspircd.git] / include /
2005-04-26 brainCommented new functions
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-23 brainServices speedups for stupid buffered i/o uplinks
2005-04-22 brainAdded server input buffers (for systems that decide...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-21 brainAdded password field
2005-04-20 brainAdded extra comment
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-16 brainAdded:
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-15 brainRemoved deprecated class 'packet'
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainAdded IsValidHostMask
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-12 brainAdded Server::PseudoToUser and Server::UserToPseudo
2005-04-11 brainDns free() errors fixed
2005-04-09 brainChanged parameters of OnPacketTransmit and OnPacketRece...
2005-04-08 brainAdded customizable pingfreq
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-07 brainAdded VF_ module flags as discussed with Craig
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-04 brainAdded the module method OnUserPostNick for capturing...
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-04-02 brainAdded DNS class to documentation
2005-04-02 brainAdded pid file support, and documentation for it
2005-04-01 brainAttempts to fix some random crashes
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-25 brainFixed gentoo (mainly) compatibility -- missing strlcat...
2005-03-25 brainFixed inspstring strlcpy and strlcat
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainAdded a lot of config error checking
2005-03-24 brainFixed a ton of MODE crap 'avec le' services :p
2005-03-21 brainChanged ordering of sys/socket.h and sys/types.h to...
2004-09-11 brainSecurity audit based on RATS output
2004-05-28 brainTest change to verify security settings on brainbox...
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-22 brainAdded remainder of OnUserPreInvite stuff
2004-05-22 brainAdded OnUserPreInvite method for use with +V etc
2004-05-16 brainUpdated header comments
2004-05-01 brainModified OnUserPreJoin to support join overriding
2004-05-01 brainAdded stub to handle SERVER command
2004-05-01 brainAdded documentation of new ConfigReader methods suggest...
2004-05-01 brainAdded extra docs to cover OnUserSync etc
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-30 brainAdded support for HasPermission method
2004-04-30 brainAdded Extensible classes
2004-04-29 brainMoved more types into Extensible
2004-04-29 brainAdded 'Extensible' class which allows modules to store...
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-26 brainFixed bug #15 - mode case sensitivity issue in mirc...
2004-04-25 brainAdded comments and fixes
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-24 brainFixed quit-bouncing issue when a user is g-lined
2004-04-24 brainAdded G-line, Z-line and K-line plus SZLINE, SGLINE...
2004-04-24 brainQ-lines fully working, can add and remove other types...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-24 brainAdded XLine stuff
2004-04-24 brainAdded xline.cpp and xline.h, implements k/g/z/q lines
2004-04-23 braina|KK|y bitching
2004-04-22 brainAdded more services stuff
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-21 brainVarious services compatibility stuff
2004-04-19 brainFixes to typos and function exporting between source...
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainThese files now hold the command handler functions
2004-04-19 brainMoved all command handler functions into commands.cpp...
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainStarted seperating out functions
2004-04-18 brainChanges of RemoveServer to char* to const char*
2004-04-18 brainFixes to recovery
2004-04-18 brainForgot to save some stuff
2004-04-17 brainAdded calls to sched_yield() to cut down processor...
2004-04-17 brainAdded new documentation to cover ircd_connector
2004-04-17 brainUpdated comments here
2004-04-16 brainFixed some SQUIT stuff
2004-04-16 brainMesh cookie linking fixes (was giving remote port to...
2004-04-16 brainSQUIT and routing of messages fixes during periods...
2004-04-16 brainFixes to only send SQUIT tokens to servers that are...
2004-04-16 brainAdded ability to update routing table on the fly if...
2004-04-16 brainAdded various routing tokens (such as 'R' redirect...
2004-04-15 brain/MAP and /LINKS added back (do not use - needs testing)
2004-04-15 brainMesh tweaks (wasnt sending the ip in the + packet)
2004-04-15 brainMesh linking stuff
next