summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-27A bit of optimizationbrain
2005-04-26Missing debug symbols?!brain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain
2005-04-26Fixed dicky buffer (due to cleanup the wrong variable was being used)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-25Fixed strange leading ":" on remote Z/K/G linesbrain
2005-04-24Fixed so that quitprefixes are shown in client exit noticesbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-22Fixed weird issues when anope sends large amounts of text at once to the uplinkbrain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-21Added password fieldbrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-19Added 'server already exists' check for u-type linksbrain
2005-04-19Fixed bug when ordering a bot to leave using anope servicesbrain
2005-04-19Fixed anope module sending L tokens with 2 instead of 3 params (made code mor...brain
2005-04-18Fixed broken server/server handshake for U-type server links (services)brain
2005-04-18Fixed strhashcompbrain
2005-04-16Added:brain
2005-04-16Fixed lingering (SO_REUSEADDR was being set to 0?)brain
2005-04-15Added new API methods:brain
2005-04-14Added ability for modules to hold users in a 'holding pattern' while they do ...brain
2005-04-14Fixed typobrain
2005-04-14Added (untested!) OnCheckReady and OnUserRegister (gonna write an ident looku...brain
2005-04-13Updated /INFO (nothing in here before, was 2 years out of date)brain
2005-04-13Updated to support OnSendListbrain
2005-04-13Added Server::AddGLinebrain
2005-04-13Fixed /kill bug in m_operlevels (couldnt kill non-opers)brain
2005-04-13Fixed m_park stuffbrain
2005-04-10Test commitbrain
2005-04-10Fixed chu's typobrain
2005-04-09Added support for /NAMES with no parameters (just gives a hardcoded response ...brain
2005-04-07Fixed typo in new /modulesbrain
2005-04-07Added ability for non-opers to see simplistic /modules outputbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-06Added log output for on-operbrain
2005-04-06Alright, who forgot to make /oper check hostnames?brain
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-04Added the module method OnUserPostNick for capturing a nickchange AFTER it ha...brain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2005-04-03Fixes to bug#37 and pre-emptive checks for security of /NAMESbrain
2005-04-03Fix to bug #36 reported by Yetibrain
2005-04-02Fixed cosmetic bug in /whofrostycoolslug
2005-04-02Fixes for dns queueing, timeout functions etc moved to more sensible placebrain
2005-04-01Attempts to fix some random crashesbrain
2005-04-01Fixed 'unlikely' crash if nick was changed before dns lookup was completedbrain
2005-03-28Fixed to actually CHECK THE PASSWORD of linking servers!brain
2005-03-27Fixed detection of missing opertypesbrain
2005-03-27Made config parsing code a bit more lenientbrain