Age | Commit message (Expand) | Author |
2013-03-25 | m_xline_db Fix pointless excessive stack usage in ReadDatabase() | attilamolnar |
2013-03-25 | m_xline_db Major enhancements | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-10-27 | Issue #346 - fix m_permchannels.cpp and m_xline_db.cpp saving their databases... | Adam |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-07-13 | Revert m_xline_db Get the xlines from the core, don't maintain a seperate lis... | attilamolnar |
2012-07-01 | m_xline_db Fix memory leak when adding a loaded xline fails | attilamolnar |
2012-07-01 | m_xline_db Get the xlines from the core, don't maintain a seperate list | attilamolnar |
2012-05-25 | Debian typo fixes. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | More deallocation-at-exit cleanup | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-04-13 | Cast these to shut up compiler | w00t |
2008-03-24 | Finally change all the Version() objects | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-09 | Add OnExpireLine hook to xline db stuff | w00t |
2008-01-09 | Remove useless debug from here (finished with it), and add some debug that ma... | w00t |
2008-01-08 | Fix problem #2 (this means that xlinedb is essentially working and feature-co... | w00t |
2008-01-08 | Fix problem #1 by setting a lock on writes when we're reading. This means no ... | w00t |
2008-01-08 | xline.db reading. Two things I notice are funky in some way about this.. 1) d... | w00t |
2008-01-08 | Code to write xline.db.. reading is not yet handled. | w00t |
2008-01-08 | Very early on version of xline database module, doesn't yet physically store ... | w00t |