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
/
include
Age
Commit message (
Expand
)
Author
2009-10-21
Move command-line items to CommandLineConf
danieldg
2009-10-21
Use ConfigTagList as a faster access method for access to configuration
danieldg
2009-10-21
Move AllowedPrivs and similar oper information from LocalUser to OperInfo
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-21
Change module API to use LocalUser* where correct
danieldg
2009-10-21
Move some local-only fields to LocalUser
danieldg
2009-10-21
Move SetClass to LocalUser
danieldg
2009-10-21
Split LocalUser and RemoteUser
danieldg
2009-10-21
Update documentation and remove unused classes/functions
danieldg
2009-10-20
Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions
danieldg
2009-10-20
Get rid of more unneeded parent classes
danieldg
2009-10-20
Use custom allocater to decide if refcountbase was allocated on the heap and ...
danieldg
2009-10-19
Maintain refcount of Module objects to complain about leaked pointers
danieldg
2009-10-19
Fix implementation of reference to const, use reference counting for Extensib...
danieldg
2009-10-19
Add a setting to <connect> allowing the threshold for activation of the penal...
peavey
2009-10-19
Valgrind now runs completely clean.
danieldg
2009-10-19
Close files opened by configreader
danieldg
2009-10-18
Remove more classbase
danieldg
2009-10-18
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
danieldg
2009-10-18
Cull channels, warn when Extensible objects are not culled as they must be
danieldg
2009-10-18
Add more debug logging of object lifetimes
danieldg
2009-10-17
Revert "Remove duplicated function calls when using reference"
danieldg
2009-10-17
CoreExport ConfigTag, fixes unresolved symbols when linking on windows.
peavey
2009-10-17
Some windows compile fixes
danieldg
2009-10-17
Remove duplicated function calls when using reference
danieldg
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-17
Add filename/line information to all ConfigTag objects
danieldg
2009-10-17
Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa...
danieldg
2009-10-17
Clean up excessive bits in User struct
danieldg
2009-10-17
Hold reference to the associated ConfigTag inside ConnectClass
danieldg
2009-10-17
Rewrite ConfigReader again
danieldg
2009-10-16
Clean up static allocations
danieldg
2009-10-14
Fix module unmapping with culled Module objects
danieldg
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-10-13
Remove Command and ModeHandler objects in their destructors; fixes possible p...
danieldg
2009-10-13
Change to new execution directory structure
danieldg
2009-10-12
Encode module API version in the init_module symbol; fixes conflic with glibc...
danieldg
2009-10-12
DLLFactory--
danieldg
2009-10-12
Don't CoreExport reference.
peavey
2009-10-12
Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...
danieldg
2009-10-12
CoreExport changes, clean up DoHostCycle when users are exempted
danieldg
2009-10-12
m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting
danieldg
2009-10-11
Less CoreExport.. Too much of a good thing..
peavey
2009-10-11
More CoreExport, brought the errors down, but some still persist.
peavey
2009-10-11
More CoreExport.
peavey
2009-10-11
CoreExport Membership since windows needs this.
peavey
2009-10-11
Move 2 static extensibles from user class to inspircd class for global access...
peavey
2009-10-11
Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f...
peavey
[prev]
[next]