]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fix Windows build that was broken by 9b66dd6.
[user/henk/code/inspircd.git] / src /
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-10 attilamolnarm_spanningtree Add missing aposthrope to connection...
2012-08-10 ChrisTXm_spanningtree: Resolve issue #250
2012-08-08 attilamolnarm_spanningtree Specify the uuid of the remote user...
2012-08-08 attilamolnarm_spanningtree Handle ? wildcard as well when processin...
2012-08-08 attilamolnarm_messageflood Unset +f when the module is unloaded
2012-08-08 attilamolnarm_messageflood Make code more readable
2012-08-08 attilamolnarm_messageflood Perform at most one std::map::find(...
2012-08-08 attilamolnarRemove sprintf from the two implementations of ModeHand...
2012-07-26 attilamolnarm_namesx, m_uhnames Don't convert the command name...
2012-07-26 Peter PowellDon't hard code the branch version.
2012-07-26 attilamolnarm_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls...
2012-07-26 Attila MolnarMerge pull request #267 from Shawn-Smith/insp20+versionsfix
2012-07-26 Shawn SmithUpdated version lines to be more descriptive and remove...
2012-07-26 attilamolnarm_ssl_gnutls Allow setting the priorities to use on...
2012-07-26 attilamolnarm_hostchange No reason to prioritize after m_cloaking
2012-07-26 attilamolnarm_hostchange Remove string copy
2012-07-26 attilamolnarm_hostchange Store host change action as an enum value...
2012-07-26 attilamolnarm_opermotd Add support for viewing opermotd on a remote...
2012-07-26 attilamolnarm_uninvite Notify remote users properly
2012-07-25 attilamolnarm_connflood Cleanup
2012-07-22 attilamolnarRemove negative BanCache entries only when the AddLine...
2012-07-21 attilamolnarDon't hardcode conf/inspircd.conf as the config file...
2012-07-21 attilamolnarm_namesx Handle colons in channel names properly
2012-07-21 attilamolnarm_ssl_gnutls Compile with -Wno-deprecated-declarations
2012-07-21 attilamolnarm_ssl_gnutls Advertise only one ssl port by default...
2012-07-21 attilamolnarm_ssl_gnutls Move common session initialization code...
2012-07-21 attilamolnarm_ssl_gnutls Add a config option that can be used to...
2012-07-18 AdamFixed Windows build
2012-07-17 attilamolnarm_noctcp Fix /me not being allowed on +C channels
2012-07-13 attilamolnarm_ssl_openssl Use the system default cipher list if...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 attilamolnarRelease 2.0.8
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarm_services_account Simplify mode handlers
2012-07-13 attilamolnarUse SimpleUserModeHandler/SimpleChannelModeHandler...
2012-07-13 attilamolnarUse less memory when rehashing built-in hashmaps
2012-07-13 attilamolnarm_blockamsg Remove redundant null pointer and IS_LOCAL...
2012-07-13 attilamolnarm_ident Fix casting User pointers to LocalUser pointers...
2012-07-13 attilamolnarm_ident Close the socket and mark as done when received...
2012-07-13 attilamolnarMove STATS handler back to cmd_stats so it's hotpatchab...
2012-07-13 attilamolnarRevert m_xline_db Get the xlines from the core, don...
2012-07-13 attilamolnarChange debug message in Invitation::Find() to output...
2012-07-12 attilamolnarm_chanhistory Read the boolean config entry with getBool()
2012-07-12 attilamolnarm_halfop, m_chanhistory Remove redundant ModeParser...
2012-07-11 attilamolnarm_chanlog Use std::multimap::equal_range for iteratatio...
2012-07-11 attilamolnarClose files opened with popen() with pclose() instead...
2012-07-11 attilamolnarFix allow_overlapped having the opposite effect in...
2012-07-11 attilamolnarDon't manage memory manually for the commasepstream...
2012-07-11 attilamolnarUse std::set instead of std::map in irc::portparser
2012-07-10 attilamolnarcmd_commands Don't show server only commands to users
2012-07-09 AdamFixed Windows build, int32_t is already defined in...
2012-07-08 attilamolnarm_spanningtree Add function to easily determine whether...
2012-07-07 attilamolnarm_setname, m_chgname Unify notices and annoucements
2012-07-07 Shawn SmithAdded ExtBan U to match only Unregistered users
2012-07-07 attilamolnarm_satopic Use WriteGlobalSno instead of writing the...
2012-07-07 attilamolnarm_lockserv Don't lock/unlock when already locked/unlock...
2012-07-07 attilamolnarm_lockserv Remove obsolete comments and unnecessary...
2012-07-07 attilamolnarm_shun Display shun target correctly in the error messa...
2012-07-07 attilamolnarm_mlock Remove unnecessary iteration
2012-07-07 attilamolnarm_swhois Switch to OnPostOper hook instead of using...
2012-07-07 attilamolnarm_stripcolor Removing a character from a string while...
2012-07-07 attilamolnarm_globops Don't concatenate, the command parser does...
2012-07-07 attilamolnarm_inviteexception Remove useless check
2012-07-07 attilamolnarm_inviteexception Read invitebypasskey setting once...
2012-07-07 attilamolnarm_setname, m_chgname Disallow empty GECOS, spotted...
2012-07-07 attilamolnarm_ldapoper Say what the module actually does in the...
2012-07-07 attilamolnarcmd_stats Remove unused preprocessor stuff (it has...
2012-07-07 Shawn SmithImproved the SimpleModeHandlers
2012-07-06 Attila MolnarMerge pull request #223 from Shawn-Smith/insp20+needmor...
2012-07-06 Shawn SmithFix to show ERR_NEEDMOREPARAMS for cmd_userhost and...
2012-07-06 Attila MolnarMerge pull request #217 from Shawn-Smith/insp20+antired...
2012-07-06 Attila MolnarMerge pull request #248 from Shawn-Smith/insp20+descfix
2012-07-06 Shawn SmithUpdated the version lines on several modules.
2012-07-06 Shawn SmithBackported usermode +L from insp21. Stops forced redire...
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-07-05 Attila MolnarMerge pull request #244 from SaberUK/insp20-configure-fix
2012-07-05 Attila MolnarMerge pull request #243 from SaberUK/insp20-config...
2012-07-05 Peter PowellExplicitly deprecate some config changes.
2012-07-04 attilamolnarm_spanningtree Fix crash in SVSPART handler when the...
2012-07-04 Attila MolnarMerge pull request #241 from attilamolnar/insp20+delaym...
2012-07-04 attilamolnarm_delaymsg Don't bother with remote users
2012-07-04 attilamolnarm_delaymsg Stop sending +d mode change to users when...
2012-07-04 attilamolnarm_delaymsg Remove unused code
2012-07-04 Attila MolnarMerge pull request #239 from alyx/insp20
2012-07-02 attilamolnarRemove leftover #ifdefs and #includes from cmd_*.cpp
2012-07-02 AlyxAdd CHANNELLEN to isupport
2012-07-01 Robin BurchellRelease 2.0.7 (we're so cool that we're skipping 2...
2012-07-01 attilamolnarm_spanningtree Call the collision handler with the...
2012-07-01 attilamolnarm_spanningtree Return when ecountering an invalid comma...
2012-07-01 attilamolnarFix crash in ADDLINE handler when the command had no...
2012-07-01 Robin BurchellDon't throw an exception if passed bad parameters to...
2012-07-01 attilamolnarm_xline_db Fix memory leak when adding a loaded xline...
2012-07-01 Robin BurchellRevert "users: add SetClientIP function for irc::socket...
2012-07-01 Robin BurchellRevert "users: LocalUser constructor should call SetCli...
2012-07-01 Robin BurchellRevert "users: introduce OnSetClientIP hook."
2012-07-01 Robin BurchellRevert "m_dnsbl: switch to OnSetClientIP hook which...
next