index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
extra
/
m_ssl.cpp
Age
Commit message (
Expand
)
Author
2013-02-19
Fix some OpenBSD build issues, and bugs #1485 #1486 #1487
Adam
2013-01-21
Merge usefulness of Flags and Extensible classes into Extensible, made most f...
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-01
Fixed quite a bit of dumbness with m_ssl. Had to
Adam
2012-10-27
Add a module log type
Adam
2012-05-09
Made ssl cert and keyfiles configurable
Adam
2012-04-25
Fixed non-debug build
Adam
2012-02-18
Use C++11's explicit override feature if available
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2011-09-10
Made service_reference type safe
Adam
2011-09-10
Cleaned up some of the socket code, cleaned up the pipe engines, added suppor...
Adam
2011-07-31
Fixed error message from being unable to connect
Adam
2011-07-31
Fixed a few small problems, including m_ssl's connect feature sometimes faili...
Adam
2011-05-21
Made Anope able to process normally when disconnected from the uplink and not...
Adam
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-04-29
Temporary fix for /os restart with m_async_commands loaded, is fixed properly...
Adam
2011-04-25
Don't attempt to connect to the uplink if given invalid hostnames
Adam
2011-04-25
resolve hosts when connecting with ssl
DukePyrolator
2010-10-01
Rewrote some of the socket code to allow m_ssl to be a service.
Adam
2010-08-27
Added a new logging system
Adam
2010-08-17
Rewrote the config reader to better handle invalid configs.
Adam
2010-07-26
Trying to make things a little more const-safe, a work in progress but this i...
Naram Qashat
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-07-24
Always use non-blocking sockets
Adam
2010-07-15
Moved some files and diretories around, made cmake skip files it knows it can...
Adam